https://bugzilla.redhat.com/show_bug.cgi?id=2074940
Bug ID: 2074940
Summary: Remove usage of gethostbyname() and inet_addr() from
perl-FCGI package
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-FCGI
Assignee: emmanuel(a)seyman.fr
Reporter: mspacek(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: bstinson(a)redhat.com, emmanuel(a)seyman.fr,
iarnell(a)gmail.com, jwboyer(a)redhat.com,
mspacek(a)redhat.com,
perl-devel(a)lists.fedoraproject.org,
perl-maint-list(a)redhat.com,
rhel-cs-apps-subsystem-qe(a)redhat.com
Depends On: 1979848
Target Milestone: ---
Classification: Fedora
+++ This bug was initially created as a clone of Bug #1979848 +++
Description of problem:
rpminspect is failing in gating
Version-Release number of selected component (if applicable):
perl-FCGI-0.79-7.el9
Actual results:
Forbidden function symbols found:
gethostbyname
inet_addr
Expected results:
no forbidden functions
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1979848
[Bug 1979848] Remove usage of gethostbyname() and inet_addr() from perl-FCGI
package
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2074940
https://bugzilla.redhat.com/show_bug.cgi?id=2063919
Bug ID: 2063919
Summary: Packages Perl tests should not generate Provides
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-generators
Assignee: jplesnik(a)redhat.com
Reporter: ppisar(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: jplesnik(a)redhat.com, mspacek(a)redhat.com,
perl-devel(a)lists.fedoraproject.org, ppisar(a)redhat.com
Target Milestone: ---
Classification: Fedora
I noticed that packaged tests in /usr/libexec/... generates Provides because
they are matched by perllib.attr:
$ cat /usr/lib/rpm/fileattrs/perllib.attr
%__perllib_provides %{_rpmconfigdir}/perl.prov
%__perllib_requires %{_rpmconfigdir}/perl.req
%__perllib_magic ^Perl[[:digit:]] module source.*
%__perllib_path \\.pm$
%__perllib_flags magic_and_path
I think they were meant to be only covered with perltest.attr:
# cat /usr/lib/rpm/fileattrs/perltest.attr
%__perltest_requires %{_rpmconfigdir}/perl.req
%__perltest_magic ^.*[Pp]erl[[:digit:]]* .*$
%__perltest_path /usr/libexec/.*\\.(pl|pm|t)$
%__perltest_flags magic_and_path
But perltest.attr is more similar to perl.attr, it's about scripts:
$ cat /usr/lib/rpm/fileattrs/perl.attr
%__perl_requires %{_rpmconfigdir}/perl.req
%__perl_magic ^.*[Pp]erl .*$
%__perl_flags exeonly
Would it be possible to change perllib.attr to match only files under
/usr/{share,lib,lib64}/perl?
Observed with perl-generators-1.13-5.fc36.noarch.
(I find out that filtering those Provides with %__exclude_provides is a problem
when the tests involve symlinks to modules in the main package. See
perl-Module-Install-TestBase-tests-0.86-24.fc36 which erroneously provides
perl(Module::Install::TestBase)
<https://koji.fedoraproject.org/koji/buildinfo?buildID=1892296>. I will try to
work it around on packaged file level in perl-Module-Install-TestBase.)
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2063919
https://bugzilla.redhat.com/show_bug.cgi?id=1666098
Bug ID: 1666098
Summary: Overspecification in perl -MExtUtils::Embed -e ldopts
Product: Fedora
Version: rawhide
Status: NEW
Component: perl
Assignee: jplesnik(a)redhat.com
Reporter: bugs.michael(a)gmx.net
QA Contact: extras-qa(a)fedoraproject.org
CC: caillon+fedoraproject(a)gmail.com, iarnell(a)gmail.com,
jplesnik(a)redhat.com, kasal(a)ucw.cz,
mbarnes(a)fastmail.com, mmaslano(a)redhat.com,
perl-devel(a)lists.fedoraproject.org, ppisar(a)redhat.com,
psabata(a)redhat.com, rhughes(a)redhat.com,
sandmann(a)redhat.com, tcallawa(a)redhat.com
Target Milestone: ---
Classification: Fedora
The following command is supposed to return the ldflags that are needed to link
with libperl. Instead, it returns everything that has been specified when
building libperl itself. Not limited to Fedora's global flags and several
libraries that aren't needed when linking shared. As a result, programs relink
also with those libs instead of just libperl.
$ perl -MExtUtils::Embed -e ldopts
-Wl,--enable-new-dtags -Wl,-z,relro -Wl,-z,now
-specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,-z,now
-specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong
-L/usr/local/lib -L/usr/lib64/perl5/CORE -lperl -lpthread -lresolv -ldl -lm
-lcrypt -lutil -lc
Please clean up the flags and return only -L/usr/lib64/perl5/CORE -lperl.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1765886
Bug ID: 1765886
Summary: Please provide EPEL8 package
Product: Fedora EPEL
Version: epel8
Status: NEW
Component: perl-LockFile-Simple
Assignee: andreas(a)bawue.net
Reporter: sergio(a)serjux.com
QA Contact: extras-qa(a)fedoraproject.org
CC: andreas(a)bawue.net, perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
We need for some packages debmirror is the first [1]
Thanks
[1]
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-196c55d9bd
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1877444
Bug ID: 1877444
Summary: perl-dbi: DBD::File drivers open files from folders
other than specifically passed
Product: Security Response
Hardware: All
OS: Linux
Status: NEW
Component: vulnerability
Keywords: Security
Severity: medium
Priority: medium
Assignee: security-response-team(a)redhat.com
Reporter: psampaio(a)redhat.com
CC: caillon+fedoraproject(a)gmail.com, hhorak(a)redhat.com,
john.j5live(a)gmail.com, jorton(a)redhat.com,
jplesnik(a)redhat.com, kasal(a)ucw.cz,
perl-devel(a)lists.fedoraproject.org,
perl-maint-list(a)redhat.com, ppisar(a)redhat.com,
rhughes(a)redhat.com, rstrode(a)redhat.com,
sandmann(a)redhat.com
Target Milestone: ---
Classification: Other
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2053941
Bug ID: 2053941
Summary: The Fedora BuildRequires is missing an the license
files are listed as %doc
Product: Fedora
Version: 34
Status: NEW
Component: cpanspec
Assignee: psabata(a)redhat.com
Reporter: bugzilla(a)terrortux.de
QA Contact: extras-qa(a)fedoraproject.org
CC: ktdreyer(a)ktdreyer.com,
perl-devel(a)lists.fedoraproject.org,
psabata(a)redhat.com, steve(a)silug.org,
strobert(a)strobe.net
Target Milestone: ---
Classification: Fedora
Description of problem:
In the generated spec file, this line is missing:
# needes by all perl packages
BuildRequires: perl-generators perl-interpreter perl-devel perl
And the license files of the generated spec file are marked as %doc instant of
%license
Version-Release number of selected component (if applicable):
cpanspec-1.78-39.fc34.noarch
How reproducible:
Every time
Steps to Reproduce:
1. Call cpanspec Sort::Versions for example
Actual results:
See above
Expected results:
Correct spec file
Additional info:
Also the old %setup macro is used.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2053941
https://bugzilla.redhat.com/show_bug.cgi?id=1803973
Bug ID: 1803973
Summary: CGI::Session is missing in epel8
Product: Fedora EPEL
Version: epel8
Status: NEW
Component: perl-CGI-Session
Assignee: andreas(a)bawue.net
Reporter: netwiz(a)crc.id.au
QA Contact: extras-qa(a)fedoraproject.org
CC: andreas(a)bawue.net, perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
The perl-CGI-Session package is not available for EPEL8.
Please import & build for EPEL8.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2028353
Bug ID: 2028353
Summary: Request to update perl-CDB_File to 1.03 (or newer)
Product: Fedora EPEL
Version: epel8
Hardware: All
OS: Linux
Status: NEW
Component: perl-CDB_File
Severity: high
Assignee: mmckinst(a)umich.edu
Reporter: fhirtz(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: mmckinst(a)umich.edu, perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Description of problem:
Good morning,
I'm working with someone who's running into a significant issue with an
automation system that they use (quattor.org) due to a bug in the version of
perl-CDB_File that's currently available in EPEL.
The bug in question is:
https://github.com/toddr/CDB_File/commit/9147df2c426b6ef8530fbc501e030168e1…
This was addressed in version 1.03 and we were seeing if it might be possible
to either include the patch as a backport, or more likely rebase to 1.03 (or
newer)?
Thank you!
Version-Release number of selected component (if applicable):
perl-CDB_File-1.02
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2028353
https://bugzilla.redhat.com/show_bug.cgi?id=2037860
Bug ID: 2037860
Summary: Please branch and build perl-HTML-Element-Extended for
EPEL 9
Product: Fedora EPEL
Version: epel9
Status: NEW
Component: perl-HTML-Element-Extended
Assignee: notting(a)splat.cc
Reporter: paul(a)city-fan.org
QA Contact: extras-qa(a)fedoraproject.org
CC: emmanuel(a)seyman.fr, notting(a)splat.cc,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Could you please branch and build perl-HTML-Element-Extended for EPEL 9 ?
If you like you could add me (FAS: pghmcfc) as a committer to the package and
I'll do it myself.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2037860
https://bugzilla.redhat.com/show_bug.cgi?id=1835353
Bug ID: 1835353
Summary: rubygem-mail: Out of memory issue through nested MIME
parts
Product: Security Response
Hardware: All
OS: Linux
Status: NEW
Component: vulnerability
Keywords: Security
Severity: medium
Priority: medium
Assignee: security-response-team(a)redhat.com
Reporter: psampaio(a)redhat.com
CC: akarol(a)redhat.com, alexl(a)redhat.com,
bbuckingham(a)redhat.com, bcourt(a)redhat.com,
bkearney(a)redhat.com, btotty(a)redhat.com,
caillon+fedoraproject(a)gmail.com, caolanm(a)redhat.com,
dmetzger(a)redhat.com, gmccullo(a)redhat.com,
gnome-sig(a)lists.fedoraproject.org,
gtanzill(a)redhat.com, hhudgeon(a)redhat.com,
jfrey(a)redhat.com, jhardy(a)redhat.com,
john.j5live(a)gmail.com, jose.p.oliveira.oss(a)gmail.com,
lzap(a)redhat.com, mclasen(a)redhat.com,
mmccune(a)redhat.com, nmoumoul(a)redhat.com,
obarenbo(a)redhat.com, paul(a)city-fan.org,
perl-devel(a)lists.fedoraproject.org, rchan(a)redhat.com,
rhughes(a)redhat.com, rjerrido(a)redhat.com,
rob.myers(a)gtri.gatech.edu, roliveri(a)redhat.com,
rstrode(a)redhat.com, sandmann(a)redhat.com,
simaishi(a)redhat.com, smallamp(a)redhat.com,
sokeeffe(a)redhat.com, tbrisker(a)redhat.com,
tcallawa(a)redhat.com, vondruch(a)redhat.com,
walter.pete(a)yandex.com, xavier(a)bachelot.org
Target Milestone: ---
Classification: Other
A possible DoS issue may affect several MIME parsers. Messages with too many
tiny nested MIME parts can lead to memory exhaustion on split().
References:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=960064https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=960062https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=960159https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=960158
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1835355
Bug ID: 1835355
Summary: perl-Email-MIME-ContentType: rubygem-mail: Out of
memory issue through nested MIME parts [epel-all]
Product: Fedora EPEL
Version: epel7
Status: NEW
Component: perl-Email-MIME-ContentType
Keywords: Security, SecurityTracking
Severity: medium
Priority: medium
Assignee: tcallawa(a)redhat.com
Reporter: psampaio(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: jose.p.oliveira.oss(a)gmail.com,
perl-devel(a)lists.fedoraproject.org,
rob.myers(a)gtri.gatech.edu, tcallawa(a)redhat.com
Target Milestone: ---
Classification: Fedora
This is an automatically created tracking bug! It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of epel-all.
For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.
For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs
When submitting as an update, use the fedpkg template provided in the next
comment(s). This will include the bug IDs of this tracking bug as well as
the relevant top-level CVE bugs.
Please also mention the CVE IDs being fixed in the RPM changelog and the
fedpkg commit message.
NOTE: this issue affects multiple supported versions of Fedora EPEL. While
only one tracking bug has been filed, please correct all affected versions
at the same time. If you need to fix the versions independent of each
other, you may clone this bug as appropriate.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1830000
Bug ID: 1830000
Summary: perl-Test-WWW-Mechanize-PSGI for EL7
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Test-WWW-Mechanize-PSGI
Assignee: rc040203(a)freenet.de
Reporter: xavier(a)bachelot.org
QA Contact: extras-qa(a)fedoraproject.org
CC: perl-devel(a)lists.fedoraproject.org,
rc040203(a)freenet.de
Target Milestone: ---
Classification: Fedora
Hi,
Could you please build perl-Test-WWW-Mechanize-PSGI in EPEL 7 ?
It's in the dependency chain of a package I'd like to build for EPEL 7.
Regards,
Xavier
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1829995
Bug ID: 1829995
Summary: perl-Test-WWW-Mechanize for EL7
Product: Fedora EPEL
Version: epel7
Status: NEW
Component: perl-Test-WWW-Mechanize
Assignee: tremble(a)tremble.org.uk
Reporter: xavier(a)bachelot.org
QA Contact: extras-qa(a)fedoraproject.org
CC: jose.p.oliveira.oss(a)gmail.com,
perl-devel(a)lists.fedoraproject.org,
rc040203(a)freenet.de, tremble(a)tremble.org.uk
Target Milestone: ---
Classification: Fedora
Hi,
Could you please build perl-Test-WWW-Mechanize in EPEL 7 ?
It's in the dependency chain of a package I'd like to build for EPEL 7.
Regards,
Xavier
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2037854
Bug ID: 2037854
Summary: Please branch and build perl-Crypt-RC4 for EPEL 9
Product: Fedora EPEL
Version: epel9
Status: NEW
Component: perl-Crypt-RC4
Assignee: ppisar(a)redhat.com
Reporter: paul(a)city-fan.org
QA Contact: extras-qa(a)fedoraproject.org
CC: me(a)fale.io, perl-devel(a)lists.fedoraproject.org,
ppisar(a)redhat.com
Target Milestone: ---
Classification: Fedora
Please branch and build perl-Crypt-RC4 for EPEL 9.
If you like you could add me (FAS: pghmcfc) as a committer to the package and
I'll do it myself.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2037854
https://bugzilla.redhat.com/show_bug.cgi?id=1821879
Bug ID: 1821879
Summary: CVE-2013-7488 perl-Convert-ASN1: allows remote
attackers to cause an infinite loop via unexpected
input
Product: Security Response
Hardware: All
OS: Linux
Status: NEW
Component: vulnerability
Keywords: Security
Severity: medium
Priority: medium
Assignee: security-response-team(a)redhat.com
Reporter: gsuckevi(a)redhat.com
CC: caillon+fedoraproject(a)gmail.com, caolanm(a)redhat.com,
john.j5live(a)gmail.com, jplesnik(a)redhat.com,
kasal(a)ucw.cz, perl-devel(a)lists.fedoraproject.org,
perl-maint-list(a)redhat.com, ppisar(a)redhat.com,
psabata(a)redhat.com, rhughes(a)redhat.com,
rstrode(a)redhat.com, sandmann(a)redhat.com
Target Milestone: ---
Classification: Other
perl-Convert-ASN1 (aka the Convert::ASN1 module for Perl) through 0.27 allows
remote attackers to cause an infinite loop via unexpected input.
Reference:
https://github.com/gbarr/perl-Convert-ASN1/issues/14
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1941155
Bug ID: 1941155
Summary: perl-Crypt-OpenSSL-DSA-0.20 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Crypt-OpenSSL-DSA
Keywords: FutureFeature, Triaged
Assignee: wjhns174(a)hardakers.net
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: perl-devel(a)lists.fedoraproject.org,
wjhns174(a)hardakers.net
Target Milestone: ---
Classification: Fedora
Latest upstream release: 0.20
Current version/release in rawhide: 0.19-15.fc34
URL: http://search.cpan.org/dist/Crypt-OpenSSL-DSA/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from anitya:
https://release-monitoring.org/project/2745/
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2037658
Bug ID: 2037658
Summary: Please branch and build perl-MouseX-Foreign for EPEL 9
Product: Fedora EPEL
Version: epel9
Status: NEW
Component: perl-MouseX-Foreign
Assignee: emmanuel(a)seyman.fr
Reporter: paul(a)city-fan.org
QA Contact: extras-qa(a)fedoraproject.org
CC: emmanuel(a)seyman.fr,
perl-devel(a)lists.fedoraproject.org, ppisar(a)redhat.com
Target Milestone: ---
Classification: Fedora
Could you please branch and build perl-MouseX-Foreign for EPEL 9 ?
If you like you could add me (FAS: pghmcfc) as a committer to the package and
I'll do it myself.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2037658
https://bugzilla.redhat.com/show_bug.cgi?id=2002396
Bug ID: 2002396
Summary: perl-Crypt-OpenSSL-RSA-0.32 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Crypt-OpenSSL-RSA
Keywords: FutureFeature, Triaged
Assignee: wjhns174(a)hardakers.net
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: perl-devel(a)lists.fedoraproject.org,
wjhns174(a)hardakers.net
Target Milestone: ---
Classification: Fedora
Latest upstream release: 0.32
Current version/release in rawhide: 0.31-11.fc35
URL: http://search.cpan.org/dist/Crypt-OpenSSL-RSA/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from anitya:
https://release-monitoring.org/project/2748/
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1716324
Bug ID: 1716324
Summary: perl-Text-Xslate-3.5.6-5.fc30 is not linked to
libperl.so
Product: Fedora
Version: 30
Status: NEW
Component: perl-Text-Xslate
Assignee: jplesnik(a)redhat.com
Reporter: ppisar(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: i(a)cicku.me, jplesnik(a)redhat.com,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
perl-Text-Xslate-3.5.6-5.fc30 lost a dependency on libperl.so since
-Wl,--as-needed was added to distribution-wide linker flags:
$ scanelf -n blib/arch/auto/Text/Xslate/Xslate.so
TYPE NEEDED FILE
ET_DYN libc.so.6 blib/arch/auto/Text/Xslate/Xslate.so
$ ldd -r blib/arch/auto/Text/Xslate/Xslate.so
linux-vdso.so.1 (0x00007fff0d5cb000)
libc.so.6 => /lib64/libc.so.6 (0x00007f948b9a1000)
/lib64/ld-linux-x86-64.so.2 (0x00007f948bb8f000)
undefined symbol: Perl_sv_cmp (blib/arch/auto/Text/Xslate/Xslate.so)
undefined symbol: PL_ppaddr (blib/arch/auto/Text/Xslate/Xslate.so)
[...]
Xslate.so is built like this:
gcc -lpthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now
-specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib
-fstack-protector-strong -lperl -o blib/arch/auto/Text/Xslate/Xslate.so
lib/Text/Xslate.o src/xslate_methods.o
The cause is that -Wl,--as-needed takes effect when library is supplied and
considering only preceding object files and ignoring and following object
files. A correct linker command must list all object files before -l flags.
Like this:
gcc lib/Text/Xslate.o src/xslate_methods.o -lpthread -shared -Wl,-z,relro
-Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld
-L/usr/local/lib -fstack-protector-strong -lperl -o
blib/arch/auto/Text/Xslate/Xslate.so
Either there is bug in perl-Text-Xslate build script or in
Module::Build::XSUtil that it uses.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1936241
Bug ID: 1936241
Summary: Compiled @INC in 5.32 No longer Includes Suitable Path
For Custom System-Wide Modules
Product: Fedora
Version: 33
Hardware: All
OS: Linux
Status: NEW
Component: perl
Severity: medium
Assignee: jplesnik(a)redhat.com
Reporter: claywj(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: caillon+fedoraproject(a)gmail.com, iarnell(a)gmail.com,
jplesnik(a)redhat.com, kasal(a)ucw.cz,
mmaslano(a)redhat.com,
perl-devel(a)lists.fedoraproject.org, ppisar(a)redhat.com,
psabata(a)redhat.com, rhughes(a)redhat.com,
sandmann(a)redhat.com, spotrh(a)gmail.com
Target Milestone: ---
Classification: Fedora
Description of problem:
Removing /usr/local/share/perl5 for the version specific dir with 5.32 from the
compiled @INC makes it difficult to maintain custom system wide modules apart
from the standard rpm/CPAN locations when upgrading.
As this is done during build, is it possible to get it added back in the next
version?
Version-Release number of selected component (if applicable):
5.32
How reproducible:
perl -e 'print "@INC\n"'
Steps to Reproduce:
1. Using CVS/SCM software to update a custom module, it goes to the expected
old location no longer part of @INC and the changes are not seen.
Actual results:
See above
Expected results:
The path would remain and the changes seen
Additional info:
Yes, CVS/SCM can be changed but in this case the update came across on "Thu 25
Feb 2021 04:46:53 PM CST" during updates. The installer did relocate the
existing custom modules to ./5.32 but the change was not noticed until an
update to one of the custom modules took place
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1731721
Bug ID: 1731721
Summary: perl-Font-AFM depends on files/directories from
non-standard locations
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Font-AFM
Assignee: rc040203(a)freenet.de
Reporter: i.gnatenko.brain(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: lxtnow(a)gmail.com, perl-devel(a)lists.fedoraproject.org,
rc040203(a)freenet.de, rob.myers(a)gtri.gatech.edu,
tcallawa(a)redhat.com, tremble(a)tremble.org.uk
Blocks: 1731683
Target Milestone: ---
Classification: Fedora
Hello,
Fedora Packaging Guidelines allow dependencies only on files/directories from
/usr/bin, /usr/sbin and /etc directories[0].
Your package depends on files/directories outside of those. See below for more
information about package/dependencies.
---
perl-Font-AFM-1.20-30.fc31.src:
- /usr/share/a2ps/afm/phvr.afm
---
Please correct those or provide reason why is it correct.
It is very important to not download huge filelists.xml just because few
packages in distribution depend on non-standard paths.
Thanks for cooperation!
[0]
https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_and_direct…
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1731683
[Bug 1731683] Packages which are not following Packaging Guidelines
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1731700
Bug ID: 1731700
Summary: rt depends on files/directories from non-standard
locations
Product: Fedora
Version: rawhide
Status: NEW
Component: rt
Assignee: rc040203(a)freenet.de
Reporter: i.gnatenko.brain(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: perl-devel(a)lists.fedoraproject.org,
rc040203(a)freenet.de, tibbs(a)math.uh.edu
Blocks: 1731683
Target Milestone: ---
Classification: Fedora
Hello,
Fedora Packaging Guidelines allow dependencies only on files/directories from
/usr/bin, /usr/sbin and /etc directories[0].
Your package depends on files/directories outside of those. See below for more
information about package/dependencies.
---
rt-4.4.4-2.fc31.noarch:
- /usr/share/fonts/google-droid/DroidSansFallback.ttf
- /usr/share/fonts/google-droid/DroidSans.ttf
rt-4.4.4-2.fc31.src:
- /usr/share/fonts/google-droid/DroidSansFallback.ttf
- /usr/share/fonts/google-droid/DroidSans.ttf
---
Please correct those or provide reason why is it correct.
It is very important to not download huge filelists.xml just because few
packages in distribution depend on non-standard paths.
Thanks for cooperation!
[0]
https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_and_direct…
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1731683
[Bug 1731683] Packages which are not following Packaging Guidelines
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1731718
Bug ID: 1731718
Summary: perl-Convert-Color depends on files/directories from
non-standard locations
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Convert-Color
Assignee: rc040203(a)freenet.de
Reporter: i.gnatenko.brain(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: perl-devel(a)lists.fedoraproject.org,
rc040203(a)freenet.de
Blocks: 1731683
Target Milestone: ---
Classification: Fedora
Hello,
Fedora Packaging Guidelines allow dependencies only on files/directories from
/usr/bin, /usr/sbin and /etc directories[0].
Your package depends on files/directories outside of those. See below for more
information about package/dependencies.
---
perl-Convert-Color-0.11-16.fc31.src:
- /usr/share/X11/rgb.txt
---
Please correct those or provide reason why is it correct.
It is very important to not download huge filelists.xml just because few
packages in distribution depend on non-standard paths.
Thanks for cooperation!
[0]
https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_and_direct…
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1731683
[Bug 1731683] Packages which are not following Packaging Guidelines
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2030311
Bug ID: 2030311
Summary: Please branch and build perl-Authen-Krb5 in epel9
Product: Fedora EPEL
Version: epel9
Status: NEW
Component: perl-Authen-Krb5
Assignee: simon(a)sxw.org.uk
Reporter: alex.iribarren(a)cern.ch
QA Contact: extras-qa(a)fedoraproject.org
CC: perl-devel(a)lists.fedoraproject.org, simon(a)sxw.org.uk
Target Milestone: ---
Classification: Fedora
Description of problem:
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2030311
otaylor opened a new pull-request against the project: `perl` that you are following:
``
Make builds for inclusion in an application Flatpak work
``
To reply, visit the link below
https://src.fedoraproject.org/rpms/perl/pull-request/1
https://bugzilla.redhat.com/show_bug.cgi?id=1860591
Bug ID: 1860591
Summary: perl-mime-construct missing in EPEL 8
Product: Fedora EPEL
Version: epel8
Status: NEW
Component: perl-mime-construct
Assignee: mrunge(a)redhat.com
Reporter: necci(a)dia.uniroma3.it
QA Contact: extras-qa(a)fedoraproject.org
CC: emmanuel(a)seyman.fr, mrunge(a)redhat.com,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Description of problem:
perl-mime-construct is missing in EPEL 8, may someone provide it?
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1860592
Bug ID: 1860592
Summary: perl-Proc-WaitStat missing in EPEL 8
Product: Fedora EPEL
Version: epel8
Status: NEW
Component: perl-Proc-WaitStat
Assignee: mrunge(a)redhat.com
Reporter: necci(a)dia.uniroma3.it
QA Contact: extras-qa(a)fedoraproject.org
CC: emmanuel(a)seyman.fr, mrunge(a)redhat.com,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Description of problem:
perl-Proc-WaitStat is missing in EPEL 8, may someone provide it?
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1860590
Bug ID: 1860590
Summary: perl-IPC-Signal missing in EPEL 8
Product: Fedora EPEL
Version: epel8
Status: NEW
Component: perl-IPC-Signal
Assignee: mrunge(a)redhat.com
Reporter: necci(a)dia.uniroma3.it
QA Contact: extras-qa(a)fedoraproject.org
CC: emmanuel(a)seyman.fr, mrunge(a)redhat.com,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Description of problem:
perl-IPC-Signal is missing in EPEL 8, may someone provide it?
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1835360
Bug ID: 1835360
Summary: perl-Email-MIME: rubygem-mail: Out of memory issue
through nested MIME parts [epel-all]
Product: Fedora EPEL
Version: epel7
Status: NEW
Component: perl-Email-MIME
Keywords: Security, SecurityTracking
Severity: medium
Priority: medium
Assignee: tcallawa(a)redhat.com
Reporter: psampaio(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: jose.p.oliveira.oss(a)gmail.com, paul(a)city-fan.org,
perl-devel(a)lists.fedoraproject.org,
rob.myers(a)gtri.gatech.edu, tcallawa(a)redhat.com,
xavier(a)bachelot.org
Target Milestone: ---
Classification: Fedora
This is an automatically created tracking bug! It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of epel-all.
For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.
For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs
When submitting as an update, use the fedpkg template provided in the next
comment(s). This will include the bug IDs of this tracking bug as well as
the relevant top-level CVE bugs.
Please also mention the CVE IDs being fixed in the RPM changelog and the
fedpkg commit message.
NOTE: this issue affects multiple supported versions of Fedora EPEL. While
only one tracking bug has been filed, please correct all affected versions
at the same time. If you need to fix the versions independent of each
other, you may clone this bug as appropriate.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1937653
Bug ID: 1937653
Summary: Upgrade perl-HTTP-OAI to 4.11
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-HTTP-OAI
Assignee: vanoudt(a)gmail.com
Reporter: jplesnik(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: perl-devel(a)lists.fedoraproject.org, vanoudt(a)gmail.com
Target Milestone: ---
Classification: Fedora
Latest Fedora delivers 4.10 version. Upstream released 4.11. When you have free
time, please upgrade it.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2105300
Bug ID: 2105300
Summary: perl-Crypt-OpenSSL-RSA-0.33 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Crypt-OpenSSL-RSA
Keywords: FutureFeature, Triaged
Assignee: wjhns174(a)hardakers.net
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: perl-devel(a)lists.fedoraproject.org,
wjhns174(a)hardakers.net
Target Milestone: ---
Classification: Fedora
Releases retrieved: 0.33
Upstream release that is considered latest: 0.33
Current version/release in rawhide: 0.32-5.fc37
URL: http://search.cpan.org/dist/Crypt-OpenSSL-RSA/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/2748/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-Crypt-OpenSSL-RSA
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2105300
https://bugzilla.redhat.com/show_bug.cgi?id=2058821
Bug ID: 2058821
Summary: perl-Crypt-OpenSSL-X509-1.913 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Crypt-OpenSSL-X509
Keywords: FutureFeature, Triaged
Assignee: wjhns174(a)hardakers.net
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: perl-devel(a)lists.fedoraproject.org,
wjhns174(a)hardakers.net, xavier(a)bachelot.org
Target Milestone: ---
Classification: Fedora
Latest upstream release: 1.913
Current version/release in rawhide: 1.912-1.fc37
URL: http://search.cpan.org/dist/Crypt-OpenSSL-X509/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/2749/
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2058821
https://bugzilla.redhat.com/show_bug.cgi?id=2096300
Bug ID: 2096300
Summary: Upgrade perl-Devel-Cover to 1.38
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Devel-Cover
Assignee: spotrh(a)gmail.com
Reporter: jplesnik(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: jose.p.oliveira.oss(a)gmail.com,
perl-devel(a)lists.fedoraproject.org, spotrh(a)gmail.com
Target Milestone: ---
Classification: Fedora
Latest Fedora delivers 1.36 version. Upstream released 1.38. When you have free
time, please upgrade it.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2096300
https://bugzilla.redhat.com/show_bug.cgi?id=2041430
Bug ID: 2041430
Summary: [RFC] Drop support for mod_perl in F36+/EL9+
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Plack
Assignee: rc040203(a)freenet.de
Reporter: xavier(a)bachelot.org
QA Contact: extras-qa(a)fedoraproject.org
CC: emmanuel(a)seyman.fr, jose.p.oliveira.oss(a)gmail.com,
perl-devel(a)lists.fedoraproject.org, ppisar(a)redhat.com,
rc040203(a)freenet.de, xavier(a)bachelot.org
Target Milestone: ---
Classification: Fedora
Hi Ralf,
As you know, I'll take care of building perl-Plack in EPEL 9. One of the
dependency is mod_perl, which won't make it to EPEL 9 and is marked as
abandoned/unsupported for Fedora in the specfile.
I'd like to suggest the following tuning to the rawhide branch specfile.
It disables mod_perl support for both el9+, but I thought it might make sense
to also disable it in F36+. I'd like to get this or a variation of this in
rawhide so one can keep a non-diverging history in the epel9 branch.
I'll submit a proper PR once you gave me your thoughts on this approach.
"""
# Build with mod_perl support for Apache HTTP server version 2.
# Abandoned/Unsupported in Fedora.
+%if 0%{?rhel} >= 9 || 0%{?fedora} >= 36
+%bcond_with perl_Plack_enables_httpd2
+%else
%bcond_without perl_Plack_enables_httpd2
+%endif
# Recommends IPv6 support to HTTP::Server::PSGI embedded web server
%bcond_without perl_Plack_enables_ipv6
"""
Regards,
Xavier
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2041430
https://bugzilla.redhat.com/show_bug.cgi?id=1975700
Bug ID: 1975700
Summary: start_server (or Server::Starter) should depend on
Net::Server::SS::PreFork
Product: Fedora
Version: 34
Status: NEW
Component: perl-Server-Starter
Severity: low
Assignee: rc040203(a)freenet.de
Reporter: kas(a)fi.muni.cz
QA Contact: extras-qa(a)fedoraproject.org
CC: perl-devel(a)lists.fedoraproject.org,
rc040203(a)freenet.de
Target Milestone: ---
Classification: Fedora
Description of problem:
The start_server script uses Net::Server::SS::PreFork personality of
Net::Server, so it should explicitly depend on it.
Version-Release number of selected component (if applicable):
perl-Server-Starter-0.35-5.fc34.noarch
perl-Server-Starter-start_server-0.35-5.fc34.noarch
How reproducible:
Steps to Reproduce:
1. yum -y install perl-Server-Starter-start_server perl-Starman
2. cat > app.psgi <<'EOF'
#!/usr/bin/perl
use strict;
my $app = sub {
my $env = shift;
return [
'200',
[ 'Content-Type' => 'text/plain' ],
[ "Hello World\n" ], # or IO::Handle-like object
];
};
EOF
3. start_server --port 0.0.0.0:5000 -- starman --workers 4 app.psgi
Actual results:
start_server (pid:5091) starting now...
starting new worker 5092
Can't locate Net/Server/SS/PreFork.pm in @INC (you may need to install the
Net::Server::SS::PreFork module) (@INC contains: /usr/local/lib64/perl5/5.32
/usr/local/share/perl5/5.32 /usr/lib64/perl5/vendor_perl
/usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at
/usr/share/perl5/vendor_perl/Plack/Handler/Starman.pm line 14.
new worker 5092 seems to have failed to start, exit status:512
Expected results:
starman should be up and running
Additional info:
The dependency on Net::Server::SS::PreFork is described here:
https://metacpan.org/pod/Server::Starter
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2064174
Bug ID: 2064174
Summary: CVE-2021-44962 slic3r: specially crafted stl file
could lead to information disclosure
Product: Security Response
Hardware: All
OS: Linux
Status: NEW
Component: vulnerability
Keywords: Security
Severity: medium
Priority: medium
Assignee: security-response-team(a)redhat.com
Reporter: mrehak(a)redhat.com
CC: mhroncok(a)redhat.com,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Other
An out-of-bounds read vulnerability exists in the GCode::extrude()
functionality of Slic3r libslic3r 1.3.0 and Master Commit b1a5500. A specially
crafted stl file could lead to information disclosure. An attacker can provide
a malicious file to trigger this vulnerability.
Reference:
https://hackmd.io/KSI1bwGfSyO7T8UCf0HeTw
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2064174
https://bugzilla.redhat.com/show_bug.cgi?id=2064175
Bug ID: 2064175
Summary: CVE-2021-44962 slic3r: specially crafted stl file
could lead to information disclosure [fedora-all]
Product: Fedora
Version: 35
Status: NEW
Component: slic3r
Keywords: Security, SecurityTracking
Severity: medium
Priority: medium
Assignee: mhroncok(a)redhat.com
Reporter: mrehak(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: mhroncok(a)redhat.com,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
This is an automatically created tracking bug! It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of fedora-all.
For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.
For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs
When submitting as an update, use the fedpkg template provided in the next
comment(s). This will include the bug IDs of this tracking bug as well as
the relevant top-level CVE bugs.
Please also mention the CVE IDs being fixed in the RPM changelog and the
fedpkg commit message.
NOTE: this issue affects multiple supported versions of Fedora. While only
one tracking bug has been filed, please correct all affected versions at
the same time. If you need to fix the versions independent of each other,
you may clone this bug as appropriate.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2064175
https://bugzilla.redhat.com/show_bug.cgi?id=2046366
Bug ID: 2046366
Summary: CVE-2021-45846 slic3r: NULL pointer dereference in AMF
XML parser via a crafted AMF document
Product: Security Response
Hardware: All
OS: Linux
Status: NEW
Component: vulnerability
Keywords: Security
Severity: low
Priority: low
Assignee: security-response-team(a)redhat.com
Reporter: gsuckevi(a)redhat.com
CC: mhroncok(a)redhat.com,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Other
A flaw in the AMF parser of Slic3r libslic3r 1.3.0 allows an attacker to cause
an application crash using a crafted AMF document, where a metadata tag lacks a
"type" attribute.
Reference:
https://github.com/slic3r/Slic3r/issues/5117
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2046366
https://bugzilla.redhat.com/show_bug.cgi?id=2046367
Bug ID: 2046367
Summary: CVE-2021-45846 slic3r: NULL pointer dereference in AMF
XML parser via a crafted AMF document [fedora-all]
Product: Fedora
Version: 35
Status: NEW
Component: slic3r
Keywords: Security, SecurityTracking
Severity: low
Priority: low
Assignee: mhroncok(a)redhat.com
Reporter: gsuckevi(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: mhroncok(a)redhat.com,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
This is an automatically created tracking bug! It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of fedora-all.
For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.
For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs
When submitting as an update, use the fedpkg template provided in the next
comment(s). This will include the bug IDs of this tracking bug as well as
the relevant top-level CVE bugs.
Please also mention the CVE IDs being fixed in the RPM changelog and the
fedpkg commit message.
NOTE: this issue affects multiple supported versions of Fedora. While only
one tracking bug has been filed, please correct all affected versions at
the same time. If you need to fix the versions independent of each other,
you may clone this bug as appropriate.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2046367
https://bugzilla.redhat.com/show_bug.cgi?id=2053165
Bug ID: 2053165
Summary: perl-XML-LibXML: Validation succeeds even though the
DTD could not be loaded
Product: Security Response
Hardware: All
OS: Linux
Status: NEW
Component: vulnerability
Keywords: Security
Severity: low
Priority: low
Assignee: security-response-team(a)redhat.com
Reporter: psampaio(a)redhat.com
CC: caillon+fedoraproject(a)gmail.com, jplesnik(a)redhat.com,
kasal(a)ucw.cz, mspacek(a)redhat.com,
perl-devel(a)lists.fedoraproject.org,
perl-maint-list(a)redhat.com, rhughes(a)redhat.com,
rstrode(a)redhat.com, sandmann(a)redhat.com
Target Milestone: ---
Classification: Other
When one sets validation to 1 without also setting load_ext_dtd to 1, the
document is always regarded as valid.
References:
https://github.com/shlomif/perl-XML-LibXML/issues/71
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2053165
https://bugzilla.redhat.com/show_bug.cgi?id=2053166
Bug ID: 2053166
Summary: perl-XML-LibXML: Validation succeeds even though the
DTD could not be loaded [fedora-all]
Product: Fedora
Version: 35
Status: NEW
Component: perl-XML-LibXML
Keywords: Security, SecurityTracking
Severity: low
Priority: low
Assignee: jplesnik(a)redhat.com
Reporter: psampaio(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: caillon+fedoraproject(a)gmail.com, jplesnik(a)redhat.com,
kasal(a)ucw.cz, mspacek(a)redhat.com,
perl-devel(a)lists.fedoraproject.org,
rhughes(a)redhat.com, rstrode(a)redhat.com,
sandmann(a)redhat.com
Target Milestone: ---
Classification: Fedora
This is an automatically created tracking bug! It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of fedora-all.
For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.
For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs
When submitting as an update, use the fedpkg template provided in the next
comment(s). This will include the bug IDs of this tracking bug as well as
the relevant top-level CVE bugs.
Please also mention the CVE IDs being fixed in the RPM changelog and the
fedpkg commit message.
NOTE: this issue affects multiple supported versions of Fedora. While only
one tracking bug has been filed, please correct all affected versions at
the same time. If you need to fix the versions independent of each other,
you may clone this bug as appropriate.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2053166
https://bugzilla.redhat.com/show_bug.cgi?id=2026907
Bug ID: 2026907
Summary: Time to retire this package
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-WWW-Google-Contacts
Assignee: avibrazil(a)gmail.com
Reporter: ppisar(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: avibrazil(a)gmail.com,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Does perl-WWW-Google-Contacts-0:0.39-18.fc35 actually work? According to an
upstream bug <https://rt.cpan.org/Public/Bug/Display.html?id=113292> it does
work since 2015.
This package is also the only user of perl-Crypt-SSLeay which does not work
with OpenSSL 3 (bug #2007247) which now in Fedora 36.
Could you please consider removing perl-WWW-Google-Contacts from Fedora?
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2026907
https://bugzilla.redhat.com/show_bug.cgi?id=1729976
Bug ID: 1729976
Summary: Please package perl-LWP-Protocol-connect
Product: Fedora EPEL
Version: epel7
Status: NEW
Component: perl-LWP-Protocol-https
Assignee: extras-orphan(a)fedoraproject.org
Reporter: clem.oudot(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: extras-orphan(a)fedoraproject.org,
perl-devel(a)lists.fedoraproject.org, ppisar(a)redhat.com
Target Milestone: ---
Classification: Fedora
Description of problem:
Some HTTP proxies require to use the CONNECT method. This is possible with Perl
using LWP-Protocol-connect, but this module is not packaged in EPEL.
Would it be possible to do it?
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1933287
Bug ID: 1933287
Summary: EPEL8 Request: perl-File-Touch
Product: Fedora EPEL
Version: epel8
Status: NEW
Component: perl-File-Touch
Assignee: andrea.veri(a)gmail.com
Reporter: jakub.jedelsky(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: andrea.veri(a)gmail.com,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Hello, I would appreciate if you could build perl-POSIX-strptime for EPEL8.
Feel free to add me as co-maintainer (kubo).
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2035341
Bug ID: 2035341
Summary: CVE-2020-16154 perl-App-cpanminus: signature
verification bypass
Product: Security Response
Hardware: All
OS: Linux
Status: NEW
Component: vulnerability
Keywords: Security
Severity: medium
Priority: medium
Assignee: security-response-team(a)redhat.com
Reporter: mrehak(a)redhat.com
CC: hhorak(a)redhat.com, jorton(a)redhat.com,
jplesnik(a)redhat.com, mmaslano(a)redhat.com,
mspacek(a)redhat.com,
perl-devel(a)lists.fedoraproject.org,
perl-maint-list(a)redhat.com
Target Milestone: ---
Classification: Other
An attacker can prepend checksums for modified packages to the beginning of
CHECKSUMS files, before the cleartext PGP headers. This makes the
Module::Signature::_verify() checks in both cpan and cpanm pass.
External Reference:
https://blog.hackeriet.no/cpan-signature-verification-vulnerabilities/
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2035341
https://bugzilla.redhat.com/show_bug.cgi?id=2037408
Bug ID: 2037408
Summary: CVE-2020-16154
perl-App-cpanminus:1.7044/perl-App-cpanminus: Bypass
of verification of signatures in CHECKSUMS files
[fedora-all]
Product: Fedora
Version: 35
Status: NEW
Component: perl-App-cpanminus
Keywords: Security, SecurityTracking
Severity: medium
Priority: medium
Assignee: jplesnik(a)redhat.com
Reporter: thoger(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: jplesnik(a)redhat.com, mmaslano(a)redhat.com,
mspacek(a)redhat.com, perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
This is an automatically created tracking bug! It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of fedora-all.
For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.
For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs
When submitting as an update, use the fedpkg template provided in the next
comment(s). This will include the bug IDs of this tracking bug as well as
the relevant top-level CVE bugs.
Please also mention the CVE IDs being fixed in the RPM changelog and the
fedpkg commit message.
NOTE: this issue affects multiple supported versions of Fedora. While only
one tracking bug has been filed, please correct all affected versions at
the same time. If you need to fix the versions independent of each other,
you may clone this bug as appropriate.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2037408
https://bugzilla.redhat.com/show_bug.cgi?id=2035342
Bug ID: 2035342
Summary: CVE-2020-16154 perl-App-cpanminus: signature
verification bypass [fedora-all]
Product: Fedora
Version: 35
Status: NEW
Component: perl-App-cpanminus
Keywords: Security, SecurityTracking
Severity: medium
Priority: medium
Assignee: jplesnik(a)redhat.com
Reporter: mrehak(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: jplesnik(a)redhat.com, mmaslano(a)redhat.com,
mspacek(a)redhat.com, perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
This is an automatically created tracking bug! It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of fedora-all.
For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.
For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs
When submitting as an update, use the fedpkg template provided in the next
comment(s). This will include the bug IDs of this tracking bug as well as
the relevant top-level CVE bugs.
Please also mention the CVE IDs being fixed in the RPM changelog and the
fedpkg commit message.
NOTE: this issue affects multiple supported versions of Fedora. While only
one tracking bug has been filed, please correct all affected versions at
the same time. If you need to fix the versions independent of each other,
you may clone this bug as appropriate.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2035342
https://bugzilla.redhat.com/show_bug.cgi?id=1765510
Bug ID: 1765510
Summary: Request to update perl-Protocol-WebSocket to 0.26 for
EPEL 7
Product: Fedora EPEL
Version: epel7
Status: NEW
Component: perl-Protocol-WebSocket
Assignee: ddick(a)cpan.org
Reporter: kretschmer.jens(a)siemens.com
QA Contact: extras-qa(a)fedoraproject.org
CC: ddick(a)cpan.org, perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Please update perl-Protocol-WebSocket to the latest upstream version 0.26. The
current version in EPEL 7 is 0.18
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2092363
Bug ID: 2092363
Summary: Upgrade perl-Email-Valid to 1.203
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Email-Valid
Assignee: spotrh(a)gmail.com
Reporter: jplesnik(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: jakub.jedelsky(a)gmail.com,
perl-devel(a)lists.fedoraproject.org, spotrh(a)gmail.com,
tjczepiel(a)gmail.com
Target Milestone: ---
Classification: Fedora
Latest Fedora delivers 1.202 version. Upstream released 1.203. When you have
free time, please upgrade it.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2092363
https://bugzilla.redhat.com/show_bug.cgi?id=2015018
Bug ID: 2015018
Summary: Upgrade perl-Net-DNS-SEC to 1.19
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Net-DNS-SEC
Assignee: wjhns174(a)hardakers.net
Reporter: jplesnik(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: paul.wouters(a)aiven.io,
perl-devel(a)lists.fedoraproject.org,
wjhns174(a)hardakers.net
Target Milestone: ---
Classification: Fedora
Latest Fedora delivers 1.18 version. Upstream released 1.19. When you have free
time, please upgrade it.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2015018
https://bugzilla.redhat.com/show_bug.cgi?id=2083148
Bug ID: 2083148
Summary: CVE-2018-25033 slic3r: admesh: heap-buffer-overflow in
stl_update_connects_remove_1() of src/connect.c
[fedora-all]
Product: Fedora
Version: 35
Status: NEW
Component: slic3r
Keywords: Security, SecurityTracking
Severity: medium
Priority: medium
Assignee: mhroncok(a)redhat.com
Reporter: trathi(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: mhroncok(a)redhat.com,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
This is an automatically created tracking bug! It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of fedora-all.
For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.
For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs
When submitting as an update, use the fedpkg template provided in the next
comment(s). This will include the bug IDs of this tracking bug as well as
the relevant top-level CVE bugs.
Please also mention the CVE IDs being fixed in the RPM changelog and the
fedpkg commit message.
NOTE: this issue affects multiple supported versions of Fedora. While only
one tracking bug has been filed, please correct all affected versions at
the same time. If you need to fix the versions independent of each other,
you may clone this bug as appropriate.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2083148
https://bugzilla.redhat.com/show_bug.cgi?id=2064172
Bug ID: 2064172
Summary: CVE-2021-44961 slic3r: specially crafted stl files can
exhaust available memory
Product: Security Response
Hardware: All
OS: Linux
Status: NEW
Component: vulnerability
Keywords: Security
Severity: medium
Priority: medium
Assignee: security-response-team(a)redhat.com
Reporter: mrehak(a)redhat.com
CC: mhroncok(a)redhat.com,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Other
A memory leakage flaw exists in the class PerimeterGenerator of Slic3r
libslic3r 1.3.0 and Master Commit b1a5500. Specially crafted stl files can
exhaust available memory. An attacker can provide malicious files to trigger
this vulnerability.
Reference:
https://hackmd.io/nDT_UKLyRQendxDwil9A4w
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2064172
https://bugzilla.redhat.com/show_bug.cgi?id=2064173
Bug ID: 2064173
Summary: CVE-2021-44961 slic3r: specially crafted stl files can
exhaust available memory [fedora-all]
Product: Fedora
Version: 35
Status: NEW
Component: slic3r
Keywords: Security, SecurityTracking
Severity: medium
Priority: medium
Assignee: mhroncok(a)redhat.com
Reporter: mrehak(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: mhroncok(a)redhat.com,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
This is an automatically created tracking bug! It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of fedora-all.
For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.
For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs
When submitting as an update, use the fedpkg template provided in the next
comment(s). This will include the bug IDs of this tracking bug as well as
the relevant top-level CVE bugs.
Please also mention the CVE IDs being fixed in the RPM changelog and the
fedpkg commit message.
NOTE: this issue affects multiple supported versions of Fedora. While only
one tracking bug has been filed, please correct all affected versions at
the same time. If you need to fix the versions independent of each other,
you may clone this bug as appropriate.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2064173
https://bugzilla.redhat.com/show_bug.cgi?id=2046373
Bug ID: 2046373
Summary: CVE-2021-45847 slic3r: NULL pointer dereference in 3MF
XML via a crafted 3MF input file [fedora-all]
Product: Fedora
Version: 35
Status: NEW
Component: slic3r
Keywords: Security, SecurityTracking
Severity: low
Priority: low
Assignee: mhroncok(a)redhat.com
Reporter: gsuckevi(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: mhroncok(a)redhat.com,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
This is an automatically created tracking bug! It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of fedora-all.
For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.
For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs
When submitting as an update, use the fedpkg template provided in the next
comment(s). This will include the bug IDs of this tracking bug as well as
the relevant top-level CVE bugs.
Please also mention the CVE IDs being fixed in the RPM changelog and the
fedpkg commit message.
NOTE: this issue affects multiple supported versions of Fedora. While only
one tracking bug has been filed, please correct all affected versions at
the same time. If you need to fix the versions independent of each other,
you may clone this bug as appropriate.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2046373
https://bugzilla.redhat.com/show_bug.cgi?id=1971453
Bug ID: 1971453
Summary: perl-Crypt-RandPasswd-0.06-17.fc35 FTBFS randomly:
t/01-word.t: Use of uninitialized value $last_unit in
hash element at
Crypt-RandPasswd-0.06/blib/lib/Crypt/RandPasswd.pm
line 2205
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Crypt-RandPasswd
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
Target Milestone: ---
Classification: Fedora
perl-Crypt-RandPasswd-0.06-17.fc35 fails to build randomly because t/01-word.t
fails with 0.07 chance:
$ I=0; while prove -b -v t/01-word.t; do I=$((I+1)); echo $I; done
[...]
45
t/01-word.t ..
1..20
ok 1 - create random word of length 10
ok 2 - create random word of length 11
ok 3 - create random word of length 12
ok 4 - create random word of length 13
ok 5 - create random word of length 14
ok 6 - create random word of length 15
ok 7 - create random word of length 16
ok 8 - create random word of length 17
ok 9 - create random word of length 18
ok 10 - create random word of length 19
ok 11 - create random word of length 5 .. 10
ok 12 - create random word of length 6 .. 11
ok 13 - create random word of length 7 .. 12
ok 14 - create random word of length 8 .. 13
ok 15 - create random word of length 9 .. 14
ok 16 - create random word of length 10 .. 15
ok 17 - create random word of length 11 .. 16
ok 18 - create random word of length 12 .. 17
ok 19 - create random word of length 13 .. 18
Use of uninitialized value $last_unit in hash element at
/home/test/fedora/perl-Crypt-RandPasswd/Crypt-RandPasswd-0.06/blib/lib/Crypt/RandPasswd.pm
line 2205.
Failed 1/20 subtests
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2031448
Bug ID: 2031448
Summary: Please branch and build perl-XML-TreePP in epel9
Product: Fedora EPEL
Version: epel9
Status: NEW
Component: perl-XML-TreePP
Assignee: marianne(a)tuxette.fr
Reporter: gary.buhrmaster(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: marianne(a)tuxette.fr,
perl-devel(a)lists.fedoraproject.org,
vanmeeuwen+fedora(a)kolabsys.com
Target Milestone: ---
Classification: Fedora
Please branch and build perl-XML-TreePP in epel9.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2031448
https://bugzilla.redhat.com/show_bug.cgi?id=1990904
Bug ID: 1990904
Summary: Requesting EPEL 8 branch
Product: Fedora
Version: rawhide
Hardware: x86_64
OS: Linux
Status: NEW
Component: slic3r
Assignee: mhroncok(a)redhat.com
Reporter: jeffclay(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: mhroncok(a)redhat.com,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Requesting build for EPEL 8.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2060186
Bug ID: 2060186
Summary: perl-Devel-PPPort-3.66 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Devel-PPPort
Keywords: FutureFeature, Triaged
Assignee: jplesnik(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: jplesnik(a)redhat.com, mspacek(a)redhat.com,
perl-devel(a)lists.fedoraproject.org, ppisar(a)redhat.com
Target Milestone: ---
Classification: Fedora
Latest upstream release: 3.66
Current version/release in rawhide: 3.64-1.fc36
URL: http://search.cpan.org/dist/Devel-PPPort/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/5760/
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2060186
https://bugzilla.redhat.com/show_bug.cgi?id=2092367
Bug ID: 2092367
Summary: Upgrade perl-V to 0.16
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-V
Assignee: jvromans(a)squirrel.nl
Reporter: jplesnik(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: jvromans(a)squirrel.nl,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Latest Fedora delivers 0.15 version. Upstream released 0.16. When you have free
time, please upgrade it.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2092367
https://bugzilla.redhat.com/show_bug.cgi?id=2082759
Bug ID: 2082759
Summary: perl-Net-eBay-0.62 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Net-eBay
Keywords: FutureFeature, Triaged
Assignee: xavier(a)bachelot.org
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: perl-devel(a)lists.fedoraproject.org,
xavier(a)bachelot.org
Target Milestone: ---
Classification: Fedora
Latest upstream release: 0.62
Current version/release in rawhide: 0.61-19.fc36
URL: http://search.cpan.org/dist/Net-eBay/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/3149/
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2082759
https://bugzilla.redhat.com/show_bug.cgi?id=1872724
Bug ID: 1872724
Summary: All information erased after changing component
Product: Fedora
Version: rawhide
Hardware: x86_64
OS: Linux
Status: NEW
Component: bugzilla
Severity: high
Assignee: itamar(a)ispbrasil.com.br
Reporter: grgoffe(a)yahoo.com
QA Contact: extras-qa(a)fedoraproject.org
CC: emmanuel(a)seyman.fr, itamar(a)ispbrasil.com.br,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Description of problem: Created bug report for emacs-common and filled out all
the fields below then changed component to emacs. All data lost
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2086256
Bug ID: 2086256
Summary: perl-TAP-Formatter-JUnit-0.16 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-TAP-Formatter-JUnit
Keywords: FutureFeature, Triaged
Assignee: berrange(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: berrange(a)redhat.com,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Latest upstream release: 0.16
Current version/release in rawhide: 0.15-1.fc37
URL: http://search.cpan.org/dist/TAP-Formatter-JUnit/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/3359/
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2086256
https://bugzilla.redhat.com/show_bug.cgi?id=2083132
Bug ID: 2083132
Summary: Upgrade perl-Text-Template to 1.61
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Text-Template
Assignee: spotrh(a)gmail.com
Reporter: jplesnik(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: jose.p.oliveira.oss(a)gmail.com,
perl-devel(a)lists.fedoraproject.org, spotrh(a)gmail.com
Target Milestone: ---
Classification: Fedora
Latest Fedora delivers 1.60 version. Upstream released 1.61. When you have free
time, please upgrade it.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2083132
https://bugzilla.redhat.com/show_bug.cgi?id=2099988
Bug ID: 2099988
Summary: Please branch and build perl-Parallel-ForkManager in
epel9
Product: Fedora EPEL
Version: epel9
Status: NEW
Component: perl-Parallel-ForkManager
Assignee: marianne(a)tuxette.fr
Reporter: rbrunckhorst(a)sinenomine.net
QA Contact: extras-qa(a)fedoraproject.org
CC: j(a)tib.bs, marianne(a)tuxette.fr,
perl-devel(a)lists.fedoraproject.org,
walt(a)gouldfamily.org
Target Milestone: ---
Classification: Fedora
Please branch and build perl-Parallel-ForkManager in epel9
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2099988
https://bugzilla.redhat.com/show_bug.cgi?id=2062688
Bug ID: 2062688
Summary: perl-Time-Warp-0.54-11.fc37 FTBFS: t/when.t fails
Product: Fedora
Version: rawhide
URL: https://koschei.fedoraproject.org/package/perl-Time-Wa
rp
Status: NEW
Component: perl-Time-Warp
Assignee: jplesnik(a)redhat.com
Reporter: ppisar(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: iarnell(a)gmail.com, jplesnik(a)redhat.com,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Link ID: Github manwar/Time-Warp/issues/7
Classification: Fedora
perl-Time-Warp-0.54-11.fc37 fails to build in Fedora 37 because a test fails
there:
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Warp.bs
blib/arch/auto/Time/Warp/Warp.bs 644
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
# Failed test at t/when.t line 26.
# got: '4.00038433074951'
# expected: '4'
# Failed test at t/when.t line 29.
# got: '3.57627868652344e-06'
# expected: '0'
# Failed test at t/when.t line 32.
# got: '3.03583312034607'
# expected: '0'
# Failed test at t/when.t line 35.
# got: '5.76009702682495'
# expected: '5'
# Looks like you planned 8 tests but ran 7.
# Looks like you failed 4 tests of 7 run.
t/when.t ..
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 5/8 subtests
A difference between passing and failing build roots is at
<https://koschei.fedoraproject.org/build/12331640>. This is triggered by
upgrading perl-Test-Simple from 3:1.302189-1.fc37 to 3:1.302190-1.fc37.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2062688
https://bugzilla.redhat.com/show_bug.cgi?id=2105100
Bug ID: 2105100
Summary: perl-Chart-2.403.0 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Chart
Keywords: FutureFeature, Triaged
Assignee: ppisar(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: perl-devel(a)lists.fedoraproject.org, ppisar(a)redhat.com,
steve(a)silug.org
Target Milestone: ---
Classification: Fedora
Releases retrieved: 2.403.0
Upstream release that is considered latest: 2.403.0
Current version/release in rawhide: 2.402.3-1.fc37
URL: http://search.cpan.org/dist/Chart/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/5871/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-Chart
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2105100
https://bugzilla.redhat.com/show_bug.cgi?id=2078705
Bug ID: 2078705
Summary: perl-Perl-Critic-StricterSubs-0.06 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Perl-Critic-StricterSubs
Keywords: FutureFeature, Triaged
Assignee: ppisar(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: perl-devel(a)lists.fedoraproject.org, ppisar(a)redhat.com
Target Milestone: ---
Classification: Fedora
Latest upstream release: 0.06
Current version/release in rawhide: 0.05-21.fc36
URL: http://search.cpan.org/dist/Perl-Critic-StricterSubs/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/3221/
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2078705
https://bugzilla.redhat.com/show_bug.cgi?id=2049731
Bug ID: 2049731
Summary: Upgrade perl-Geo-IPfree to 1.160000
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Geo-IPfree
Assignee: ppisar(a)redhat.com
Reporter: jplesnik(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: perl-devel(a)lists.fedoraproject.org, ppisar(a)redhat.com
Target Milestone: ---
Classification: Fedora
Latest Fedora delivers 1.151.940 version. Upstream released 1.160000. When you
have free time, please upgrade it.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2049731
https://bugzilla.redhat.com/show_bug.cgi?id=1970378
Bug ID: 1970378
Summary: Upgrade perl-Crypt-Random to 1.54
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Crypt-Random
Assignee: paul(a)city-fan.org
Reporter: jplesnik(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: paul(a)city-fan.org, perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Latest Fedora delivers 1.52 version. Upstream released 1.54. When you have free
time, please upgrade it.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1783126
Bug ID: 1783126
Summary: perl-MongoDB-2.2.1 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-MongoDB
Keywords: FutureFeature, Triaged
Assignee: ppisar(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: mi(a)v3.sk, perl-devel(a)lists.fedoraproject.org,
ppisar(a)redhat.com
Target Milestone: ---
Classification: Fedora
Latest upstream release: 2.2.1
Current version/release in rawhide: 2.2.0-1.fc32
URL: http://search.cpan.org/dist/MongoDB/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from anitya:
https://release-monitoring.org/project/3121/
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2102597
Bug ID: 2102597
Summary: Add perl-DBIx-Class to EPEL 9
Product: Fedora EPEL
Version: epel9
Status: NEW
Component: perl-DBIx-Class
Assignee: jplesnik(a)redhat.com
Reporter: jplesnik(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: iarnell(a)gmail.com, jplesnik(a)redhat.com,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Please branch and build perl-DBIx-Class in epel9
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2102597
https://bugzilla.redhat.com/show_bug.cgi?id=2099976
Bug ID: 2099976
Summary: Please branch and build perl-DBIx-Simple in epel9
Product: Fedora EPEL
Version: epel9
Status: NEW
Component: perl-DBIx-Simple
Assignee: jplesnik(a)redhat.com
Reporter: rbrunckhorst(a)sinenomine.net
CC: jplesnik(a)redhat.com, mmaslano(a)redhat.com,
mspacek(a)redhat.com, perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Please branch and build perl-DBIx-Simple in epel9
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2099976
https://bugzilla.redhat.com/show_bug.cgi?id=2102581
Bug ID: 2102581
Summary: Add perl-SQL-Abstract to EPEL9
Product: Fedora EPEL
Version: epel9
Status: NEW
Component: perl-SQL-Abstract
Assignee: spotrh(a)gmail.com
Reporter: jplesnik(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: igor.raits(a)gmail.com, jakub.jedelsky(a)gmail.com,
perl-devel(a)lists.fedoraproject.org, spotrh(a)gmail.com,
tjczepiel(a)gmail.com
Blocks: 2099976
Target Milestone: ---
Classification: Fedora
Please branch and build perl-SQL-Abstract for EPEL 9.
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=2099976
[Bug 2099976] Please branch and build perl-DBIx-Simple in epel9
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2102581
https://bugzilla.redhat.com/show_bug.cgi?id=2071588
Bug ID: 2071588
Summary: Upgrade perl-Exporter-Lite to 0.09
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Exporter-Lite
Assignee: spotrh(a)gmail.com
Reporter: jplesnik(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: ktdreyer(a)ktdreyer.com,
perl-devel(a)lists.fedoraproject.org, spotrh(a)gmail.com
Target Milestone: ---
Classification: Fedora
Latest Fedora delivers 0.08 version. Upstream released 0.09. When you have free
time, please upgrade it.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2071588
https://bugzilla.redhat.com/show_bug.cgi?id=2079765
Bug ID: 2079765
Summary: Upgrade perl-Template-Toolkit to 3.100
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Template-Toolkit
Assignee: spotrh(a)gmail.com
Reporter: jplesnik(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: perl-devel(a)lists.fedoraproject.org, spotrh(a)gmail.com,
xavier(a)bachelot.org
Target Milestone: ---
Classification: Fedora
Latest Fedora delivers 3.010 version. Upstream released 3.100. When you have
free time, please upgrade it.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2079765
https://bugzilla.redhat.com/show_bug.cgi?id=2091301
Bug ID: 2091301
Summary: perl-Dist-Zilla-6.025 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Dist-Zilla
Keywords: FutureFeature, Triaged
Assignee: psabata(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: iarnell(a)gmail.com, perl-devel(a)lists.fedoraproject.org,
psabata(a)redhat.com
Target Milestone: ---
Classification: Fedora
Latest upstream release: 6.025
Current version/release in rawhide: 6.024-2.fc36
URL: http://search.cpan.org/dist/Dist-Zilla/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/5898/
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2091301
https://bugzilla.redhat.com/show_bug.cgi?id=2102635
Bug ID: 2102635
Summary: Add perl-Class-DBI to EPEL 9
Product: Fedora EPEL
Version: epel9
Status: NEW
Component: perl-Class-DBI
Assignee: spotrh(a)gmail.com
Reporter: jplesnik(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: igor.raits(a)gmail.com,
perl-devel(a)lists.fedoraproject.org, spotrh(a)gmail.com
Target Milestone: ---
Classification: Fedora
Please branch and build perl-Class-DBI in epel9
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2102635
https://bugzilla.redhat.com/show_bug.cgi?id=2102641
Bug ID: 2102641
Summary: Add perl-Class-DBI-Plugin-DeepAbstractSearch to EPEL 9
Product: Fedora EPEL
Version: epel9
Status: NEW
Component: perl-Class-DBI-Plugin-DeepAbstractSearch
Assignee: jplesnik(a)redhat.com
Reporter: jplesnik(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: iarnell(a)gmail.com, jplesnik(a)redhat.com,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Please branch and build perl-Class-DBI-Plugin-DeepAbstractSearch in epel9
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2102641
https://bugzilla.redhat.com/show_bug.cgi?id=2102674
Bug ID: 2102674
Summary: Add perl-Class-DBI-Plugin to EPEL 9
Product: Fedora EPEL
Version: epel9
Status: NEW
Component: perl-Class-DBI-Plugin
Assignee: spotrh(a)gmail.com
Reporter: jplesnik(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: igor.raits(a)gmail.com, paul(a)city-fan.org,
perl-devel(a)lists.fedoraproject.org, spotrh(a)gmail.com
Target Milestone: ---
Classification: Fedora
Please branch and build perl-Class-DBI-Plugin in epel9
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2102674
https://bugzilla.redhat.com/show_bug.cgi?id=2100151
Bug ID: 2100151
Summary: biber-2.18 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: biber
Keywords: FutureFeature, Triaged
Assignee: ppisar(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: cbm(a)m.fsf.org, code(a)musicinmybrain.net,
jnovy(a)redhat.com, mefoster(a)gmail.com,
perl-devel(a)lists.fedoraproject.org, ppisar(a)redhat.com
Target Milestone: ---
Classification: Fedora
Releases retrieved: 2.18
Upstream release that is considered latest: 2.18
Current version/release in rawhide: 2.17-4.fc37
URL: http://biblatex-biber.sourceforge.net/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/6443/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/biber
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2100151
https://bugzilla.redhat.com/show_bug.cgi?id=2045863
Bug ID: 2045863
Summary: biber-2.17 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: biber
Keywords: FutureFeature, Triaged
Assignee: ppisar(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: cbm(a)m.fsf.org, code(a)musicinmybrain.net,
jnovy(a)redhat.com, mefoster(a)gmail.com,
perl-devel(a)lists.fedoraproject.org, ppisar(a)redhat.com
Target Milestone: ---
Classification: Fedora
Latest upstream release: 2.17
Current version/release in rawhide: 2.16-5.fc36
URL: http://biblatex-biber.sourceforge.net/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/6443/
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2045863
https://bugzilla.redhat.com/show_bug.cgi?id=1934532
Bug ID: 1934532
Summary: EPEL8 Request: perl-Astro-FITS-CFITSIO
Product: Fedora EPEL
Version: epel8
Status: NEW
Component: perl-Astro-FITS-CFITSIO
Assignee: orion(a)nwra.com
Reporter: jakub.jedelsky(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: orion(a)nwra.com, perl-devel(a)lists.fedoraproject.org,
scitech-bugs(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Hello, I would appreciate if you could build perl-Astro-FITS-CFITSIO for EPEL8.
Feel free to add me (kubo) as co-maintainer. Thanks.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2103364
Bug ID: 2103364
Summary: please build perl-Image-ExifTool for EPEL9
Product: Fedora EPEL
Version: epel9
Status: NEW
Component: perl-Image-ExifTool
Assignee: spotrh(a)gmail.com
Reporter: sergio(a)serjux.com
QA Contact: extras-qa(a)fedoraproject.org
CC: perl-devel(a)lists.fedoraproject.org, spotrh(a)gmail.com
Target Milestone: ---
Classification: Fedora
Description of problem:
we need perl-Image-ExifTool, to complete all dependencies on debhelper ->
dh-autoreconf -> cdbs
I'd like co maintain this package as well, to maintain all dependencies of
debian tools , my fas username is sergiomb
Thank you
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2103364
https://bugzilla.redhat.com/show_bug.cgi?id=2103742
Bug ID: 2103742
Summary: perl-SNMP-Info-3.84 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-SNMP-Info
Keywords: FutureFeature, Triaged
Assignee: walt(a)gouldfamily.org
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: ktdreyer(a)ktdreyer.com,
perl-devel(a)lists.fedoraproject.org,
walt(a)gouldfamily.org
Target Milestone: ---
Classification: Fedora
Releases retrieved: 3.84
Upstream release that is considered latest: 3.84
Current version/release in rawhide: 3.82-2.fc37
URL: http://search.cpan.org/dist/SNMP-Info/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/3318/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-SNMP-Info
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2103742
https://bugzilla.redhat.com/show_bug.cgi?id=2103389
Bug ID: 2103389
Summary: Please branch and build perl-Monitoring-Plugin in
epel9
Product: Fedora EPEL
Version: epel9
Status: NEW
Component: perl-Monitoring-Plugin
Assignee: piotr1212(a)gmail.com
Reporter: linux(a)cmadams.net
QA Contact: extras-qa(a)fedoraproject.org
CC: jose.p.oliveira.oss(a)gmail.com,
perl-devel(a)lists.fedoraproject.org,
piotr1212(a)gmail.com
Target Milestone: ---
Classification: Fedora
Please branch and build perl-Monitoring-Plugin in epel9.
If you do not wish to maintain perl-Monitoring-Plugin in epel9,
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 (FAS cmadams);
please add me through
https://src.fedoraproject.org/rpms/perl-Monitoring-Plugin/adduser
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2103389
https://bugzilla.redhat.com/show_bug.cgi?id=2102659
Bug ID: 2102659
Summary: Add perl-SQL-Translator to EPEL 9
Product: Fedora EPEL
Version: epel9
Status: NEW
Component: perl-SQL-Translator
Assignee: jplesnik(a)redhat.com
Reporter: jplesnik(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: iarnell(a)gmail.com, jplesnik(a)redhat.com,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Please branch and build perl-SQL-Translator in epel9
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2102659
https://bugzilla.redhat.com/show_bug.cgi?id=2102685
Bug ID: 2102685
Summary: Add perl-Graph to EPEL 9
Product: Fedora EPEL
Version: epel9
Status: NEW
Component: perl-Graph
Assignee: walt(a)gouldfamily.org
Reporter: jplesnik(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: alex(a)biosysanalytics.com, athoscribeiro(a)gmail.com,
igor.raits(a)gmail.com,
perl-devel(a)lists.fedoraproject.org,
walt(a)gouldfamily.org
Target Milestone: ---
Classification: Fedora
Please branch and build perl-Graph in epel9
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2102685
https://bugzilla.redhat.com/show_bug.cgi?id=2102646
Bug ID: 2102646
Summary: Add perl-DBIx-ContextualFetch to EPEL 9
Product: Fedora EPEL
Version: epel9
Status: NEW
Component: perl-DBIx-ContextualFetch
Assignee: spotrh(a)gmail.com
Reporter: jplesnik(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: igor.raits(a)gmail.com,
perl-devel(a)lists.fedoraproject.org, spotrh(a)gmail.com
Target Milestone: ---
Classification: Fedora
Please branch and build perl-DBIx-ContextualFetch in epel9
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2102646
https://bugzilla.redhat.com/show_bug.cgi?id=2051034
Bug ID: 2051034
Summary: Removal of gethostbyname2 breaks Shorewall6
Product: Fedora
Version: 35
Hardware: x86_64
OS: All
Status: NEW
Component: perl-Socket6
Severity: urgent
Assignee: paul(a)city-fan.org
Reporter: brian(a)interlinx.bc.ca
QA Contact: extras-qa(a)fedoraproject.org
CC: jplesnik(a)redhat.com, mspacek(a)redhat.com,
paul(a)city-fan.org, perl-devel(a)lists.fedoraproject.org,
ppisar(a)redhat.com
Target Milestone: ---
Classification: Fedora
Description of problem:
The removal of gethostbyname2
(https://src.fedoraproject.org/rpms/perl-Socket6/blob/ba474898dc2de4e71e249c…)
breaks Shorewall6.
Version-Release number of selected component (if applicable):
0.29-11
How reproducible:
100%
Steps to Reproduce:
1. Install Shorewall6 and create a configuration
2. shorewall6 compile
3.
Actual results:
...
Compiling /etc/shorewall6/gw-CC/rules...
Socket6::gethostbyname2 not implemented on this architecture at
/usr/share/perl5/vendor_perl/Shorewall/IPAddrs.pm line 512, <$currentfile> line
37.
Expected results:
Policy should compile like it did no F34.
Additional info:
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2051034
https://bugzilla.redhat.com/show_bug.cgi?id=2110771
Bug ID: 2110771
Summary: rt-5.0.3 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: rt
Keywords: FutureFeature, Triaged
Assignee: rc040203(a)freenet.de
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: j(a)tib.bs, perl-devel(a)lists.fedoraproject.org,
rc040203(a)freenet.de
Target Milestone: ---
Classification: Fedora
Releases retrieved: 4.4.6, 5.0.3
Upstream release that is considered latest: 5.0.3
Current version/release in rawhide: 5.0.2-4.fc37
URL: http://bestpractical.com/request-tracker/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/7292/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/rt
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2110771
https://bugzilla.redhat.com/show_bug.cgi?id=2075768
Bug ID: 2075768
Summary: selecting the 'Component' at the end, cleares the
'Description'
Product: Fedora
Version: 35
Status: NEW
Component: bugzilla
Assignee: emmanuel(a)seyman.fr
Reporter: cpanceac(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: astra(a)ionic.at, emmanuel(a)seyman.fr,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Created attachment 1872705
--> https://bugzilla.redhat.com/attachment.cgi?id=1872705&action=edit
overwrite description changes
Description of problem:
sometimes the component name is wrong or just left empty. Then you spend some
time writing a meaningful description, press the submit button, only to find
out the component must be added.
When you add the component, a warning message appears that the desription will
be cleared. In my case i did not get it form that message what is the
description that will be cleared but anyway, why is the description cleared
just by adding the component ? Sounds wrong to me. I know for a fact that after
the ticket is created, the component name can still be changed.
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2075768
https://bugzilla.redhat.com/show_bug.cgi?id=2096953
Bug ID: 2096953
Summary: perl-HTTP-Message-6.37 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-HTTP-Message
Keywords: FutureFeature, Triaged
Assignee: mspacek(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: mspacek(a)redhat.com,
perl-devel(a)lists.fedoraproject.org, ppisar(a)redhat.com
Target Milestone: ---
Classification: Fedora
Releases retrieved: 6.37
Upstream release that is considered latest: 6.37
Current version/release in rawhide: 6.36-3.fc37
URL: http://search.cpan.org/dist/HTTP-Message/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/2977/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-HTTP-Message
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2096953
https://bugzilla.redhat.com/show_bug.cgi?id=2105955
Bug ID: 2105955
Summary: Upgrade perl-Type-Tiny to 1.014000
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Type-Tiny
Assignee: rc040203(a)freenet.de
Reporter: jplesnik(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: paul(a)city-fan.org, perl-devel(a)lists.fedoraproject.org,
ppisar(a)redhat.com, rc040203(a)freenet.de,
xavier(a)bachelot.org
Target Milestone: ---
Classification: Fedora
Latest Fedora delivers 1.012005 version. Upstream released 1.014000. When you
have free time, please upgrade it.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2105955
https://bugzilla.redhat.com/show_bug.cgi?id=2112642
Bug ID: 2112642
Summary: perlbrew-0.96 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perlbrew
Keywords: FutureFeature, Triaged
Assignee: jplesnik(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: iarnell(a)gmail.com, jplesnik(a)redhat.com,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Releases retrieved: 0.96
Upstream release that is considered latest: 0.96
Current version/release in rawhide: 0.95-3.fc37
URL: http://search.cpan.org/dist/App-perlbrew/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/3552/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perlbrew
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2112642
https://bugzilla.redhat.com/show_bug.cgi?id=2109437
Bug ID: 2109437
Summary: perl-CPAN-Perl-Releases-5.20220720 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-CPAN-Perl-Releases
Keywords: FutureFeature, Triaged
Assignee: jplesnik(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: iarnell(a)gmail.com, jplesnik(a)redhat.com,
mspacek(a)redhat.com, perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Releases retrieved: 5.20220720
Upstream release that is considered latest: 5.20220720
Current version/release in rawhide: 5.20220620-1.fc37
URL: http://search.cpan.org/dist/CPAN-Perl-Releases/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/5881/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-CPAN-Perl-Releases
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2109437
https://bugzilla.redhat.com/show_bug.cgi?id=2111643
Bug ID: 2111643
Summary: perl-Test-Trap-0.3.5 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Test-Trap
Keywords: FutureFeature, Triaged
Assignee: jplesnik(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: jplesnik(a)redhat.com, lkundrak(a)v3.sk,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Releases retrieved: 0.3.5
Upstream release that is considered latest: 0.3.5
Current version/release in rawhide: 0.3.4-13.fc37
URL: http://search.cpan.org/dist/Test-Trap/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/3421/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-Test-Trap
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2111643
https://bugzilla.redhat.com/show_bug.cgi?id=2112603
Bug ID: 2112603
Summary: perl-File-Share-0.27 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-File-Share
Keywords: FutureFeature, Triaged
Assignee: jplesnik(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: jplesnik(a)redhat.com,
perl-devel(a)lists.fedoraproject.org, ppisar(a)redhat.com
Target Milestone: ---
Classification: Fedora
Releases retrieved: 0.27
Upstream release that is considered latest: 0.27
Current version/release in rawhide: 0.26-1.fc37
URL: http://search.cpan.org/dist/File-Share
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/7103/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-File-Share
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2112603
https://bugzilla.redhat.com/show_bug.cgi?id=2112494
Bug ID: 2112494
Summary: perl-Chart-2.403.7 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Chart
Keywords: FutureFeature, Triaged
Assignee: ppisar(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: perl-devel(a)lists.fedoraproject.org, ppisar(a)redhat.com,
steve(a)silug.org
Target Milestone: ---
Classification: Fedora
Releases retrieved: 2.403.7
Upstream release that is considered latest: 2.403.7
Current version/release in rawhide: 2.403.6-1.fc37
URL: http://search.cpan.org/dist/Chart/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/5871/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-Chart
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2112494
https://bugzilla.redhat.com/show_bug.cgi?id=2109779
Bug ID: 2109779
Summary: Please branch and build perl-Geo-IP in epel9
Product: Fedora EPEL
Version: epel9
OS: Linux
Status: NEW
Component: perl-Geo-IP
Assignee: plautrba(a)redhat.com
Reporter: poming168(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: emmanuel(a)seyman.fr,
perl-devel(a)lists.fedoraproject.org,
plautrba(a)redhat.com
Target Milestone: ---
Classification: Fedora
There is no perl-Geo-IP for epel9
https://src.fedoraproject.org/rpms/perl-Geo-IP
Please branch and build perl-Geo-IP in epel9, thank you.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2109779
https://bugzilla.redhat.com/show_bug.cgi?id=2112527
Bug ID: 2112527
Summary: Please branch and build GeoIP in epel9
Product: Fedora EPEL
Version: epel9
OS: Linux
Status: NEW
Component: GeoIP
Assignee: thomas.andrejak(a)gmail.com
Reporter: plautrba(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: anon.amish(a)gmail.com, emmanuel(a)seyman.fr,
extras-qa(a)fedoraproject.org, paul(a)city-fan.org,
perl-devel(a)lists.fedoraproject.org,
philipp(a)redfish-solutions.com, plautrba(a)redhat.com,
poming168(a)gmail.com, thomas.andrejak(a)gmail.com
Blocks: 2109779
Target Milestone: ---
Classification: Fedora
Please consider branching and building GeoIP for epel9.
If GeoIP was in epel9 I could build perl-Geo-IP and awstat could provide geoip
module, see bellow.
It looks like rawhide version builds in epel9 just fine -
https://koji.fedoraproject.org/koji/taskinfo?taskID=90255583
Thanks.
+++ This bug was initially created as a clone of Bug #2109779 +++
There is no perl-Geo-IP for epel9
https://src.fedoraproject.org/rpms/perl-Geo-IP
Please branch and build perl-Geo-IP in epel9, thank you.
--- Additional comment from Ming on 2022-07-29 11:24:30 CEST ---
Will you be able to branch and build perl-Geo-IP in epel9?
--- Additional comment from Petr Lautrbach on 2022-07-29 14:55:29 CEST ---
I made a mistake when I built awstats and didn't check requirements.
perl-Geo-IP is not available and requires GeoIP which is not available as well.
I would drop the perl-Geo-IP requirement from awstats so that awastats should
work, only geoip module would not be available.
--- Additional comment from Ming on 2022-07-29 19:45:47 CEST ---
Thanks Petr, I tested awstats-7.8-7.1.el9.noarch.rpm works fine, thank you.
In fact we also needs perl-Geo-IP & GeoIP for awstats usage too, I found
GeoIP-1.6.12-7.el8.x86_64.rpm is available in EPEL8, would you please branch
perl-Geo-IP & GeoIP for epel9 too?
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=2109779
[Bug 2109779] Please branch and build perl-Geo-IP in epel9
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2112527
https://bugzilla.redhat.com/show_bug.cgi?id=2112633
Bug ID: 2112633
Summary: perl-JSON-4.08 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-JSON
Keywords: FutureFeature, Triaged
Assignee: emmanuel(a)seyman.fr
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: emmanuel(a)seyman.fr, jonstanley(a)gmail.com,
mspacek(a)redhat.com, paul(a)city-fan.org,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Releases retrieved: 4.08
Upstream release that is considered latest: 4.08
Current version/release in rawhide: 4.07-2.fc37
URL: http://search.cpan.org/dist/JSON/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/12847/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-JSON
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2112633
https://bugzilla.redhat.com/show_bug.cgi?id=2108973
Bug ID: 2108973
Summary: perl-WWW-Mechanize-2.12 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-WWW-Mechanize
Keywords: FutureFeature, Triaged
Assignee: emmanuel(a)seyman.fr
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: emmanuel(a)seyman.fr, jose.p.oliveira.oss(a)gmail.com,
ktdreyer(a)ktdreyer.com,
perl-devel(a)lists.fedoraproject.org,
xavier(a)bachelot.org
Target Milestone: ---
Classification: Fedora
Releases retrieved: 2.12
Upstream release that is considered latest: 2.12
Current version/release in rawhide: 2.11-1.fc37
URL: https://metacpan.org/dist/WWW-Mechanize/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/6584/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-WWW-Mechanize
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2108973
https://bugzilla.redhat.com/show_bug.cgi?id=2111926
Bug ID: 2111926
Summary: perl-Search-Elasticsearch-7.711001 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Search-Elasticsearch
Keywords: FutureFeature, Triaged
Assignee: emmanuel(a)seyman.fr
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: emmanuel(a)seyman.fr, perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Releases retrieved: 7.717
Upstream release that is considered latest: 7.711001
Current version/release in rawhide: 7.715-4.fc37
URL: http://search.cpan.org/dist/Search-Elasticsearch/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/10543/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-Search-Elasticsearch
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2111926
https://bugzilla.redhat.com/show_bug.cgi?id=2110094
Bug ID: 2110094
Summary: perl-Catalyst-Runtime-5.90129 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Catalyst-Runtime
Keywords: FutureFeature, Triaged
Assignee: emmanuel(a)seyman.fr
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: emmanuel(a)seyman.fr, iarnell(a)gmail.com,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Releases retrieved: 5.90129
Upstream release that is considered latest: 5.90129
Current version/release in rawhide: 5.90128-2.fc37
URL: https://metacpan.org/release/Catalyst-Runtime/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/5865/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-Catalyst-Runtime
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2110094
https://bugzilla.redhat.com/show_bug.cgi?id=2109629
Bug ID: 2109629
Summary: plans for EPEL 9
Product: Fedora EPEL
Version: epel9
Status: NEW
Component: perl-Expect
Assignee: paul(a)city-fan.org
Reporter: zonexpertconsulting(a)outlook.com
QA Contact: extras-qa(a)fedoraproject.org
CC: jose.p.oliveira.oss(a)gmail.com, paul(a)city-fan.org,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Please branch and build perl-Expect for EPEL9.
This is blocking the ZoneMinder package in RPMFusion.
If the maintainer wishes, I am willing to do the work if commit access is
granted.
My FAS account: kni
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2109629
https://bugzilla.redhat.com/show_bug.cgi?id=2109440
Bug ID: 2109440
Summary: perl-Module-CoreList-5.20220720 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Module-CoreList
Keywords: FutureFeature, Triaged
Assignee: jplesnik(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: jose.p.oliveira.oss(a)gmail.com, jplesnik(a)redhat.com,
mspacek(a)redhat.com,
perl-devel(a)lists.fedoraproject.org, spotrh(a)gmail.com,
steve(a)silug.org
Target Milestone: ---
Classification: Fedora
Releases retrieved: 5.20220720
Upstream release that is considered latest: 5.20220720
Current version/release in rawhide: 5.20220620-1.fc37
URL: http://search.cpan.org/dist/Module-CoreList/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/3080/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-Module-CoreList
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2109440
https://bugzilla.redhat.com/show_bug.cgi?id=2110575
Bug ID: 2110575
Summary: perl-HTTP-Tiny-0.082 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-HTTP-Tiny
Keywords: FutureFeature, Triaged
Assignee: jplesnik(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: jplesnik(a)redhat.com, mspacek(a)redhat.com,
perl-devel(a)lists.fedoraproject.org, ppisar(a)redhat.com
Target Milestone: ---
Classification: Fedora
Releases retrieved: 0.082
Upstream release that is considered latest: 0.082
Current version/release in rawhide: 0.080-488.fc37
URL: http://search.cpan.org/dist/HTTP-Tiny/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/2982/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-HTTP-Tiny
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2110575
https://bugzilla.redhat.com/show_bug.cgi?id=2108568
Bug ID: 2108568
Summary: perl-Directory-Queue-2.2 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Directory-Queue
Keywords: FutureFeature, Triaged
Assignee: lionel.cons(a)cern.ch
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: lionel.cons(a)cern.ch, massimo.paladin(a)gmail.com,
perl-devel(a)lists.fedoraproject.org,
steve.traylen(a)cern.ch
Target Milestone: ---
Classification: Fedora
Releases retrieved: 2.2
Upstream release that is considered latest: 2.2
Current version/release in rawhide: 2.1-3.fc37
URL: http://search.cpan.org/dist/Directory-Queue/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/8022/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-Directory-Queue
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2108568
https://bugzilla.redhat.com/show_bug.cgi?id=2111927
Bug ID: 2111927
Summary: perl-Sereal-4.025 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Sereal
Keywords: FutureFeature, Triaged
Assignee: paul(a)city-fan.org
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: denis(a)fateyev.com, paul(a)city-fan.org,
perl-devel(a)lists.fedoraproject.org, ppisar(a)redhat.com
Target Milestone: ---
Classification: Fedora
Releases retrieved: 4.025
Upstream release that is considered latest: 4.025
Current version/release in rawhide: 4.023-3.fc37
URL: http://search.cpan.org/dist/Sereal/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/7605/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-Sereal
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2111927
https://bugzilla.redhat.com/show_bug.cgi?id=2111928
Bug ID: 2111928
Summary: perl-Sereal-Encoder-4.025 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Sereal-Encoder
Keywords: FutureFeature, Triaged
Assignee: paul(a)city-fan.org
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: denis(a)fateyev.com, jplesnik(a)redhat.com,
paul(a)city-fan.org, perl-devel(a)lists.fedoraproject.org,
ppisar(a)redhat.com
Target Milestone: ---
Classification: Fedora
Releases retrieved: 4.025
Upstream release that is considered latest: 4.025
Current version/release in rawhide: 4.023-3.fc37
URL: http://search.cpan.org/dist/Sereal-Encoder/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/8065/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-Sereal-Encoder
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2111928
https://bugzilla.redhat.com/show_bug.cgi?id=2111929
Bug ID: 2111929
Summary: perl-Sereal-Decoder-4.025 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Sereal-Decoder
Keywords: FutureFeature, Triaged
Assignee: paul(a)city-fan.org
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: denis(a)fateyev.com, jplesnik(a)redhat.com,
paul(a)city-fan.org, perl-devel(a)lists.fedoraproject.org,
ppisar(a)redhat.com
Target Milestone: ---
Classification: Fedora
Releases retrieved: 4.025
Upstream release that is considered latest: 4.025
Current version/release in rawhide: 4.023-4.fc37
URL: http://search.cpan.org/dist/Sereal-Decoder/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/8066/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-Sereal-Decoder
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2111929
https://bugzilla.redhat.com/show_bug.cgi?id=2096301
Bug ID: 2096301
Summary: Upgrade perl-Image-ExifTool to 12.42
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Image-ExifTool
Assignee: spotrh(a)gmail.com
Reporter: jplesnik(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: perl-devel(a)lists.fedoraproject.org, spotrh(a)gmail.com
Target Milestone: ---
Classification: Fedora
Latest Fedora delivers 12.38 version. Upstream released 12.42. When you have
free time, please upgrade it.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2096301
https://bugzilla.redhat.com/show_bug.cgi?id=2111408
Bug ID: 2111408
Summary: perl-Test-WWW-Mechanize-1.58 breaks rt
Product: Fedora
Version: 35
Status: NEW
Component: perl-Test-WWW-Mechanize
Assignee: rc040203(a)freenet.de
Reporter: rc040203(a)freenet.de
QA Contact: extras-qa(a)fedoraproject.org
CC: jose.p.oliveira.oss(a)gmail.com,
perl-devel(a)lists.fedoraproject.org,
rc040203(a)freenet.de, xavier(a)bachelot.org
Target Milestone: ---
Classification: Fedora
Description of problem:
perl-Test-WWW-Mechanize-1.58 breaks rt
It triggers ca. 250 new errors when running rt's testsuite.
Version-Release number of selected component (if applicable):
perl-Test-WWW-Mechanize-1.58
How reproducible:
Always
Steps to Reproduce:
Run rt's testsuite
Actual results:
Ca. 250 new testsuite errors
Additional info:
- Upstream rt has blacklisted Test-WWW-Mechanize-1.58 in rt-5.0.3 (and probably
rt-4.4.6, too) and advises users to either downgrade Test-WWW-Mechanize or to
use a newer version (ATM, no formal release available).
- Fortunately, bestpractical.com (Upstream rt) has provided a patch to
Test-WWW-Mechanize, which seems to resolve this issue.
- This bug affects all active Fedora releases (and probably RHEL).
I intend to adopt bestpractical.com's patch to Test-WWW-Mechanize in all active
Fedoras.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2111408
https://bugzilla.redhat.com/show_bug.cgi?id=2107867
Bug ID: 2107867
Summary: perl-Net-Amazon-S3-0.991 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Net-Amazon-S3
Keywords: FutureFeature, Triaged
Assignee: ppisar(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: igor.raits(a)gmail.com, jakub.jedelsky(a)gmail.com,
perl-devel(a)lists.fedoraproject.org, ppisar(a)redhat.com,
rrati(a)redhat.com, tjczepiel(a)gmail.com
Target Milestone: ---
Classification: Fedora
Releases retrieved: 0.991
Upstream release that is considered latest: 0.991
Current version/release in rawhide: 0.99-3.fc37
URL: http://search.cpan.org/dist/Net-Amazon-S3/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/6573/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-Net-Amazon-S3
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2107867
https://bugzilla.redhat.com/show_bug.cgi?id=2104259
Bug ID: 2104259
Summary: adapt perl to removal of java on i686
Product: Fedora
Version: rawhide
Status: NEW
Component: perl
Severity: high
Assignee: jplesnik(a)redhat.com
Reporter: jvanek(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: caillon+fedoraproject(a)gmail.com, iarnell(a)gmail.com,
java-maint-sig(a)lists.fedoraproject.org,
jhuttana(a)redhat.com, jplesnik(a)redhat.com,
jvanek(a)redhat.com, kasal(a)ucw.cz, mmaslano(a)redhat.com,
mspacek(a)redhat.com,
perl-devel(a)lists.fedoraproject.org,
pmikova(a)redhat.com, ppisar(a)redhat.com,
psabata(a)redhat.com, rhughes(a)redhat.com,
sandmann(a)redhat.com, sgehwolf(a)redhat.com,
spotrh(a)gmail.com, zzambers(a)redhat.com
Blocks: 2083750
Target Milestone: ---
Classification: Fedora
Dear maintainer, we are going to drop i686 java-openjdk packages in f37 -
https://fedoraproject.org/wiki/Changes/Drop_i686_JDKs
Your package (maybe jsut some subpakcage) is transitively affected by this
change:
perl-Carp<-make<-autoconf<-erlang<-fop<-java-17-openjdk
perl-Carp<-make<-autoconf<-erlang<-fop<-java-17-openjdk-headless
perl-Carp<-perl-Exporter<-coreutils<-openssl-libs<-crypto-policies<-java-1.8.0-openjdk-devel
perl-Carp<-perl-generators<-coreutils<-openssl-libs<-crypto-policies<-java-1.8.0-openjdk-devel
perl-constant<-make<-autoconf<-erlang<-fop<-java-17-openjdk
perl-constant<-make<-autoconf<-erlang<-fop<-java-17-openjdk-headless
perl-constant<-perl-generators<-coreutils<-openssl-libs<-crypto-policies<-java-1.8.0-openjdk-devel
perl-Exporter<-make<-autoconf<-erlang<-fop<-java-17-openjdk
perl-Exporter<-coreutils<-autoconf<-erlang<-fop<-java-17-openjdk
perl-Exporter<-make<-autoconf<-erlang<-fop<-java-17-openjdk-headless
perl-Exporter<-coreutils<-gmp<-git<-subversion<-java-11-openjdk-devel
perl-Exporter<-coreutils<-autoconf<-erlang<-fop<-java-17-openjdk-headless
perl-Exporter<-coreutils<-openssl-libs<-crypto-policies<-java-1.8.0-openjdk-devel
perl-Exporter<-coreutils<-gnupg2<-gnutls<-crypto-policies<-java-1.8.0-openjdk-devel
perl-Exporter<-coreutils<-openssl-devel<-openssl-libs<-crypto-policies<-java-1.8.0-openjdk-devel
perl-Exporter<-perl-generators<-coreutils<-openssl-libs<-crypto-policies<-java-1.8.0-openjdk-devel
perl-generators<-sed<-autoconf<-erlang<-fop<-java-17-openjdk
perl-generators<-make<-autoconf<-erlang<-fop<-java-17-openjdk
perl-generators<-coreutils<-autoconf<-erlang<-fop<-java-17-openjdk
perl-generators<-sed<-autoconf<-erlang<-fop<-java-17-openjdk-headless
perl-generators<-make<-autoconf<-erlang<-fop<-java-17-openjdk-headless
perl-generators<-coreutils<-gmp<-git<-subversion<-java-11-openjdk-devel
perl-generators<-coreutils<-autoconf<-erlang<-fop<-java-17-openjdk-headless
perl-generators<-coreutils<-openssl-libs<-crypto-policies<-java-1.8.0-openjdk-devel
perl-generators<-perl-Fedora-VSP<-findutils<-git<-subversion<-java-11-openjdk-devel
perl-generators<-coreutils<-gnupg2<-gnutls<-crypto-policies<-java-1.8.0-openjdk-devel
perl-generators<-coreutils<-openssl-devel<-openssl-libs<-crypto-policies<-java-1.8.0-openjdk-devel
perl-generators<-perl-generators<-coreutils<-openssl-libs<-crypto-policies<-java-1.8.0-openjdk-devel
perl-interpreter<-glibc<-gawk<-git<-subversion<-java-11-openjdk-devel
perl-interpreter<-glibc<-gettext<-git<-subversion<-java-11-openjdk-devel
perl-interpreter<-glibc<-procps-ng<-git<-subversion<-java-11-openjdk-devel
perl-libs<-glibc<-gawk<-git<-subversion<-java-11-openjdk-devel
perl-libs<-glibc<-gettext<-git<-subversion<-java-11-openjdk-devel
perl-libs<-glibc<-procps-ng<-git<-subversion<-java-11-openjdk-devel
perl-libs<-perl-Encode<-findutils<-git<-subversion<-java-11-openjdk-devel
perl-libs<-perl-PathTools<-findutils<-git<-subversion<-java-11-openjdk-devel
perl-PathTools<-gcc<-gmp<-git<-subversion<-java-11-openjdk-devel
perl-PathTools<-findutils<-git<-subversion<-java-11-openjdk-devel
perl-PathTools<-glibc<-gawk<-git<-subversion<-java-11-openjdk-devel
perl-PathTools<-gcc<-gettext<-git<-subversion<-java-11-openjdk-devel
perl-PathTools<-gcc<-doxygen<-git<-subversion<-java-11-openjdk-devel
perl-PathTools<-coreutils<-gmp<-git<-subversion<-java-11-openjdk-devel
perl-PathTools<-glibc<-gettext<-git<-subversion<-java-11-openjdk-devel
perl-PathTools<-glibc<-procps-ng<-git<-subversion<-java-11-openjdk-devel
perl-PathTools<-gcc<-graphviz<-R-devel<-R-java-devel<-java-17-openjdk-devel
perl-PathTools<-findutils<-git<-subversion<-junit<-java-17-openjdk-headless
perl-PathTools<-perl-Scalar-List-Utils<-findutils<-git<-subversion<-java-11-openjdk-devel
perl-Scalar-List-Utils<-gcc<-gmp<-git<-subversion<-java-11-openjdk-devel
perl-Scalar-List-Utils<-findutils<-git<-subversion<-java-11-openjdk-devel
perl-Scalar-List-Utils<-glibc<-gawk<-git<-subversion<-java-11-openjdk-devel
perl-Scalar-List-Utils<-gcc<-doxygen<-git<-subversion<-java-11-openjdk-devel
perl-Scalar-List-Utils<-gcc<-gettext<-git<-subversion<-java-11-openjdk-devel
perl-Scalar-List-Utils<-glibc<-gettext<-git<-subversion<-java-11-openjdk-devel
perl-Scalar-List-Utils<-glibc<-procps-ng<-git<-subversion<-java-11-openjdk-devel
perl-Scalar-List-Utils<-gcc<-graphviz<-R-devel<-R-java-devel<-java-17-openjdk-devel
perl-Scalar-List-Utils<-findutils<-git<-subversion<-junit<-java-17-openjdk-headless
This package was selected as one of the most crucial, which when missing, will
burn distro down.
Please take care, and adapt your package to exclude java on i686. For your
convenience, there was added macro %{java_arches}, including all arches java is
available on, which you can use to ifarch-out java specific features out in
i686 (on non-java arches). Although for plain java package, the change is as
simple as
https://src.fedoraproject.org/rpms/maven/c/520942645bfd1e4721dacd536a6ccbf8…,
you can not use it. The ExclusiveArch: %{java_arches} is not going to work for
you, because your package is not simple java application, and also non-java
world depends on it (even if you are one of dozen noarchs in this set)
See exemplar PR:
https://src.fedoraproject.org/rpms/graphviz/pull-request/9#request_diff
See more details eg in:: https://bugzilla.redhat.com/show_bug.cgi?id=2102298
See why in : https://pagure.io/fesco/issue/2772
Please read carefully proposal:
https://fedoraproject.org/wiki/Changes/Drop_i686_JDKs
Please see tracking bug for most up to date informations:
https://bugzilla.redhat.com/show_bug.cgi?id=2083750
(note, that direct dependencies are already work in progress - native reported
and worked on, noarch ones autoadjusted)
I'm terribly sorry to report this bug so late in f37 lifecycle. If you can,
please handle this with priority.
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=2083750
[Bug 2083750] Drop i686 builds of jdk8,11,17 and latest (18) rpms from f37
onwards
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2104259
https://bugzilla.redhat.com/show_bug.cgi?id=2110816
Bug ID: 2110816
Summary: perl-File-Share-0.26 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-File-Share
Keywords: FutureFeature, Triaged
Assignee: jplesnik(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: jplesnik(a)redhat.com,
perl-devel(a)lists.fedoraproject.org, ppisar(a)redhat.com
Target Milestone: ---
Classification: Fedora
Releases retrieved: 0.26
Upstream release that is considered latest: 0.26
Current version/release in rawhide: 0.25-24.fc37
URL: http://search.cpan.org/dist/File-Share
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/7103/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-File-Share
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2110816
https://bugzilla.redhat.com/show_bug.cgi?id=2110574
Bug ID: 2110574
Summary: perl-HTTP-CookieJar-0.014 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-HTTP-CookieJar
Keywords: FutureFeature, Triaged
Assignee: yaneti(a)declera.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: perl-devel(a)lists.fedoraproject.org, yaneti(a)declera.com
Target Milestone: ---
Classification: Fedora
Releases retrieved: 0.014
Upstream release that is considered latest: 0.014
Current version/release in rawhide: 0.012-4.fc37
URL: http://search.cpan.org/dist/HTTP-CookieJar/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/7525/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-HTTP-CookieJar
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2110574
https://bugzilla.redhat.com/show_bug.cgi?id=2103762
Bug ID: 2103762
Summary: perl-Sys-Virt-8.5.0 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Sys-Virt
Keywords: FutureFeature, Triaged
Assignee: jplesnik(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: berrange(a)redhat.com, crobinso(a)redhat.com,
jplesnik(a)redhat.com,
perl-devel(a)lists.fedoraproject.org, steve(a)silug.org
Target Milestone: ---
Classification: Fedora
Releases retrieved: 8.5.0
Upstream release that is considered latest: 8.5.0
Current version/release in rawhide: 8.4.0-1.fc37
URL: http://search.cpan.org/dist/Sys-Virt/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/3355/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-Sys-Virt
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2103762
https://bugzilla.redhat.com/show_bug.cgi?id=2110225
Bug ID: 2110225
Summary: perl-Devel-CheckOS-1.94 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Devel-CheckOS
Keywords: FutureFeature, Triaged
Assignee: jplesnik(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: jplesnik(a)redhat.com, mmaslano(a)redhat.com,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Releases retrieved: 1.94
Upstream release that is considered latest: 1.94
Current version/release in rawhide: 1.93-2.fc37
URL: http://search.cpan.org/dist/Devel-CheckOS/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/2824/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-Devel-CheckOS
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2110225
https://bugzilla.redhat.com/show_bug.cgi?id=2106292
Bug ID: 2106292
Summary: CVE-2022-1955 perl-SNMP_Session: lack of adequate
security controls may lead to information disclosure
Product: Security Response
Hardware: All
OS: Linux
Status: NEW
Component: vulnerability
Keywords: Security
Severity: medium
Priority: medium
Assignee: security-response-team(a)redhat.com
Reporter: mrehak(a)redhat.com
CC: jose.p.oliveira.oss(a)gmail.com, jplesnik(a)redhat.com,
mspacek(a)redhat.com,
perl-devel(a)lists.fedoraproject.org,
perl-maint-list(a)redhat.com, spotrh(a)gmail.com
Target Milestone: ---
Classification: Other
An attacker with physical access to the victim's device may bypass the
application's password/pin lock to access user data. This is possible due to
lack of adequate security controls to prevent dynamic code manipulation.
Reference:
https://fluidattacks.com/advisories/tempest/
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2106292
https://bugzilla.redhat.com/show_bug.cgi?id=2029995
Charles R. Anderson <cra(a)fea.st> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|perl-base Needs to be a |perl.req: use keywords not
|Required Dependency |found on BEGIN { lines
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2029995
https://bugzilla.redhat.com/show_bug.cgi?id=2029995
Charles R. Anderson <cra(a)fea.st> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|perl |perl-generators
--- Comment #3 from Charles R. Anderson <cra(a)fea.st> ---
This is actually a bug in the perl-generators perl.req script:
>/usr/lib/rpm/perl.req ~/src/fedora/git/perl/perl-5.36.0/cpan/Module-Loaded/lib/Module/Loaded.pm
perl(Carp)
perl(strict)
perl(vars)
If you add a newline before the 'use base' line in Loaded.pm, it works
correctly:
>diff -ub Loaded.pm~ Loaded.pm
--- Loaded.pm~ 2022-07-24 11:46:54.711678673 -0400
+++ Loaded.pm 2022-07-24 11:59:00.149220316 -0400
@@ -3,7 +3,8 @@
use strict;
use Carp qw[carp];
-BEGIN { use base 'Exporter';
+BEGIN {
+ use base 'Exporter';
use vars qw[@EXPORT $VERSION];
$VERSION = '0.08';
>/usr/lib/rpm/perl.req Loaded.pm
perl(Carp)
perl(Exporter)
perl(base)
perl(strict)
perl(vars)
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2029995
https://bugzilla.redhat.com/show_bug.cgi?id=2029995
Charles R. Anderson <cra(a)fea.st> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |caillon+fedoraproject@gmail
| |.com, iarnell(a)gmail.com,
| |jplesnik(a)redhat.com,
| |kasal(a)ucw.cz,
| |mmaslano(a)redhat.com,
| |mspacek(a)redhat.com,
| |perl-devel(a)lists.fedoraproj
| |ect.org, ppisar(a)redhat.com,
| |psabata(a)redhat.com,
| |rhughes(a)redhat.com,
| |sandmann(a)redhat.com,
| |spotrh(a)gmail.com
Component|kpcli |perl
Assignee|mkreder(a)gmail.com |jplesnik(a)redhat.com
Doc Type|--- |If docs needed, set a value
--- Comment #1 from Charles R. Anderson <cra(a)fea.st> ---
Reassigned to perl:
"BEGIN failed--compilation aborted at /usr/share/perl5/Module/Loaded.pm line
6."
"package Module::Loaded;
use strict;
use Carp qw[carp];
BEGIN { use base 'Exporter';"
>rpm -qf --qf='%{sourcerpm}\n' /usr/share/perl5/Module/Loaded.pm
perl-5.34.1-486.fc35.src.rpm
>rpm -q --requires perl | grep base
[no output]
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2029995
https://bugzilla.redhat.com/show_bug.cgi?id=2102687
Bug ID: 2102687
Summary: Add perl-Text-RecordParser to EPEL 9
Product: Fedora EPEL
Version: epel9
Status: NEW
Component: perl-Text-RecordParser
Assignee: emmanuel(a)seyman.fr
Reporter: jplesnik(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: emmanuel(a)seyman.fr, iarnell(a)gmail.com,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Please branch and build perl-Text-RecordParser in epel9
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2102687
https://bugzilla.redhat.com/show_bug.cgi?id=2102698
Bug ID: 2102698
Summary: Add perl-UNIVERSAL-moniker to EPEL 9
Product: Fedora EPEL
Version: epel9
Status: NEW
Component: perl-UNIVERSAL-moniker
Assignee: spotrh(a)gmail.com
Reporter: jplesnik(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: igor.raits(a)gmail.com,
perl-devel(a)lists.fedoraproject.org, spotrh(a)gmail.com
Target Milestone: ---
Classification: Fedora
Please branch and build perl-UNIVERSAL-moniker in epel9
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2102698
https://bugzilla.redhat.com/show_bug.cgi?id=2102614
Bug ID: 2102614
Summary: Add perl-Data-Dumper-Concise to EPEL 9
Product: Fedora EPEL
Version: epel9
Status: NEW
Component: perl-Data-Dumper-Concise
Assignee: emmanuel(a)seyman.fr
Reporter: jplesnik(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: emmanuel(a)seyman.fr, iarnell(a)gmail.com,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Please branch and build perl-Data-Dumper-Concise in epel9
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2102614
https://bugzilla.redhat.com/show_bug.cgi?id=2106528
Bug ID: 2106528
Summary: perl-File-MimeInfo-0.33 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-File-MimeInfo
Keywords: FutureFeature, Triaged
Assignee: jplesnik(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: jplesnik(a)redhat.com, ktdreyer(a)ktdreyer.com,
mspacek(a)redhat.com, paul(a)city-fan.org,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Releases retrieved: 0.33
Upstream release that is considered latest: 0.33
Current version/release in rawhide: 0.32-3.fc37
URL: http://search.cpan.org/dist/File-MimeInfo/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/2893/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-File-MimeInfo
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2106528
https://bugzilla.redhat.com/show_bug.cgi?id=2109851
Bug ID: 2109851
Summary: perl-POE-Component-Server-SimpleHTTP-2.28-12.fc37
FTBFS: tests fail: I had a problem posting to event
TOP of session 1 for DIR handler '^/$'. As reported by
Kernel: 'No such file or directory', perhaps the
session name is spelled incorrectly for this hand
Product: Fedora
Version: rawhide
URL: https://koschei.fedoraproject.org/package/perl-POE-Com
ponent-Server-SimpleHTTP
Status: NEW
Component: perl-POE-Component-Server-SimpleHTTP
Assignee: ppisar(a)redhat.com
Reporter: ppisar(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: perl-devel(a)lists.fedoraproject.org, ppisar(a)redhat.com
Blocks: 2045102 (F37FTBFS,RAWHIDEFTBFS)
Target Milestone: ---
Classification: Fedora
perl-POE-Component-Server-SimpleHTTP-2.28-12.fc37 fails to build in Fedora 37
because tests fail 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
t/00-compile.t ........... ok
# GET http://pocosimpletest.com:37417/ HTTP/1.1
# Host: 127.0.0.1:37417
#
Did not get DONE/CLOSE event for Wheel ID 3 from IP 127.0.0.1 at
/builddir/build/BUILD/POE-Component-Server-SimpleHTTP-2.28/blib/lib/POE/Component/Server/SimpleHTTP.pm
line 226.
I had a problem posting to event TOP of session 1 for DIR handler '^/$'. As
reported by Kernel: 'No such file or directory', perhaps the session name is
spelled incorrectly for this handler? at
/usr/share/perl5/vendor_perl/POE/Session.pm line 483.
# Looks like your test exited with 22 before it could output anything.
t/02_simple.t ............
Dubious, test returned 22 (wstat 5632, 0x1600)
Failed 2/2 subtests
# starting httpd6
# httpd6 started
# Port is 33393
# webc_connected
# GET http://pocosimpletest.com:33393/ HTTP/1.1
# Host: ::1:33393
#
Did not get DONE/CLOSE event for Wheel ID 3 from IP ::1 at
/builddir/build/BUILD/POE-Component-Server-SimpleHTTP-2.28/blib/lib/POE/Component/Server/SimpleHTTP.pm
line 226.
I had a problem posting to event TOP of session 1 for DIR handler '^/$'. As
reported by Kernel: 'No such file or directory', perhaps the session name is
spelled incorrectly for this handler? at
/usr/share/perl5/vendor_perl/POE/Session.pm line 483.
# Looks like your test exited with 22 before it could output anything.
t/02_simple_ipv6.t .......
Dubious, test returned 22 (wstat 5632, 0x1600)
Failed 2/2 subtests
[...]
Test Summary Report
-------------------
t/02_simple.t (Wstat: 5632 (exited 22) Tests: 0 Failed: 0)
Non-zero exit status: 22
Parse errors: Bad plan. You planned 2 tests but ran 0.
t/02_simple_ipv6.t (Wstat: 5632 (exited 22) Tests: 0 Failed: 0)
Non-zero exit status: 22
Parse errors: Bad plan. You planned 2 tests but ran 0.
t/03_bad_request.t (Wstat: 5632 (exited 22) Tests: 0 Failed: 0)
Non-zero exit status: 22
Parse errors: Bad plan. You planned 2 tests but ran 0.
t/04_run_close.t (Wstat: 5632 (exited 22) Tests: 0 Failed: 0)
Non-zero exit status: 22
Parse errors: Bad plan. You planned 16 tests but ran 0.
t/04_run_keepalive.t (Wstat: 5632 (exited 22) Tests: 1 Failed: 0)
Non-zero exit status: 22
Parse errors: Bad plan. You planned 14 tests but ran 1.
t/05_post.t (Wstat: 5632 (exited 22) Tests: 0 Failed: 0)
Non-zero exit status: 22
Parse errors: Bad plan. You planned 4 tests but ran 0.
t/06_stream.t (Wstat: 5632 (exited 22) Tests: 0 Failed: 0)
Non-zero exit status: 22
Parse errors: Bad plan. You planned 6 tests but ran 0.
Files=11, Tests=8, 5 wallclock secs ( 0.03 usr 0.02 sys + 4.62 cusr 0.39
csys = 5.06 CPU)
Result: FAIL
Failed 7/11 test programs. 0/8 subtests failed.
A difference between passing and failing build root is at
<https://koschei.fedoraproject.org/build/13210767>
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=2045102
[Bug 2045102] Fedora 37 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=2109851
https://bugzilla.redhat.com/show_bug.cgi?id=2109500
Bug ID: 2109500
Summary: perl-Chart-2.403.6 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Chart
Keywords: FutureFeature, Triaged
Assignee: ppisar(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: perl-devel(a)lists.fedoraproject.org, ppisar(a)redhat.com,
steve(a)silug.org
Target Milestone: ---
Classification: Fedora
Releases retrieved: 2.403.6
Upstream release that is considered latest: 2.403.6
Current version/release in rawhide: 2.403.5-1.fc37
URL: http://search.cpan.org/dist/Chart/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/5871/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-Chart
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2109500
Notification time stamped 2022-07-22 10:56:45 UTC
From ea9c6976523204fbee3d234e3e61b8150cdbee14 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering <releng(a)fedoraproject.org>
Date: Jul 22 2022 10:56:39 +0000
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
---
diff --git a/perl-Specio.spec b/perl-Specio.spec
index 710b4e6..ae7e6da 100644
--- a/perl-Specio.spec
+++ b/perl-Specio.spec
@@ -7,7 +7,7 @@
Name: perl-Specio
Version: 0.48
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Type constraints and coercions for Perl
# lib/Specio/PartialDump.pm: GPL+ or Artistic
# <https://github.com/houseabsolute/Specio/issues/17>
@@ -162,6 +162,9 @@ make test
%{_mandir}/man3/Test::Specio.3*
%changelog
+* Fri Jul 22 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.48-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
+
* Sun Jun 12 2022 Paul Howarth <paul(a)city-fan.org> - 0.48-1
- Update to 0.48
- Importing types into a class that inherited from another class that had
https://src.fedoraproject.org/rpms/perl-Specio/c/ea9c6976523204fbee3d234e3e…
https://bugzilla.redhat.com/show_bug.cgi?id=2108537
Bug ID: 2108537
Summary: perl-Directory-Queue-2.1-3.fc37 fails tests on pp64le
in mock because number of links to a directory is
always 1
Product: Fedora
Version: rawhide
Hardware: ppc64le
URL: https://koschei.fedoraproject.org/package/perl-Directo
ry-Queue?collection=f37
Status: NEW
Component: perl-Directory-Queue
Assignee: lionel.cons(a)cern.ch
Reporter: ppisar(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: lionel.cons(a)cern.ch, massimo.paladin(a)gmail.com,
perl-devel(a)lists.fedoraproject.org,
steve.traylen(a)cern.ch
Target Milestone: ---
Classification: Fedora
perl-Directory-Queue-2.1-3.fc37 fails in Fedora 37 on ppc64le like this:
t/1main.t ...... ok
# Failed test 'count 1'
# at t/1normal.t line 55.
# got: '-1'
# expected: '1'
# Failed test 'count 2'
# at t/1normal.t line 59.
# got: '-1'
# expected: '2'
# Failed test 'count 1'
# at t/1normal.t line 74.
# got: '-1'
# expected: '1'
# Failed test 'count 0'
# at t/1normal.t line 83.
# got: '-1'
# expected: '0'
invalid maxelts: -1
# Looks like your test exited with 255 just after 31.
t/1normal.t ....
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 22/49 subtests
A difference between passing and failing build root is at
<https://koschei.fedoraproject.org/build/13217496>.
This failure happens on pcc64le in mock. It does not happen outside mock or on
F35 x86_64 in mock with F37 user space.
I located the problem to Directory::Queue::Normal->count() which always return
-1. That's because _subdirs_stat() returns "$stat[ST_NLINK] - 2" where
$stat[ST_NLINK] is 1. It looks like something has changed in kernel, glibc, or
mock and as a result i-nodes of directories inside mock /tmp/ (as well as root)
filesystem are not "properly" counted:
# ls -la /tmp/a/
total 0
drwxr-xr-x. 1 root root 2 Jul 19 04:53 .
drwxrwxrwt. 1 root root 14 Jul 19 04:53 ..
drwxr-xr-x. 1 root root 0 Jul 19 04:53 b
# stat /tmp/a
File: /tmp/a
Size: 2 Blocks: 0 IO Block: 65536 directory
Device: 0,32 Inode: 164461 Links: 1
Access: (0755/drwxr-xr-x) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2022-07-19 04:53:57.610017436 -0400
Modify: 2022-07-19 04:53:53.840139244 -0400
Change: 2022-07-19 04:53:53.840139244 -0400
Birth: 2022-07-19 04:53:44.220450066 -0400
The number of links is expected to be 3 instead of 1. The number does not
changes when creating additional subdirectories in /tmp/a.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2108537
https://bugzilla.redhat.com/show_bug.cgi?id=2105286
Bug ID: 2105286
Summary: Please branch and build perl-Net-SSH in epel8
Product: Fedora EPEL
Version: epel8
Hardware: All
OS: Linux
Status: NEW
Component: perl-Net-SSH
Severity: medium
Assignee: jplesnik(a)redhat.com
Reporter: dmaphy(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: jplesnik(a)redhat.com,
perl-devel(a)lists.fedoraproject.org, steve(a)silug.org
Target Milestone: ---
Classification: Fedora
Please branch and build perl-Net-SSH in epel8.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2105286
https://bugzilla.redhat.com/show_bug.cgi?id=2102631
Bug ID: 2102631
Summary: Add perl-Class-C3-Componentised to EPEL 9
Product: Fedora EPEL
Version: epel9
Status: NEW
Component: perl-Class-C3-Componentised
Assignee: jplesnik(a)redhat.com
Reporter: jplesnik(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: iarnell(a)gmail.com, jplesnik(a)redhat.com,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Please branch and build perl-Class-C3-Componentised in epel9
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2102631
https://bugzilla.redhat.com/show_bug.cgi?id=2105287
Bug ID: 2105287
Summary: Please branch and build perl-Net-SSH in epel9
Product: Fedora EPEL
Version: epel9
Status: NEW
Component: perl-Net-SSH
Assignee: jplesnik(a)redhat.com
Reporter: dmaphy(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: jplesnik(a)redhat.com,
perl-devel(a)lists.fedoraproject.org, steve(a)silug.org
Target Milestone: ---
Classification: Fedora
Please branch and build perl-Net-SSH in epel9
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2105287
https://bugzilla.redhat.com/show_bug.cgi?id=2103076
Bug ID: 2103076
Summary: perl-Devel-FindPerl-0.016 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Devel-FindPerl
Keywords: FutureFeature, Triaged
Assignee: mspacek(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: mspacek(a)redhat.com,
perl-devel(a)lists.fedoraproject.org, ppisar(a)redhat.com
Target Milestone: ---
Classification: Fedora
Releases retrieved: 0.016
Upstream release that is considered latest: 0.016
Current version/release in rawhide: 0.015-12.fc37
URL: http://search.cpan.org/dist/Devel-FindPerl/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/2830/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-Devel-FindPerl
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2103076
https://bugzilla.redhat.com/show_bug.cgi?id=2107765
Bug ID: 2107765
Summary: perl-Chart-2.403.3 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Chart
Keywords: FutureFeature, Triaged
Assignee: ppisar(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: perl-devel(a)lists.fedoraproject.org, ppisar(a)redhat.com,
steve(a)silug.org
Target Milestone: ---
Classification: Fedora
Releases retrieved: 2.403.3
Upstream release that is considered latest: 2.403.3
Current version/release in rawhide: 2.403.2-1.fc37
URL: http://search.cpan.org/dist/Chart/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/5871/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-Chart
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2107765
https://bugzilla.redhat.com/show_bug.cgi?id=2107881
Bug ID: 2107881
Summary: perl-Test-File-Contents-0.240 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Test-File-Contents
Keywords: FutureFeature, Triaged
Assignee: jplesnik(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: iarnell(a)gmail.com, jplesnik(a)redhat.com,
perl-devel(a)lists.fedoraproject.org, steve(a)silug.org
Target Milestone: ---
Classification: Fedora
Releases retrieved: 0.240
Upstream release that is considered latest: 0.240
Current version/release in rawhide: 0.23-19.fc37
URL: http://search.cpan.org/dist/Test-File-Contents/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/9868/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-Test-File-Contents
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2107881
https://bugzilla.redhat.com/show_bug.cgi?id=2107933
Bug ID: 2107933
Summary: perl-WWW-Mechanize-2.11 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-WWW-Mechanize
Keywords: FutureFeature, Triaged
Assignee: emmanuel(a)seyman.fr
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: emmanuel(a)seyman.fr, jose.p.oliveira.oss(a)gmail.com,
ktdreyer(a)ktdreyer.com,
perl-devel(a)lists.fedoraproject.org,
xavier(a)bachelot.org
Target Milestone: ---
Classification: Fedora
Releases retrieved: 2.11
Upstream release that is considered latest: 2.11
Current version/release in rawhide: 2.10-1.fc37
URL: https://metacpan.org/dist/WWW-Mechanize/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/6584/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-WWW-Mechanize
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2107933
https://bugzilla.redhat.com/show_bug.cgi?id=2107861
Bug ID: 2107861
Summary: perl-Sub-WrapPackages-2.02 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Sub-WrapPackages
Keywords: FutureFeature, Triaged
Assignee: emmanuel(a)seyman.fr
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: emmanuel(a)seyman.fr, perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Releases retrieved: 2.02
Upstream release that is considered latest: 2.02
Current version/release in rawhide: 2.01-15.fc37
URL: http://search.cpan.org/dist/Sub-WrapPackages/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/16264/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-Sub-WrapPackages
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2107861
https://bugzilla.redhat.com/show_bug.cgi?id=2102629
Bug ID: 2102629
Summary: Add perl-Class-Accessor-Grouped to EPEL 9
Product: Fedora EPEL
Version: epel9
Status: NEW
Component: perl-Class-Accessor-Grouped
Assignee: jplesnik(a)redhat.com
Reporter: jplesnik(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: iarnell(a)gmail.com, jplesnik(a)redhat.com,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Please branch and build perl-Class-Accessor-Grouped in epel9
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2102629
https://bugzilla.redhat.com/show_bug.cgi?id=2102643
Bug ID: 2102643
Summary: Add perl-Class-Unload to EPEL 9
Product: Fedora EPEL
Version: epel9
Status: NEW
Component: perl-Class-Unload
Assignee: jplesnik(a)redhat.com
Reporter: jplesnik(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: iarnell(a)gmail.com, jplesnik(a)redhat.com,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Please branch and build perl-Class-Unload in epel9
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2102643
https://bugzilla.redhat.com/show_bug.cgi?id=2102645
Bug ID: 2102645
Summary: Add perl-Context-Preserve to EPEL 9
Product: Fedora EPEL
Version: epel9
Status: NEW
Component: perl-Context-Preserve
Assignee: jplesnik(a)redhat.com
Reporter: jplesnik(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: iarnell(a)gmail.com, jplesnik(a)redhat.com,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Please branch and build perl-Context-Preserve in epel9
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2102645
https://bugzilla.redhat.com/show_bug.cgi?id=2102650
Bug ID: 2102650
Summary: Add perl-Math-Base36 to EPEL 9
Product: Fedora EPEL
Version: epel9
Status: NEW
Component: perl-Math-Base36
Assignee: jplesnik(a)redhat.com
Reporter: jplesnik(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: iarnell(a)gmail.com, jplesnik(a)redhat.com,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Please branch and build perl-Math-Base36 in epel9
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2102650
https://bugzilla.redhat.com/show_bug.cgi?id=2102686
Bug ID: 2102686
Summary: Add perl-Package-Variant to EPEL 9
Product: Fedora EPEL
Version: epel9
Status: NEW
Component: perl-Package-Variant
Assignee: jplesnik(a)redhat.com
Reporter: jplesnik(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: iarnell(a)gmail.com, jplesnik(a)redhat.com,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Please branch and build perl-Package-Variant in epel9
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2102686
https://bugzilla.redhat.com/show_bug.cgi?id=2102648
Bug ID: 2102648
Summary: Add perl-DateTime-Format-Pg to EPEL 9
Product: Fedora EPEL
Version: epel9
Status: NEW
Component: perl-DateTime-Format-Pg
Assignee: wfp5p(a)worldbroken.com
Reporter: jplesnik(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: iarnell(a)gmail.com, jplesnik(a)redhat.com,
perl-devel(a)lists.fedoraproject.org,
wfp5p(a)worldbroken.com
Target Milestone: ---
Classification: Fedora
Please branch and build perl-DateTime-Format-Pg in epel9
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2102648
https://bugzilla.redhat.com/show_bug.cgi?id=2105729
Bug ID: 2105729
Summary: pangzero and frozen-bubble won't launch segfault on
F36
Product: Fedora
Version: 36
Status: NEW
Component: perl-SDL
Assignee: hdegoede(a)redhat.com
Reporter: sergio(a)serjux.com
QA Contact: extras-qa(a)fedoraproject.org
CC: hdegoede(a)redhat.com,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Description of problem:
pangzero segfault on Fedora 35 KDE X11 and F36
frozen-bubble also segfault on F36 , but runs on F35 .
more details here
https://bugzilla.rpmfusion.org/show_bug.cgi?id=6325
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2105729
https://bugzilla.redhat.com/show_bug.cgi?id=2103763
Bug ID: 2103763
Summary: perl-Text-Bidi-2.18 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Text-Bidi
Keywords: FutureFeature, Triaged
Assignee: ppisar(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: perl-devel(a)lists.fedoraproject.org, ppisar(a)redhat.com
Target Milestone: ---
Classification: Fedora
Releases retrieved: 2.18
Upstream release that is considered latest: 2.18
Current version/release in rawhide: 2.17-1.fc37
URL: http://search.cpan.org/dist/Text-Bidi/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/8069/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-Text-Bidi
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2103763
https://bugzilla.redhat.com/show_bug.cgi?id=2104311
Bug ID: 2104311
Summary: Please build perl-Test-CheckDeps for EPEL 9
Product: Fedora EPEL
Version: epel9
Hardware: All
OS: Linux
Status: NEW
Component: perl-Test-CheckDeps
Severity: medium
Assignee: paul(a)city-fan.org
Reporter: redhat-bugzilla(a)linuxnetz.de
QA Contact: extras-qa(a)fedoraproject.org
CC: paul(a)city-fan.org, perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Please branch and build perl-Test-CheckDeps in epel9.
If you do not wish to maintain perl-Test-CheckDeps in epel9, or do not think
you will be able to do this in a timely manner, the EPEL Packagers SIG would be
happy to be a co-maintainer of the package; please add the epel-packagers-sig
group through https://src.fedoraproject.org/rpms/perl-Test-CheckDeps/addgroup
and grant it commit access, or collaborator access on epel* branches.
As of writing, perl-Test-CheckDeps is a build-time dependency of
perl-DBD-Firebird.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2104311
https://bugzilla.redhat.com/show_bug.cgi?id=2107239
Bug ID: 2107239
Summary: perl-IO-Compress-2.201-1.fc37 FTBFS: Failed test
'ZLIB_VERSION (1.2.11) matches
Compress::Zlib::zlib_version'
Product: Fedora
Version: rawhide
URL: https://koschei.fedoraproject.org/package/perl-IO-Comp
ress?collection=f37
Status: NEW
Component: perl-IO-Compress
Assignee: jplesnik(a)redhat.com
Reporter: ppisar(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: jplesnik(a)redhat.com, mmaslano(a)redhat.com,
mspacek(a)redhat.com, paul(a)city-fan.org,
perl-devel(a)lists.fedoraproject.org
Blocks: 2045102 (F37FTBFS,RAWHIDEFTBFS)
Target Milestone: ---
Classification: Fedora
perl-IO-Compress-2.201-1.fc37 fails to build in Fedora 37 because tests fail
like this:
# Failed test 'ZLIB_VERSION (1.2.11) matches Compress::Zlib::zlib_version'
# at t/cz-01version.t line 35.
# got: '1.2.11'
# expected: '1.2.12'
#
# The version of zlib.h does not match the version of libz
#
# You have zlib.h version 1.2.11
# and libz version 1.2.12
#
# You probably have two versions of zlib installed on your system.
# Try removing the one you don't want to use and rebuild.
# Looks like you failed 1 test of 3.
t/cz-01version.t ................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/3 subtests
This is triggered by upgrading zlib from 1.2.11-31.fc36 to
1.2.12-3.fc37 <https://koschei.fedoraproject.org/build/13224850>. The tests
checks that zlib version used for building Compress::Raw::Zlib matches a
run-time version of zlib.
This tests for Fedora which unbundles zlib from perl-Compress-Raw-Zlib does not
make sense. The version tests can be skipped with TEST_SKIP_VERSION_CHECK=1
environment variable.
I recommend skipping the tests.
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=2045102
[Bug 2045102] Fedora 37 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=2107239
https://bugzilla.redhat.com/show_bug.cgi?id=2106752
Bug ID: 2106752
Summary: perl-Chart-2.403.2 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Chart
Keywords: FutureFeature, Triaged
Assignee: ppisar(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: perl-devel(a)lists.fedoraproject.org, ppisar(a)redhat.com,
steve(a)silug.org
Target Milestone: ---
Classification: Fedora
Releases retrieved: 2.403.2
Upstream release that is considered latest: 2.403.2
Current version/release in rawhide: 2.403.0-1.fc37
URL: http://search.cpan.org/dist/Chart/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/5871/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-Chart
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2106752
https://bugzilla.redhat.com/show_bug.cgi?id=2103378
Bug ID: 2103378
Summary: perl-Socket-2.035 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Socket
Keywords: FutureFeature, Triaged
Assignee: jplesnik(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: jplesnik(a)redhat.com, mspacek(a)redhat.com,
perl-devel(a)lists.fedoraproject.org, ppisar(a)redhat.com
Target Milestone: ---
Classification: Fedora
Releases retrieved: 2.035
Upstream release that is considered latest: 2.035
Current version/release in rawhide: 2.034-1.fc37
URL: http://search.cpan.org/dist/Socket/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/3321/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-Socket
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2103378
https://bugzilla.redhat.com/show_bug.cgi?id=2102624
Bug ID: 2102624
Summary: Add perl-Devel-ArgNames to EPEL 9
Product: Fedora EPEL
Version: epel9
Status: NEW
Component: perl-Devel-ArgNames
Assignee: ppisar(a)redhat.com
Reporter: jplesnik(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: jplesnik(a)redhat.com,
perl-devel(a)lists.fedoraproject.org, ppisar(a)redhat.com
Target Milestone: ---
Classification: Fedora
Please branch and build perl-Devel-ArgNames in epel9
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2102624
https://bugzilla.redhat.com/show_bug.cgi?id=2106394
Bug ID: 2106394
Summary: perl-Chart-2.403.1 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Chart
Keywords: FutureFeature, Triaged
Assignee: ppisar(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: perl-devel(a)lists.fedoraproject.org, ppisar(a)redhat.com,
steve(a)silug.org
Target Milestone: ---
Classification: Fedora
Releases retrieved: 2.403.1
Upstream release that is considered latest: 2.403.1
Current version/release in rawhide: 2.403.0-1.fc37
URL: http://search.cpan.org/dist/Chart/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/5871/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-Chart
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2106394
https://bugzilla.redhat.com/show_bug.cgi?id=2105085
Petr Pisar <ppisar(a)redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Link ID| |Github
| |libwww-perl/HTTP-Daemon/iss
| |ues/56
--- Comment #7 from Petr Pisar <ppisar(a)redhat.com> ---
Upstream commits supposedly fixing this vulnerability:
e84475de51d6fd7b29354a997413472a99db70b2 Fix Content-Length ', '-separated
string issues
8dc5269d59e2d5d9eb1647d82c449ccd880f7fd0 Include reason in response body
content
faebad54455c2c2919e234202362570925fb99d1 Add new test for Content-Length issues
ef8c1265c9558e92bac3178a0ed42eb937d943c6 Remove 'trailing spaces' to satisfy
some authors
c10445d014584546f99f85d240000b4a140ec37a (HEAD -> master, origin/master,
origin/HEAD) Add CVE-2022-31081 fix to the Revision History
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2105085
https://bugzilla.redhat.com/show_bug.cgi?id=2106640
Bug ID: 2106640
Summary: perl-Crypt-PasswdMD5-1.42 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Crypt-PasswdMD5
Keywords: FutureFeature, Triaged
Assignee: paul(a)city-fan.org
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: imlinux+fedora(a)gmail.com, mspacek(a)redhat.com,
paul(a)city-fan.org, perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Releases retrieved: 1.42
Upstream release that is considered latest: 1.42
Current version/release in rawhide: 1.4.1-5.fc37
URL: http://search.cpan.org/dist/Crypt-PasswdMD5/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/2750/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-Crypt-PasswdMD5
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2106640
https://bugzilla.redhat.com/show_bug.cgi?id=2103511
Bug ID: 2103511
Summary: perl-Finance-Quote-1.52 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Finance-Quote
Keywords: FutureFeature, Triaged
Assignee: gwync(a)protonmail.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: gwync(a)protonmail.com, notting(a)splat.cc,
paul(a)city-fan.org, perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Releases retrieved: 1.52
Upstream release that is considered latest: 1.52
Current version/release in rawhide: 1.51-4.fc37
URL: http://search.cpan.org/dist/Finance-Quote
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/6888/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-Finance-Quote
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2103511
https://bugzilla.redhat.com/show_bug.cgi?id=2102671
Bug ID: 2102671
Summary: Add perl-Class-C3 to EPEL 9
Product: Fedora EPEL
Version: epel9
Status: NEW
Component: perl-Class-C3
Assignee: paul(a)city-fan.org
Reporter: jplesnik(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: paul(a)city-fan.org, perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Please branch and build perl-Class-C3 in epel9
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2102671
https://bugzilla.redhat.com/show_bug.cgi?id=2102661
Bug ID: 2102661
Summary: Add perl-Time-Piece-MySQL to EPEL 9
Product: Fedora EPEL
Version: epel9
Status: NEW
Component: perl-Time-Piece-MySQL
Assignee: paul(a)city-fan.org
Reporter: jplesnik(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: paul(a)city-fan.org, perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Please branch and build perl-Time-Piece-MySQL in epel9
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2102661
https://bugzilla.redhat.com/show_bug.cgi?id=2102655
Bug ID: 2102655
Summary: Add perl-MooseX-Types-Path-Class to EPEL 9
Product: Fedora EPEL
Version: epel9
Status: NEW
Component: perl-MooseX-Types-Path-Class
Assignee: paul(a)city-fan.org
Reporter: jplesnik(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: emmanuel(a)seyman.fr, iarnell(a)gmail.com,
jakub.jedelsky(a)gmail.com, paul(a)city-fan.org,
perl-devel(a)lists.fedoraproject.org,
tjczepiel(a)gmail.com
Target Milestone: ---
Classification: Fedora
Please branch and build perl-MooseX-Types-Path-Class in epel9
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2102655
https://bugzilla.redhat.com/show_bug.cgi?id=2102647
Bug ID: 2102647
Summary: Add perl-Data-GUID to EPEL 9
Product: Fedora EPEL
Version: epel9
Status: NEW
Component: perl-Data-GUID
Assignee: paul(a)city-fan.org
Reporter: jplesnik(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: jplesnik(a)redhat.com, paul(a)city-fan.org,
perl-devel(a)lists.fedoraproject.org,
rc040203(a)freenet.de
Target Milestone: ---
Classification: Fedora
Please branch and build perl-Data-GUID in epel9
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2102647