The following builds have been pushed to Fedora EPEL 8 updates-testing
dkms-3.0.10-1.el8
nmh-1.8RC1-2.el8
python-pwntools-4.9.0-1.el8
rxvt-unicode-9.31-1.el8
Details about builds:
================================================================================
dkms-3.0.10-1.el8 (FEDORA-EPEL-2023-091212fb26)
Dynamic Kernel Module Support Framework
--------------------------------------------------------------------------------
Update Information:
Bugfixes.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jan 3 2023 Simone Caronni <negativo17(a)gmail.com> - 3.0.10-1
- Update to 3.0.10.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2153850 - there is no "version" field of modinfo nvidia-uvm, and the condition for judging whether the installed module is different from the tree is refer to the "version"
https://bugzilla.redhat.com/show_bug.cgi?id=2153850
--------------------------------------------------------------------------------
================================================================================
nmh-1.8RC1-2.el8 (FEDORA-EPEL-2023-64da4347fd)
A capable MIME-email-handling system with a command-line interface
--------------------------------------------------------------------------------
Update Information:
Use lynx instead of w3m so there isn't a dependence on perl-NKF.
--------------------------------------------------------------------------------
ChangeLog:
* 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
--------------------------------------------------------------------------------
================================================================================
python-pwntools-4.9.0-1.el8 (FEDORA-EPEL-2023-7afd93e391)
A CTF framework and exploit development library
--------------------------------------------------------------------------------
Update Information:
initial epel 8/9 builds
--------------------------------------------------------------------------------
ChangeLog:
* Mon Jan 2 2023 Jonathan Wright <jonathan(a)almalinux.org> - 4.9.0-1
- Update to 4.9.0 rhbz#1902526
- Fix changelog from 4.8.0-4 missing > after email
* Fri Dec 2 2022 W. Michael Petullo <mike(a)flyn.org> - 4.8.0-4
- Fix BZ #2149766; backport patch that fixes compatibility with Python 3.11
* Fri Jul 22 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.8.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 13 2022 Python Maint <python-maint(a)redhat.com> - 4.8.0-2
- Rebuilt for Python 3.11
* Fri May 13 2022 W. Michael Petullo <mike(a)flyn.org> - 4.8.0-1
- New upstream version
* Fri Mar 4 2022 Karolina Surmao <ksurma(a)redhat.com> - 4.7.0-3
- Fix python-pwntools build with setuptools >= 60
* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.7.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Wed Dec 15 2021 W. Michael Petullo <mike(a)flyn.org> - 4.7.0-1
- New upstream version
* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.3.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Jun 4 2021 Python Maint <python-maint(a)redhat.com> - 4.3.0-4
- Rebuilt for Python 3.10
* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.3.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Fri Nov 6 2020 W. Michael Petullo <mike(a)flyn.org> - 4.3.0-2
- Fix BZ #1892888; something did not like setup.py's 'unicorn>=1.0.2rc1,<1.0.2rc4'
* Fri Nov 6 2020 W. Michael Petullo <mike(a)flyn.org> - 4.3.0-1
- New upstream version
* Thu Oct 8 2020 W. Michael Petullo <mike(a)flyn.org> - 4.2.1-1
- New upstream version
* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue May 26 2020 Miro Hron��ok <mhroncok(a)redhat.com> - 4.1.0-2
- Rebuilt for Python 3.9
* Fri May 8 2020 W. Michael Petullo <mike(a)flyn.org> - 4.1.0-1
- New upstream version
* Thu Dec 19 2019 W. Michael Petullo <mike(a)flyn.org> - 4.0.0-0.1.b0
- New upstream version
- Migrate to Python 3
* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.12.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Sat Mar 16 2019 W. Michael Petullo <mike(a)flyn.org> - 3.12.2-1
- New upstream version
- Adjust requires.txt
* Sat Feb 2 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.12.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Mon Oct 22 2018 W. Michael Petullo <mike(a)flyn.org> - 3.12.1-1
- New upstream version
- Drop python2-pypandoc requirement
* Sat Jul 14 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.12.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Sat Jun 16 2018 W. Michael Petullo <mike(a)flyn.org> - 3.12.0-1
- Initial package
--------------------------------------------------------------------------------
================================================================================
rxvt-unicode-9.31-1.el8 (FEDORA-EPEL-2023-06200fccdf)
Unicode version of rxvt
--------------------------------------------------------------------------------
Update Information:
- New upstream version (9.31)
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jan 3 2023 Robbie Harwood <rharwood(a)redhat.com> - 9.31-1
- New upstream release (9.31)
--------------------------------------------------------------------------------
The following Fedora EPEL 7 Security updates need testing:
Age URL
1 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-e9a9c081af novnc-1.3.0-5.el7
The following builds have been pushed to Fedora EPEL 7 updates-testing
dkms-3.0.10-1.el7
nmh-1.8RC1-2.el7
python-importlib-resources-1.0.2-2.el7
viewvc-1.1.29-1.el7
Details about builds:
================================================================================
dkms-3.0.10-1.el7 (FEDORA-EPEL-2023-f3f32fd1d7)
Dynamic Kernel Module Support Framework
--------------------------------------------------------------------------------
Update Information:
Bugfixes.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jan 3 2023 Simone Caronni <negativo17(a)gmail.com> - 3.0.10-1
- Update to 3.0.10.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2153850 - there is no "version" field of modinfo nvidia-uvm, and the condition for judging whether the installed module is different from the tree is refer to the "version"
https://bugzilla.redhat.com/show_bug.cgi?id=2153850
--------------------------------------------------------------------------------
================================================================================
nmh-1.8RC1-2.el7 (FEDORA-EPEL-2023-817217ba70)
A capable MIME-email-handling system with a command-line interface
--------------------------------------------------------------------------------
Update Information:
Use links instead of w3m so there isn't a dependence on perl-NKF.
--------------------------------------------------------------------------------
ChangeLog:
* 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.
--------------------------------------------------------------------------------
================================================================================
python-importlib-resources-1.0.2-2.el7 (FEDORA-EPEL-2023-b0b508c41c)
Read resources from Python packages
--------------------------------------------------------------------------------
Update Information:
python-importlib-resources build for EPEL 7 as requested
--------------------------------------------------------------------------------
ChangeLog:
* Fri Mar 20 2020 Neal Gompa <ngompa13(a)gmail.com> - 1.0.2-2
- Rebuild again for EPEL 8
* Thu Nov 7 2019 Ken Dreyer <kdreyer(a)redhat.com> - 1.0.2-1
- Initial package.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1910124 - Please build python-importlib-resources for EPEL 7
https://bugzilla.redhat.com/show_bug.cgi?id=1910124
--------------------------------------------------------------------------------
================================================================================
viewvc-1.1.29-1.el7 (FEDORA-EPEL-2023-96ef72f1b2)
Browser interface for CVS and SVN version control repositories
--------------------------------------------------------------------------------
Update Information:
Fix for CVE-2023-22456: https://github.com/viewvc/viewvc/releases/tag/1.1.29
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 4 2023 Bojan Smojver <bojan(a)rexursive.com> - 1.1.29-1
- bump up to 1.1.29
- CVE-2023-22456
--------------------------------------------------------------------------------
The following builds have been pushed to Fedora EPEL 8 updates-testing
fastfetch-1.8.2-1.el8
tcpreplay-4.4.3-1.el8
voms-2.1.0-0.27.rc3.el8
Details about builds:
================================================================================
fastfetch-1.8.2-1.el8 (FEDORA-EPEL-2023-e0c1352c6c)
Like neofetch, but much faster because written in c
--------------------------------------------------------------------------------
Update Information:
update to 1.8.2
--------------------------------------------------------------------------------
ChangeLog:
* Mon Jan 2 2023 Jonathan Wright <jonathan(a)almalinux.org> - 1.8.2-1
- Update to 1.8.2 rhbz#2156978
--------------------------------------------------------------------------------
================================================================================
tcpreplay-4.4.3-1.el8 (FEDORA-EPEL-2023-9b39348cfc)
Replay captured network traffic
--------------------------------------------------------------------------------
Update Information:
This is Tcpreplay suite 4.4.3. It contains bug fixes only. What's Changed -
Feature #759: Upgrade autogen/libopts to 5.18.16 by @fklassen in #760 - Bug #751
don't exit after send error by @fklassen in #761 - Bug #750: configure: libpcap
version robustness by @fklassen in #764 - Bug #749 flow stats: avoid overstating
flow packet count by @fklassen in #765 - Bug #750 more libpcap version updates
by @fklassen in #766 - Bug #767 tests: support for out-of-tree tests by
@fklassen in #768 - Bug #750 - fix macOS test failure by @fklassen in #770 -
4.4.3 by @fklassen in #769 and #771
--------------------------------------------------------------------------------
ChangeLog:
* Mon Jan 2 2023 Bojan Smojver <bojan@rexursive com> - 4.4.3-1
- bump up to 4.4.3
- remove merged patch from https://github.com/appneta/tcpreplay/pull/757
* Thu Nov 24 2022 Florian Weimer <fweimer(a)redhat.com> - 4.4.2-2
- Avoid implicit int, implicit function declarations in configure
--------------------------------------------------------------------------------
================================================================================
voms-2.1.0-0.27.rc3.el8 (FEDORA-EPEL-2023-512d2dc2c9)
Virtual Organization Membership Service
--------------------------------------------------------------------------------
Update Information:
VOMS 2.1.0 rc3
--------------------------------------------------------------------------------
ChangeLog:
* Mon Jan 2 2023 Mattias Ellert <mattias.ellert(a)physics.uu.se> - 2.1.0-0.27.rc3
- Update to version 2.1.0-rc3
- Drop patches accepted upstream
- Add new patches (the PRs have been accepted upstream)
* Wed Dec 21 2022 Mattias Ellert <mattias.ellert(a)physics.uu.se> - 2.1.0-0.26.rc2
- Rebuild for gsoap 2.8.124 (Fedora 38)
* Sat Jul 23 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.1.0-0.25.rc2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
--------------------------------------------------------------------------------
The following builds have been pushed to Fedora EPEL 8 updates-testing
rednotebook-2.29-1.el8
unrealircd-6.0.5-1.el8
Details about builds:
================================================================================
rednotebook-2.29-1.el8 (FEDORA-EPEL-2022-300a4cb4eb)
Daily journal with calendar, templates and keyword searching
--------------------------------------------------------------------------------
Update Information:
New upstream version 2.29. ---- New upstream version 2.28.1. ---- New
upstream version 2.28.
--------------------------------------------------------------------------------
ChangeLog:
* Sat Dec 31 2022 Phil Wyett <philip.wyett(a)kathenas.org> - 2.29-1
- New upstream version 2.29
* Thu Dec 29 2022 Phil Wyett <philip.wyett(a)kathenas.org> - 2.28.1-1
- New upstream version 2.28.1
* Wed Dec 28 2022 Phil Wyett <philip.wyett(a)kathenas.org> - 2.28-1
- New upstream version 2.28
--------------------------------------------------------------------------------
================================================================================
unrealircd-6.0.5-1.el8 (FEDORA-EPEL-2022-134310773e)
Open Source IRC server
--------------------------------------------------------------------------------
Update Information:
# UnrealIRCd 6.0.5 This release adds experimental JSON-RPC support, a new TLINE
command, logging to files has been improved and there are several other
enhancements. There are also two important changes: 1) servers that use
websockets now also need to load the "webserver" module (so you may need to edit
your config file). 2) upstream now requires by default TLSv1.2 or higher and a
modern cipher for IRC clients. This should be no problem for clients using any
reasonably new SSL/TLS library (from 2014 or later). ## Enhancements *
Internally the websocket module has been split up into 3 modules:
`websocket_common`, `webserver` and `websocket`. The `websocket_common` one is
loaded by default via modules.default.conf, the other two are not.
**Important:** If you use websockets then you need to load two modules now
(instead of only one): ``` loadmodule "websocket"; loadmodule "webserver";
``` * [JSON-RPC](https://www.unrealircd.org/docs/JSON-RPC) API for UnrealIRCd.
This is work in progress. * New `TLINE` command to test *LINEs. This can be
especially useful for checking how many people match an [extended server
ban](https://www.unrealircd.org/docs/Extended_server_bans) such as `TLINE ~C:NL`
* When an IRCOp is outside the channel and does `MODE #channel` they will now
get to see the mode parameters too. This depends on the
`channel:see:mode:remote` [operclass
permission](https://www.unrealircd.org/docs/Operclass_permissions) which all
IRCOps have by default if you use the default operclasses. * [Logging to a
file](https://www.unrealircd.org/docs/Log_block) now creates a directory
structure if needed. * You could already use: ``` log { source {
!debug; all; } destination { file "ircd.%Y-%m-%d.log"; } } ``` * But now
you can also use: ``` log { source { !debug; all; } destination { file
"%Y-%m-%d/ircd.log"; } } ``` This is especially useful if you output to
multiple log files and then want them grouped by date in a directory. * Add
additional variables in
[blacklist::reason](https://www.unrealircd.org/docs/Blacklist_block): *
`$blacklist`: name of the blacklist block * `$dnsname`: the
blacklist::dns::name * `$dnsreply`: the DNS reply code * Resolved technical
issue so opers can `REHASH` from [Websocket
connections](https://www.unrealircd.org/docs/WebSocket_support). * In the [TLD
block](https://www.unrealircd.org/docs/Tld_block) the use of `tld::motd` and
`tld::rules` is now optional. * Log which oper actually initiated a server link
request (`CONNECT`) ## Changes * SSL/TLS: By default upstream now requires
TLSv1.2 or later and a modern cipher with forward secrecy. Otherwise the
connection is refused. * Since UnrealIRCd 4.2.2 (March 2019) users see an on-
connect notice with a warning when they use an outdated TLS protocol or cipher
that does not meet these requirements. * This move also reflects the phase out
of versions below TLSv1.2 which happened in browsers in 2020/2021. * In
practice on the client-side this requires at least: * OpenSSL 1.0.1
(released in 2012) * GnuTLS 3.2.6 (2013) * Android 4.4.2 (2013) * Or
presumably any other SSL/TLS library that is not 9+ years old * If you want to
revert back to the previous less secure settings, then look under ''Previous
less secure setting'' in [TLS Ciphers and
protocols](https://www.unrealircd.org/docs/TLS_Ciphers_and_protocols). * The
code for handling [`set::anti-flood::everyone::connect-
flood`](https://www.unrealircd.org/docs/Anti-flood_settings#connect-flood) is
now in its own module `connect-flood`. This module is loaded by default, no
changes needed in your configuration file. * Similarly, [`set:max-unknown-
connections-per-ip`](https://www.unrealircd.org/docs/Set_block#set::max-unk…
connections-per-ip) is now handled by the new module `max-unknown-connections-
per-ip`. This module is loaded by default as well, no changes needed in your
configuration file. * When timing out on the
[authprompt](https://www.unrealircd.org/docs/Set_block#set::authentication-
prompt) module, the error (quit message) is now the original (ban) reason for
the prompt, instead of the generic `Registration timeout`. ## Fixes * Crash
when linking. This requires a certain sequence of events: first a server is
linked in successfully, then it needs to REHASH, and then a new link attempt has
to come in with the same server name (for example because there is a network
issue and the old link has not timed out yet). If all that happens, then an
UnreaIRCd 6 server may crash, but not always. * Warning message about moddata
creationtime when linking. * [Snomask
`+j`](https://www.unrealircd.org/docs/Snomasks) was not showing remote joins,
even though it did show remote parts and kicks. * Leak of 1 file descriptor per
/REHASH (the control socket). * Ban letters showing up twice in 005 EXTBAN= *
Setting [set::authentication-
prompt::enabled](https://www.unrealircd.org/docs/Set_block#set::authenticat…
prompt) to `no` was ignored. The default is still `yes`. ## Developers and
protocol * Add `CALL_CMD_FUNC(cmd_func_name)` for calling commands in the same
module, see [this commit](https://github.com/unrealircd/unrealircd/commit/dc55c3
ec9f19e5ed284e5a786f646d0e6bb60ef9). Benefit of this is that it will keep
working if we ever change command paramters. * Add
`CALL_NEXT_COMMAND_OVERRIDE()` which can be used instead of
`CallCommandOverride()`, see also [this commit](https://github.com/unrealircd/un
realircd/commit/4e5598b6cf0986095f757f31a2540b03e4d235dc). This too, will keep
working if we ever change command parameters. * During loading and rehash we now
set `loop.config_status` to one of `CONFIG_STATUS_*` so modules (and core) can
see at what step we are during configuration file and module processing. * New
RPC API. See the `src/modules/rpc/` directory for examples. * New function
`get_nvplist(NameValuePrioList *list, const char *name)`
--------------------------------------------------------------------------------
ChangeLog:
* Sat Dec 31 2022 Robert Scheck <robert(a)fedoraproject.org> 6.0.5-1
- Upgrade to 6.0.5 (#2151482)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2151482 - unrealircd-6.0.5 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2151482
--------------------------------------------------------------------------------