forked from pool/perl-Crypt-URandom
WIP: Automatic update to Crypt-URandom-0.55.tar.gz #1
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a73cd394933328da484aaeb8645d735b35465df60109e559e0a28b066053a57
|
||||
size 23803
|
||||
BIN
Crypt-URandom-0.55.tar.gz
LFS
Normal file
BIN
Crypt-URandom-0.55.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 17 06:12:51 UTC 2026 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- 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 <tina.mueller@suse.com>
|
||||
|
||||
|
||||
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user