r26051 - in /trunk/libio-socket-ssl-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Oct 15 15:30:33 UTC 2008


Author: gregoa
Date: Wed Oct 15 15:30:30 2008
New Revision: 26051

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26051
Log:
debian/control: add libio-socket-inet6-perl to Suggests: and mention IPv6
support in long description.

Modified:
    trunk/libio-socket-ssl-perl/debian/changelog
    trunk/libio-socket-ssl-perl/debian/control

Modified: trunk/libio-socket-ssl-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-ssl-perl/debian/changelog?rev=26051&op=diff
==============================================================================
--- trunk/libio-socket-ssl-perl/debian/changelog (original)
+++ trunk/libio-socket-ssl-perl/debian/changelog Wed Oct 15 15:30:30 2008
@@ -1,11 +1,16 @@
 libio-socket-ssl-perl (1.17-1) unstable; urgency=low
 
+  [ Rene Mayorga ]
   * New upstream release
   * debian/control
     + add ${misc:Depends} to Depends field
     + add myself to uploaders
     + move perl from B-D-I to B-D
     + Add libio-socket-inet6-perl to B-D-I to enable more tests
+
+  [ gregor herrmann ]
+  * debian/control: add libio-socket-inet6-perl to Suggests: and mention IPv6
+    support in long description.
 
  -- Rene Mayorga <rmayorga at debian.org.sv>  Tue, 14 Oct 2008 10:55:50 -0600
 

Modified: trunk/libio-socket-ssl-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-ssl-perl/debian/control?rev=26051&op=diff
==============================================================================
--- trunk/libio-socket-ssl-perl/debian/control (original)
+++ trunk/libio-socket-ssl-perl/debian/control Wed Oct 15 15:30:30 2008
@@ -17,6 +17,7 @@
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libnet-ssleay-perl (>= 1.35), netbase
 Recommends: libnet-libidn-perl
+Suggests: libio-socket-inet6-perl
 Description: Perl module implementing object oriented interface to SSL sockets
  This module is a true drop-in replacement for IO::Socket::INET that
  uses SSL to encrypt data before it is transferred to a remote server
@@ -25,3 +26,5 @@
  multiple SSL contexts, cipher selection, certificate verification, and
  SSL version selection.  As an extra bonus, it works perfectly with
  mod_perl.
+ .
+ IO::Socket::SSL uses IPv6 if libio-socket-inet6-perl is installed.




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