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
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e7d7cd2b95b1fc2244bc6eeb8f44f835d603ea07f5a39110881db60928b14c4
|
||||
size 40549
|
3
Catalyst-Plugin-Session-0.44.tar.gz
Normal file
3
Catalyst-Plugin-Session-0.44.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:092c8d80e0350f925dc765f272c0ee28f992300b14f5b8698412204e6c857c42
|
||||
size 40101
|
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 17 05:39:41 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- 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 <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user