https://bugzilla.redhat.com/show_bug.cgi?id=2494534
Bug ID: 2494534
Summary: Use '-any' virtual provide for mariadb / mysql
dependencies
Product: Fedora
Version: 43
OS: Linux
Status: NEW
Component: perl-Test-mysqld
Severity: high
Assignee: denis(a)fateyev.com
Reporter: mschorm(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: denis(a)fateyev.com, perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
MariaDB and MySQL use versioned package layout in Fedora nowadays.
That means multiple LTS versions of the same DB are packed in parallel as
differently named packages (mariadb10.11, mariadb11.8, mariadb12.3, ...).
Exactly one of these packages is chosen as "distribution default" version,
which provides the unversioned names (mariadb, mariadb-server, ...).
However when your package Requires the unversioned name, it cannot be used with
any other version of that database.
Virtual RPM provides with '-any' suffixes, (mariadb-any, mariadb-server-any,
...) which are provided by every version of that database, has to be used
instead.
To fix it, instead of:
Requires: mariadb
use:
Requires: mariadb-any
Recommends: mariadb
or e.g. instead:
Requires: mariadb-server
use:
Requires: mariadb-server-any
Recommends: mariadb-server
(based on the type of RPM relationship you use in your package)
Where the Requires make sure it can be satisfied by any database version, while
the recommends sets a preference for the distribution default version for that
Fedora release, when no database is installed yet.
This has to be fixed in all active Fedora releases.
Please apply the necessary fix to your package and prepare an update in BODHI.
Reproducible: Always
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2494534
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2494533
Bug ID: 2494533
Summary: Use '-any' virtual provide for mariadb / mysql
dependencies
Product: Fedora
Version: 44
OS: Linux
Status: NEW
Component: perl-Test-mysqld
Severity: high
Assignee: denis(a)fateyev.com
Reporter: mschorm(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: denis(a)fateyev.com, perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
MariaDB and MySQL use versioned package layout in Fedora nowadays.
That means multiple LTS versions of the same DB are packed in parallel as
differently named packages (mariadb10.11, mariadb11.8, mariadb12.3, ...).
Exactly one of these packages is chosen as "distribution default" version,
which provides the unversioned names (mariadb, mariadb-server, ...).
However when your package Requires the unversioned name, it cannot be used with
any other version of that database.
Virtual RPM provides with '-any' suffixes, (mariadb-any, mariadb-server-any,
...) which are provided by every version of that database, has to be used
instead.
To fix it, instead of:
Requires: mariadb
use:
Requires: mariadb-any
Recommends: mariadb
or e.g. instead:
Requires: mariadb-server
use:
Requires: mariadb-server-any
Recommends: mariadb-server
(based on the type of RPM relationship you use in your package)
Where the Requires make sure it can be satisfied by any database version, while
the recommends sets a preference for the distribution default version for that
Fedora release, when no database is installed yet.
This has to be fixed in all active Fedora releases.
Please apply the necessary fix to your package and prepare an update in BODHI.
Reproducible: Always
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2494533
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2427852
Bug ID: 2427852
Summary: perl-CGI-Application-Structured-Tools-0.015-38.fc44
FTBFS: HTML::Template::param() : attempt to set
parameter 'author' with an array ref - parameter is
not a TMPL_LOOP!
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-CGI-Application-Structured-Tools
Assignee: emmanuel(a)seyman.fr
Reporter: ppisar(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: emmanuel(a)seyman.fr, perl-devel(a)lists.fedoraproject.org
Blocks: 2384424 (F44FTBFS,RAWHIDEFTBFS)
Target Milestone: ---
Classification: Fedora
perl-CGI-Application-Structured-Tools-0.015-38.fc44 fails to build in Fedora 44
because t/001_load.t fails like this:
+ make test
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness"
"-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')"
t/*.t
Use of uninitialized value in concatenation (.) or string at
/usr/share/perl5/vendor_perl/Module/Starter/Simple.pm line 1403.
Use of uninitialized value $minperl in concatenation (.) or string at
/usr/share/perl5/vendor_perl/Module/Starter/Simple.pm line 929.
Use of uninitialized value $module_boilerplate_tests in concatenation (.) or
string at /usr/share/perl5/vendor_perl/Module/Starter/Simple.pm line 943.
Use of uninitialized value in concatenation (.) or string at
/usr/share/perl5/vendor_perl/Module/Starter/Simple.pm line 420.
Use of uninitialized value in concatenation (.) or string at
/usr/share/perl5/vendor_perl/Module/Starter/Simple.pm line 420.
HTML::Template::param() : attempt to set parameter 'author' with an array ref -
parameter is not a TMPL_LOOP! at
/home/test/fedora/perl-CGI-Application-Structured-Tools/perl-CGI-Application-Structured-Tools-0.015-build/CGI-Application-Structured-Tools-0.015/scripts/../lib/CGI/Application/Structured/Tools/Starter.pm
line 269.
cannot create test application at t/001_load.t line 32.
# Looks like your test exited with 25 just after 1.
t/001_load.t ..
Dubious, test returned 25 (wstat 6400, 0x1900)
Failed 11/12 subtests
This is triggered by upgrading perl-Module-Starter from 1:1.78-2.fc43 to
1:1.79-1.fc44.
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=2384424
[Bug 2384424] Fedora 44 FTBFS Tracker
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2427852
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2436252
Bug ID: 2436252
Summary: perl-Module-Starter-Plugin-CGIApp-0.44-32.fc44 FTBFS:
Can't use string ("Jaldhar H. Vyas") as an ARRAY ref
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Module-Starter-Plugin-CGIApp
Assignee: emmanuel(a)seyman.fr
Reporter: ppisar(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: emmanuel(a)seyman.fr, perl-devel(a)lists.fedoraproject.org
Blocks: 2384424 (F44FTBFS)
Target Milestone: ---
Link ID: CPAN 172869
Classification: Fedora
perl-Module-Starter-Plugin-CGIApp-0.44-32.fc44 fails to build in Fedora 44
because tests fail there:
+ ./Build test
# Testing Module::Starter::Plugin::CGIApp 0.44, Perl 5.042000, /usr/bin/perl
t/01-load.t ............. ok
Can't use string ("Jaldhar H. Vyas") as an ARRAY ref while "strict refs" in use
at /usr/share/perl5/vendor_perl/Module/Starter/Simple.pm line 272.
t/extutils-makemaker.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
Can't use string ("Jaldhar H. Vyas") as an ARRAY ref while "strict refs" in use
at /usr/share/perl5/vendor_perl/Module/Starter/Simple.pm line 272.
t/module-build.t ........
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
Can't use string ("Jaldhar H. Vyas") as an ARRAY ref while "strict refs" in use
at /usr/share/perl5/vendor_perl/Module/Starter/Simple.pm line 272.
t/module-install.t ......
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
A difference between passing and failing buildroot is at
<https://koschei.fedoraproject.org/build/22118158>. This is probably triggered
by upgrading perl-Module-Starter from 1:1.78-2.fc43 to 1:1.80-1.fc44.
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=2384424
[Bug 2384424] Fedora 44 FTBFS Tracker
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2436252
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2493935
Bug ID: 2493935
Summary: Please branch and build perl-Sys-Virt in epel10
Product: Fedora EPEL
Version: epel10
Status: NEW
Component: perl-Sys-Virt
Assignee: jplesnik(a)redhat.com
Reporter: linux(a)cmadams.net
QA Contact: extras-qa(a)fedoraproject.org
CC: berrange(a)redhat.com, jplesnik(a)redhat.com,
perl-devel(a)lists.fedoraproject.org, steve(a)silug.org
Target Milestone: ---
Classification: Fedora
Please branch and build perl-Sys-Virt in epel10. EL10 has libvirt 11.6.0, so
the perl-Sys-Virt-11.6.0 from Fedora 43 should work.
If you do not wish to maintain perl-Sys-Virt in epel10,
or do not think you will be able to do this in a timely manner,
I would be happy to be a co-maintainer of the package.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2493935
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2494733
Bug ID: 2494733
Summary: CVE-2026-13593 perl-CSS-Minifier-XS:
CSS::Minifier::XS: Memory leak via crafted input
leading to Denial of Service [fedora-all]
Product: Fedora
Version: rawhide
Status: NEW
Whiteboard: {"flaws": ["0f7218fc-9370-4cc9-bd9c-5a04cf9100c0"]}
Component: perl-CSS-Minifier-XS
Keywords: Security, SecurityTracking
Severity: medium
Priority: medium
Assignee: emmanuel(a)seyman.fr
Reporter: jmoroney(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: emmanuel(a)seyman.fr, perl-devel(a)lists.fedoraproject.org
Blocks: 2494683
Target Milestone: ---
Classification: Fedora
Disclaimer: Community trackers are created by Red Hat Product Security team on
a best effort basis. Package maintainers are required to ascertain if the flaw
indeed affects their package, before starting the update process.
CSS::Minifier::XS versions before 0.14 for Perl have a memory leak when the
entire document is minified away.
The minify function has a memory leak when processing a document containing
only characters to be removed, such as comments and whitespace.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2494733
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…