[packages/perl-Crypt-OpenSSL-EC] - updated to 1.34
qboosh
qboosh at pld-linux.org
Fri Sep 4 21:38:03 CEST 2026
commit 19f49241a104618791a4dfcfe3745cafdc5e89a3
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Sep 4 21:38:09 2026 +0200
- updated to 1.34
deadcode.patch | 19 -------------------
perl-Crypt-OpenSSL-EC.spec | 16 +++++++---------
2 files changed, 7 insertions(+), 28 deletions(-)
---
diff --git a/perl-Crypt-OpenSSL-EC.spec b/perl-Crypt-OpenSSL-EC.spec
index c76ac6c..06b0c9f 100644
--- a/perl-Crypt-OpenSSL-EC.spec
+++ b/perl-Crypt-OpenSSL-EC.spec
@@ -7,17 +7,16 @@
Summary: Crypt::OpenSSL::EC - Perl extension for OpenSSL EC (Elliptic Curves) library
Summary(pl.UTF-8): Crypt::OpenSSL::EC - moduł Perla do obliczeń na krzywych eliptycznych
Name: perl-Crypt-OpenSSL-EC
-Version: 1.32
-Release: 9
+Version: 1.34
+Release: 1
# same as perl
License: GPL v1+ or Artistic
Group: Development/Languages/Perl
-Source0: http://www.cpan.org/modules/by-module/Crypt/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 0ac9adc9e597cb492ed7255741426909
-Patch0: deadcode.patch
+Source0: https://www.cpan.org/authors/id/R/RA/RADIATOR/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 98eb43e46b1bc77f1cbb2ee188907f1f
URL: https://metacpan.org/dist/Crypt-OpenSSL-EC
BuildRequires: openssl-devel >= 0.9.8i
-BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: perl-devel >= 1:5.8.5
BuildRequires: rpm-perlprov >= 4.1-13
BuildRequires: rpmbuild(macros) >= 1.745
%if %{with tests}
@@ -42,7 +41,6 @@ i stałych.
%prep
%setup -q -n %{pdir}-%{pnam}-%{version}
-%patch -P0 -p1
%build
%{__perl} Makefile.PL \
@@ -64,9 +62,9 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc Changes README
+%doc Changes README.md
%{perl_vendorarch}/Crypt/OpenSSL/EC.pm
%dir %{perl_vendorarch}/auto/Crypt/OpenSSL/EC
%{perl_vendorarch}/auto/Crypt/OpenSSL/EC/autosplit.ix
-%attr(755,root,root) %{perl_vendorarch}/auto/Crypt/OpenSSL/EC/*.so
+%{perl_vendorarch}/auto/Crypt/OpenSSL/EC/EC.so
%{_mandir}/man3/Crypt::OpenSSL::EC.3pm*
diff --git a/deadcode.patch b/deadcode.patch
deleted file mode 100644
index e2205c9..0000000
--- a/deadcode.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- Crypt-OpenSSL-EC-1.32/EC.xs.orig 2020-03-17 22:07:26.000000000 +0100
-+++ Crypt-OpenSSL-EC-1.32/EC.xs 2025-07-28 15:05:52.508724597 +0200
-@@ -348,16 +348,6 @@
- int
- EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx)
-
--#if 0
--
--int
--EC_POINTs_make_affine(const EC_GROUP *group, size_t num, EC_POINT *p[], BN_CTX *ctx)
--
--int
--EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n, size_t num, const EC_POINT *p[], const BIGNUM *m[], BN_CTX *ctx)
--
--#endif
--
- int
- EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n, const EC_POINT *q, const BIGNUM *m, BN_CTX *ctx)
-
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/perl-Crypt-OpenSSL-EC.git/commitdiff/19f49241a104618791a4dfcfe3745cafdc5e89a3
More information about the pld-cvs-commit
mailing list