From a406e52d6e584bcc00b778fbcd8301831f2a78c28fb2c40e4b7bd95aa74e4b14 Mon Sep 17 00:00:00 2001 From: Oliver Kurz Date: Mon, 21 Jul 2025 17:12:30 +0000 Subject: [PATCH] Accepting request 1294134 from devel:languages:perl:autoupdate - updated to 0.440.0 (0.44) see /usr/share/doc/packages/perl-Catalyst-Plugin-Session/Changes 0.44 - 2025-07-16 - use properly random session IDs using a real entropy source (using Crypt::SysRandom) OBS-URL: https://build.opensuse.org/request/show/1294134 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Plugin-Session?expand=0&rev=10 --- Catalyst-Plugin-Session-0.43.tar.gz | 3 --- Catalyst-Plugin-Session-0.44.tar.gz | 3 +++ perl-Catalyst-Plugin-Session.changes | 10 ++++++++++ perl-Catalyst-Plugin-Session.spec | 21 ++++++++++++--------- 4 files changed, 25 insertions(+), 12 deletions(-) delete mode 100644 Catalyst-Plugin-Session-0.43.tar.gz create mode 100644 Catalyst-Plugin-Session-0.44.tar.gz diff --git a/Catalyst-Plugin-Session-0.43.tar.gz b/Catalyst-Plugin-Session-0.43.tar.gz deleted file mode 100644 index 434cbea..0000000 --- a/Catalyst-Plugin-Session-0.43.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e7d7cd2b95b1fc2244bc6eeb8f44f835d603ea07f5a39110881db60928b14c4 -size 40549 diff --git a/Catalyst-Plugin-Session-0.44.tar.gz b/Catalyst-Plugin-Session-0.44.tar.gz new file mode 100644 index 0000000..747fae7 --- /dev/null +++ b/Catalyst-Plugin-Session-0.44.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:092c8d80e0350f925dc765f272c0ee28f992300b14f5b8698412204e6c857c42 +size 40101 diff --git a/perl-Catalyst-Plugin-Session.changes b/perl-Catalyst-Plugin-Session.changes index 62ed733..f6c3518 100644 --- a/perl-Catalyst-Plugin-Session.changes +++ b/perl-Catalyst-Plugin-Session.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Jul 17 05:39:41 UTC 2025 - Tina Müller + +- updated to 0.440.0 (0.44) + see /usr/share/doc/packages/perl-Catalyst-Plugin-Session/Changes + + 0.44 - 2025-07-16 + - use properly random session IDs using a real entropy source (using + Crypt::SysRandom) + ------------------------------------------------------------------- Sat Jun 4 03:06:10 UTC 2022 - Tina Müller diff --git a/perl-Catalyst-Plugin-Session.spec b/perl-Catalyst-Plugin-Session.spec index 3769e70..edc1067 100644 --- a/perl-Catalyst-Plugin-Session.spec +++ b/perl-Catalyst-Plugin-Session.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Catalyst-Plugin-Session # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # 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 Catalyst-Plugin-Session Name: perl-Catalyst-Plugin-Session -Version: 0.430.0 +Version: 0.440.0 Release: 0 -# 0.43 -> normalize -> 0.430.0 -%define cpan_version 0.43 +# 0.44 -> normalize -> 0.440.0 +%define cpan_version 0.44 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Generic Session plugin - ties together server side storage and client si[cut] URL: https://metacpan.org/release/%{cpan_name} @@ -31,30 +31,33 @@ BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Catalyst::Runtime) >= 5.710.10 +BuildRequires: perl(Crypt::SysRandom) >= 0.7 BuildRequires: perl(HTML::Entities) BuildRequires: perl(MRO::Compat) -BuildRequires: perl(Moose) >= 0.76 +BuildRequires: perl(Moose) >= 0.760 BuildRequires: perl(MooseX::Emulate::Class::Accessor::Fast) >= 0.8.10 BuildRequires: perl(Object::Signature) BuildRequires: perl(Plack::Test) BuildRequires: perl(Test::Deep) BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::Needs) -BuildRequires: perl(namespace::clean) >= 0.10 +BuildRequires: perl(namespace::clean) >= 0.100 Requires: perl(Catalyst::Runtime) >= 5.710.10 +Requires: perl(Crypt::SysRandom) >= 0.7 Requires: perl(HTML::Entities) Requires: perl(MRO::Compat) -Requires: perl(Moose) >= 0.76 +Requires: perl(Moose) >= 0.760 Requires: perl(MooseX::Emulate::Class::Accessor::Fast) >= 0.8.10 Requires: perl(Object::Signature) Requires: perl(Test::More) >= 0.88 -Requires: perl(namespace::clean) >= 0.10 +Requires: perl(namespace::clean) >= 0.100 Provides: perl(Catalyst::Plugin::Session) = %{version} Provides: perl(Catalyst::Plugin::Session::State) = %{version} Provides: perl(Catalyst::Plugin::Session::Store) = %{version} Provides: perl(Catalyst::Plugin::Session::Store::Dummy) = %{version} Provides: perl(Catalyst::Plugin::Session::Test::Store) = %{version} %undefine __perllib_provides +Recommends: perl(Crypt::SysRandom::XS) >= 0.9 %{perl_requires} %description @@ -72,7 +75,7 @@ every request made by the same client. This plugin links the two pieces together. %prep -%autosetup -n %{cpan_name}-%{cpan_version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor