[packages/perl-Crypt-Blowfish] - updated to 2.14

hawk hawk at pld-linux.org
Mon Aug 27 12:13:01 CEST 2018


commit 07235a4d6c9a7e19f4c308d496ad45084ab944ab
Author: Marcin Krol <hawk at tld-linux.org>
Date:   Mon Aug 27 10:12:45 2018 +0000

    - updated to 2.14

 build.patch              | 12 ------------
 perl-Crypt-Blowfish.spec |  8 +++-----
 2 files changed, 3 insertions(+), 17 deletions(-)
---
diff --git a/perl-Crypt-Blowfish.spec b/perl-Crypt-Blowfish.spec
index e0c8b93..85038f2 100644
--- a/perl-Crypt-Blowfish.spec
+++ b/perl-Crypt-Blowfish.spec
@@ -8,13 +8,12 @@
 Summary:	Crypt::Blowfish - Perl Blowfish encryption module
 Summary(pl.UTF-8):	Crypt::Blowfish - moduł Perla dla szyfrowania Blowfish
 Name:		perl-Crypt-Blowfish
-Version:	2.12
-Release:	10
+Version:	2.14
+Release:	1
 License:	BSD-like (see COPYRIGHT)
 Group:		Development/Languages/Perl
 Source0:	http://www.cpan.org/modules/by-module/Crypt/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5:	a0eca17addc8bdaf38c044c365a8800c
-Patch0:		build.patch
+# Source0-md5:	792b43cd4e49d2c2cf4a9f6990ff7d1b
 URL:		http://search.cpan.org/dist/Crypt-Blowfish/
 %{?with_tests:BuildRequires:	perl-Crypt-CBC >= 1.22}
 BuildRequires:	perl-devel >= 1:5.8.0
@@ -31,7 +30,6 @@ kryptograficznego Blowfish.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
-%patch0 -p1
 
 %build
 %{__perl} Makefile.PL \
diff --git a/build.patch b/build.patch
deleted file mode 100644
index 3cf8c20..0000000
--- a/build.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- Crypt-Blowfish-2.12/Blowfish.xs~	2000-11-30 07:25:21.000000000 +0100
-+++ Crypt-Blowfish-2.12/Blowfish.xs	2013-06-09 19:49:55.063654083 +0200
-@@ -63,8 +63,7 @@
- 			output = sv_newmortal();
- 		output_len = 8;
- 
--		if (!SvUPGRADE(output, SVt_PV))
--			croak("cannot use output argument as lvalue");
-+		SvUPGRADE(output, SVt_PV);
- 
- 		/* blowfish_crypt_8bytes(input, SvGROW(output, 8), ks, dir); */
- 		/* HP-UX (HP cc) fix below, thanks Addi! */
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-Crypt-Blowfish.git/commitdiff/07235a4d6c9a7e19f4c308d496ad45084ab944ab



More information about the pld-cvs-commit mailing list