From dcc21f13e57c80b7cec6066d98201dc004fa68f4 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Wed, 24 Apr 2024 23:31:22 +0200 Subject: [PATCH] update to 2.142 [release 2.142-1mamba;Thu Aug 31 2023] --- perl-Net-SSH-Perl.spec | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/perl-Net-SSH-Perl.spec b/perl-Net-SSH-Perl.spec index efc2f30..8a2a819 100644 --- a/perl-Net-SSH-Perl.spec +++ b/perl-Net-SSH-Perl.spec @@ -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 2.142-1mamba +- update to 2.142 + * Fri Feb 26 2021 Automatic Build System 2.14-1mamba - automatic version update by autodist