The following Fedora EPEL 8 Security updates need testing:
Age URL
5 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-e08a0f57b5 singularity-ce-3.10.5-1.el8
1 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-4bfde08e46 rubygem-git-1.13.0-1.el8
The following builds have been pushed to Fedora EPEL 8 updates-testing
mold-1.10.0-1.el8
nmh-1.8RC2-1.el8
seamonkey-2.53.15-1.el8
Details about builds:
================================================================================
mold-1.10.0-1.el8 (FEDORA-EPEL-2023-c71a5d3646)
A Modern Linker
--------------------------------------------------------------------------------
Update Information:
Bump version to 1.10.0
--------------------------------------------------------------------------------
ChangeLog:
* Sat Jan 21 2023 Christoph Erhardt <fedora(a)sicherha.de> - 1.10.0-1
- Bump version to 1.10.0
- Refresh patch
* Thu Jan 19 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.9.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
nmh-1.8RC2-1.el8 (FEDORA-EPEL-2023-58451394a6)
A capable MIME-email-handling system with a command-line interface
--------------------------------------------------------------------------------
Update Information:
With upstream 1.8-RC2. ---- Use lynx instead of w3m so there isn't a
dependence on perl-NKF.
--------------------------------------------------------------------------------
ChangeLog:
* Sat Jan 21 2023 David Levine <par.packager(a)gmail.com> - 1.8RC2-1
- With upstream 1.8-RC2.
* Thu Jan 19 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.8RC1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Mon Jan 2 2023 David Levine <par.packager(a)gmail.com> - 1.8RC1-2
- Use lynx instead of w3m so there isn't a dependence on perl-NKF.
* Sun Jan 1 2023 David Levine <par.packager(a)gmail.com> - 1.8RC1-1
- With upstream 1.8-RC1.
* Wed Dec 7 2022 Florian Weimer <fweimer(a)redhat.com> - 1.7.1-19
- Backport patch from upstream to fix detection of _GNU_SOURCE
* Mon Oct 10 2022 David Levine <par.packager(a)gmail.com> - 1.7.1-23
- Try adding --docdir to
CFLAGS="${CFLAGS:--O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection}" ; export CFLAGS ;
CXXFLAGS="${CXXFLAGS:--O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection}" ; export CXXFLAGS ;
FFLAGS="${FFLAGS:--O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules}" ; export FFLAGS ;
FCFLAGS="${FCFLAGS:--O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules}" ; export FCFLAGS ;
LDFLAGS="${LDFLAGS:--Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld}" ; export LDFLAGS;
[ "1" = 1 ] && for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ; do
[ -f /usr/lib/rpm/redhat/$(basename $i) ] && /usr/bin/rm -f $i && /usr/bin/cp -fv /usr/lib/rpm/redhat/$(basename $i) $i ;
done ;
[ "1" = 1 ] && [ x != "x-Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld" ] &&
for i in $(find . -name ltmain.sh) ; do
/usr/bin/sed -i.backup -e 's~compiler_flags=$~compiler_flags="-Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld"~' $i
done ;
./configure --build=aarch64-redhat-linux-gnu --host=aarch64-redhat-linux-gnu \
--program-prefix= \
--disable-dependency-tracking \
\
--prefix=/usr \
--exec-prefix=/usr \
--bindir=/usr/bin \
--sbindir=/usr/sbin \
--sysconfdir=/etc \
--datadir=/usr/share \
--includedir=/usr/include \
--libdir=/usr/lib64 \
--libexecdir=/usr/libexec \
--localstatedir=/var \
--sharedstatedir=/var/lib \
--mandir=/usr/share/man \
--infodir=/usr/share/info.
* Mon Oct 10 2022 David Levine <par.packager(a)gmail.com> - 1.7.1-22
- Try removing doc from files entirely.
* Mon Oct 10 2022 David Levine <par.packager(a)gmail.com> - 1.7.1-21
- Try creating the pkgdocdir.
* Mon Oct 10 2022 David Levine <par.packager(a)gmail.com> - 1.7.1-20
- Try creating the doc directory because the EPEL7 build fails without it.
* Thu Oct 6 2022 David Levine <par.packager(a)gmail.com> - 1.7.1-19
- Removed Suggests lines because it looks like they're not supported on EPEL
* Fri Jul 22 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.7.1-18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Feb 21 2022 David Levine <par.packager(a)gmail.com> - 1.7.1-18
- Try /usr/bin/vi instead of /usr/bin/vi on epel7.
* Thu Jan 20 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.7.1-17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Sat Dec 18 2021 David Levine <par.packager(a)gmail.com> - 1.7.1-16
- Added Conflicts:pick to support new pick package.
* Tue Sep 14 2021 Sahana Prasad <sahana(a)redhat.com> - 1.7.1-15
- Rebuilt with OpenSSL 3.0.0
* Thu Jul 22 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.7.1-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jan 26 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.7.1-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Wed Nov 4 2020 David Levine <par.packager(a)gmail.com> - 1.7.1-12
- Added BuildRequires: make.
* Sun Aug 9 2020 David Levine <par.packager(a)gmail.com> - 1.7.1-11
- Replaced ='s in changelog with -'s.
* Tue Jul 28 2020 David Levine <par.packager(a)gmail.com> - 1.7.1-10
- Replace make invocations with macros.
* Tue Jul 28 2020 David Levine <par.packager(a)gmail.com> - 1.7.1-9
- Updated BuildRequires to use gdbm-devel instead of libdb-devel.
- It would use gdbm if it was installed anyway. This allows nmh to
be removed from Bug 1361971.
* Tue Jul 28 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.7.1-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed Jan 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.7.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Jul 25 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.7.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Sun Feb 17 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.7.1-5
- Rebuild for readline 8.0
* Fri Feb 1 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.7.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Jul 13 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.7.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Wed Apr 4 2018 Bryan Wright <bkw1a(a)virginia.edu> 1.7.1-2
- Changed default send port from 587 back to original 25.
* Wed Apr 4 2018 David Levine <par.packager(a)gmail.com>
- Changed Requires of vi and sendmail to Suggests.
- Removed explicit Requires of libcurl, and some explicit BuildRequires,
because they are implied by others.
* Sat Mar 10 2018 David Levine <par.packager(a)gmail.com> 1.7.1-3
- Fixed files %doc to match configure --docdir.
- Replaced /usr/bin/vi with %{_bindir}/vi.
* Thu Mar 8 2018 David Levine <par.packager(a)gmail.com> 1.7.1-2
- Restored --docdir, and set %doc to match.
* Wed Mar 7 2018 David Levine <par.packager(a)gmail.com> 1.7.1-1
- Updated nmh to 1.7.1.
* Thu Mar 1 2018 David Levine <par.packager(a)gmail.com> 1.7-6
- Changed /bin/vi to /usr/bin/vi, hoping that will fix the F28 build.
* Mon Feb 19 2018 David Levine <par.packager(a)gmail.com> 1.7-5
- Added libcurl and libcurl-devel BuildRequires to enable OAuth support.
- Added BuildRequires: gcc.
* Fri Feb 9 2018 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.7-4
- Escape macros in %changelog
* Thu Feb 8 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.7-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Sun Nov 26 2017 David Levine <par.packager(a)gmail.com> 1.7-2
- Removed configure --sysconfdir to fix /etc/nmh/ install dir.
- Removed autoconf dependencies because autoreconf is no longer used.
* Thu Aug 3 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.6-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Wed Jul 26 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.6-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Fri Feb 10 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.6-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Mon Jan 30 2017 David Levine <par.packager(a)gmail.com> 1.6-11
- Added automake dependency.
* Sun Jan 29 2017 David Levine <par.packager(a)gmail.com> 1.6-10
- Added autoreconf because nmh uses unsupported automake version.
* Thu Jan 12 2017 David Levine <levinedl(a)acm.org> 1.6-9
- Patched configure.ac to look for SSL_new() instead of SSL_library_init().
* Thu Jan 12 2017 Igor Gnatenko <ignatenko(a)redhat.com> - 1.6-8
- Rebuild for readline 7.x
* Tue Sep 27 2016 David Levine <levinedl(a)acm.org> 1.6-7
- Try libdb instead of db4.
* Tue Sep 27 2016 David Levine <levinedl(a)acm.org> 1.6-7
- Removed autoreconf its dependencies.
* Tue Sep 27 2016 David Levine <levinedl(a)acm.org> 1.6-6
- Need autoconf268.
* Tue Sep 27 2016 David Levine <levinedl(a)acm.org> 1.6-6
- That should have been db4{,-devel} instead of libdb4{,-devel}.
* Tue Sep 27 2016 David Levine <levinedl(a)acm.org> 1.6-6
- Use libdb4{,-devel} on EPEL6.
* Mon Feb 22 2016 David Levine <levinedl(a)acm.org> 1.6-6
- Added build dependency on w3m, and changed Requires to be on that package.
* Sun Feb 21 2016 David Levine <levinedl(a)acm.org> 1.6-5
- Added dependency on /bin/w3m.
* Thu Feb 4 2016 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.6-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.6-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sun Jun 29 2014 David Levine <levinedl(a)acm.org> 1.6-1
- Update nmh to 1.6
- Configure with SASL and TLS support
- Replaced patch of autoconf files with autoreconf --force
- Updated run-time and build dependencies
* Sat Jun 7 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.5-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Fri Aug 9 2013 Josh Bressers <bressers(a)redhat.com> 0:1.5-8
- Switch to unversioned docdir
* Fri Aug 9 2013 Josh Bressers <bressers(a)redhat.com> 0:1.5-7
- Re-run autoconf to pick 2.69 changes
- Properly package the doc directory
* Sat Aug 3 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.5-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Wed Jul 17 2013 Petr Pisar <ppisar(a)redhat.com> - 1.5-5
- Perl 5.18 rebuild
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.5-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Sat Aug 4 2012 Parag Nemade <paragn AT fedoraproject DOT org> - 1.5-3
- Change BR: db4-devel to libdb-devel
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Fri Jun 22 2012 David Levine <levinedl(a)acm.org> 0:1.5-1
- Update nmh to 1.5
* Sun Jan 15 2012 Josh Bressers <bressers(a)redhat.com> 0:1.4-1
- Update nmh to 1.4
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.3-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Tue Feb 8 2011 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Thu Jun 19 2008 Josh Bressers <bressers(a)redhat.com> 0:1.3-1
- Update nmh to 1.3
* Wed Apr 30 2008 Josh Bressers <bressers(a)redhat.com> 0:1.3-RC1.1
- Update nmh to 1.3-RC1
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng(a)fedoraproject.org> - 1.2-20070116cvs.4
- Autorebuild for GCC 4.3
* Tue Aug 21 2007 Josh Bressers <bressers(a)redhat.com> 0:1.2_20070115cvs.4
- Fix inc when the -silent flag is used
* Sun Feb 4 2007 Josh Bressers <bressers(a)redhat.com> 0:1.2_20070115cvs.3
- Use double quotes not single quotes for CFLAGS
* Sun Feb 4 2007 Josh Bressers <bressers(a)redhat.com> 0:1.2_20070115cvs.2
- Use $RPM_OPT_FLAGS when building the source bz#227243
* Mon Jan 15 2007 Josh Bressers <bressers(a)redhat.com> 0:1.2_CVS_20070115
- Update to nmh 1.2 post CVS (thanks to Horst H. von Brand for assistance
in this task)
* Wed Jan 10 2007 Josh Bressers <bressers(a)redhat.com> 0:1.1-20
- Replace the libtermcap-devel buildrequires with ncurses-devel
* Mon Sep 11 2006 Josh Bressers <bressers(a)redhat.com> 0:1.1-19.fc6
- Use %\dist tag
- Place helper programs in /usr/libexec
- Rebuild for FC6
* Sun Feb 19 2006 Josh Bressers <bressers(a)redhat.com> 0:1.1-18.fc5
- Fix a broken spec file.
* Sun Feb 19 2006 Josh Bressers <bressers(a)redhat.com> 0:1.1-17.fc5
- Stop trying to install inc sgid.
* Mon Feb 13 2006 Josh Bressers <bressers(a)redhat.com> 0:1.1-16.fc5
- Rebuild for Fedora Extras 5.
* Fri Dec 16 2005 Josh Bressers <bressers(a)redhat.com> 0:1.1-15.fc5
- Add the -fno-builtin-strcasecmp cflag.
* Tue Dec 13 2005 Josh Bressers <bressers(a)redhat.com> 0:1.1-14.fc5
- Add a patch to prevent multiple calls to context_read from squashing
settings.
* Mon Dec 12 2005 Josh Bressers <bressers(a)redhat.com> 0:1.1-13.fc5
- Add a patch to allow repl to properly annotate messages.
* Mon Dec 5 2005 Josh Bressers <bressers(a)redhat.com> 0:1.1-12.fc5
- Add a buildrequires on /bin/vi
- Modify the sendmail buildrequires to use /usr/sbin/sendmail
* Thu Nov 10 2005 Josh Bressers <bressers(a)redhat.com> 0:1.1-11.fc5
- Add a sendmail buildrequires to make spost work properly
* Thu Nov 3 2005 Josh Bressers <bressers(a)redhat.com> 0:1.1-10.fc5
- Prevent mhshow from trying to close a file stream twice
* Thu Aug 25 2005 Josh Bressers <bressers(a)redhat.com> 0:1.1-9.fc5
- Fix the specfile to honor the $RPM_OPT_FLAGS
* Tue May 10 2005 Josh Bressers <bressers(a)redhat.com> 0:1.1-8.fc4
- Use fcntl for filelocking instead of the default dotlocks.
* Sun Apr 24 2005 Josh Bressers <bressers(a)redhat.com> 0:1.1-7.fc4
- Add patch from Jason Venner to avoid trying to lock files in /dev
* Sun Apr 17 2005 Josh Bressers <bressers(a)redhat.com> 0:1.1-6.fc4
- Remove what should have been commented out redinitions of the _sysconfdir
and _libdir macros.
* Thu Apr 14 2005 Josh Bressers <bressers(a)redhat.com> 0:1.1-5
- Make the spec file much more sane.
* Wed Apr 13 2005 Josh Bressers <bressers(a)redhat.com> 0:1.1-3
- Initial build
--------------------------------------------------------------------------------
================================================================================
seamonkey-2.53.15-1.el8 (FEDORA-EPEL-2023-a2ba6db56b)
Web browser, e-mail, news, IRC client, HTML editor
--------------------------------------------------------------------------------
Update Information:
Update to 2.53.15
--------------------------------------------------------------------------------
ChangeLog:
* Sat Jan 21 2023 Dmitry Butskoy <Dmitry(a)Butskoy.name> 2.53.15-1
- update to 2.53.15
- add fix for mozbz 1464782
--------------------------------------------------------------------------------
The following Fedora EPEL 7 Security updates need testing:
Age URL
5 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-3ab686a79f singularity-ce-3.10.5-1.el7
2 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-afd7021128 ipython-3.2.3-1.el7
The following builds have been pushed to Fedora EPEL 7 updates-testing
python3-mysql-1.3.14-1.el7
seamonkey-2.53.15-1.el7
Details about builds:
================================================================================
python3-mysql-1.3.14-1.el7 (FEDORA-EPEL-2023-74089bd987)
An interface to MySQL
--------------------------------------------------------------------------------
Update Information:
Update to 1.3.14
--------------------------------------------------------------------------------
ChangeLog:
* Mon Oct 18 2021 Orion Poplawski <orion(a)cora.nwra.com> - 1.3.14-1
- Update to 1.3.14
--------------------------------------------------------------------------------
================================================================================
seamonkey-2.53.15-1.el7 (FEDORA-EPEL-2023-08427e256d)
Web browser, e-mail, news, IRC client, HTML editor
--------------------------------------------------------------------------------
Update Information:
Update to 2.53.15
--------------------------------------------------------------------------------
ChangeLog:
* Sat Jan 21 2023 Dmitry Butskoy <Dmitry(a)Butskoy.name> 2.53.15-1
- update to 2.53.15
- add fix for mozbz 1464782
--------------------------------------------------------------------------------
The following Fedora EPEL 7 Security updates need testing:
Age URL
6 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-a884ce2c71 tor-0.4.7.13-1.el7
4 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-3ab686a79f singularity-ce-3.10.5-1.el7
0 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-afd7021128 ipython-3.2.3-1.el7
The following builds have been pushed to Fedora EPEL 7 updates-testing
bgpq4-1.8-1.el7
libcdson-1.0.0-3.el7
nmh-1.8RC2-1.el7
nwipe-0.34-2.el7
openssh-ldap-authkeys-0.2.0-1.el7
python-prefixed-0.6.0-2.el7
trafficserver-9.2.0-1.el7
Details about builds:
================================================================================
bgpq4-1.8-1.el7 (FEDORA-EPEL-2023-92422acd63)
Automate BGP filter generation based on routing database information
--------------------------------------------------------------------------------
Update Information:
# bgpq4 1.8 - Downgrade 'key not found' to DEBUG level to reduce noise -
Re-introduce `-p` for private ASN support option
--------------------------------------------------------------------------------
ChangeLog:
* Sat Jan 21 2023 Robert Scheck <robert(a)fedoraproject.org> 1.8-1
- Upgrade to 1.8 (#2162768)
* Wed Jan 18 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2162768 - bgpq4-1.8 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2162768
--------------------------------------------------------------------------------
================================================================================
libcdson-1.0.0-3.el7 (FEDORA-EPEL-2023-f5d4edc3a4)
Pure C parsing/serialization for the DSON data format, for humans
--------------------------------------------------------------------------------
Update Information:
- New package import (libcdson) - libcdson - Pure C parsing/serialization for
the DSON data format, for humans
--------------------------------------------------------------------------------
ChangeLog:
* Mon Jan 16 2023 Robbie Harwood <rharwood(a)redhat.com> - 1.0.0-3
- Packaging changes for Fedora review
* Sat Jan 14 2023 Robbie Harwood <rharwood(a)redhat.com> - 1.0.0-2
- Add 32-bit support. In 2023.
* Thu Jun 9 2022 Robbie Harwood <rharwood(a)redhat.com> - 1.0.0-1
- Initial import to COPR (1.0.0)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2162770 - Review Request: libcdson - Pure C parsing/serialization for the DSON data format, for humans
https://bugzilla.redhat.com/show_bug.cgi?id=2162770
--------------------------------------------------------------------------------
================================================================================
nmh-1.8RC2-1.el7 (FEDORA-EPEL-2023-5d8d996103)
A capable MIME-email-handling system with a command-line interface
--------------------------------------------------------------------------------
Update Information:
With upstream 1.8-RC2. And without elinks. ---- Use links instead of w3m so
there isn't a dependence on perl-NKF.
--------------------------------------------------------------------------------
ChangeLog:
* Sat Jan 21 2023 David Levine <par.packager(a)gmail.com> - 1.8RC2-1
- With upstream 1.8-RC2. And without elinks.
* Thu Jan 19 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.8RC1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Mon Jan 2 2023 David Levine <par.packager(a)gmail.com> - 1.8RC1-2
- Use links instead of w3m so there isn't a dependence on perl-NKF.
* Sun Jan 1 2023 David Levine <par.packager(a)gmail.com> - 1.8RC1-1
- With upstream 1.8-RC1.
--------------------------------------------------------------------------------
================================================================================
nwipe-0.34-2.el7 (FEDORA-EPEL-2023-6da49ea4b0)
Securely erase disks using a variety of recognized methods
--------------------------------------------------------------------------------
Update Information:
bigfix release
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jan 19 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.34-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Wed Oct 5 2022 Michal Ambroz <rebus at, seznam.cz> 0.34-1
- bump to 0.34
* Fri Jul 22 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.33-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Wed Jul 13 2022 Michal Ambroz <rebus at, seznam.cz> 0.33-1
- bump to 0.33
* Sat Mar 12 2022 Michal Ambroz <rebus at, seznam.cz> 0.32-1
- bump to 0.32
* Thu Jan 20 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.30-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Jul 22 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.30-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Sat Feb 20 2021 Nick Law (PartialVolume) <nick.craig.law at, gmail.com> - 0.30-1
- bump to 0.30 - based on PR #1 https://src.fedoraproject.org/rpms/nwipe/pull-request/1
* Tue Jan 26 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.26-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Jul 28 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.26-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed Jan 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.26-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2105640 - nwipe-0.34 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2105640
--------------------------------------------------------------------------------
================================================================================
openssh-ldap-authkeys-0.2.0-1.el7 (FEDORA-EPEL-2023-5e24cefd4a)
Python script to generate SSH authorized_keys files using an LDAP directory
--------------------------------------------------------------------------------
Update Information:
Highlights of the new version: - Fix lookup of SRV records - Add support for
configuring SASL bind method - Add support for configuring TLS connection
options - Migrate to sysusers for `olak` user
--------------------------------------------------------------------------------
ChangeLog:
* Sat Jan 21 2023 Neal Gompa <ngompa(a)fedoraproject.org> - 0.2.0-1
- Update to 0.2.0
* Thu Jan 19 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.0~git20200205.aee4c46-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Jul 22 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.0~git20200205.aee4c46-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 13 2022 Python Maint <python-maint(a)redhat.com> - 0.1.0~git20200205.aee4c46-6
- Rebuilt for Python 3.11
* Thu Jan 20 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.0~git20200205.aee4c46-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Jul 22 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.0~git20200205.aee4c46-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Jun 4 2021 Python Maint <python-maint(a)redhat.com> - 0.1.0~git20200205.aee4c46-3
- Rebuilt for Python 3.10
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2162858 - openssh-ldap-authkeys-0.2.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2162858
--------------------------------------------------------------------------------
================================================================================
python-prefixed-0.6.0-2.el7 (FEDORA-EPEL-2023-2ef6ccba02)
Prefixed alternative numeric library
--------------------------------------------------------------------------------
Update Information:
Add patch and dependency for unittest2
--------------------------------------------------------------------------------
ChangeLog:
* Fri Jan 20 2023 Avram Lubkin <aviso(a)rockhopper.net> - 0.6.0-2
- Add patch and dependency for unittest2
* Fri Jan 20 2023 Avram Lubkin <aviso(a)rockhopper.net> - 0.6.0-1
- Update to 0.6.0
--------------------------------------------------------------------------------
================================================================================
trafficserver-9.2.0-1.el7 (FEDORA-EPEL-2023-0725f5d55e)
Fast, scalable and extensible HTTP/1.1 and HTTP/2 caching proxy server
--------------------------------------------------------------------------------
Update Information:
Update to upstream 9.2.0
--------------------------------------------------------------------------------
ChangeLog:
* Fri Jan 20 2023 Jered Floyd <jered(a)redhat.com> 9.2.0-1
- Update to upstream 9.2.0
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2162640 - trafficserver-9.2.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2162640
--------------------------------------------------------------------------------
The following Fedora EPEL 9 Security updates need testing:
Age URL
6 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-7b5849f3a6 tor-0.4.7.13-1.el9
6 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-2c493cf7a8 apt-cacher-ng-3.7.4-2.el9
4 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-bbde2c708d singularity-ce-3.10.5-1.el9
The following builds have been pushed to Fedora EPEL 9 updates-testing
BackupPC-4.4.0-9.el9
BackupPC-XS-0.62-11.el9
bgpq4-1.8-1.el9
duply-2.4.2-1.el9
glances-3.3.1-2.el9
libcdson-1.0.0-3.el9
libgit2-1.3.2-2.el9
lxcfs-5.0.3-1.el9
nwipe-0.34-2.el9
openssh-ldap-authkeys-0.2.0-1.el9
packit-0.66.0-1.el9
pepc-1.3.42-1.el9
pyOpenSSL-23.0.0-1.el9
python-pefile-2022.5.30-2.el9
python-prefixed-0.6.0-1.el9
python-repoze-who-2.4.1-4.el9
python-specfile-0.13.0-1.el9
python-xds-protos-0.0.11-18.el9
rsync-bpc-3.1.3.0-6.el9
rust-fd-find-8.2.1-10.el9
rust-libgit2-sys-0.13.5-1.el9
rust-libgit2-sys0.12-0.12.26-5.el9
rust-lscolors-0.13.0-1.el9
rust-nu-ansi-term-0.46.0-1.el9
rust-overload-0.1.1-1.el9
trafficserver-9.2.0-1.el9
wlcs-1.5.0-1.el9
Details about builds:
================================================================================
BackupPC-4.4.0-9.el9 (FEDORA-EPEL-2023-81f5176af4)
High-performance backup system
--------------------------------------------------------------------------------
Update Information:
Initial package for EPEL 9.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 18 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.4.0-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Tue Aug 23 2022 Richard Shaw <hobbes1069(a)gmail.com> - 4.4.0-8
- Add patch to fix #2091514 where saving a configuration change in the web UI
would replace {} with () in the config file.
* Wed Jul 20 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.4.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Wed Jan 19 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.4.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Wed Jul 21 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.4.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Mar 2 2021 Zbigniew J��drzejewski-Szmek <zbyszek(a)in.waw.pl> - 4.4.0-4
- Rebuilt for updated systemd-rpm-macros
See https://pagure.io/fesco/issue/2583.
* Mon Jan 25 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.4.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2120957 - Please branch and build backuppc in EPEL9
https://bugzilla.redhat.com/show_bug.cgi?id=2120957
--------------------------------------------------------------------------------
================================================================================
BackupPC-XS-0.62-11.el9 (FEDORA-EPEL-2023-81f5176af4)
Implementation of various BackupPC functions in a perl-callable module
--------------------------------------------------------------------------------
Update Information:
Initial package for EPEL 9.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 18 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.62-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Mon Jan 2 2023 Florian Weimer <fweimer(a)redhat.com> - 0.62-10
- Port configure script to C99
* Wed Jul 20 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.62-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon May 30 2022 Jitka Plesnikova <jplesnik(a)redhat.com> - 0.62-8
- Perl 5.36 rebuild
* Wed Jan 19 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.62-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Wed Jul 21 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.62-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri May 21 2021 Jitka Plesnikova <jplesnik(a)redhat.com> - 0.62-5
- Perl 5.34 rebuild
* Mon Jan 25 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.62-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2120957 - Please branch and build backuppc in EPEL9
https://bugzilla.redhat.com/show_bug.cgi?id=2120957
--------------------------------------------------------------------------------
================================================================================
bgpq4-1.8-1.el9 (FEDORA-EPEL-2023-410191adcb)
Automate BGP filter generation based on routing database information
--------------------------------------------------------------------------------
Update Information:
# bgpq4 1.8 - Downgrade 'key not found' to DEBUG level to reduce noise -
Re-introduce `-p` for private ASN support option
--------------------------------------------------------------------------------
ChangeLog:
* Sat Jan 21 2023 Robert Scheck <robert(a)fedoraproject.org> 1.8-1
- Upgrade to 1.8 (#2162768)
* Wed Jan 18 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2162768 - bgpq4-1.8 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2162768
--------------------------------------------------------------------------------
================================================================================
duply-2.4.2-1.el9 (FEDORA-EPEL-2023-c2a0e46d17)
Wrapper for duplicity
--------------------------------------------------------------------------------
Update Information:
### Update to duply 2.4.2 ### - featreq #55: change to purgeAuto in systemd
unit files (thx B.Foresman) - featreq #56: systemd files should go in /etc, not
/lib (thx B.Foresman) - bugfix #133: read -N not available on macOS (thx Peter
Torelli)
--------------------------------------------------------------------------------
ChangeLog:
* Fri Jan 20 2023 Thomas Moschny <thomas.moschny(a)gmx.de> - 2.4.2-1
- Update to 2.4.2.
* Thu Jan 19 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.4.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
glances-3.3.1-2.el9 (FEDORA-EPEL-2023-7d9e2d3726)
A cross-platform system monitoring tool
--------------------------------------------------------------------------------
Update Information:
Rebuilt for RHBZ #2162627 ---- Update to 3.3.1
--------------------------------------------------------------------------------
ChangeLog:
* Fri Jan 20 2023 Ali Erdinc Koroglu <aekoroglu(a)fedoraproject.org> - 3.3.1-2
- Rebuilt for RHBZ #2162627
* Tue Jan 17 2023 Ali Erdinc Koroglu <aekoroglu(a)fedoraproject.org> - 3.3.1-1
- Update to 3.3.1
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2160928 - glances-3.3.1 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2160928
[ 2 ] Bug #2162627 - [abrt] glances: module(): globals.py:16:<module>:ModuleNotFoundError: No module named 'ujson'
https://bugzilla.redhat.com/show_bug.cgi?id=2162627
--------------------------------------------------------------------------------
================================================================================
libcdson-1.0.0-3.el9 (FEDORA-EPEL-2023-4327d412f0)
Pure C parsing/serialization for the DSON data format, for humans
--------------------------------------------------------------------------------
Update Information:
- New package import (libcdson) - libcdson - Pure C parsing/serialization for
the DSON data format, for humans
--------------------------------------------------------------------------------
ChangeLog:
* Mon Jan 16 2023 Robbie Harwood <rharwood(a)redhat.com> - 1.0.0-3
- Packaging changes for Fedora review
* Sat Jan 14 2023 Robbie Harwood <rharwood(a)redhat.com> - 1.0.0-2
- Add 32-bit support. In 2023.
* Thu Jun 9 2022 Robbie Harwood <rharwood(a)redhat.com> - 1.0.0-1
- Initial import to COPR (1.0.0)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2162770 - Review Request: libcdson - Pure C parsing/serialization for the DSON data format, for humans
https://bugzilla.redhat.com/show_bug.cgi?id=2162770
--------------------------------------------------------------------------------
================================================================================
libgit2-1.3.2-2.el9 (FEDORA-EPEL-2023-40edbf0dcb)
C implementation of the Git core methods as a library with a solid API
--------------------------------------------------------------------------------
Update Information:
Update to 1.3.2 (CVE-2022-29187, CVE-2022-24765)
--------------------------------------------------------------------------------
ChangeLog:
* Fri Jan 20 2023 Pete Walter <pwalter(a)fedoraproject.org> - 1.3.2-1
- Update to 1.3.2 (#2160865)
* Thu Jul 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.3.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Tue Jul 5 2022 Nils Philippsen <nils(a)redhat.com> - 1.3.1-1
- Update to 1.3.1
* Tue Jul 5 2022 Nils Philippsen <nils(a)redhat.com> - 1.3.0-4
- Drop pre-built previous ABI version
* Tue Jul 5 2022 Nils Philippsen <nils(a)redhat.com> - 1.3.0-3
- Remove error-prone redundant test (#2083413)
* Tue Jul 5 2022 Nils Philippsen <nils(a)redhat.com> - 1.3.0-2
- Remove obsolete patch
* Sat Mar 19 2022 Igor Raits <igor.raits(a)gmail.com> - 1.3.0-1
- Revert "Update to 1.4.1"
* Sun Feb 20 2022 Igor Raits <igor.raits(a)gmail.com> - 1.4.1-1
- Update to 1.4.1
* Thu Jan 20 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.3.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2160865 - libgit2 missing security updates in F37, F36, and EPEL9 branches
https://bugzilla.redhat.com/show_bug.cgi?id=2160865
--------------------------------------------------------------------------------
================================================================================
lxcfs-5.0.3-1.el9 (FEDORA-EPEL-2023-c500f41790)
FUSE based filesystem for LXC
--------------------------------------------------------------------------------
Update Information:
Update LXCFS to the latest stable release. See
[here](https://discuss.linuxcontainers.org/t/lxcfs-5-0-3-lts-has-been-
released/16167) for the full list of changes.
--------------------------------------------------------------------------------
ChangeLog:
* Fri Jan 20 2023 Thomas Moschny <thomas.moschny(a)gmx.de> - 5.0.3-1
- Update to 5.0.3.
* Thu Jan 19 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 5.0.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
nwipe-0.34-2.el9 (FEDORA-EPEL-2023-990054b934)
Securely erase disks using a variety of recognized methods
--------------------------------------------------------------------------------
Update Information:
bigfix release
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jan 19 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.34-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Wed Oct 5 2022 Michal Ambroz <rebus at, seznam.cz> 0.34-1
- bump to 0.34
* Fri Jul 22 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.33-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2105640 - nwipe-0.34 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2105640
--------------------------------------------------------------------------------
================================================================================
openssh-ldap-authkeys-0.2.0-1.el9 (FEDORA-EPEL-2023-2b21523f30)
Python script to generate SSH authorized_keys files using an LDAP directory
--------------------------------------------------------------------------------
Update Information:
Highlights of the new version: - Fix lookup of SRV records - Add support for
configuring SASL bind method - Add support for configuring TLS connection
options - Migrate to sysusers for `olak` user
--------------------------------------------------------------------------------
ChangeLog:
* Sat Jan 21 2023 Neal Gompa <ngompa(a)fedoraproject.org> - 0.2.0-1
- Update to 0.2.0
* Thu Jan 19 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.0~git20200205.aee4c46-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Jul 22 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.0~git20200205.aee4c46-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 13 2022 Python Maint <python-maint(a)redhat.com> - 0.1.0~git20200205.aee4c46-6
- Rebuilt for Python 3.11
* Thu Jan 20 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.0~git20200205.aee4c46-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Jul 22 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.0~git20200205.aee4c46-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Jun 4 2021 Python Maint <python-maint(a)redhat.com> - 0.1.0~git20200205.aee4c46-3
- Rebuilt for Python 3.10
* Tue Apr 6 2021 Neal Gompa <ngompa13(a)gmail.com> - 0.1.0~git20200205.aee4c46-2
- Correctly guard out manual dependencies
* Mon Apr 5 2021 Neal Gompa <ngompa13(a)gmail.com> - 0.1.0~git20200205.aee4c46-1
- Build pre-release snapshot
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2162858 - openssh-ldap-authkeys-0.2.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2162858
--------------------------------------------------------------------------------
================================================================================
packit-0.66.0-1.el9 (FEDORA-EPEL-2023-f9ba1d2da0)
A tool for integrating upstream projects with Fedora operating system
--------------------------------------------------------------------------------
Update Information:
Automatic update for packit-0.66.0-1.el9. ##### **Changelog for packit** ``` *
Fri Jan 20 2023 Packit <hello(a)packit.dev> - 0.66.0-1 - When configuring Copr
chroot (target in Packit terminology) specific configuration, make sure to
specify `additional_modules` as a string containing module names separated with
a comma, example: "httpd:2.4,python:4". (#1826) - Target-specific configuration
for Copr builds can now be defined and Packit will set it for the appropriate
Copr chroots. (#1822) - You can now specify `update_release: false` in the
configuration to tell Packit not to change the `Version` and `Release` in the
spec file. It works the same as `--no-update-release` (renamed from now
deprecated `--no-bump`) in the CLI. (#1827) - Packit now supports setting
`module_hotfixes` for Copr projects. (#1829) - All Copr projects created by
Packit now default to `enable_net=False`. Our documentation stated this but it
wasn't the case. This is now corrected. (#1825) ```
--------------------------------------------------------------------------------
ChangeLog:
* Fri Jan 20 2023 Packit <hello(a)packit.dev> - 0.66.0-1
- When configuring Copr chroot (target in Packit terminology) specific configuration, make sure to specify `additional_modules` as a string containing module names separated with a comma, example: "httpd:2.4,python:4". (#1826)
- Target-specific configuration for Copr builds can now be defined and Packit will set it for the appropriate Copr chroots. (#1822)
- You can now specify `update_release: false` in the configuration to tell Packit not to change the `Version` and `Release` in the spec file. It works the same as `--no-update-release` (renamed from now deprecated `--no-bump`) in the CLI. (#1827)
- Packit now supports setting `module_hotfixes` for Copr projects. (#1829)
- All Copr projects created by Packit now default to `enable_net=False`. Our documentation stated this but it wasn't the case. This is now corrected. (#1825)
--------------------------------------------------------------------------------
================================================================================
pepc-1.3.42-1.el9 (FEDORA-EPEL-2023-f1a25912b1)
Power, Energy, and Performance Configurator
--------------------------------------------------------------------------------
Update Information:
Update to 1.3.42 ('pepc cstates config --pkg-cstate-limit' option fix) ----
Update to 1.3.41
--------------------------------------------------------------------------------
ChangeLog:
* Fri Jan 20 2023 Ali Erdinc Koroglu <aekoroglu(a)fedoraproject.org> 1.3.42-1
- Update to 1.3.42 ('pepc cstates config --pkg-cstate-limit' option fix)
* Tue Jan 17 2023 Ali Erdinc Koroglu <aekoroglu(a)fedoraproject.org> 1.3.41-1
- Update to 1.3.41
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2138494 - pepc-1.3.41 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2138494
--------------------------------------------------------------------------------
================================================================================
pyOpenSSL-23.0.0-1.el9 (FEDORA-EPEL-2023-d9af50f73d)
Python wrapper module around the OpenSSL library
--------------------------------------------------------------------------------
Update Information:
Partial X.509 chain verification, removal of SSLv2/v3, some DTLS support
--------------------------------------------------------------------------------
ChangeLog:
* Fri Jan 20 2023 Paul Wouters <paul.wouters(a)aiven.io - 23.0.0-1
- Resolves rhbz#2048162 pyOpenSSL-23.0.0 is available
* Fri Jan 20 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 21.0.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Jul 22 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 21.0.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Tue Jun 14 2022 Python Maint <python-maint(a)redhat.com> - 21.0.0-3
- Rebuilt for Python 3.11
* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 21.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2048162 - pyOpenSSL-23.0.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2048162
--------------------------------------------------------------------------------
================================================================================
python-pefile-2022.5.30-2.el9 (FEDORA-EPEL-2023-ae7354a23e)
Python module for working with Portable Executable files
--------------------------------------------------------------------------------
Update Information:
Initial python-pefile package for RHEL9
--------------------------------------------------------------------------------
ChangeLog:
* Fri Jul 22 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 2022.5.30-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Thu Jun 23 2022 Michal Ambroz <rebus _AT seznam.cz> - 2022.5.30-1
- bump to version 2022.5.30
* Mon Jun 13 2022 Python Maint <python-maint(a)redhat.com> - 2021.9.3-2
- Rebuilt for Python 3.11
* Thu Feb 17 2022 Michal Ambroz <rebus _AT seznam.cz> - 2021.9.3-1
- bump to version 2021.9.3
* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 2021.5.13-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2021.5.13-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Jun 4 2021 Python Maint <python-maint(a)redhat.com> - 2021.5.13-2
- Rebuilt for Python 3.10
* Thu May 13 2021 Michal Ambroz <rebus _AT seznam.cz> - 2021.5.13-1
- bump to version 2021.5.13
* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2019.4.18-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 2019.4.18-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2162405 - Please branch and build python-pefile in epel9
https://bugzilla.redhat.com/show_bug.cgi?id=2162405
--------------------------------------------------------------------------------
================================================================================
python-prefixed-0.6.0-1.el9 (FEDORA-EPEL-2023-be153b030c)
Prefixed alternative numeric library
--------------------------------------------------------------------------------
Update Information:
Update to 0.6.0
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jan 19 2023 Avram Lubkin <aviso(a)rockhopper.net> - 0.6.0-1
- Update to 0.6.0
* Fri Jul 22 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.2-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 13 2022 Python Maint <python-maint(a)redhat.com> - 0.3.2-6
- Rebuilt for Python 3.11
--------------------------------------------------------------------------------
================================================================================
python-repoze-who-2.4.1-4.el9 (FEDORA-EPEL-2023-6056741bfe)
An identification and authentication framework for WSGI
--------------------------------------------------------------------------------
Update Information:
Rebuilt for EPEL9.
--------------------------------------------------------------------------------
ChangeLog:
* Fri Jan 20 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.4.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Jul 22 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.4.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 13 2022 Python Maint <python-maint(a)redhat.com> - 2.4.1-2
- Rebuilt for Python 3.11
* Tue Feb 1 2022 J��n ONDREJ (SAL) <ondrejj(at)salstar.sk> - 2.4.1-1
- Update to upstream.
* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.4-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Dec 28 2021 J��n ONDREJ (SAL) <ondrejj(at)salstar.sk> - 2.4-6
- Switch from deprecated nose to pytest
* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.4-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Jun 4 2021 Python Maint <python-maint(a)redhat.com> - 2.4-4
- Rebuilt for Python 3.10
* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
python-specfile-0.13.0-1.el9 (FEDORA-EPEL-2023-7df3cb4972)
A library for parsing and manipulating RPM spec files
--------------------------------------------------------------------------------
Update Information:
Automatic update for python-specfile-0.13.0-1.el9. ##### **Changelog for
python-specfile** ``` * Fri Jan 20 2023 Packit <hello(a)packit.dev> - 0.13.0-1 -
Added `Section.options` attribute for convenient manipulation of section
options. (#183) - specfile now supports single-line sections where section
content is represented by a macro starting with a newline. (#182) - Added `evr`
argument to `Specfile.add_changelog_entry()`. This allows adding a changelog
entry with an EVR value that's different from the current specfile's value. This
makes it easier to reconstruct a specfile's `%changelog` based on another source
using the higher level interface. (#181) ```
--------------------------------------------------------------------------------
ChangeLog:
* Fri Jan 20 2023 Packit <hello(a)packit.dev> - 0.13.0-1
- Added `Section.options` attribute for convenient manipulation of section options. (#183)
- specfile now supports single-line sections where section content is represented by a macro starting with a newline. (#182)
- Added `evr` argument to `Specfile.add_changelog_entry()`. This allows adding a changelog entry with an EVR value that's different from the current specfile's value. This makes it easier to reconstruct a specfile's `%changelog` based on another source using the higher level interface. (#181)
--------------------------------------------------------------------------------
================================================================================
python-xds-protos-0.0.11-18.el9 (FEDORA-EPEL-2023-fdc6951705)
ProtoBuf generated Python files for xDS protos
--------------------------------------------------------------------------------
Update Information:
Update License to SPDX; forward-compatibility of import check with compiled
protobuf extension
--------------------------------------------------------------------------------
ChangeLog:
* Sat Jan 21 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.0.11-18
- Fix import check with compiled protobuf extension
* Sat Jan 21 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.0.11-17
- Add trailing slashes for dirs. in files lists
* Sat Jan 21 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.0.11-16
- Update License to SPDX
* Sat Jan 21 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.0.11-15
- Drop default argument -r from pyproject_buildrequires
--------------------------------------------------------------------------------
================================================================================
rsync-bpc-3.1.3.0-6.el9 (FEDORA-EPEL-2023-81f5176af4)
A customized fork of rsync that is used as part of BackupPC
--------------------------------------------------------------------------------
Update Information:
Initial package for EPEL 9.
--------------------------------------------------------------------------------
ChangeLog:
* Fri Jan 20 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.1.3.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sat Jul 23 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.1.3.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.1.3.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.1.3.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.1.3.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2120957 - Please branch and build backuppc in EPEL9
https://bugzilla.redhat.com/show_bug.cgi?id=2120957
--------------------------------------------------------------------------------
================================================================================
rust-fd-find-8.2.1-10.el9 (FEDORA-EPEL-2023-417fd9d79a)
Simple, fast and user-friendly alternative to find
--------------------------------------------------------------------------------
Update Information:
- Updates `lscolors` to 0.13.0 and rebuilds dependent crates - adds `nu-ansi-
term` (for `lscolors`) - adds `overload` (for `nu-ansi-term`)
--------------------------------------------------------------------------------
ChangeLog:
* Sat Jan 21 2023 Michel Alexandre Salim <salimma(a)fedoraproject.org> - 8.2.1-10
- Bump lscolors from 0.10 to 0.13.
* Fri Jan 20 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 8.2.1-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2111697 - rust-lscolors-0.13.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2111697
--------------------------------------------------------------------------------
================================================================================
rust-libgit2-sys-0.13.5-1.el9 (FEDORA-EPEL-2023-eabf5b1344)
Native bindings to the libgit2 library
--------------------------------------------------------------------------------
Update Information:
Update to version 0.13.5 (includes bundled libgit2 v1.4.5 with the latest
security fixes).
--------------------------------------------------------------------------------
ChangeLog:
* Sat Jan 21 2023 Fabio Valentini <decathorpe(a)gmail.com> - 0.13.5-1
- Update to version 0.13.5+1.4.5
* Fri Jan 20 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.13.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-libgit2-sys0.12-0.12.26-5.el9 (FEDORA-EPEL-2023-3dc9323723)
Native bindings to the libgit2 library
--------------------------------------------------------------------------------
Update Information:
Update bundled libgit2 to version 1.3.2 for the latest security fixes. Neither
the 0.12 branch libgit2-sys nor the 1.3 branch of libgit2 branch are still
supported upstream, so this is the best we can do until packages are ported to
newer versions of the libgit2-sys crate.
--------------------------------------------------------------------------------
ChangeLog:
* Sat Jan 21 2023 Fabio Valentini <decathorpe(a)gmail.com> - 0.12.26-5
- Update bundled libgit2 to v1.3.2
* Fri Jan 20 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.12.26-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-lscolors-0.13.0-1.el9 (FEDORA-EPEL-2023-417fd9d79a)
Colorize paths using the LS_COLORS environment variable
--------------------------------------------------------------------------------
Update Information:
- Updates `lscolors` to 0.13.0 and rebuilds dependent crates - adds `nu-ansi-
term` (for `lscolors`) - adds `overload` (for `nu-ansi-term`)
--------------------------------------------------------------------------------
ChangeLog:
* Sat Jan 21 2023 Michel Alexandre Salim <salimma(a)fedoraproject.org> - 0.13.0-1
- Update to 0.13.0
* Fri Jan 20 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.10.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2111697 - rust-lscolors-0.13.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2111697
--------------------------------------------------------------------------------
================================================================================
rust-nu-ansi-term-0.46.0-1.el9 (FEDORA-EPEL-2023-417fd9d79a)
Library for ANSI terminal colors and styles (bold, underline)
--------------------------------------------------------------------------------
Update Information:
- Updates `lscolors` to 0.13.0 and rebuilds dependent crates - adds `nu-ansi-
term` (for `lscolors`) - adds `overload` (for `nu-ansi-term`)
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jul 26 2022 yizhengxie <yizhengx(a)bu.edu> - 0.46.0-1
- Update to 0.46.0
* Sat Jul 23 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.45.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Apr 1 2022 Michel Alexandre Salim <salimma(a)fedoraproject.org> - 0.45.1-1
- Initial Fedora package
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2111697 - rust-lscolors-0.13.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2111697
--------------------------------------------------------------------------------
================================================================================
rust-overload-0.1.1-1.el9 (FEDORA-EPEL-2023-417fd9d79a)
Provides a macro to simplify operator overloading
--------------------------------------------------------------------------------
Update Information:
- Updates `lscolors` to 0.13.0 and rebuilds dependent crates - adds `nu-ansi-
term` (for `lscolors`) - adds `overload` (for `nu-ansi-term`)
--------------------------------------------------------------------------------
ChangeLog:
* Mon Jan 10 2022 Michel Alexandre Salim <salimma(a)fedoraproject.org> - 0.1.1-1
- Initial Fedora package
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2111697 - rust-lscolors-0.13.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2111697
--------------------------------------------------------------------------------
================================================================================
trafficserver-9.2.0-1.el9 (FEDORA-EPEL-2023-1c347d6313)
Fast, scalable and extensible HTTP/1.1 and HTTP/2 caching proxy server
--------------------------------------------------------------------------------
Update Information:
Update to upstream 9.2.0
--------------------------------------------------------------------------------
ChangeLog:
* Fri Jan 20 2023 Jered Floyd <jered(a)redhat.com> 9.2.0-1
- Update to upstream 9.2.0
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2162640 - trafficserver-9.2.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2162640
--------------------------------------------------------------------------------
================================================================================
wlcs-1.5.0-1.el9 (FEDORA-EPEL-2023-e94a84c79c)
Wayland Conformance Test Suite
--------------------------------------------------------------------------------
Update Information:
### wlcs 1.5.0 - Tests for `zwlr_virtual_pointer_v1` - Use maximum shared
version when binding globals - Make `zxdg_shell_v6` `ExpectedlyNotSupported` if
not in supported_extensions - Destroy `xdg_toplevel` before `xdg_surface` on
cleanup - Fixup `CMakeLists.txt` so tests can use `MOCK_METHOD` - C++20 - Fix
`BadBufferTest.test_truncated_shm_file` protocol error - Fix CMake install dir
usage in `pkgconfig`, honour `CMAKE_INSTALL_INCLUDEDIR`
--------------------------------------------------------------------------------
ChangeLog:
* Sat Jan 21 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 1.5.0-1
- Update to 1.5.0 (close RHBZ#2162721)
* Sat Jan 21 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 1.4.0-4
- Indicate dirs. in files list with trailing slashes
* Sat Jan 21 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 1.4.0-3
- Update License to SPDX
* Sat Jan 21 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 1.4.0-2
- Re-enable support for libasan and libubsan
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2162721 - wlcs-1.5.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2162721
--------------------------------------------------------------------------------