[SCM] Debian packaging of libmoosex-storage-perl branch, master, updated. ffa8ad0f7c37bd20df492e12b52be5af9ff4b405

Salvatore Bonaccorso carnil at debian.org
Mon Aug 15 19:29:15 UTC 2011


The following commit has been merged in the master branch:
commit ffa8ad0f7c37bd20df492e12b52be5af9ff4b405
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Mon Aug 15 21:29:05 2011 +0200

    use SHA-1 as algorithm name passed to Digest

diff --git a/debian/patches/use-Digest-SHA.patch b/debian/patches/use-Digest-SHA.patch
index eb545d3..b651f59 100644
--- a/debian/patches/use-Digest-SHA.patch
+++ b/debian/patches/use-Digest-SHA.patch
@@ -28,7 +28,7 @@ Last-Update: 2011-08-12
      }
      else {
 -        return Digest->new($d || "SHA1", @args);
-+        return Digest->new($d || "SHA", @args);
++        return Digest->new($d || "SHA-1", @args);
      }
  }
  

-- 
Debian packaging of libmoosex-storage-perl



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