r53224 - in /trunk/libio-socket-ssl-perl: Changes META.yml Makefile.PL SSL.pm debian/changelog debian/control debian/copyright

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Tue Feb 23 00:03:40 UTC 2010


Author: angelabad-guest
Date: Tue Feb 23 00:03:20 2010
New Revision: 53224

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53224
Log:
New upstream release 1.32

Modified:
    trunk/libio-socket-ssl-perl/Changes
    trunk/libio-socket-ssl-perl/META.yml
    trunk/libio-socket-ssl-perl/Makefile.PL
    trunk/libio-socket-ssl-perl/SSL.pm
    trunk/libio-socket-ssl-perl/debian/changelog
    trunk/libio-socket-ssl-perl/debian/control
    trunk/libio-socket-ssl-perl/debian/copyright

Modified: trunk/libio-socket-ssl-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-ssl-perl/Changes?rev=53224&op=diff
==============================================================================
--- trunk/libio-socket-ssl-perl/Changes (original)
+++ trunk/libio-socket-ssl-perl/Changes Tue Feb 23 00:03:20 2010
@@ -1,4 +1,8 @@
 
+v1.32 2010.02.22
+- Makefile.PL: die if Scalar::Util has no dualvar support instead of
+  only complaining. Thanks to w[DOT]phillip[DOT]moore[AT]gmail[DOT]com
+  for reporting.
 v1.31 2009.09.25
 - add and export constants for SSL_VERIFY_* 
 - set SSL_use_cert if cert is given and not SSL_server

Modified: trunk/libio-socket-ssl-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-ssl-perl/META.yml?rev=53224&op=diff
==============================================================================
--- trunk/libio-socket-ssl-perl/META.yml (original)
+++ trunk/libio-socket-ssl-perl/META.yml Tue Feb 23 00:03:20 2010
@@ -1,15 +1,23 @@
 --- #YAML:1.0
-name:                IO-Socket-SSL
-version:             1.31
-abstract:            Nearly transparent SSL encapsulation for IO::Socket::INET.
-license:             ~
-author:              
+name:               IO-Socket-SSL
+version:            1.32
+abstract:           Nearly transparent SSL encapsulation for IO::Socket::INET.
+author:
     - Steffen Ullrich & Peter Behroozi & Marko Asplund
-generated_by:        ExtUtils::MakeMaker version 6.44
-distribution_type:   module
-requires:     
-    Net::SSLeay:                   1.21
-    Scalar::Util:                  0
+license:            unknown
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+build_requires:
+    ExtUtils::MakeMaker:  0
+requires:
+    Net::SSLeay:   1.21
+    Scalar::Util:  0
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.54
 meta-spec:
-    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
-    version: 1.3
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4

Modified: trunk/libio-socket-ssl-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-ssl-perl/Makefile.PL?rev=53224&op=diff
==============================================================================
--- trunk/libio-socket-ssl-perl/Makefile.PL (original)
+++ trunk/libio-socket-ssl-perl/Makefile.PL Tue Feb 23 00:03:20 2010
@@ -53,10 +53,7 @@
 # make sure that we have dualvar from the XS Version of Scalar::Util
 if ( eval { require Scalar::Util } ) {
 	eval { Scalar::Util::dualvar( 0,'' ) };
-	if ($@) {
-		warn "You need the XS Version of Scalar::Util for dualvar() support";
-		exit(0);
-	}
+	die "You need the XS Version of Scalar::Util for dualvar() support" if ($@);
 }
 
 # check if we have something which handles IDN

Modified: trunk/libio-socket-ssl-perl/SSL.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-ssl-perl/SSL.pm?rev=53224&op=diff
==============================================================================
--- trunk/libio-socket-ssl-perl/SSL.pm (original)
+++ trunk/libio-socket-ssl-perl/SSL.pm Tue Feb 23 00:03:20 2010
@@ -78,7 +78,7 @@
 	}) {
 		@ISA = qw(IO::Socket::INET);
 	}
-	$VERSION = '1.31';
+	$VERSION = '1.32';
 	$GLOBAL_CONTEXT_ARGS = {};
 
 	#Make $DEBUG another name for $Net::SSLeay::trace

Modified: trunk/libio-socket-ssl-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-ssl-perl/debian/changelog?rev=53224&op=diff
==============================================================================
--- trunk/libio-socket-ssl-perl/debian/changelog (original)
+++ trunk/libio-socket-ssl-perl/debian/changelog Tue Feb 23 00:03:20 2010
@@ -1,3 +1,16 @@
+libio-socket-ssl-perl (1.32-1) UNRELEASED; urgency=low
+
+  IGNORE-VERSION: 1.32-1
+    + Changes only in Makefile.PL
+
+  * New upstream release
+  * Now perl is in Build-Depends-Indep
+  * Add myself to uploaders
+  * Update debian/copyright
+  * Standards-Version: 3.8.4 (no changes needed)
+
+ -- Angel Abad <angelabad at gmail.com>  Tue, 23 Feb 2010 00:56:08 +0100
+
 libio-socket-ssl-perl (1.31-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libio-socket-ssl-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-ssl-perl/debian/control?rev=53224&op=diff
==============================================================================
--- trunk/libio-socket-ssl-perl/debian/control (original)
+++ trunk/libio-socket-ssl-perl/debian/control Tue Feb 23 00:03:20 2010
@@ -4,18 +4,20 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>,
  Ansgar Burchardt <ansgar at 43-1.org>, Rene Mayorga <rmayorga at debian.org>,
- Antonio Radici <antonio at dyne.org>, Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
-Build-Depends: debhelper (>= 7), perl
-Build-Depends-Indep: libnet-ssleay-perl (>= 1.35), netbase, libio-socket-inet6-perl,
- libnet-libidn-perl
-Standards-Version: 3.8.3
+ Antonio Radici <antonio at dyne.org>,
+ Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>,
+ Angel Abad <angelabad at gmail.com>
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libio-socket-inet6-perl, libnet-libidn-perl,
+ libnet-ssleay-perl (>= 1.35), netbase, perl
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/IO-Socket-SSL/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libio-socket-ssl-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libio-socket-ssl-perl/
 
 Package: libio-socket-ssl-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libnet-ssleay-perl (>= 1.35), netbase
+Depends: ${misc:Depends}, ${perl: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

Modified: trunk/libio-socket-ssl-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-ssl-perl/debian/copyright?rev=53224&op=diff
==============================================================================
--- trunk/libio-socket-ssl-perl/debian/copyright (original)
+++ trunk/libio-socket-ssl-perl/debian/copyright Tue Feb 23 00:03:20 2010
@@ -1,35 +1,40 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Steffen Ullrich, <steffen at genua.de>
-Upstream-Source: http://search.cpan.org/dist/IO-Socket-SSL/
-Upstream-Name: IO-Socket-SSL
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Steffen Ullrich & Peter Behroozi & Marko Asplund
+Source: http://search.cpan.org/dist/IO-Socket-SSL/
+Name: IO-Socket-SSL
 
 Files: *
 Copyright:
  Working support for non-blocking was added by Steffen Ullrich.
  The rewrite of this module is Copyright (C) 2002-2005 Peter Behroozi.
  The original versions of this module are Copyright (C) 1999-2002 Marko Asplund.
-License-Alias: Perl
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright:
- 2000-2004, Davide Puricelli (evo) <apurice at tin.it>
+Copyright: 2000, Christian Surchi <csurchi at debian.org>
+ 2000-2004, Davide Puricelli (evo) <evo at debian.org>
  2005-2007, Florian Ragwitz <rafl at debian.org>
+ 2008-2009, Ansgar Burchardt <ansgar at 43-1.org>
  2008-2009, gregor herrmann <gregoa at debian.org>
+ 2008, Mark Hymers <mhy at debian.org>
+ 2008, Rene Mayorga <rmayorga at debian.org.sv>
+ 2009, Antonio Radici <antonio at dyne.org>
  2009, Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
-License: Artistic | GPL-1+
+ 2010, Angel Abad <angelabad at gmail.com>
+License: Artistic or GPL-1+
 
 License: Artistic
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the Artistic License, which comes with Perl.
-    On Debian GNU/Linux systems, the complete text of the Artistic License
-    can be found in /usr/share/common-licenses/Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian GNU/Linux systems, the complete text of the Artistic License
+ can be found in `/usr/share/common-licenses/Artistic'
 
 License: GPL-1+
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by 
-    the Free Software Foundation; either version 1, or (at your option)
-    any later version.
-    On Debian GNU/Linux systems, the complete text of the GNU General
-    Public License can be found in `/usr/share/common-licenses/GPL'
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'




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