[SCM] Debian packaging of libnet-ssleay-perl branch, master, updated. debian/1.42-1-8-gabbdcf5

Alessandro Ghedini al3xbio at gmail.com
Fri Feb 24 09:35:53 UTC 2012


The following commit has been merged in the master branch:
commit fd5f9ab6e670b63f92883f1a8c1b5ceb2f66eb4b
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Fri Feb 24 10:32:36 2012 +0100

    Update 10fix_pod.patch

diff --git a/debian/patches/10fix_pod.patch b/debian/patches/10fix_pod.patch
index 1eb6dfe..3fd1a4e 100644
--- a/debian/patches/10fix_pod.patch
+++ b/debian/patches/10fix_pod.patch
@@ -1,15 +1,19 @@
-Author: Florian Ragwitz <rafl at debianforum.de>
-Forwarded: no
 Description: Fix overlong lines and typos in POD
---- a/lib/Net/SSLeay.pm
-+++ b/lib/Net/SSLeay.pm
-@@ -945,7 +945,8 @@
+Forwarded: no
+Author: Florian Ragwitz <rafl at debianforum.de>
+Reviewed-by: Alessandro Ghedini <al3xbio at gmail.com>
+Last-Update: 2012-02-24
+
+--- a/lib/Net/SSLeay.pod
++++ b/lib/Net/SSLeay.pod
+@@ -384,7 +384,9 @@
      my $bio = Net::SSLeay::BIO_new_file($crlfilename, 'r');
      my $crl = Net::SSLeay::PEM_read_bio_X509_CRL($bio);
      if ($crl) {
 -        Net::SSLeay::X509_STORE_add_crl(Net::SSLeay::CTX_get_cert_store($ssl, $crl);
 +        Net::SSLeay::X509_STORE_add_crl(
-+            Net::SSLeay::CTX_get_cert_store($ssl, $crl);
++	     Net::SSLeay::CTX_get_cert_store($ssl, $crl)
++	);
      } else {
          error reading CRL....
      }

-- 
Debian packaging of libnet-ssleay-perl



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