[SCM] Debian packaging of libcrypt-des-perl branch, master, updated. 5c07566f2677b59541d0f9c160d9044573562f79

gregor herrmann gregoa at debian.org
Fri May 17 19:13:26 UTC 2013


The following commit has been merged in the master branch:
commit fe36aed2be33fb4d685ca0669d7134cc4263c3ff
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri May 17 21:07:53 2013 +0200

    Add svupgrade.patch, taken from CPAN RT.
    
    Closes: #708468

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..dbb11bb
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+svupgrade.patch
diff --git a/debian/patches/svupgrade.patch b/debian/patches/svupgrade.patch
new file mode 100644
index 0000000..dac03d5
--- /dev/null
+++ b/debian/patches/svupgrade.patch
@@ -0,0 +1,21 @@
+Description: update for SvUPGRADE()
+Origin: CPAN RT
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=82943
+Bug-Debian: http://bugs.debian.org/708468
+Forwarded: not-needed
+Author: Zefram <zefram [...] fysh.org>
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-05-17
+
+--- a/DES.xs
++++ b/DES.xs
+@@ -64,8 +64,7 @@
+ 			output = sv_newmortal();
+ 		output_len = 8;
+ 
+-		if (!SvUPGRADE(output, SVt_PV))
+-			croak("cannot use output argument as lvalue");
++		(void) SvUPGRADE(output, SVt_PV);
+ 
+ 		perl_des_crypt(input, SvGROW(output, output_len), (i32 *)ks, enc_flag);
+ 

-- 
Debian packaging of libcrypt-des-perl



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