public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-CGI-Session] f45: 4.49 bump (rhbz#2510691); Fix CVE-2026-56016
@ 2026-08-18 14:47 Jitka Plesnikova
  0 siblings, 0 replies; only message in thread
From: Jitka Plesnikova @ 2026-08-18 14:47 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/perl-CGI-Session
Branch : f45
Commit : a314579960c61b50ba1c1a3864fd5c8a5d5a3472
Author : Jitka Plesnikova <jplesnik@redhat.com>
Date   : 2026-08-18T16:33:39+02:00
Stats  : +20/-13 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-CGI-Session/c/a314579960c61b50ba1c1a3864fd5c8a5d5a3472?branch=f45

Log:
4.49 bump (rhbz#2510691); Fix CVE-2026-56016

---
diff --git a/.gitignore b/.gitignore
index 528e3b0..045e704 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 CGI-Session-4.35.tar.gz
 /CGI-Session-4.48.tar.gz
+/CGI-Session-4.49.tar.gz

diff --git a/perl-CGI-Session.spec b/perl-CGI-Session.spec
index 2b9f6e4..912c048 100644
--- a/perl-CGI-Session.spec
+++ b/perl-CGI-Session.spec
@@ -1,20 +1,21 @@
 Name:           perl-CGI-Session
-Version:        4.48
-Release:        36%{?dist}
+Version:        4.49
+Release:        1%{?dist}
 Summary:        Persistent session data in CGI applications
 # Automatically converted from old format: GPL+ or Artistic - review is highly recommended.
 License:        GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:            https://metacpan.org/release/CGI-Session
-Source0:        https://cpan.metacpan.org/modules/by-module/CGI/CGI-Session-%{version}.tar.gz
+Source0:        https://cpan.metacpan.org/authors/id/M/MA/MARKSTOS/CGI-Session-%{version}.tar.gz
 BuildArch:      noarch
 Requires:       perl(CGI) >= 3.26
 Requires:       perl(File::Path)
 Requires:       perl(Text::Abbrev)
 
-BuildRequires: make
+BuildRequires:  coreutils
+BuildRequires:  make
 BuildRequires:  perl-interpreter
 BuildRequires:  perl-generators
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(strict)
@@ -28,7 +29,7 @@ BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(DBD::Pg)
 BuildRequires:  perl(DB_File)
 BuildRequires:  perl(DBI)
-BuildRequires:  perl(Digest::MD5)
+BuildRequires:  perl(Crypt::SysRandom)
 BuildRequires:  perl(Fcntl)
 BuildRequires:  perl(File::Basename)
 # File::Path not used at tests
@@ -41,6 +42,7 @@ BuildRequires:  perl(Storable)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Text::Abbrev)
 BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
 # Tests:
 BuildRequires:  perl(Env)
 
@@ -55,13 +57,12 @@ CGI::Session does that and many more.
 %setup -q -n CGI-Session-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
+%{make_build}
 chmod 644 examples/*
 
 %install
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+%{make_install}
 %{_fixperms} %{buildroot}/*
 
 %check
@@ -69,10 +70,15 @@ make test
 
 %files
 %doc Changes examples README
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%dir %{perl_vendorlib}/CGI
+%{perl_vendorlib}/CGI/Session*
+%{_mandir}/man3/CGI::Session*
 
 %changelog
+* Tue Aug 18 2026 Jitka Plesnikova <jplesnik@redhat.com> - 4.49-1
+- 4.49 bump (rhbz#2510691)
+- Fix CVE-2026-56016 (rhbz#2495886)
+
 * Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 4.48-36
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

diff --git a/sources b/sources
index 9c8525d..1daf7f4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7f8983aaeb92a0ba77eca8bca6d8d43a  CGI-Session-4.48.tar.gz
+SHA512 (CGI-Session-4.49.tar.gz) = 4efc06b0f97d6a1a9afa553847092aaf5ffd5f104af72d72bc4f115b90082ec285718c2562f10dbc4ed80dc209b089394a84ea0bb5dd1d2e2c2f048317bcd8ac

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-18 14:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-18 14:47 [rpms/perl-CGI-Session] f45: 4.49 bump (rhbz#2510691); Fix CVE-2026-56016 Jitka Plesnikova

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox