]> git.pld-linux.org Git - packages/perl-Crypt-Blowfish.git/commitdiff
- updated to 2.14 auto/th/perl-Crypt-Blowfish-2.14-1
authorMarcin Krol <hawk@tld-linux.org>
Mon, 27 Aug 2018 10:12:45 +0000 (10:12 +0000)
committerMarcin Krol <hawk@tld-linux.org>
Mon, 27 Aug 2018 10:12:45 +0000 (10:12 +0000)
build.patch [deleted file]
perl-Crypt-Blowfish.spec

diff --git a/build.patch b/build.patch
deleted file mode 100644 (file)
index 3cf8c20..0000000
+++ /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! */
index e0c8b93bfc0bb21f89de2b2e32d5a3994424656f..85038f234f3980650441aaf10bf2d7593ce1569c 100644 (file)
@@ -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 \
This page took 0.155005 seconds and 4 git commands to generate.