[libcrypt-blowfish-perl] 03/05: Drop svupgrade.patch patch

Salvatore Bonaccorso carnil at debian.org
Fri Aug 9 18:21:57 UTC 2013


This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libcrypt-blowfish-perl.

commit c10dd0ac55a3baac2fedfa6ae63f39bbdebcfc5a
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Fri Aug 9 20:13:50 2013 +0200

    Drop svupgrade.patch patch
---
 debian/patches/series          |    1 -
 debian/patches/svupgrade.patch |   23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
index 1a19f47..3d4fe6b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 blowfish_make_bfkey.patch
-svupgrade.patch
diff --git a/debian/patches/svupgrade.patch b/debian/patches/svupgrade.patch
deleted file mode 100644
index 576d328..0000000
--- a/debian/patches/svupgrade.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Description: SvUPGRADE usage change
- SvUPGRADE() can't be used as a truth-value expression in current perl. It
- never actually returned false, so there's no need for the conditional.
-Origin: CPAN RT
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=83924
-Bug-Debian: http://bugs.debian.org/708467
-Forwarded: not-needed
-Author: zefram [...] fysh.org
-Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2013-05-17
-
---- a/Blowfish.xs
-+++ b/Blowfish.xs
-@@ -63,8 +63,7 @@
- 			output = sv_newmortal();
- 		output_len = 8;
- 
--		if (!SvUPGRADE(output, SVt_PV))
--			croak("cannot use output argument as lvalue");
-+		(void) SvUPGRADE(output, SVt_PV);
- 
- 		/* blowfish_crypt_8bytes(input, SvGROW(output, 8), ks, dir); */
- 		/* HP-UX (HP cc) fix below, thanks Addi! */

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcrypt-blowfish-perl.git



More information about the Pkg-perl-cvs-commits mailing list