The following Fedora EPEL 10.2 Security updates need testing:
Age URL
4 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-88d4453295
fonttools-4.61.0-2.el10_2 python-unicodedata2-17.0.0-1.el10_2
3 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-1701844e6f
nextcloud-32.0.3-1.el10_2
2 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-fdf05692b5
chromium-143.0.7499.109-2.el10_2
The following builds have been pushed to Fedora EPEL 10.2 updates-testing
dnscap-2.5.0-2.el10_2
golang-github-facebook-time-0^20251216git61f7510-2.el10_2
ocaml-cpdf-2.8.1-2.el10_2
pre-commit-4.5.1-1.el10_2
python-pytest-localserver-0.10.0-1.el10_2
roundcubemail-1.6.12-1.el10_2
rust-crc-3.4.0-1.el10_2
rust-iri-string-0.7.9-1.el10_2
rust-lddtree-0.3.8-1.el10_2
rust-libc-0.2.178-1.el10_2
rust-log-0.4.29-1.el10_2
rust-minijinja-2.14.0-1.el10_2
rust-reqsign-0.18.1-6.el10_2
rust-reqsign-oracle-2.0.1-1.el10_2
sslscan-2.2.1-2.el10_2
Details about builds:
================================================================================
dnscap-2.5.0-2.el10_2 (FEDORA-EPEL-2025-384ccf995b)
Network capture utility designed specifically for DNS traffic
--------------------------------------------------------------------------------
Update Information:
Unretirement of the package and update to 2.5.0.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Dec 3 2025 Fedor Vorobev <[email protected]> - 2.5.0-2
- Modified upstream RPM .spec file.
- Made it follow Fedora Package Guidelines.
- Patched cryptopan to have expected output on big endian systems.
* Tue Oct 21 2025 Jerry Lundström <[email protected]> 2.5.0-1
- Release 2.5.0
* This release adds two new plugin extensions, rewrites the compressed PCAP
reader, removes a PCAP header check to not drop valid packets and fixes
problems with `-e` filtering.
* New plugin extensions:
- `DNSCAP_EXT_BREAKLOOP_PCAPS`: for stopping the PCAP process/capture loop
- `DNSCAP_EXT_GET_LAST_TOTAL_COMPRESS_READ`: to get the uncompressed bytes
counter from the compression backend in use
* Compressed PCAP reader:
- Complete rewrite of the reader to fix several bugs, like buffer overrun
and infinite loops
- Add support to read bzip2 PCAPs
- New option `-o override_compress_extension=<ext>` to force a specific
compression when reading
* Fixes:
- Remove PCAP `hdr.len != hdr.caplen` check to not drop valid packets
- `-e`: Fix #356
- Provide usage warning instead of assert'ing on empty option
- Remove confusing part of documentation (may still be a bit confusing...)
- Fix filtering where TC=1 and no rcode
* Other changes:
- Allow C++ to include `dnscap_common.h` without needing to specify `extern
"C"`
- Update email address, remove old obsolete list address
- Various fixes for CI and code coverage
* Commits:
6fb07d6 -e filter
66a26b9 fix scan-build
43f1137 CI updates
8e22e9f CI
90402ac bsd builds
ba531eb slim deps
d401d81 builds
219d05d ci
6795ad3 Migrate to Codeberg
09747ce RPM
81f142c Compress read
e583788 Fix dropped packets
a042145 proper fix gcov
b1741d4 fix gcov
6914dc9 breakloop
07917b4 C++
0ebdffc C++
5b768e5 Email
* Thu Jun 26 2025 Jerry Lundström <[email protected]> 2.4.1-1
- Release 2.4.1
* This patch release fixes a bug introduced in v2.4.0 where writing gziped
PCAPs broke, and readds sending timestamp to plugins close function which
was incorrectly removed in v2.2.1.
* Changes:
- Remove obsolete code with zlib being required
- Add gz write test
- Fix #334:
- Readd timestamp when calling plugin close
- Update plugin close interface to pass timestamp that was missed in
2f65abd0ea059046a3ab54260806891d557d1180
* Commits:
9abd07d plugin close
b10f923 gz write
* Mon Jun 23 2025 Jerry Lundström <[email protected]> 2.4.0-1
- Release 2.4.0
* This release brings support for reading compressed PCAPs, a few new
plugin extensions and updates to autotools.
* Changes:
- Add `CHANGES` to docs
- Update autotools requirement to 2.69 and fix deprecation warnings
- Support reading gz/xz/lz4/zst compressed PCAPs based on file extension
- New plugin extensions:
- `DNSCAP_EXT_GET_PCAP_THREAD_FTELL`: function for getting the current
uncompressed position in the PCAP file being read upon being called
- `DNSCAP_EXT_GET_PKTHDR_CAPLEN`: function that returns the actual packet
length as reported by libpcap
* Commits:
f7e4cad SLE/openSUSE lz4
b30d82f Autotools, compressed PCAPs, plugin extensions
ac7f37b CHANGES
* Thu Apr 24 2025 Jerry Lundström <[email protected]> 2.3.1-1
- Release 2.3.1
* This patch release fixes issues on 32bit systems when they are using
64bit time structures (`_TIME_BITS` set to 64) and updates pcap-thread
to require libpcap with `DLT_LINUX_SLL2` support.
* Commits:
a5e9a4a pcap-thread v4.1.1
731d9e0 Add support for 64bit time structures on 32bit systems
* Thu Apr 17 2025 Jerry Lundström <[email protected]> 2.3.0-1
- Release 2.3.0
* This release adds support for Linux cooked v2 link-type, a new output
format, a new plugin and fixes a couple of issues.
* The new output format `tcpdns` can be used to generate a file with the
DNS as a TCP stream, first 16bit size (network order) then the DNS
message, which is compatible with `dnsperf -B`.
* The new plugin `asudp` can be used to rewrite outgoing packet by taking
the DNS that's found and construct UDP packets from it.
* Other changes:
- Fix #314:
- man-page: Clarify that `pktsize` is shown before parsing the IP packet
- `-g`: Quote `,` characters
- Fix #316: Fix handling of L2/ethernet frames that are larger than the
IPv4/v6 packet
- Fix multiple print statements w.r.t. `size_t`/`struct timeval`,
`%zu`/`%ld` and type casting
- Handle extension function pointers better
- Clarify that `-C` counts uncompressed output
- Block PCAP output if TCP reassemble is used
- Increase maximum DNS messages in a reassembled TCP message
- Add new extension interface for setting output packet
- Update pcap-thread to v4.1.0
* Commits:
e689bc8 pcap-thread v4.1.0
29d184b DLT_LINUX_SLL2
ba793a9 Fixes, asudp plugin, tcpdns output format
6c133d4 Ethernet padding
420548a Diag output
8b92a52 SPEC
a3fb1dd Mailing-list
* Tue Sep 10 2024 Jerry Lundström <[email protected]> 2.2.1-1
- Release 2.2.1
* This patch release fixes the BPF to correct capture ICMPv6, a typo in
the filter had it matching "ip" and not "ip6".
* Other changes are updates to GitHub workflows and man-pages.
* Commits:
ea82cd1 Copyright
aa14a9f ICMP BPF filter
6ef17e2 Badges
6722677 Workflow
1cb22f0 Man-page opt, Dumper
--------------------------------------------------------------------------------
================================================================================
golang-github-facebook-time-0^20251216git61f7510-2.el10_2
(FEDORA-EPEL-2025-56e972fca8)
Meta's Time libraries
--------------------------------------------------------------------------------
Update Information:
Update logrus for https://access.redhat.com/security/cve/cve-2025-65637
--------------------------------------------------------------------------------
ChangeLog:
* Tue Dec 16 2025 Michel Lind <[email protected]> -
0^20251216git61f7510-2
- Generate and upload new vendor tarball
* Tue Dec 16 2025 Oleg Obleukhov <[email protected]> -
0^20251216git61f7510-1
- Build latest
--------------------------------------------------------------------------------
================================================================================
ocaml-cpdf-2.8.1-2.el10_2 (FEDORA-EPEL-2025-e258064fb6)
OCaml library and command line tool for processing PDFs
--------------------------------------------------------------------------------
Update Information:
First Cpdf, now that CamlPDF is in.
--------------------------------------------------------------------------------
ChangeLog:
* Sun Dec 7 2025 John Whitington <[email protected]> - 2.8.1-2
- Adds sources
* Sun Dec 7 2025 John Whitington <[email protected]> - 2.8.1-1
- Initial import
--------------------------------------------------------------------------------
================================================================================
pre-commit-4.5.1-1.el10_2 (FEDORA-EPEL-2025-553a19986a)
Framework for managing and maintaining multi-language pre-commit hooks
--------------------------------------------------------------------------------
Update Information:
4.5.1 - 2025-12-16
Fixes
Fix language: python with repo: local without additional_dependencies.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Dec 16 2025 Benjamin A. Beasley <[email protected]> - 4.5.1-1
- Update to 4.5.1 (close RHBZ#2422939)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2422939 - pre-commit-4.5.1 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2422939
--------------------------------------------------------------------------------
================================================================================
python-pytest-localserver-0.10.0-1.el10_2 (FEDORA-EPEL-2025-e9f73e237f)
pytest plugin to test server connections locally
--------------------------------------------------------------------------------
Update Information:
Initial EPEL 10 release
--------------------------------------------------------------------------------
ChangeLog:
* Mon Nov 24 2025 Packit <[email protected]> - 0.10.0-1
- Update to 0.10.0 upstream release
- Resolves: rhbz#2416830
* Fri Sep 19 2025 Python Maint <[email protected]> - 0.9.0.post0-6
- Rebuilt for Python 3.14.0rc3 bytecode
* Fri Aug 15 2025 Python Maint <[email protected]> - 0.9.0.post0-5
- Rebuilt for Python 3.14.0rc2 bytecode
* Fri Jul 25 2025 Fedora Release Engineering <[email protected]> -
0.9.0.post0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Tue Jun 3 2025 Python Maint <[email protected]> - 0.9.0.post0-3
- Rebuilt for Python 3.14
* Sat Jan 18 2025 Fedora Release Engineering <[email protected]> -
0.9.0.post0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Sun Oct 6 2024 Packit <[email protected]> - 0.9.0.post0-1
- Update to 0.9.0.post0 upstream release
- Resolves: rhbz#2316749
* Sun Aug 25 2024 Roman Inflianskas <[email protected]> - 0.9.0-1
- Update to 0.9.0 (fedora#2306086)
* Fri Jul 19 2024 Fedora Release Engineering <[email protected]> -
0.8.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jun 7 2024 Python Maint <[email protected]> - 0.8.1-3
- Rebuilt for Python 3.13
* Fri Apr 19 2024 Packit <[email protected]> - 0.8.1-1
- [packit] 0.8.1 upstream release
- Resolves rhbz#2243571
* Sat Mar 16 2024 Roman Inflianskas <[email protected]> - 0.8.0-7
- packit: pull from upstream
* Fri Jan 26 2024 Fedora Release Engineering <[email protected]> -
0.8.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <[email protected]> -
0.8.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2416260 - Please branch and build python-pytest-localserver in
epel10
https://bugzilla.redhat.com/show_bug.cgi?id=2416260
--------------------------------------------------------------------------------
================================================================================
roundcubemail-1.6.12-1.el10_2 (FEDORA-EPEL-2025-633e14145a)
Round Cube Webmail is a browser-based multilingual IMAP client
--------------------------------------------------------------------------------
Update Information:
Release 1.6.12
Support IPv6 in database DSN (#9937)
Don't force specific error_reporting setting
Fix compatibility with PHP 8.5 regarding array_first()
Remove X-XSS-Protection example from .htaccess file (#9875)
Fix "Assign to group" action state after creation of a first group (#9889)
Fix bug where contacts search would fail if contactlist_fields contained vcard
fields (#9850)
Fix bug where an mbox export file could include inconsistent message delimiters
(#9879)
Fix parsing of inline styles that aren't well-formatted (#9948)
Fix Cross-Site-Scripting vulnerability via SVG's animate tag
Fix Information Disclosure vulnerability in the HTML style sanitizer
--------------------------------------------------------------------------------
ChangeLog:
* Mon Dec 15 2025 Remi Collet <[email protected]> - 1.6.12-1
- update to 1.6.12
--------------------------------------------------------------------------------
================================================================================
rust-crc-3.4.0-1.el10_2 (FEDORA-EPEL-2025-3e16eacff3)
Rust implementation of CRC with support of various standards
--------------------------------------------------------------------------------
Update Information:
Update to version 3.4.0.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Dec 16 2025 Fabio Valentini <[email protected]> - 3.4.0-1
- Update to version 3.4.0; Fixes RHBZ#2417331
* Fri Jul 25 2025 Fedora Release Engineering <[email protected]> -
3.3.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-iri-string-0.7.9-1.el10_2 (FEDORA-EPEL-2025-a2204be081)
IRI as string types
--------------------------------------------------------------------------------
Update Information:
Update to version 0.7.9.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Dec 16 2025 Fabio Valentini <[email protected]> - 0.7.9-1
- Update to version 0.7.9; Fixes RHBZ#2412309
* Fri Jul 25 2025 Fedora Release Engineering <[email protected]> -
0.7.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-lddtree-0.3.8-1.el10_2 (FEDORA-EPEL-2025-f9c769f4ba)
Read the ELF dependency tree
--------------------------------------------------------------------------------
Update Information:
Update to version 0.3.8.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Dec 16 2025 Fabio Valentini <[email protected]> - 0.3.8-1
- Update to version 0.3.8; Fixes RHBZ#2413542
* Fri Jul 25 2025 Fedora Release Engineering <[email protected]> -
0.3.7-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Sun Jan 19 2025 Fedora Release Engineering <[email protected]> -
0.3.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-libc-0.2.178-1.el10_2 (FEDORA-EPEL-2025-1febfe873f)
Raw FFI bindings to platform libraries like libc
--------------------------------------------------------------------------------
Update Information:
Update to version 0.2.178.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Dec 16 2025 Fabio Valentini <[email protected]> - 0.2.178-1
- Update to version 0.2.178; Fixes RHBZ#2419264
--------------------------------------------------------------------------------
================================================================================
rust-log-0.4.29-1.el10_2 (FEDORA-EPEL-2025-704d928337)
Lightweight logging facade for Rust
--------------------------------------------------------------------------------
Update Information:
Update to version 0.4.29.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Dec 16 2025 Fabio Valentini <[email protected]> - 0.4.29-1
- Update to version 0.4.29; Fixes RHBZ#2419269
--------------------------------------------------------------------------------
================================================================================
rust-minijinja-2.14.0-1.el10_2 (FEDORA-EPEL-2025-a65754bb1e)
Powerful template engine for Rust with minimal dependencies
--------------------------------------------------------------------------------
Update Information:
Update to version 2.14.0.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Dec 16 2025 Fabio Valentini <[email protected]> - 2.14.0-1
- Update to version 2.14.0; Fixes RHBZ#2419278
--------------------------------------------------------------------------------
================================================================================
rust-reqsign-0.18.1-6.el10_2 (FEDORA-EPEL-2025-0e0e16b2b6)
Signing HTTP requests for popular cloud services
--------------------------------------------------------------------------------
Update Information:
Initial package for rust-reqsign-oracle. Expose oracle and full features in
rust-reqsign.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Dec 16 2025 Benjamin A. Beasley <[email protected]> - 0.18.1-6
- Expose the oracle and full features
* Wed Nov 12 2025 Benjamin A. Beasley <[email protected]> - 0.18.1-5
- Expose the huaweicloud feature; dep. is packaged
--------------------------------------------------------------------------------
================================================================================
rust-reqsign-oracle-2.0.1-1.el10_2 (FEDORA-EPEL-2025-0e0e16b2b6)
Oracle Cloud signing implementation for reqsign
--------------------------------------------------------------------------------
Update Information:
Initial package for rust-reqsign-oracle. Expose oracle and full features in
rust-reqsign.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Dec 16 2025 Benjamin A. Beasley <[email protected]> - 2.0.1-1
- Initial package (close RHBZ#2413022)
--------------------------------------------------------------------------------
================================================================================
sslscan-2.2.1-2.el10_2 (FEDORA-EPEL-2025-5e9e78d420)
Security assessment tool for SSL/TLS
--------------------------------------------------------------------------------
Update Information:
Update to sslscan 2.2.1, bump bundled OpenSSL to 3.5.4
--------------------------------------------------------------------------------
ChangeLog:
* Tue Dec 16 2025 Sandipan Roy <[email protected]> - 2.2.1-1
- Update to sslscan 2.2.1
- Bump bundled OpenSSL to 3.5.4
- Fixes rhbz#2419393
* Wed Aug 13 2025 Sandipan Roy <[email protected]> - 2.2.0-1
- Update to sslscan 2.2.0
- Bump bundled OpenSSL to 3.5.0 (minimum supported upstream)
- Fixes rhbz#2330567
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2419393 - sslscan-2.2.1 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2419393
--------------------------------------------------------------------------------
--
_______________________________________________
epel-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it:
https://pagure.io/fedora-infrastructure/new_issue