[SCM] Debian packaging of libcrypt-openssl-dsa-perl branch, master, updated. debian/0.13-6-9-ga4e90a2

Salvatore Bonaccorso carnil at debian.org
Wed Oct 24 07:07:03 UTC 2012


The following commit has been merged in the master branch:
commit 83cce5caf05fc5a7a41b1429d32a8e43325a9abb
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Wed Oct 24 08:42:35 2012 +0200

    Drop security_croak-in-do_verify-too.patch patch
    
    Patch is applied upstream.

diff --git a/debian/patches/security_croak-in-do_verify-too.patch b/debian/patches/security_croak-in-do_verify-too.patch
deleted file mode 100644
index 60d4a9e..0000000
--- a/debian/patches/security_croak-in-do_verify-too.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-Description: make do_verify() croak on error in the same way verify() 
- already does. Document that verify()/do_verify() croak on errors.
-Origin: vendor
-Bug: http://sourceforge.net/tracker/index.php?func=detail&aid=2545158&group_id=73194&atid=537053
-Bug-Debian: http://bugs.debian.org/511519
-Forwarded: yes
-Author: Damyan Ivanov <dmn at debian.org>
-Last-Update: 2011-08-05
-
---- a/DSA.xs
-+++ b/DSA.xs
-@@ -139,6 +139,8 @@ do_verify(dsa, dgst, sig)
-     CODE:
-         dgst_pv = SvPV(dgst, dgst_len);
-         RETVAL = DSA_do_verify(dgst_pv, dgst_len, sig, dsa);
-+        if (RETVAL == -1)
-+          croak("Error in DSA_do_verify: %s",ERR_error_string(ERR_get_error(), NULL));
-     OUTPUT:
-         RETVAL
- 
---- a/lib/Crypt/OpenSSL/DSA.pm
-+++ b/lib/Crypt/OpenSSL/DSA.pm
-@@ -124,10 +124,14 @@ Verifies that the $sig signature for $me
- 
- $dsa is the signer's public key.
- 
-+Note it croaks if the underlying library call returns error (-1).
-+
- =item $valid = $dsa->do_verify( $message, $sig_obj );
- 
- Similar to C<verify>, but uses a L<Crypt::OpenSSL::DSA::Signature> object.
- 
-+Note it croaks if the underlying library call returns error (-1).
-+
- =item $dsa->write_params( $filename );
- 
- Writes the parameters into a PEM file.
diff --git a/debian/patches/series b/debian/patches/series
index 363ced7..413ec6b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,4 @@
 Makefile.PL-no-ssl-in-LIBS.patch
-security_croak-in-do_verify-too.patch
 fix-manpage-errors.patch
 use-Digest-SHA.patch
 format_string_fix.patch

-- 
Debian packaging of libcrypt-openssl-dsa-perl



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