[libxml-atom-perl] 07/10: Update use-Digest-SHA.patch.

gregor herrmann gregoa at debian.org
Sat Jun 24 13:54:56 UTC 2017


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libxml-atom-perl.

commit 0ba22b65ec6dffbe9259643558d71ffaee974e13
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 24 15:42:54 2017 +0200

    Update use-Digest-SHA.patch.
---
 debian/patches/use-Digest-SHA.patch | 28 ++++------------------------
 1 file changed, 4 insertions(+), 24 deletions(-)

diff --git a/debian/patches/use-Digest-SHA.patch b/debian/patches/use-Digest-SHA.patch
index fe7e95b..aec6b04 100644
--- a/debian/patches/use-Digest-SHA.patch
+++ b/debian/patches/use-Digest-SHA.patch
@@ -1,31 +1,11 @@
 Subject: Use Digest::SHA instead of Digest::SHA1
 Origin: vendor
-Author: Ansgar Burchardt <ansgar at debian.org>
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=105308
 Bug: https://rt.cpan.org/Ticket/Display.html?id=105308
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=105308
+Author: Ansgar Burchardt <ansgar at debian.org>
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2017-06-24
 
---- a/Makefile.PL
-+++ b/Makefile.PL
-@@ -12,7 +12,7 @@
- requires('Class::Data::Inheritable');
- requires('XML::XPath');
- requires('LWP::UserAgent');
--requires('Digest::SHA1');
-+requires('Digest::SHA');
- requires('DateTime');
- requires('DateTime::TimeZone');
- requires('XML::LibXML', 1.69);
---- a/README
-+++ b/README
-@@ -6,7 +6,7 @@
- 
-     * XML::LibXML
-     * LWP
--    * Digest::SHA1
-+    * Digest::SHA
-     * MIME::Base64
-     * HTML::Parser
- 
 --- a/lib/XML/Atom/Client.pm
 +++ b/lib/XML/Atom/Client.pm
 @@ -9,7 +9,7 @@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libxml-atom-perl.git



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