r75644 - in /trunk/libnet-epp-perl/debian: changelog patches/ patches/series patches/use-Digest-SHA.patch

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Mon Jun 13 18:18:34 UTC 2011


Author: carnil
Date: Mon Jun 13 18:18:26 2011
New Revision: 75644

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75644
Log:
Team upload.

Added:
    trunk/libnet-epp-perl/debian/patches/
    trunk/libnet-epp-perl/debian/patches/series
    trunk/libnet-epp-perl/debian/patches/use-Digest-SHA.patch
Modified:
    trunk/libnet-epp-perl/debian/changelog

Modified: trunk/libnet-epp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-epp-perl/debian/changelog?rev=75644&op=diff
==============================================================================
--- trunk/libnet-epp-perl/debian/changelog (original)
+++ trunk/libnet-epp-perl/debian/changelog Mon Jun 13 18:18:26 2011
@@ -1,5 +1,6 @@
 libnet-epp-perl (0.17-2) UNRELEASED; urgency=low
 
+  * Team upload.
   * Drop again do-not-use-UNIVERSAL-isa-as-function.patch, which was not
     correctly implemented on all possible calls. Bug #614869 can be left
     closed, as the deprecation warnings disapeared with the 0.17 upload with

Added: trunk/libnet-epp-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-epp-perl/debian/patches/series?rev=75644&op=file
==============================================================================
--- trunk/libnet-epp-perl/debian/patches/series (added)
+++ trunk/libnet-epp-perl/debian/patches/series Mon Jun 13 18:18:26 2011
@@ -1,0 +1,1 @@
+use-Digest-SHA.patch

Added: trunk/libnet-epp-perl/debian/patches/use-Digest-SHA.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-epp-perl/debian/patches/use-Digest-SHA.patch?rev=75644&op=file
==============================================================================
--- trunk/libnet-epp-perl/debian/patches/use-Digest-SHA.patch (added)
+++ trunk/libnet-epp-perl/debian/patches/use-Digest-SHA.patch Mon Jun 13 18:18:26 2011
@@ -1,0 +1,28 @@
+Description: use Digest::SHA instead of Digest::SHA1.
+ See: http://deb.li/digestsha
+Origin: vendor
+Forwarded: yes
+Author: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2011-06-13
+
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -10,6 +10,6 @@
+ 		'IO::Socket::SSL'	=> 0,
+ 		'XML::LibXML'		=> 0,
+ 		'Time::HiRes'		=> 0,
+-		'Digest::SHA1'		=> 0,
++		'Digest::SHA'		=> 0,
+ 	},
+ );
+--- a/lib/Net/EPP/Simple.pm
++++ b/lib/Net/EPP/Simple.pm
+@@ -5,7 +5,7 @@
+ # $Id: Simple.pm,v 1.10 2011/04/08 12:57:11 gavin Exp $
+ package Net::EPP::Simple;
+ use Carp;
+-use Digest::SHA1 qw(sha1_hex);
++use Digest::SHA qw(sha1_hex);
+ use Net::EPP::Frame;
+ use Net::EPP::ResponseCodes;
+ use Time::HiRes qw(time);




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