[libcache-perl] 22/28: refresh Digest::SHA patch

dom at earth.li dom at earth.li
Sat Oct 4 17:27:43 UTC 2014


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

dom pushed a commit to branch master
in repository libcache-perl.

commit 93ab5e7fbc6520acb6c842f3df3f3576d798f237
Author: Dominic Hargreaves <dom at earth.li>
Date:   Sun Feb 2 16:13:29 2014 +0000

    refresh Digest::SHA patch
---
 debian/patches/use-Digest-SHA.patch | 72 ++++++++++++++++++++++---------------
 1 file changed, 44 insertions(+), 28 deletions(-)

diff --git a/debian/patches/use-Digest-SHA.patch b/debian/patches/use-Digest-SHA.patch
index aec1005..5a2428d 100644
--- a/debian/patches/use-Digest-SHA.patch
+++ b/debian/patches/use-Digest-SHA.patch
@@ -1,37 +1,53 @@
 From: Salvatore Bonaccorso <carnil at debian.org>
 Subject: use Digest::SHA instead of Digest::SHA1
 
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=67717
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=92658
 Bug-Debian: http://bugs.debian.org/636648
 
-diff -urN libcache-perl-2.04.orig//META.yml libcache-perl-2.04//META.yml
---- libcache-perl-2.04.orig//META.yml	2006-02-02 05:01:08.000000000 +0100
-+++ libcache-perl-2.04//META.yml	2011-08-04 22:32:11.313598820 +0200
-@@ -7,7 +7,7 @@
+diff --git a/Build.PL b/Build.PL
+index f6e98f6..47da9ba 100644
+--- a/Build.PL
++++ b/Build.PL
+@@ -16,7 +16,7 @@ my $builder = Test::Run::Builder->new(
+     {
+         'DB_File'			=> '1.72',
+         'Date::Parse'		=> '2.24',
+-        'Digest::SHA1'		=> '2.01',
++        'Digest::SHA'		=> 0,
+         'Fcntl'			=> '1.03',
+         'File::Find'		=> '0',
+         'File::NFSLock'		=> '1.20',
+diff --git a/META.json b/META.json
+index 07fee07..5dd8f73 100644
+--- a/META.json
++++ b/META.json
+@@ -35,7 +35,7 @@
+          "requires" : {
+             "DB_File" : "1.72",
+             "Date::Parse" : "2.24",
+-            "Digest::SHA1" : "2.01",
++            "Digest::SHA" : "0",
+             "Fcntl" : "1.03",
+             "File::Find" : "0",
+             "File::NFSLock" : "1.20",
+diff --git a/META.yml b/META.yml
+index 920f147..beefbc0 100644
+--- a/META.yml
++++ b/META.yml
+@@ -70,7 +70,7 @@ provides:
  requires:
-     Date::Parse:                   2.24
-     DB_File:                       1.72
--    Digest::SHA1:                  2.01
-+    Digest::SHA:                   0
-     Fcntl:                         1.03
-     File::Find:                    0
-     File::NFSLock:                 1.2
-diff -urN libcache-perl-2.04.orig//Makefile.PL libcache-perl-2.04//Makefile.PL
---- libcache-perl-2.04.orig//Makefile.PL	2005-10-20 14:33:52.000000000 +0200
-+++ libcache-perl-2.04//Makefile.PL	2011-08-04 22:32:24.729600549 +0200
-@@ -15,7 +15,7 @@
- 	File::Spec		=> 0.8,
- 	File::Path		=> 1.00,
- 	File::NFSLock		=> 1.20,
--	Digest::SHA1		=> 2.01,
-+	Digest::SHA		=> 0,
- 	Symbol			=> 1.02,
- 	IO::Handle		=> 1.21,
- 	IO::File		=> 1.08,
-diff -urN libcache-perl-2.04.orig//lib/Cache/File.pm libcache-perl-2.04//lib/Cache/File.pm
---- libcache-perl-2.04.orig//lib/Cache/File.pm	2006-01-31 16:23:58.000000000 +0100
-+++ libcache-perl-2.04//lib/Cache/File.pm	2011-08-04 22:32:32.641602287 +0200
-@@ -25,7 +25,7 @@
+   DB_File: 1.72
+   Date::Parse: 2.24
+-  Digest::SHA1: 2.01
++  Digest::SHA: 0
+   Fcntl: 1.03
+   File::Find: 0
+   File::NFSLock: 1.20
+diff --git a/lib/Cache/File.pm b/lib/Cache/File.pm
+index 6e0fab3..43462dc 100644
+--- a/lib/Cache/File.pm
++++ b/lib/Cache/File.pm
+@@ -25,7 +25,7 @@ use strict;
  use warnings;
  use Cache::File::Heap;
  use Cache::File::Entry;

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



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