r22594 - in /trunk/libnet-ssleay-perl/debian: changelog patches/10fix_pod.patch patches/20egd_path.patch patches/series

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Jul 1 09:11:59 UTC 2008


Author: dmn
Date: Tue Jul  1 09:11:58 2008
New Revision: 22594

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=22594
Log:
refreshed 10fix_pod.patch, dropped 20egd_path.patch -- applied upstream

Removed:
    trunk/libnet-ssleay-perl/debian/patches/20egd_path.patch
Modified:
    trunk/libnet-ssleay-perl/debian/changelog
    trunk/libnet-ssleay-perl/debian/patches/10fix_pod.patch
    trunk/libnet-ssleay-perl/debian/patches/series

Modified: trunk/libnet-ssleay-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ssleay-perl/debian/changelog?rev=22594&op=diff
==============================================================================
--- trunk/libnet-ssleay-perl/debian/changelog (original)
+++ trunk/libnet-ssleay-perl/debian/changelog Tue Jul  1 09:11:58 2008
@@ -19,6 +19,7 @@
     + install more docs
   * add libtest-pod-perl and libtest-exception-perl to B-D allowing for tests
     to complete
+  * refreshed 10fix_pod.patch, dropped 20egd_path.patch -- applied upstream
 
  -- Damyan Ivanov <dmn at debian.org>  Tue, 01 Jul 2008 11:01:49 +0300
 

Modified: trunk/libnet-ssleay-perl/debian/patches/10fix_pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ssleay-perl/debian/patches/10fix_pod.patch?rev=22594&op=diff
==============================================================================
--- trunk/libnet-ssleay-perl/debian/patches/10fix_pod.patch (original)
+++ trunk/libnet-ssleay-perl/debian/patches/10fix_pod.patch Tue Jul  1 09:11:58 2008
@@ -1,14 +1,14 @@
 Author: Florian Ragwitz <rafl at debianforum.de>
 Description: Fix overlong lines and typos in POD
---- a/SSLeay.pm
-+++ b/SSLeay.pm
-@@ -787,7 +787,8 @@ my $bio = &Net::SSLeay::BIO_new_file($cr
- 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));
- }
- else
- {
+--- a/lib/Net/SSLeay.pm
++++ b/lib/Net/SSLeay.pm
+@@ -987,7 +987,8 @@ named files.
+     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);
+     } else {
+         error reading CRL....
+     }

Modified: trunk/libnet-ssleay-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ssleay-perl/debian/patches/series?rev=22594&op=diff
==============================================================================
--- trunk/libnet-ssleay-perl/debian/patches/series (original)
+++ trunk/libnet-ssleay-perl/debian/patches/series Tue Jul  1 09:11:58 2008
@@ -1,2 +1,1 @@
 10fix_pod.patch
-20egd_path.patch




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