diff --git a/Crypt-URandom-0.54.tar.gz b/Crypt-URandom-0.54.tar.gz deleted file mode 100644 index 16d2d2a..0000000 --- a/Crypt-URandom-0.54.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a73cd394933328da484aaeb8645d735b35465df60109e559e0a28b066053a57 -size 23803 diff --git a/Crypt-URandom-0.55.tar.gz b/Crypt-URandom-0.55.tar.gz new file mode 100644 index 0000000..1a065e5 --- /dev/null +++ b/Crypt-URandom-0.55.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef9f44141073c13573e85b148ff9a9089c45825b7d6608d832e4263899d3a2d4 +size 24023 diff --git a/perl-Crypt-URandom.changes b/perl-Crypt-URandom.changes index a58241b..a6c3d37 100644 --- a/perl-Crypt-URandom.changes +++ b/perl-Crypt-URandom.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Feb 17 06:12:51 UTC 2026 - Tina Müller + +- updated to 0.550.0 (0.55) + see /usr/share/doc/packages/perl-Crypt-URandom/Changes + + 0.55 Tue Feb 17 07:01:43 2026 + - Fix for sysread/read failures. Thanks to Miha Purg for GH#20 + - Fix for test suite failures on STDOUT encoding. Thanks to Lukas Mai for GH#19 + - Fix for CVE-2026-2474 + ------------------------------------------------------------------- Tue Jul 22 12:27:41 UTC 2025 - Tina Müller diff --git a/perl-Crypt-URandom.spec b/perl-Crypt-URandom.spec index f626fc4..710b541 100644 --- a/perl-Crypt-URandom.spec +++ b/perl-Crypt-URandom.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Crypt-URandom # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name Crypt-URandom Name: perl-Crypt-URandom -Version: 0.540.0 +Version: 0.550.0 Release: 0 -# 0.54 -> normalize -> 0.540.0 -%define cpan_version 0.54 +# 0.55 -> normalize -> 0.550.0 +%define cpan_version 0.55 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Provide non blocking randomness URL: https://metacpan.org/release/%{cpan_name} @@ -31,7 +31,7 @@ Source100: README.md BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Carp) >= 1.26 -BuildRequires: perl(Test::Pod) >= 1.14 +BuildRequires: perl(Test::Pod) >= 1.140 Requires: perl(Carp) >= 1.26 Provides: perl(Crypt::URandom) = %{version} %undefine __perllib_provides @@ -44,7 +44,7 @@ currently supported are anything supporting getrandom(2), /dev/urandom and versions of Windows greater than or equal to Windows 2000. %prep -%autosetup -n %{cpan_name}-%{cpan_version} -p1 +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"