- updated to 5.61
- modified dump/load methods to match behavior of Digest::SHA -- in the case of I/O to STDIN/STDOUT - addressed minor documentation oversights - added new SHA-512/224 and SHA-512/256 transforms -- ref. NIST Draft FIPS 180-4 (February 2011) - simplified shasum by removing duplicative text - improved efficiency of Addfile -- expensive -T test now occurs only in portable mode OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Digest-SHA-PurePerl?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
700ae56fe5
commit
e8b094095b
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cfa0f3685f8b19bf3743faa4516e5affd328e8d124bfda84bfb469ade2b3a6e9
|
|
||||||
size 30189
|
|
3
Digest-SHA-PurePerl-5.61.tar.gz
Normal file
3
Digest-SHA-PurePerl-5.61.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ced025dfd9d0a3a3cfe8dac32d903fdc413ae7b32d8d34e9ce041dcdd9d54417
|
||||||
|
size 33294
|
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 3 15:02:33 UTC 2011 - coolo@novell.com
|
||||||
|
|
||||||
|
- updated to 5.61
|
||||||
|
- modified dump/load methods to match behavior of Digest::SHA
|
||||||
|
-- in the case of I/O to STDIN/STDOUT
|
||||||
|
- addressed minor documentation oversights
|
||||||
|
- added new SHA-512/224 and SHA-512/256 transforms
|
||||||
|
-- ref. NIST Draft FIPS 180-4 (February 2011)
|
||||||
|
- simplified shasum by removing duplicative text
|
||||||
|
- improved efficiency of Addfile
|
||||||
|
-- expensive -T test now occurs only in portable mode
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 21 19:49:16 UTC 2011 - coolo@novell.com
|
Fri Jan 21 19:49:16 UTC 2011 - coolo@novell.com
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Digest-SHA-PurePerl (Version 5.50)
|
# spec file for package perl-Digest-SHA-PurePerl (Version 5.61)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: perl-Digest-SHA-PurePerl
|
Name: perl-Digest-SHA-PurePerl
|
||||||
Version: 5.50
|
Version: 5.61
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
%define cpan_name Digest-SHA-PurePerl
|
%define cpan_name Digest-SHA-PurePerl
|
||||||
@@ -24,13 +24,13 @@ Summary: Perl implementation of SHA-1/224/256/384/512
|
|||||||
Url: http://search.cpan.org/dist/Digest-SHA-PurePerl/
|
Url: http://search.cpan.org/dist/Digest-SHA-PurePerl/
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
#Source: http://www.cpan.org/authors/id/M/MS/MSHELOR/Digest-SHA-PurePerl-%{version}.tar.gz
|
#Source: http://www.cpan.org/authors/id/M/MS/MSHELOR/Digest-SHA-PurePerl-%{version}.tar.gz
|
||||||
Source: %{cpan_name}-%{version}.tar.bz2
|
Source: %{cpan_name}-%{version}.tar.gz
|
||||||
BuildRequires: perl(FileHandle)
|
BuildArch: noarch
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
BuildRequires: perl(FileHandle)
|
||||||
Requires: perl(FileHandle)
|
Requires: perl(FileHandle)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Reference in New Issue
Block a user