The following Fedora EPEL 8 Security updates need testing:
Age URL
5 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-0214e32cb7 zabbix6.0-6.0.33-1.el8
4 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-fc8e1f0a44 python-webob-1.8.8-2.el8
The following builds have been pushed to Fedora EPEL 8 updates-testing
fts-rest-client-3.13.3-1.el8
python-regex-2024.4.28-1.el8
Details about builds:
================================================================================
fts-rest-client-3.13.3-1.el8 (FEDORA-EPEL-2024-a2eb1a4ffd)
File Transfer Service (FTS) -- Python3 Client and CLI
--------------------------------------------------------------------------------
Update Information:
New upstream release v3.13.3
--------------------------------------------------------------------------------
ChangeLog:
* Wed Aug 21 2024 Mihai Patrascoiu <mihai.patrascoiu(a)cern.ch> - 3.13.3-1
- New upstream release 3.13.3
--------------------------------------------------------------------------------
================================================================================
python-regex-2024.4.28-1.el8 (FEDORA-EPEL-2024-9cd442856e)
Alternative regular expression module, to replace re
--------------------------------------------------------------------------------
Update Information:
Update python-regex to the latest release.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Aug 21 2024 Thomas Moschny <thomas.moschny(a)gmx.de> - 2024.4.28-1
- Update to 2024.4.28.
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 2024.4.16-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jun 7 2024 Python Maint <python-maint(a)redhat.com> - 2024.4.16-2
- Rebuilt for Python 3.13
--------------------------------------------------------------------------------
The following Fedora EPEL 9 Security updates need testing:
Age URL
9 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-c3521d114d libsass-3.6.6-1.el9 python-libsass-0.23.0-2.el9 python-qtsass-0.4.0-4.el9
6 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-cfb384f493 iaito-5.9.4-1.el9 radare2-5.9.4-1.el9
5 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-e76322a49b zabbix-6.0.33-1.el9
3 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-4a0acd6ee7 python-webob-1.8.8-2.el9
The following builds have been pushed to Fedora EPEL 9 updates-testing
fedora-distro-aliases-1.4-1.el9
matterbridge-1.26.0-4.el9
rust-difftastic-0.60.0-2.el9
rust-env_logger-0.11.5-1.el9
rust-rbw-1.12.1-1.el9
Details about builds:
================================================================================
fedora-distro-aliases-1.4-1.el9 (FEDORA-EPEL-2024-cdd4077de4)
Aliases for active Fedora releases
--------------------------------------------------------------------------------
Update Information:
Add an attribute with always numeric version number
--------------------------------------------------------------------------------
ChangeLog:
* Tue Aug 20 2024 Jakub Kadlcik <frostyx(a)email.cz> 1.4-1
- Add an attribute with always numeric version number (frostyx(a)email.cz)
--------------------------------------------------------------------------------
================================================================================
matterbridge-1.26.0-4.el9 (FEDORA-EPEL-2024-721a28382e)
Bridge between many online chat protocols
--------------------------------------------------------------------------------
Update Information:
add systemd unit
--------------------------------------------------------------------------------
ChangeLog:
* Mon Aug 12 2024 Jonathan Wright <jonathan(a)almalinux.org> - 1.26.0-4
- add user, systemd unit
--------------------------------------------------------------------------------
================================================================================
rust-difftastic-0.60.0-2.el9 (FEDORA-EPEL-2024-673db1c018)
Structural diff that understands syntax
--------------------------------------------------------------------------------
Update Information:
0.60 (released 1st August 2024)
Diffing
Fixed a crash (introduced in 0.59) when the final changed hunk
included the last line of the file.
Display
Fixed an issue where files with no common content would show duplicate
hunks.
Fixed a performance issue when files had extremely long lines
(e.g. 100,000+ characters).
0.59 (released 20th July 2024)
Diffing
Fixed crash on some textual files where a single change contained more than
1,000 words.
Parsing
Added support for device tree and F#.
Difftastic now uses tree-sitter comment highlighing as a hint that
nodes should be treated as atoms. This ensures comments are treated
more consistently across languages. This fixes cases in Elm where
comment differences were ignored, and may improve other languages too.
0.58 (released 11th May 2024)
Parsing
Difftastic now preserves tree-sitter parse tree structure on parse
error nodes. This reverts the flattening behaviour introduced in
0.38. Preserving structure tends to produce better diffs, although it
increases the risk that difftastic will show fewer changes in the
presence of parse errors.
Since difftastic is now conservative with parse errors
(DFT_PARSE_ERROR_LIMIT is 0 by default), this seems like a better
tradeoff.
Updated C, C++, CMake, CSS, Elm, Go, Lua and Python parsers.
Diffing
--strip-cr now defaults to on, so comparing a file with CRLF
endings with a file with unix line endings will not show spurious
changes.
Documentation
Difftastic now has a man page, see the difft.1 file.
Performance
Fixed a memory leak and improved performance in some cases.
Command Line Interface
Fixed a crash when difftastic could not detect the terminal width,
such as inside eshell.
Difftastic now also considers $COLUMNS when detecting the terminal
width.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Aug 20 2024 Michel Lind <salimma(a)fedoraproject.org> - 0.60.0-2
- Ship manpage
* Mon Aug 19 2024 Michel Lind <salimma(a)fedoraproject.org> - 0.60.0-1
- Update to version 0.60.0; Fixes: RHBZ#2299055
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.57.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2299055 - rust-difftastic-0.60.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2299055
--------------------------------------------------------------------------------
================================================================================
rust-env_logger-0.11.5-1.el9 (FEDORA-EPEL-2024-74d5ea3ccf)
Logging implementation for log which is configured via an environment variable
--------------------------------------------------------------------------------
Update Information:
Update rbw (changelog below), and its env_logger dependency which was meant to
be updated earlier but was accidentally only partly updated
[1.12.1] - 2024-07-28
Fixed
Fix decrypting folder names of entries with individual item encryption keys.
[1.12.0] - 2024-07-28
NOTE: If you were affected by issue #163 (getting messages like failed to
decrypt encrypted secret: invalid mac when doing any operations on your
vault), you will need to rbw sync after upgrading in order to update your
local vault with the necessary new data.
Fixed
Support decrypting entries encrypted with invididual item encryption keys,
which are now generated by default from the official Bitwarden clients.
(#163)
Correctly handle lowercased and padded base32 TOTP secrets. (owl, #189)
Make locking agent memory to RAM optional, since it appears to not always
be available. (#143)
--------------------------------------------------------------------------------
ChangeLog:
* Tue Aug 20 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.11.5-1
- Update to version 0.11.5; Fixes RHBZ#2299486
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2300468 - rust-rbw-1.12.1 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2300468
--------------------------------------------------------------------------------
================================================================================
rust-rbw-1.12.1-1.el9 (FEDORA-EPEL-2024-74d5ea3ccf)
Unofficial Bitwarden CLI
--------------------------------------------------------------------------------
Update Information:
Update rbw (changelog below), and its env_logger dependency which was meant to
be updated earlier but was accidentally only partly updated
[1.12.1] - 2024-07-28
Fixed
Fix decrypting folder names of entries with individual item encryption keys.
[1.12.0] - 2024-07-28
NOTE: If you were affected by issue #163 (getting messages like failed to
decrypt encrypted secret: invalid mac when doing any operations on your
vault), you will need to rbw sync after upgrading in order to update your
local vault with the necessary new data.
Fixed
Support decrypting entries encrypted with invididual item encryption keys,
which are now generated by default from the official Bitwarden clients.
(#163)
Correctly handle lowercased and padded base32 TOTP secrets. (owl, #189)
Make locking agent memory to RAM optional, since it appears to not always
be available. (#143)
--------------------------------------------------------------------------------
ChangeLog:
* Tue Aug 20 2024 Michel Lind <salimma(a)fedoraproject.org> - 1.12.1-1
- Update to version 1.12.1; Fixes: RHBZ#2300468
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.11.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2300468 - rust-rbw-1.12.1 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2300468
--------------------------------------------------------------------------------
The following Fedora EPEL 9 Security updates need testing:
Age URL
8 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-c3521d114d libsass-3.6.6-1.el9 python-libsass-0.23.0-2.el9 python-qtsass-0.4.0-4.el9
5 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-cfb384f493 iaito-5.9.4-1.el9 radare2-5.9.4-1.el9
3 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-e76322a49b zabbix-6.0.33-1.el9
2 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-4a0acd6ee7 python-webob-1.8.8-2.el9
The following builds have been pushed to Fedora EPEL 9 updates-testing
js-jsroot-7.7.2-1.el9
packit-0.100.2-1.el9
python-aiohappyeyeballs-2.3.7-1.el9
rust-cxx-1.0.126-1.el9
rust-cxx-build-1.0.126-1.el9
rust-cxx-gen-0.7.126-1.el9
rust-cxxbridge-flags-1.0.126-1.el9
rust-cxxbridge-macro-1.0.126-1.el9
rust-onefetch-image-2.21.0-6.el9
rust-oxipng-9.1.2-3.el9
singularity-ce-4.1.5-1.el9
weechat-4.4.1-1.el9
wolfssl-5.7.0-1.el9
Details about builds:
================================================================================
js-jsroot-7.7.2-1.el9 (FEDORA-EPEL-2024-2baa1bff0f)
JavaScript ROOT - Interactive numerical data analysis graphics
--------------------------------------------------------------------------------
Update Information:
jsroot 7.7.2
--------------------------------------------------------------------------------
ChangeLog:
* Mon Aug 19 2024 Mattias Ellert <mattias.ellert(a)physics.uu.se> - 7.7.2-1
- Update to version 7.7.2
* Thu Jul 18 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 7.7.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
packit-0.100.2-1.el9 (FEDORA-EPEL-2024-1057367343)
A tool for integrating upstream projects with Fedora operating system
--------------------------------------------------------------------------------
Update Information:
Automatic update for packit-0.100.2-1.el9.
Changelog for packit
* Thu Aug 15 2024 Packit <hello(a)packit.dev> - 0.100.2-1
- Update to version 0.100.2
- Resolves: rhbz#2300464
* Thu Aug 01 2024 Packit <hello(a)packit.dev> - 0.100.1-1
- Dummy release to test the "build in side tags" new feature!
- Resolves: rhbz#2300464
--------------------------------------------------------------------------------
ChangeLog:
* Thu Aug 15 2024 Packit <hello(a)packit.dev> - 0.100.2-1
- Update to version 0.100.2
- Resolves: rhbz#2300464
* Thu Aug 1 2024 Packit <hello(a)packit.dev> - 0.100.1-1
- Dummy release to test the "build in side tags" new feature!
- Resolves: rhbz#2300464
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2300464 - packit-0.100.2 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2300464
--------------------------------------------------------------------------------
================================================================================
python-aiohappyeyeballs-2.3.7-1.el9 (FEDORA-EPEL-2024-80a6f5094a)
Happy Eyeballs for asyncio
--------------------------------------------------------------------------------
Update Information:
Initial package (close RHBZ#2305538)
--------------------------------------------------------------------------------
ChangeLog:
* Sun Aug 18 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 2.3.7-1
- Initial package (close RHBZ#2305538)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2305538 - Review Request: python-aiohappyeyeballs - Happy Eyeballs for asyncio
https://bugzilla.redhat.com/show_bug.cgi?id=2305538
--------------------------------------------------------------------------------
================================================================================
rust-cxx-1.0.126-1.el9 (FEDORA-EPEL-2024-3217c212d2)
Safe interop between Rust and C++
--------------------------------------------------------------------------------
Update Information:
Update of rust-cxx suite to patch version 126.
Update of rust-cxx suite to patch version 124.
--------------------------------------------------------------------------------
ChangeLog:
* Fri Aug 16 2024 Jan Staněk <jstanek(a)redhat.com> - 1.0.126-1
- Update to version 1.0.126 (rhbz#2305007)
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.124-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Tue Jun 18 2024 Jan Staněk <jstanek(a)redhat.com> - 1.0.124-1
- Update to version 1.0.124 (rhbz#2292438)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2292437 - rust-cxxbridge-flags-1.0.124 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2292437
[ 2 ] Bug #2292438 - rust-cxx-1.0.124 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2292438
[ 3 ] Bug #2292439 - rust-cxx-build-1.0.124 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2292439
[ 4 ] Bug #2292440 - rust-cxxbridge-macro-1.0.124 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2292440
[ 5 ] Bug #2292441 - rust-cxx-gen-0.7.124 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2292441
[ 6 ] Bug #2305007 - rust-cxx-1.0.126 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2305007
[ 7 ] Bug #2305008 - rust-cxxbridge-macro-1.0.126 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2305008
[ 8 ] Bug #2305009 - rust-cxx-build-1.0.126 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2305009
[ 9 ] Bug #2305010 - rust-cxxbridge-flags-1.0.126 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2305010
[ 10 ] Bug #2305011 - rust-cxx-gen-0.7.126 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2305011
--------------------------------------------------------------------------------
================================================================================
rust-cxx-build-1.0.126-1.el9 (FEDORA-EPEL-2024-3217c212d2)
C++ code generator for integrating cxx crate into a Cargo build
--------------------------------------------------------------------------------
Update Information:
Update of rust-cxx suite to patch version 126.
Update of rust-cxx suite to patch version 124.
--------------------------------------------------------------------------------
ChangeLog:
* Fri Aug 16 2024 Jan Staněk <jstanek(a)redhat.com> - 1.0.126-1
- Update to version 1.0.126 (rhbz#2305009)
* Tue Jun 18 2024 Jan Staněk <jstanek(a)redhat.com> - 1.0.124-1
- Update to version 1.0.124 (rhbz#2292439)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2292437 - rust-cxxbridge-flags-1.0.124 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2292437
[ 2 ] Bug #2292438 - rust-cxx-1.0.124 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2292438
[ 3 ] Bug #2292439 - rust-cxx-build-1.0.124 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2292439
[ 4 ] Bug #2292440 - rust-cxxbridge-macro-1.0.124 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2292440
[ 5 ] Bug #2292441 - rust-cxx-gen-0.7.124 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2292441
[ 6 ] Bug #2305007 - rust-cxx-1.0.126 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2305007
[ 7 ] Bug #2305008 - rust-cxxbridge-macro-1.0.126 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2305008
[ 8 ] Bug #2305009 - rust-cxx-build-1.0.126 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2305009
[ 9 ] Bug #2305010 - rust-cxxbridge-flags-1.0.126 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2305010
[ 10 ] Bug #2305011 - rust-cxx-gen-0.7.126 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2305011
--------------------------------------------------------------------------------
================================================================================
rust-cxx-gen-0.7.126-1.el9 (FEDORA-EPEL-2024-3217c212d2)
C++ code generator for integrating cxx crate into higher level tools
--------------------------------------------------------------------------------
Update Information:
Update of rust-cxx suite to patch version 126.
Update of rust-cxx suite to patch version 124.
--------------------------------------------------------------------------------
ChangeLog:
* Fri Aug 16 2024 Jan Staněk <jstanek(a)redhat.com> - 0.7.126-1
- Update to version 0.7.126 (rhbz#2305011)
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.7.124-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Tue Jun 18 2024 Jan Staněk <jstanek(a)redhat.com> - 0.7.124-1
- Update to version 0.7.124 (rhbz#2292441)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2292437 - rust-cxxbridge-flags-1.0.124 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2292437
[ 2 ] Bug #2292438 - rust-cxx-1.0.124 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2292438
[ 3 ] Bug #2292439 - rust-cxx-build-1.0.124 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2292439
[ 4 ] Bug #2292440 - rust-cxxbridge-macro-1.0.124 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2292440
[ 5 ] Bug #2292441 - rust-cxx-gen-0.7.124 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2292441
[ 6 ] Bug #2305007 - rust-cxx-1.0.126 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2305007
[ 7 ] Bug #2305008 - rust-cxxbridge-macro-1.0.126 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2305008
[ 8 ] Bug #2305009 - rust-cxx-build-1.0.126 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2305009
[ 9 ] Bug #2305010 - rust-cxxbridge-flags-1.0.126 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2305010
[ 10 ] Bug #2305011 - rust-cxx-gen-0.7.126 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2305011
--------------------------------------------------------------------------------
================================================================================
rust-cxxbridge-flags-1.0.126-1.el9 (FEDORA-EPEL-2024-3217c212d2)
Compiler configuration of the cxx crate (implementation detail)
--------------------------------------------------------------------------------
Update Information:
Update of rust-cxx suite to patch version 126.
Update of rust-cxx suite to patch version 124.
--------------------------------------------------------------------------------
ChangeLog:
* Fri Aug 16 2024 Jan Staněk <jstanek(a)redhat.com> - 1.0.126-1
- Update to version 1.0.126 (rhbz#2305010)
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.124-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Tue Jun 18 2024 Jan Staněk <jstanek(a)redhat.com> - 1.0.124-1
- Update to version 1.0.124 (rhbz#2292437)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2292437 - rust-cxxbridge-flags-1.0.124 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2292437
[ 2 ] Bug #2292438 - rust-cxx-1.0.124 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2292438
[ 3 ] Bug #2292439 - rust-cxx-build-1.0.124 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2292439
[ 4 ] Bug #2292440 - rust-cxxbridge-macro-1.0.124 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2292440
[ 5 ] Bug #2292441 - rust-cxx-gen-0.7.124 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2292441
[ 6 ] Bug #2305007 - rust-cxx-1.0.126 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2305007
[ 7 ] Bug #2305008 - rust-cxxbridge-macro-1.0.126 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2305008
[ 8 ] Bug #2305009 - rust-cxx-build-1.0.126 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2305009
[ 9 ] Bug #2305010 - rust-cxxbridge-flags-1.0.126 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2305010
[ 10 ] Bug #2305011 - rust-cxx-gen-0.7.126 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2305011
--------------------------------------------------------------------------------
================================================================================
rust-cxxbridge-macro-1.0.126-1.el9 (FEDORA-EPEL-2024-3217c212d2)
Implementation detail of the cxx crate
--------------------------------------------------------------------------------
Update Information:
Update of rust-cxx suite to patch version 126.
Update of rust-cxx suite to patch version 124.
--------------------------------------------------------------------------------
ChangeLog:
* Fri Aug 16 2024 Jan Staněk <jstanek(a)redhat.com> - 1.0.126-1
- Update to version 1.0.126 (rhbz#2305008)
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.124-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Tue Jun 18 2024 Jan Staněk <jstanek(a)redhat.com> - 1.0.124-1
- Update to version 1.0.124 (rhbz#2292440)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2292437 - rust-cxxbridge-flags-1.0.124 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2292437
[ 2 ] Bug #2292438 - rust-cxx-1.0.124 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2292438
[ 3 ] Bug #2292439 - rust-cxx-build-1.0.124 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2292439
[ 4 ] Bug #2292440 - rust-cxxbridge-macro-1.0.124 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2292440
[ 5 ] Bug #2292441 - rust-cxx-gen-0.7.124 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2292441
[ 6 ] Bug #2305007 - rust-cxx-1.0.126 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2305007
[ 7 ] Bug #2305008 - rust-cxxbridge-macro-1.0.126 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2305008
[ 8 ] Bug #2305009 - rust-cxx-build-1.0.126 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2305009
[ 9 ] Bug #2305010 - rust-cxxbridge-flags-1.0.126 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2305010
[ 10 ] Bug #2305011 - rust-cxx-gen-0.7.126 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2305011
--------------------------------------------------------------------------------
================================================================================
rust-onefetch-image-2.21.0-6.el9 (FEDORA-EPEL-2024-ca0ae54637)
Display images in the terminal
--------------------------------------------------------------------------------
Update Information:
Backport proposed patch for rust-image 0.25, without AVIF support
--------------------------------------------------------------------------------
ChangeLog:
* Mon Aug 19 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 2.21.0-6
- Updated patch for rust-image 0.25, without AVIF support
* Sun Aug 18 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 2.21.0-5
- Patch for rust-image 0.25
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.21.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-oxipng-9.1.2-3.el9 (FEDORA-EPEL-2024-5d2a455040)
Lossless PNG compression optimizer
--------------------------------------------------------------------------------
Update Information:
Re-enable crate features that require rust-image 0.25.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Jul 22 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 9.1.2-3
- Re-enable features that require rust-image 0.25
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 9.1.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
singularity-ce-4.1.5-1.el9 (FEDORA-EPEL-2024-bd9d767c05)
Application and environment virtualization
--------------------------------------------------------------------------------
Update Information:
Upgrade to 4.1.5 upstream version.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Aug 19 2024 David Trudgian <dtrudg(a)sylabs.io> - 4.1.5-1
- Upgrade to 4.1.5 upstream version.
--------------------------------------------------------------------------------
================================================================================
weechat-4.4.1-1.el9 (FEDORA-EPEL-2024-1d0fd323f8)
Portable, fast, light and extensible IRC client
--------------------------------------------------------------------------------
Update Information:
Update to 4.4.1
--------------------------------------------------------------------------------
ChangeLog:
* Mon Aug 19 2024 LuK1337 <priv.luk(a)gmail.com> - 4.4.1-1
- Update to 4.4.1
* Fri Aug 2 2024 LuK1337 <priv.luk(a)gmail.com> - 4.3.5-6
- Remove autogenerated license comment
* Fri Aug 2 2024 LuK1337 <priv.luk(a)gmail.com> - 4.3.5-5
- Fix guile30-devel build guard
* Tue Jul 30 2024 Peter Robinson <pbrobinson(a)gmail.com> - 4.3.5-4
- Build against guile 3.0
* Mon Jul 29 2024 Miroslav Suchý <msuchy(a)redhat.com> - 4.3.5-3
- convert GPLv3 license to SPDX
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.3.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
wolfssl-5.7.0-1.el9 (FEDORA-EPEL-2024-59f421a1df)
Lightweight SSL/TLS library written in ANSI C
--------------------------------------------------------------------------------
Update Information:
Initial specfile
--------------------------------------------------------------------------------
ChangeLog:
* Fri Aug 9 2024 Andrew Bauer <zonexpertconsulting(a)outlook.com> - 5.7.0-1
- Initial specfile
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2302646 - Review Request: wolfssl - Lightweight SSL/TLS library written in ANSI C
https://bugzilla.redhat.com/show_bug.cgi?id=2302646
--------------------------------------------------------------------------------
The following Fedora EPEL 8 Security updates need testing:
Age URL
5 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-fddc73b64e radare2-5.9.4-1.el8
3 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-0214e32cb7 zabbix6.0-6.0.33-1.el8
2 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-fc8e1f0a44 python-webob-1.8.8-2.el8
The following builds have been pushed to Fedora EPEL 8 updates-testing
singularity-ce-4.1.5-1.el8
Details about builds:
================================================================================
singularity-ce-4.1.5-1.el8 (FEDORA-EPEL-2024-e307a84599)
Application and environment virtualization
--------------------------------------------------------------------------------
Update Information:
Upgrade to 4.1.5 upstream version.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Aug 19 2024 David Trudgian <dtrudg(a)sylabs.io> - 4.1.5-1
- Upgrade to 4.1.5 upstream version.
--------------------------------------------------------------------------------
The following Fedora EPEL 8 Security updates need testing:
Age URL
4 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-fddc73b64e radare2-5.9.4-1.el8
3 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-0214e32cb7 zabbix6.0-6.0.33-1.el8
1 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-fc8e1f0a44 python-webob-1.8.8-2.el8
The following builds have been pushed to Fedora EPEL 8 updates-testing
cpufetch-1.06-1.el8
Details about builds:
================================================================================
cpufetch-1.06-1.el8 (FEDORA-EPEL-2024-f39d695d4f)
Simple tool for determining CPU architecture
--------------------------------------------------------------------------------
Update Information:
Update to v1.06
--------------------------------------------------------------------------------
ChangeLog:
* Sun Aug 18 2024 Artur Frenszek-Iwicki <fedora(a)svgames.pl> - 1.06-1
- Update to v1.06
--------------------------------------------------------------------------------