Your message dated Fri, 05 Aug 2011 18:03:16 +0000
with message-id <[email protected]>
and subject line Bug#636648: fixed in libcache-perl 2.04-3
has caused the Debian Bug report #636648,
regarding libcache-perl: use Digest::SHA and drop (Build-)Depends(-Indep) on 
libdigest-sha1-perl
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
636648: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636648
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libcache-perl
Version: 2.04-2
Severity: normal
Tags: patch
User: [email protected]
Usertags: digest-sha-perl-transition

Hi Dominic

As you migth already know we would like to drop libdigest-sha1-perl
at some point, see [1]. Most of the functionality (except
sha1_transform) of Digest::SHA1 is also provided by Digest::SHA.
Switching from Digest::SHA1 to Digest::SHA should be in principle as
easy as substituting the use of Digest::SHA1 with Digest::SHA.

Digest::SHA is in Perl core since version 5.9.3 and thus is in
Debian's perl since Lenny.

Changing use of Digest::SHA1 to Digest::SHA would thus reduce external
dependencies by one.

 [1] http://deb.li/digestsha

There are "long time" no new upstream versions, but popcon is high for
libcache-perl. and it has liburi-fetch-perl reccomending
libcache-perl. Could you apply the patch for this?

Regards,
Salvatore

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
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 @@
 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 @@
 use warnings;
 use Cache::File::Heap;
 use Cache::File::Entry;
-use Digest::SHA1 qw(sha1_hex);
+use Digest::SHA qw(sha1_hex);
 use Fcntl qw(LOCK_EX LOCK_NB);
 use Symbol ();
 use File::Spec;

--- End Message ---
--- Begin Message ---
Source: libcache-perl
Source-Version: 2.04-3

We believe that the bug you reported is fixed in the latest version of
libcache-perl, which is due to be installed in the Debian FTP archive:

libcache-perl_2.04-3.debian.tar.gz
  to main/libc/libcache-perl/libcache-perl_2.04-3.debian.tar.gz
libcache-perl_2.04-3.dsc
  to main/libc/libcache-perl/libcache-perl_2.04-3.dsc
libcache-perl_2.04-3_all.deb
  to main/libc/libcache-perl/libcache-perl_2.04-3_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dominic Hargreaves <[email protected]> (supplier of updated libcache-perl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 05 Aug 2011 18:44:40 +0100
Source: libcache-perl
Binary: libcache-perl
Architecture: source all
Version: 2.04-3
Distribution: unstable
Urgency: low
Maintainer: Dominic Hargreaves <[email protected]>
Changed-By: Dominic Hargreaves <[email protected]>
Description: 
 libcache-perl - Cache interface
Closes: 636648
Changes: 
 libcache-perl (2.04-3) unstable; urgency=low
 .
   * Switch to dpkg-source 3.0 (quilt) format
   * Add Vcs-* fields
   * Update Standards-Version (no changes)
   * Switch to minimal dh7 rules
   * Apply patch to switch from Digest::SHA1 to Digest::SHA which is
     included with perl (closes: #636648)
   * Improve description (thanks, Lintian)
   * Add explicit copyright notice to debian/copyright (thanks, Lintian)
Checksums-Sha1: 
 793f8bf2a39692ae4827639e23c67f06287af50e 1333 libcache-perl_2.04-3.dsc
 07705ed0d452a7edd0ab8a3c0483dc8f6fc7ec97 2570 
libcache-perl_2.04-3.debian.tar.gz
 86475073c6b30b9fc51b8c63168194d271ff0b53 73434 libcache-perl_2.04-3_all.deb
Checksums-Sha256: 
 de3d932139a3afd955f46a5199975f7878ed8c2a753a6ba19c2355eb05decccd 1333 
libcache-perl_2.04-3.dsc
 d46813a3f18e724b1c75876efc080dd4904fecf7c9a195ca0a806c4e2f1623d8 2570 
libcache-perl_2.04-3.debian.tar.gz
 f9555aca2d2e565edf21fa5c2b53b30c3af02bbb3d6b7b8a924119760497c621 73434 
libcache-perl_2.04-3_all.deb
Files: 
 05e072693a1f0361b0132ea35ade7c5d 1333 perl optional libcache-perl_2.04-3.dsc
 da355afaf6c810391da7e7ad2ab7e380 2570 perl optional 
libcache-perl_2.04-3.debian.tar.gz
 a10862b143d5ded0da3cb5b72d54baa8 73434 perl optional 
libcache-perl_2.04-3_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iD8DBQFOPCxNYzuFKFF44qURAj+JAJ4h76WXnZ/RIgVPGc+3WkfkzDouuwCdFHRR
bjCSSUIf6aVK4I4BfQmsnuw=
=1NCc
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to