Skip to content

Commit 293e3ad

Browse files
authored
Upgrade: perl-Crypt-OpenSSL-RSA to version 0.33 (microsoft#11688)
1 parent 461840c commit 293e3ad

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"perl-Crypt-OpenSSL-RSA-0.31.tar.gz": "4173403ad4cf76732192099f833fbfbf3cd8104e0246b3844187ae384d2c5436"
3+
"Crypt-OpenSSL-RSA-0.33.tar.gz": "bdbe630f6d6f540325746ad99977272ac8664ff81bd19f0adaba6d6f45efd864"
44
}
55
}

SPECS-EXTENDED/perl-Crypt-OpenSSL-RSA/perl-Crypt-OpenSSL-RSA.spec

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Vendor: Microsoft Corporation
22
Distribution: Azure Linux
33
Name: perl-Crypt-OpenSSL-RSA
4-
Version: 0.31
5-
Release: 6%{?dist}
4+
Version: 0.33
5+
Release: 1%{?dist}
66
Summary: Perl interface to OpenSSL for RSA
7-
License: GPL+ or Artistic
7+
License: GPL-1.0-or-later OR Artistic-1.0-Perl
88
URL: https://metacpan.org/release/Crypt-OpenSSL-RSA
9-
Source0: https://cpan.metacpan.org/authors/id/T/TO/TODDR/Crypt-OpenSSL-RSA-%{version}.tar.gz#/perl-Crypt-OpenSSL-RSA-%{version}.tar.gz
9+
Source0: https://cpan.metacpan.org/authors/id/T/TO/TODDR/Crypt-OpenSSL-RSA-%{version}.tar.gz
1010
BuildRequires: gcc
1111
BuildRequires: findutils
1212
BuildRequires: make
@@ -31,22 +31,21 @@ BuildRequires: perl(base)
3131
BuildRequires: perl(Test)
3232
BuildRequires: perl(Test::More)
3333

34-
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
3534
Requires: perl(Crypt::OpenSSL::Random)
3635
Requires: perl(Crypt::OpenSSL::Bignum)
3736

3837
%description
3938
Crypt::OpenSSL::RSA - RSA encoding and decoding, using the openSSL libraries
4039

4140
%prep
42-
%setup -q -n Crypt-OpenSSL-RSA-%{version}
41+
%autosetup -p1 -n Crypt-OpenSSL-RSA-%{version}
4342

4443
%build
45-
%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
46-
make %{?_smp_mflags}
44+
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
45+
%{make_build}
4746

4847
%install
49-
make pure_install DESTDIR=%{buildroot}
48+
%{make_install}
5049
find %{buildroot} -type f -name '*.bs' -size 0 -delete
5150
%{_fixperms} %{buildroot}/*
5251

@@ -61,6 +60,10 @@ make test
6160
%{_mandir}/man3/*
6261

6362
%changelog
63+
* Fri Dec 23 2024 Sumit Jena <[email protected]> - 0.33-1
64+
- Update to version 0.33
65+
- License verified
66+
6467
* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 0.31-6
6568
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
6669

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16803,8 +16803,8 @@
1680316803
"type": "other",
1680416804
"other": {
1680516805
"name": "perl-Crypt-OpenSSL-RSA",
16806-
"version": "0.31",
16807-
"downloadUrl": "https://cpan.metacpan.org/authors/id/T/TO/TODDR/Crypt-OpenSSL-RSA-0.31.tar.gz"
16806+
"version": "0.33",
16807+
"downloadUrl": "https://cpan.metacpan.org/authors/id/T/TO/TODDR/Crypt-OpenSSL-RSA-0.33.tar.gz"
1680816808
}
1680916809
}
1681016810
},

0 commit comments

Comments
 (0)