OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 20-Nov-2005 14:47:26
Branch: HEAD Handle: 2005112013472600
Modified files:
openpkg-src/perl-crypto perl-crypto.spec
Log:
add Crypt::CipherSaber cipher
Summary:
Revision Changes Path
1.109 +11 -1 openpkg-src/perl-crypto/perl-crypto.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-crypto/perl-crypto.spec
============================================================================
$ cvs diff -u -r1.108 -r1.109 perl-crypto.spec
--- openpkg-src/perl-crypto/perl-crypto.spec 16 Nov 2005 18:49:24 -0000
1.108
+++ openpkg-src/perl-crypto/perl-crypto.spec 20 Nov 2005 13:47:26 -0000
1.109
@@ -56,6 +56,7 @@
%define V_crypt_openssl_x509 0.3.1
%define V_crypt_rijndael 0.05
%define V_crypt_twofish2 1.01
+%define V_crypt_ciphersaber 1.00
%define V_digest_crc 0.09
%define V_string_crc32 1.3
%define V_data_uuid 0.11
@@ -71,7 +72,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20051116
+Release: 20051120
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Digest/Digest-%{V_digest}.tar.gz
@@ -109,6 +110,7 @@
Source32:
http://www.cpan.org/modules/by-module/Digest/Digest-EMAC-%{V_digest_emac}.tar.gz
Source33:
http://www.cpan.org/modules/by-module/Digest/Digest-Whirlpool-%{V_digest_whirlpool}.tar.gz
Source34:
http://www.cpan.org/modules/by-module/Crypt/Crypt-Twofish2-%{V_crypt_twofish2}.tar.gz
+Source35:
http://www.cpan.org/modules/by-module/Crypt/Crypt-CipherSaber-%{V_crypt_ciphersaber}.tar.gz
Patch0: perl-crypto.patch
# build information
@@ -156,6 +158,7 @@
- Crypt::OpenSSL::X509 (%{V_crypt_openssl_x509})
- Crypt::Rijndael (%{V_crypt_rijndael})
- Crypt::Twofish2 (%{V_crypt_twofish2})
+ - Crypt::CipherSaber (%{V_crypt_ciphersaber})
- String::CRC32 (%{V_string_crc32})
- Data::UUID (%{V_data_uuid})
@@ -335,6 +338,11 @@
url = http://www.cpan.org/modules/by-module/Crypt/
regex = Crypt-Twofish2-(__VER__)\.tar\.gz
}
+ prog perl-crypto:Crypt-CipherSaber = {
+ version = %{V_crypt_ciphersaber}
+ url = http://www.cpan.org/modules/by-module/Crypt/
+ regex = Crypt-CipherSaber-(__VER__)\.tar\.gz
+ }
%prep
%setup -q -c
@@ -372,6 +380,7 @@
%setup -q -T -D -a 32
%setup -q -T -D -a 33
%setup -q -T -D -a 34
+ %setup -q -T -D -a 35
%patch -p0
%build
@@ -414,6 +423,7 @@
%{l_prefix}/bin/perl-openpkg -d %{SOURCE32} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE33} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE34} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE35} configure build install
%{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat
perl-openpkg-files`
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]