r71065 - in /trunk/libpoe-component-sslify-perl/debian: NEWS changelog copyright

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Mar 10 20:31:58 UTC 2011


Author: gregoa
Date: Thu Mar 10 20:31:28 2011
New Revision: 71065

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71065
Log:
Add a debian/NEWS with hints about the changes in handling SSL
certificates.

Added:
    trunk/libpoe-component-sslify-perl/debian/NEWS
Modified:
    trunk/libpoe-component-sslify-perl/debian/changelog
    trunk/libpoe-component-sslify-perl/debian/copyright

Added: trunk/libpoe-component-sslify-perl/debian/NEWS
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-sslify-perl/debian/NEWS?rev=71065&op=file
==============================================================================
--- trunk/libpoe-component-sslify-perl/debian/NEWS (added)
+++ trunk/libpoe-component-sslify-perl/debian/NEWS Thu Mar 10 20:31:28 2011
@@ -1,0 +1,13 @@
+libpoe-component-sslify-perl (1.005-1) unstable; urgency=low
+
+  Freom upstream Changes 1.004, concerning changes in handling SSL
+  certificates:
+
+  We now load certificate files via CTX_use_certificate_chain_file():
+    OpenSSL docs suggest it - http://www.openssl.org/docs/ssl/SSL_CTX_use_certificate.html#NOTES
+    PLEASE yell at me if you need the old functionality - the docs suggest
+      this is the "better" way to do it...
+    NOTE: This will not work if you do renegotiation or any other zany SSL stuff!
+    
+
+ -- gregor herrmann <gregoa at debian.org>  Thu, 10 Mar 2011 21:25:49 +0100

Modified: trunk/libpoe-component-sslify-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-sslify-perl/debian/changelog?rev=71065&op=diff
==============================================================================
--- trunk/libpoe-component-sslify-perl/debian/changelog (original)
+++ trunk/libpoe-component-sslify-perl/debian/changelog Thu Mar 10 20:31:28 2011
@@ -7,6 +7,8 @@
 
   [ gregor herrmann ]
   * New upstream release 1.005.
+  * Add a debian/NEWS with hints about the changes in handling SSL
+    certificates.
 
  -- gregor herrmann <gregoa at debian.org>  Thu, 10 Mar 2011 21:20:14 +0100
 

Modified: trunk/libpoe-component-sslify-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-sslify-perl/debian/copyright?rev=71065&op=diff
==============================================================================
--- trunk/libpoe-component-sslify-perl/debian/copyright (original)
+++ trunk/libpoe-component-sslify-perl/debian/copyright Thu Mar 10 20:31:28 2011
@@ -14,7 +14,7 @@
  2007, Niko Tyni <ntyni at debian.org>
  2008, Damyan Ivanov <dmn at debian.org>
  2007-2008, Martín Ferrari <tincho at debian.org>
- 2009-2010, gregor herrmann <gregoa at debian.org>
+ 2009-2011, gregor herrmann <gregoa at debian.org>
  2011, Jonathan Yu <jawnsy at cpan.org>
 License: Artistic or GPL-1+
 




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