update to 2.142 [release 2.142-1mamba;Thu Aug 31 2023]

This commit is contained in:
Silvan Calarco 2024-04-24 23:31:22 +02:00
parent df756d72fe
commit dcc21f13e5

View File

@ -1,6 +1,6 @@
%define PERL_VERSION %(eval `perl -V:version`; echo $version)
Name: perl-Net-SSH-Perl
Version: 2.14
Version: 2.142
Release: 1mamba
Summary: Perl implementations of both the SSH1 and SSH2 protocols.
Group: Development/Libraries/Perl
@ -11,19 +11,17 @@ URL: https://www.cpan.org
Source: https://cpan.metacpan.org/modules/by-module/Net/Net-SSH-Perl-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: perl-Compress-Zlib
BuildRequires: perl-Convert-PEM
BuildRequires: perl-Crypt-DES
BuildRequires: perl-Crypt-DH
BuildRequires: perl-Crypt-DSA
BuildRequires: perl-Crypt-IDEA
BuildRequires: perl-Crypt-RSA
BuildRequires: perl-devel >= %PERL_VERSION
BuildRequires: perl-Digest-HMAC
BuildRequires: perl-Digest-SHA1
BuildRequires: perl-Math-GMP
BuildRequires: perl-Math-Pari
BuildRequires: glibc-devel
BuildRequires: libperl
BuildRequires: perl(Crypt::Curve25519)
BuildRequires: perl(Crypt::IDEA)
BuildRequires: perl(IO::Socket::Socks)
BuildRequires: perl(Math::GMP)
BuildRequires: perl-CryptX
BuildRequires: perl-File-HomeDir
BuildRequires: perl-Scalar-List-Utils
BuildRequires: perl-String-CRC32
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl-Digest-BubbleBabble
Requires: perl >= %PERL_VERSION
@ -59,6 +57,8 @@ rm -f %{buildroot}%PERL_SITEARCH/auto/Net/SSH/Perl/.packlist
rm -f %{buildroot}%{perl_sitelib}/*/Net/SSH/Perl/Util/Win32.pm
find %{buildroot} -name *.so -exec chmod u+w {} \;
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
rm -f .packlist
@ -67,6 +67,9 @@ rm -f .packlist
%defattr(-,root,root)
%changelog
* Thu Aug 31 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.142-1mamba
- update to 2.142
* Fri Feb 26 2021 Automatic Build System <autodist@mambasoft.it> 2.14-1mamba
- automatic version update by autodist