[libauthen-oath-perl] 07/11: Drop digest_sha.patch, merged upstream.

gregor herrmann gregoa at debian.org
Wed Jul 20 17:41:56 UTC 2016


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

gregoa pushed a commit to branch master
in repository libauthen-oath-perl.

commit 71c3a888693fc08993a6f8f1b71138ccebe351e1
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Jul 20 19:39:07 2016 +0200

    Drop digest_sha.patch, merged upstream.
---
 debian/patches/digest_sha.patch | 62 -----------------------------------------
 debian/patches/series           |  1 -
 2 files changed, 63 deletions(-)

diff --git a/debian/patches/digest_sha.patch b/debian/patches/digest_sha.patch
deleted file mode 100644
index bd46ac7..0000000
--- a/debian/patches/digest_sha.patch
+++ /dev/null
@@ -1,62 +0,0 @@
-Description: use Digest::SHA (in perl core) instead of Digest::SHA1
-Origin: vendor
-Bug: https://rt.cpan.org/Ticket/Display.html?id=76188
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=76188
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2012-03-31
-
---- a/Build.PL
-+++ b/Build.PL
-@@ -25,7 +25,7 @@
-         'Moose'        => 0,
-         'Math::BigInt' => 0,
-         'Digest::HMAC' => 0,
--        'Digest::SHA1' => 0,
-+        'Digest::SHA' => 0,
-     },
-     add_to_cleanup     => [ 'Authen-OATH-*' ],
-     create_makefile_pl => 'traditional',
---- a/META.yml
-+++ b/META.yml
-@@ -4,7 +4,7 @@
-   - 'Kurt Kincaid <kurt.kincaid at gmail.com>'
- build_requires:
-   Digest::HMAC: 0
--  Digest::SHA1: 0
-+  Digest::SHA: 0
-   Math::BigInt: 0
-   Moose: 0
-   Test::More: 0
---- a/Makefile.PL
-+++ b/Makefile.PL
-@@ -6,7 +6,7 @@
-   'VERSION_FROM' => 'lib/Authen/OATH.pm',
-   'PREREQ_PM' => {
-                    'Digest::HMAC' => 0,
--                   'Digest::SHA1' => 0,
-+                   'Digest::SHA' => 0,
-                    'Math::BigInt' => 0,
-                    'Moose' => 0,
-                    'Test::More' => 0,
---- a/lib/Authen/OATH.pm
-+++ b/lib/Authen/OATH.pm
-@@ -26,7 +26,7 @@
- has 'digest' => (
-     'is'      => 'rw',
-     'isa'     => 'Str',
--    'default' => 'Digest::SHA1'
-+    'default' => 'Digest::SHA'
- );
- 
- has 'timestep' => (
---- a/t/01-cases.t
-+++ b/t/01-cases.t
-@@ -12,7 +12,7 @@
- ok( defined $oath, "successfully created new object" );
- ok( $oath->isa( 'Authen::OATH' ), "correct class." );
- ok( $oath->{ 'digits' } == 6,     "default digits set to 6" );
--ok( $oath->{ 'digest' } eq 'Digest::SHA1', "default digest set to Digest::SHA1" );
-+ok( $oath->{ 'digest' } eq 'Digest::SHA', "default digest set to Digest::SHA" );
- ok( $oath->{ 'timestep' } == 30, "default timestep set to 30" );
- 
- print "Checking test vectors for totp()...\n";
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 506103d..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-digest_sha.patch

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



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