The following Fedora EPEL 9 Security updates need testing: Age URL 5 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-7f41f3a963 podman-tui-1.8.0-2.el9 5 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-7ecff8a55d prometheus-podman-exporter-1.18.1-1.el9 4 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-653f3a3664 checkpointctl-1.4.0-3.el9
The following builds have been pushed to Fedora EPEL 9 updates-testing CGAL-5.6.3-1.el9 lua-dbi-0.7.5-1.el9 rust-async-compression-0.4.19-3.el9 rust-brotli-8.0.2-2.el9 rust-brotli-decompressor-5.0.0-1.el9 rust-hickory-proto-0.25.2-1.el9 rust-hickory-proto0.24-0.24.4-1.el9 rust-hickory-resolver-0.25.2-1.el9 rust-hickory-resolver0.24-0.24.4-1.el9 rust-moka-0.12.10-2.el9 rust-nu-command-0.99.1-10.el9 rust-nu-protocol-0.99.1-6.el9 rust-rand_regex-0.18.1-1.el9 rust-reqwest-0.12.23-1.el9 rust-tagptr-0.2.0-2.el9 rust-tower-http-0.6.6-4.el9 Details about builds: ================================================================================ CGAL-5.6.3-1.el9 (FEDORA-EPEL-2025-5c72005ef1) Computational Geometry Algorithms Library -------------------------------------------------------------------------------- Update Information: New upstream release. See https://www.cgal.org/2025/09/17/cgal563/ -------------------------------------------------------------------------------- ChangeLog: * Thu Sep 18 2025 Laurent Rineau <laurent.rin...@cgal.org> - 5.6.3-1 - New upstream release 5.6.3 -------------------------------------------------------------------------------- ================================================================================ lua-dbi-0.7.5-1.el9 (FEDORA-EPEL-2025-64fbd95ea6) Database interface library for Lua -------------------------------------------------------------------------------- Update Information: LuaDBI 0.7.5 Allow selecting values containing NUL byte Fixed overflow when retreving integer values larger than 2^31-1 in SQLite3 Connections and Statements are now capable objects in Lua 5.4 -------------------------------------------------------------------------------- ChangeLog: * Fri Sep 19 2025 Robert Scheck <rob...@fedoraproject.org> 0.7.5-1 - Upgrade to 0.7.5 (#2396604) * Thu Jul 24 2025 Fedora Release Engineering <rel...@fedoraproject.org> - 0.7.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Fri Jan 17 2025 Fedora Release Engineering <rel...@fedoraproject.org> - 0.7.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #2396604 - lua-dbi-0.7.5 is available https://bugzilla.redhat.com/show_bug.cgi?id=2396604 -------------------------------------------------------------------------------- ================================================================================ rust-async-compression-0.4.19-3.el9 (FEDORA-EPEL-2025-2ce0610082) Adaptors between compression crates and Rust's modern asynchronous IO types -------------------------------------------------------------------------------- Update Information: rust-brotli-decompressor 5.0.0 No longer seed the context by the end of the lz77 dictionary. Instead use zero for the seed as would happen without a dictionary. This matches the behavior of brotli with a custom dictionary as specified in https://datatracker.ietf.org/doc/draft-vandevenne-shared-brotli-format/ rust-brotli 8.0.2 8.0.2 Fix for memory leak in ffi API 8.0.1 Compatibility for ffi builds 8.0.0 Fixed LZ77 to comply with the specification. No longer seed the context by the end of the lz77 dictionary. Instead use zero for the seed as would happen without a dictionary. This matches the behavior of brotli with a custom dictionary as specified in https://datatracker.ietf.org/doc/draft-vandevenne-shared-brotli-format/ rust-hickory-proto/rust-hickory-resolver 0.25.2 https://github.com/hickory-dns/hickory-dns/releases/tag/v0.25.0 https://github.com/hickory-dns/hickory-dns/releases/tag/v0.25.1 https://github.com/hickory-dns/hickory-dns/releases/tag/v0.25.2 Add compat packages rust-hickory-proto0.24 and rust-hickory-resolver0.24. rust-reqwest 0.12.23 https://github.com/seanmonstar/reqwest/releases/tag/v0.12.23 rust-wiremock 0.6.5 https://github.com/LukeMathWalker/wiremock-rs/compare/v0.6.4...v0.6.5 rust-tagptr Initial package. rust-moka Initial package. -------------------------------------------------------------------------------- ChangeLog: * Wed Sep 3 2025 Benjamin A. Beasley <c...@musicinmybrain.net> - 0.4.19-3 - Allow brotli 8 * Fri Jul 25 2025 Fedora Release Engineering <rel...@fedoraproject.org> - 0.4.19-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #2302630 - Review Request: rust-tagptr - Strongly typed atomic and non-atomic tagged pointers https://bugzilla.redhat.com/show_bug.cgi?id=2302630 [ 2 ] Bug #2331378 - rust-hickory-proto-0.25.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2331378 [ 3 ] Bug #2344421 - rust-hickory-resolver-0.25.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2344421 [ 4 ] Bug #2360907 - rust-brotli-decompressor-5.0.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=2360907 [ 5 ] Bug #2361202 - rust-brotli-8.0.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2361202 [ 6 ] Bug #2387854 - rust-reqwest-0.12.23 is available https://bugzilla.redhat.com/show_bug.cgi?id=2387854 [ 7 ] Bug #2393703 - Review Request: rust-moka - Fast and concurrent cache library inspired by Java Caffeine https://bugzilla.redhat.com/show_bug.cgi?id=2393703 -------------------------------------------------------------------------------- ================================================================================ rust-brotli-8.0.2-2.el9 (FEDORA-EPEL-2025-2ce0610082) Brotli compressor and decompressor with no_std support -------------------------------------------------------------------------------- Update Information: rust-brotli-decompressor 5.0.0 No longer seed the context by the end of the lz77 dictionary. Instead use zero for the seed as would happen without a dictionary. This matches the behavior of brotli with a custom dictionary as specified in https://datatracker.ietf.org/doc/draft-vandevenne-shared-brotli-format/ rust-brotli 8.0.2 8.0.2 Fix for memory leak in ffi API 8.0.1 Compatibility for ffi builds 8.0.0 Fixed LZ77 to comply with the specification. No longer seed the context by the end of the lz77 dictionary. Instead use zero for the seed as would happen without a dictionary. This matches the behavior of brotli with a custom dictionary as specified in https://datatracker.ietf.org/doc/draft-vandevenne-shared-brotli-format/ rust-hickory-proto/rust-hickory-resolver 0.25.2 https://github.com/hickory-dns/hickory-dns/releases/tag/v0.25.0 https://github.com/hickory-dns/hickory-dns/releases/tag/v0.25.1 https://github.com/hickory-dns/hickory-dns/releases/tag/v0.25.2 Add compat packages rust-hickory-proto0.24 and rust-hickory-resolver0.24. rust-reqwest 0.12.23 https://github.com/seanmonstar/reqwest/releases/tag/v0.12.23 rust-wiremock 0.6.5 https://github.com/LukeMathWalker/wiremock-rs/compare/v0.6.4...v0.6.5 rust-tagptr Initial package. rust-moka Initial package. -------------------------------------------------------------------------------- ChangeLog: * Wed Sep 3 2025 Benjamin A. Beasley <c...@musicinmybrain.net> - 8.0.2-2 - Re-enable tests by supplying test data files not in the crate * Wed Sep 3 2025 Benjamin A. Beasley <c...@musicinmybrain.net> - 8.0.2-1 - Update to version 8.0.2; Fixes RHBZ#2361202 * Fri Jul 25 2025 Fedora Release Engineering <rel...@fedoraproject.org> - 7.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Sun Jan 19 2025 Fedora Release Engineering <rel...@fedoraproject.org> - 7.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #2302630 - Review Request: rust-tagptr - Strongly typed atomic and non-atomic tagged pointers https://bugzilla.redhat.com/show_bug.cgi?id=2302630 [ 2 ] Bug #2331378 - rust-hickory-proto-0.25.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2331378 [ 3 ] Bug #2344421 - rust-hickory-resolver-0.25.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2344421 [ 4 ] Bug #2360907 - rust-brotli-decompressor-5.0.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=2360907 [ 5 ] Bug #2361202 - rust-brotli-8.0.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2361202 [ 6 ] Bug #2387854 - rust-reqwest-0.12.23 is available https://bugzilla.redhat.com/show_bug.cgi?id=2387854 [ 7 ] Bug #2393703 - Review Request: rust-moka - Fast and concurrent cache library inspired by Java Caffeine https://bugzilla.redhat.com/show_bug.cgi?id=2393703 -------------------------------------------------------------------------------- ================================================================================ rust-brotli-decompressor-5.0.0-1.el9 (FEDORA-EPEL-2025-2ce0610082) Brotli decompressor with no_std support -------------------------------------------------------------------------------- Update Information: rust-brotli-decompressor 5.0.0 No longer seed the context by the end of the lz77 dictionary. Instead use zero for the seed as would happen without a dictionary. This matches the behavior of brotli with a custom dictionary as specified in https://datatracker.ietf.org/doc/draft-vandevenne-shared-brotli-format/ rust-brotli 8.0.2 8.0.2 Fix for memory leak in ffi API 8.0.1 Compatibility for ffi builds 8.0.0 Fixed LZ77 to comply with the specification. No longer seed the context by the end of the lz77 dictionary. Instead use zero for the seed as would happen without a dictionary. This matches the behavior of brotli with a custom dictionary as specified in https://datatracker.ietf.org/doc/draft-vandevenne-shared-brotli-format/ rust-hickory-proto/rust-hickory-resolver 0.25.2 https://github.com/hickory-dns/hickory-dns/releases/tag/v0.25.0 https://github.com/hickory-dns/hickory-dns/releases/tag/v0.25.1 https://github.com/hickory-dns/hickory-dns/releases/tag/v0.25.2 Add compat packages rust-hickory-proto0.24 and rust-hickory-resolver0.24. rust-reqwest 0.12.23 https://github.com/seanmonstar/reqwest/releases/tag/v0.12.23 rust-wiremock 0.6.5 https://github.com/LukeMathWalker/wiremock-rs/compare/v0.6.4...v0.6.5 rust-tagptr Initial package. rust-moka Initial package. -------------------------------------------------------------------------------- ChangeLog: * Wed Sep 3 2025 Benjamin A. Beasley <c...@musicinmybrain.net> - 5.0.0-1 - Update to version 5.0.0; Fixes RHBZ#2360907 * Fri Jul 25 2025 Fedora Release Engineering <rel...@fedoraproject.org> - 4.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #2302630 - Review Request: rust-tagptr - Strongly typed atomic and non-atomic tagged pointers https://bugzilla.redhat.com/show_bug.cgi?id=2302630 [ 2 ] Bug #2331378 - rust-hickory-proto-0.25.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2331378 [ 3 ] Bug #2344421 - rust-hickory-resolver-0.25.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2344421 [ 4 ] Bug #2360907 - rust-brotli-decompressor-5.0.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=2360907 [ 5 ] Bug #2361202 - rust-brotli-8.0.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2361202 [ 6 ] Bug #2387854 - rust-reqwest-0.12.23 is available https://bugzilla.redhat.com/show_bug.cgi?id=2387854 [ 7 ] Bug #2393703 - Review Request: rust-moka - Fast and concurrent cache library inspired by Java Caffeine https://bugzilla.redhat.com/show_bug.cgi?id=2393703 -------------------------------------------------------------------------------- ================================================================================ rust-hickory-proto-0.25.2-1.el9 (FEDORA-EPEL-2025-2ce0610082) Hickory DNS is a safe and secure DNS library -------------------------------------------------------------------------------- Update Information: rust-brotli-decompressor 5.0.0 No longer seed the context by the end of the lz77 dictionary. Instead use zero for the seed as would happen without a dictionary. This matches the behavior of brotli with a custom dictionary as specified in https://datatracker.ietf.org/doc/draft-vandevenne-shared-brotli-format/ rust-brotli 8.0.2 8.0.2 Fix for memory leak in ffi API 8.0.1 Compatibility for ffi builds 8.0.0 Fixed LZ77 to comply with the specification. No longer seed the context by the end of the lz77 dictionary. Instead use zero for the seed as would happen without a dictionary. This matches the behavior of brotli with a custom dictionary as specified in https://datatracker.ietf.org/doc/draft-vandevenne-shared-brotli-format/ rust-hickory-proto/rust-hickory-resolver 0.25.2 https://github.com/hickory-dns/hickory-dns/releases/tag/v0.25.0 https://github.com/hickory-dns/hickory-dns/releases/tag/v0.25.1 https://github.com/hickory-dns/hickory-dns/releases/tag/v0.25.2 Add compat packages rust-hickory-proto0.24 and rust-hickory-resolver0.24. rust-reqwest 0.12.23 https://github.com/seanmonstar/reqwest/releases/tag/v0.12.23 rust-wiremock 0.6.5 https://github.com/LukeMathWalker/wiremock-rs/compare/v0.6.4...v0.6.5 rust-tagptr Initial package. rust-moka Initial package. -------------------------------------------------------------------------------- ChangeLog: * Tue Sep 9 2025 Benjamin A. Beasley <c...@musicinmybrain.net> - 0.25.2-1 - Update to version 0.25.2; Fixes RHBZ#2331378 * Fri Jul 25 2025 Fedora Release Engineering <rel...@fedoraproject.org> - 0.24.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #2302630 - Review Request: rust-tagptr - Strongly typed atomic and non-atomic tagged pointers https://bugzilla.redhat.com/show_bug.cgi?id=2302630 [ 2 ] Bug #2331378 - rust-hickory-proto-0.25.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2331378 [ 3 ] Bug #2344421 - rust-hickory-resolver-0.25.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2344421 [ 4 ] Bug #2360907 - rust-brotli-decompressor-5.0.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=2360907 [ 5 ] Bug #2361202 - rust-brotli-8.0.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2361202 [ 6 ] Bug #2387854 - rust-reqwest-0.12.23 is available https://bugzilla.redhat.com/show_bug.cgi?id=2387854 [ 7 ] Bug #2393703 - Review Request: rust-moka - Fast and concurrent cache library inspired by Java Caffeine https://bugzilla.redhat.com/show_bug.cgi?id=2393703 -------------------------------------------------------------------------------- ================================================================================ rust-hickory-proto0.24-0.24.4-1.el9 (FEDORA-EPEL-2025-2ce0610082) Hickory DNS is a safe and secure DNS library -------------------------------------------------------------------------------- Update Information: rust-brotli-decompressor 5.0.0 No longer seed the context by the end of the lz77 dictionary. Instead use zero for the seed as would happen without a dictionary. This matches the behavior of brotli with a custom dictionary as specified in https://datatracker.ietf.org/doc/draft-vandevenne-shared-brotli-format/ rust-brotli 8.0.2 8.0.2 Fix for memory leak in ffi API 8.0.1 Compatibility for ffi builds 8.0.0 Fixed LZ77 to comply with the specification. No longer seed the context by the end of the lz77 dictionary. Instead use zero for the seed as would happen without a dictionary. This matches the behavior of brotli with a custom dictionary as specified in https://datatracker.ietf.org/doc/draft-vandevenne-shared-brotli-format/ rust-hickory-proto/rust-hickory-resolver 0.25.2 https://github.com/hickory-dns/hickory-dns/releases/tag/v0.25.0 https://github.com/hickory-dns/hickory-dns/releases/tag/v0.25.1 https://github.com/hickory-dns/hickory-dns/releases/tag/v0.25.2 Add compat packages rust-hickory-proto0.24 and rust-hickory-resolver0.24. rust-reqwest 0.12.23 https://github.com/seanmonstar/reqwest/releases/tag/v0.12.23 rust-wiremock 0.6.5 https://github.com/LukeMathWalker/wiremock-rs/compare/v0.6.4...v0.6.5 rust-tagptr Initial package. rust-moka Initial package. -------------------------------------------------------------------------------- ChangeLog: * Thu Sep 18 2025 Benjamin A. Beasley <c...@musicinmybrain.net> - 0.24.4-1 - Initial compat package -------------------------------------------------------------------------------- References: [ 1 ] Bug #2302630 - Review Request: rust-tagptr - Strongly typed atomic and non-atomic tagged pointers https://bugzilla.redhat.com/show_bug.cgi?id=2302630 [ 2 ] Bug #2331378 - rust-hickory-proto-0.25.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2331378 [ 3 ] Bug #2344421 - rust-hickory-resolver-0.25.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2344421 [ 4 ] Bug #2360907 - rust-brotli-decompressor-5.0.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=2360907 [ 5 ] Bug #2361202 - rust-brotli-8.0.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2361202 [ 6 ] Bug #2387854 - rust-reqwest-0.12.23 is available https://bugzilla.redhat.com/show_bug.cgi?id=2387854 [ 7 ] Bug #2393703 - Review Request: rust-moka - Fast and concurrent cache library inspired by Java Caffeine https://bugzilla.redhat.com/show_bug.cgi?id=2393703 -------------------------------------------------------------------------------- ================================================================================ rust-hickory-resolver-0.25.2-1.el9 (FEDORA-EPEL-2025-2ce0610082) Hickory DNS is a safe and secure DNS library -------------------------------------------------------------------------------- Update Information: rust-brotli-decompressor 5.0.0 No longer seed the context by the end of the lz77 dictionary. Instead use zero for the seed as would happen without a dictionary. This matches the behavior of brotli with a custom dictionary as specified in https://datatracker.ietf.org/doc/draft-vandevenne-shared-brotli-format/ rust-brotli 8.0.2 8.0.2 Fix for memory leak in ffi API 8.0.1 Compatibility for ffi builds 8.0.0 Fixed LZ77 to comply with the specification. No longer seed the context by the end of the lz77 dictionary. Instead use zero for the seed as would happen without a dictionary. This matches the behavior of brotli with a custom dictionary as specified in https://datatracker.ietf.org/doc/draft-vandevenne-shared-brotli-format/ rust-hickory-proto/rust-hickory-resolver 0.25.2 https://github.com/hickory-dns/hickory-dns/releases/tag/v0.25.0 https://github.com/hickory-dns/hickory-dns/releases/tag/v0.25.1 https://github.com/hickory-dns/hickory-dns/releases/tag/v0.25.2 Add compat packages rust-hickory-proto0.24 and rust-hickory-resolver0.24. rust-reqwest 0.12.23 https://github.com/seanmonstar/reqwest/releases/tag/v0.12.23 rust-wiremock 0.6.5 https://github.com/LukeMathWalker/wiremock-rs/compare/v0.6.4...v0.6.5 rust-tagptr Initial package. rust-moka Initial package. -------------------------------------------------------------------------------- ChangeLog: * Tue Sep 9 2025 Benjamin A. Beasley <c...@musicinmybrain.net> - 0.25.2-1 - Update to version 0.25.2; Fixes RHBZ#2344421 - Enable many tests * Fri Jul 25 2025 Fedora Release Engineering <rel...@fedoraproject.org> - 0.24.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #2302630 - Review Request: rust-tagptr - Strongly typed atomic and non-atomic tagged pointers https://bugzilla.redhat.com/show_bug.cgi?id=2302630 [ 2 ] Bug #2331378 - rust-hickory-proto-0.25.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2331378 [ 3 ] Bug #2344421 - rust-hickory-resolver-0.25.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2344421 [ 4 ] Bug #2360907 - rust-brotli-decompressor-5.0.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=2360907 [ 5 ] Bug #2361202 - rust-brotli-8.0.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2361202 [ 6 ] Bug #2387854 - rust-reqwest-0.12.23 is available https://bugzilla.redhat.com/show_bug.cgi?id=2387854 [ 7 ] Bug #2393703 - Review Request: rust-moka - Fast and concurrent cache library inspired by Java Caffeine https://bugzilla.redhat.com/show_bug.cgi?id=2393703 -------------------------------------------------------------------------------- ================================================================================ rust-hickory-resolver0.24-0.24.4-1.el9 (FEDORA-EPEL-2025-2ce0610082) Hickory DNS is a safe and secure DNS library -------------------------------------------------------------------------------- Update Information: rust-brotli-decompressor 5.0.0 No longer seed the context by the end of the lz77 dictionary. Instead use zero for the seed as would happen without a dictionary. This matches the behavior of brotli with a custom dictionary as specified in https://datatracker.ietf.org/doc/draft-vandevenne-shared-brotli-format/ rust-brotli 8.0.2 8.0.2 Fix for memory leak in ffi API 8.0.1 Compatibility for ffi builds 8.0.0 Fixed LZ77 to comply with the specification. No longer seed the context by the end of the lz77 dictionary. Instead use zero for the seed as would happen without a dictionary. This matches the behavior of brotli with a custom dictionary as specified in https://datatracker.ietf.org/doc/draft-vandevenne-shared-brotli-format/ rust-hickory-proto/rust-hickory-resolver 0.25.2 https://github.com/hickory-dns/hickory-dns/releases/tag/v0.25.0 https://github.com/hickory-dns/hickory-dns/releases/tag/v0.25.1 https://github.com/hickory-dns/hickory-dns/releases/tag/v0.25.2 Add compat packages rust-hickory-proto0.24 and rust-hickory-resolver0.24. rust-reqwest 0.12.23 https://github.com/seanmonstar/reqwest/releases/tag/v0.12.23 rust-wiremock 0.6.5 https://github.com/LukeMathWalker/wiremock-rs/compare/v0.6.4...v0.6.5 rust-tagptr Initial package. rust-moka Initial package. -------------------------------------------------------------------------------- ChangeLog: * Thu Sep 18 2025 Benjamin A. Beasley <c...@musicinmybrain.net> - 0.24.4-1 - Initial compat package -------------------------------------------------------------------------------- References: [ 1 ] Bug #2302630 - Review Request: rust-tagptr - Strongly typed atomic and non-atomic tagged pointers https://bugzilla.redhat.com/show_bug.cgi?id=2302630 [ 2 ] Bug #2331378 - rust-hickory-proto-0.25.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2331378 [ 3 ] Bug #2344421 - rust-hickory-resolver-0.25.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2344421 [ 4 ] Bug #2360907 - rust-brotli-decompressor-5.0.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=2360907 [ 5 ] Bug #2361202 - rust-brotli-8.0.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2361202 [ 6 ] Bug #2387854 - rust-reqwest-0.12.23 is available https://bugzilla.redhat.com/show_bug.cgi?id=2387854 [ 7 ] Bug #2393703 - Review Request: rust-moka - Fast and concurrent cache library inspired by Java Caffeine https://bugzilla.redhat.com/show_bug.cgi?id=2393703 -------------------------------------------------------------------------------- ================================================================================ rust-moka-0.12.10-2.el9 (FEDORA-EPEL-2025-2ce0610082) Fast and concurrent cache library inspired by Java Caffeine -------------------------------------------------------------------------------- Update Information: rust-brotli-decompressor 5.0.0 No longer seed the context by the end of the lz77 dictionary. Instead use zero for the seed as would happen without a dictionary. This matches the behavior of brotli with a custom dictionary as specified in https://datatracker.ietf.org/doc/draft-vandevenne-shared-brotli-format/ rust-brotli 8.0.2 8.0.2 Fix for memory leak in ffi API 8.0.1 Compatibility for ffi builds 8.0.0 Fixed LZ77 to comply with the specification. No longer seed the context by the end of the lz77 dictionary. Instead use zero for the seed as would happen without a dictionary. This matches the behavior of brotli with a custom dictionary as specified in https://datatracker.ietf.org/doc/draft-vandevenne-shared-brotli-format/ rust-hickory-proto/rust-hickory-resolver 0.25.2 https://github.com/hickory-dns/hickory-dns/releases/tag/v0.25.0 https://github.com/hickory-dns/hickory-dns/releases/tag/v0.25.1 https://github.com/hickory-dns/hickory-dns/releases/tag/v0.25.2 Add compat packages rust-hickory-proto0.24 and rust-hickory-resolver0.24. rust-reqwest 0.12.23 https://github.com/seanmonstar/reqwest/releases/tag/v0.12.23 rust-wiremock 0.6.5 https://github.com/LukeMathWalker/wiremock-rs/compare/v0.6.4...v0.6.5 rust-tagptr Initial package. rust-moka Initial package. -------------------------------------------------------------------------------- ChangeLog: * Thu Sep 18 2025 Benjamin A. Beasley <c...@musicinmybrain.net> - 0.12.10-2 - Update reqwest dev-dependency from 0.11 to 0.12 * Wed Sep 17 2025 Benjamin A. Beasley <c...@musicinmybrain.net> - 0.12.10-1 - Initial package (close RHBZ#2393703) -------------------------------------------------------------------------------- References: [ 1 ] Bug #2302630 - Review Request: rust-tagptr - Strongly typed atomic and non-atomic tagged pointers https://bugzilla.redhat.com/show_bug.cgi?id=2302630 [ 2 ] Bug #2331378 - rust-hickory-proto-0.25.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2331378 [ 3 ] Bug #2344421 - rust-hickory-resolver-0.25.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2344421 [ 4 ] Bug #2360907 - rust-brotli-decompressor-5.0.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=2360907 [ 5 ] Bug #2361202 - rust-brotli-8.0.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2361202 [ 6 ] Bug #2387854 - rust-reqwest-0.12.23 is available https://bugzilla.redhat.com/show_bug.cgi?id=2387854 [ 7 ] Bug #2393703 - Review Request: rust-moka - Fast and concurrent cache library inspired by Java Caffeine https://bugzilla.redhat.com/show_bug.cgi?id=2393703 -------------------------------------------------------------------------------- ================================================================================ rust-nu-command-0.99.1-10.el9 (FEDORA-EPEL-2025-2ce0610082) Nushell's built-in commands -------------------------------------------------------------------------------- Update Information: rust-brotli-decompressor 5.0.0 No longer seed the context by the end of the lz77 dictionary. Instead use zero for the seed as would happen without a dictionary. This matches the behavior of brotli with a custom dictionary as specified in https://datatracker.ietf.org/doc/draft-vandevenne-shared-brotli-format/ rust-brotli 8.0.2 8.0.2 Fix for memory leak in ffi API 8.0.1 Compatibility for ffi builds 8.0.0 Fixed LZ77 to comply with the specification. No longer seed the context by the end of the lz77 dictionary. Instead use zero for the seed as would happen without a dictionary. This matches the behavior of brotli with a custom dictionary as specified in https://datatracker.ietf.org/doc/draft-vandevenne-shared-brotli-format/ rust-hickory-proto/rust-hickory-resolver 0.25.2 https://github.com/hickory-dns/hickory-dns/releases/tag/v0.25.0 https://github.com/hickory-dns/hickory-dns/releases/tag/v0.25.1 https://github.com/hickory-dns/hickory-dns/releases/tag/v0.25.2 Add compat packages rust-hickory-proto0.24 and rust-hickory-resolver0.24. rust-reqwest 0.12.23 https://github.com/seanmonstar/reqwest/releases/tag/v0.12.23 rust-wiremock 0.6.5 https://github.com/LukeMathWalker/wiremock-rs/compare/v0.6.4...v0.6.5 rust-tagptr Initial package. rust-moka Initial package. -------------------------------------------------------------------------------- ChangeLog: * Thu Sep 18 2025 Benjamin A. Beasley <c...@musicinmybrain.net> - 0.99.1-10 - Allow brotli 8 -------------------------------------------------------------------------------- References: [ 1 ] Bug #2302630 - Review Request: rust-tagptr - Strongly typed atomic and non-atomic tagged pointers https://bugzilla.redhat.com/show_bug.cgi?id=2302630 [ 2 ] Bug #2331378 - rust-hickory-proto-0.25.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2331378 [ 3 ] Bug #2344421 - rust-hickory-resolver-0.25.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2344421 [ 4 ] Bug #2360907 - rust-brotli-decompressor-5.0.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=2360907 [ 5 ] Bug #2361202 - rust-brotli-8.0.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2361202 [ 6 ] Bug #2387854 - rust-reqwest-0.12.23 is available https://bugzilla.redhat.com/show_bug.cgi?id=2387854 [ 7 ] Bug #2393703 - Review Request: rust-moka - Fast and concurrent cache library inspired by Java Caffeine https://bugzilla.redhat.com/show_bug.cgi?id=2393703 -------------------------------------------------------------------------------- ================================================================================ rust-nu-protocol-0.99.1-6.el9 (FEDORA-EPEL-2025-2ce0610082) Nushell's internal protocols, including its abstract syntax tree -------------------------------------------------------------------------------- Update Information: rust-brotli-decompressor 5.0.0 No longer seed the context by the end of the lz77 dictionary. Instead use zero for the seed as would happen without a dictionary. This matches the behavior of brotli with a custom dictionary as specified in https://datatracker.ietf.org/doc/draft-vandevenne-shared-brotli-format/ rust-brotli 8.0.2 8.0.2 Fix for memory leak in ffi API 8.0.1 Compatibility for ffi builds 8.0.0 Fixed LZ77 to comply with the specification. No longer seed the context by the end of the lz77 dictionary. Instead use zero for the seed as would happen without a dictionary. This matches the behavior of brotli with a custom dictionary as specified in https://datatracker.ietf.org/doc/draft-vandevenne-shared-brotli-format/ rust-hickory-proto/rust-hickory-resolver 0.25.2 https://github.com/hickory-dns/hickory-dns/releases/tag/v0.25.0 https://github.com/hickory-dns/hickory-dns/releases/tag/v0.25.1 https://github.com/hickory-dns/hickory-dns/releases/tag/v0.25.2 Add compat packages rust-hickory-proto0.24 and rust-hickory-resolver0.24. rust-reqwest 0.12.23 https://github.com/seanmonstar/reqwest/releases/tag/v0.12.23 rust-wiremock 0.6.5 https://github.com/LukeMathWalker/wiremock-rs/compare/v0.6.4...v0.6.5 rust-tagptr Initial package. rust-moka Initial package. -------------------------------------------------------------------------------- ChangeLog: * Thu Sep 18 2025 Benjamin A. Beasley <c...@musicinmybrain.net> - 0.99.1-6 - Allow brotli 8 -------------------------------------------------------------------------------- References: [ 1 ] Bug #2302630 - Review Request: rust-tagptr - Strongly typed atomic and non-atomic tagged pointers https://bugzilla.redhat.com/show_bug.cgi?id=2302630 [ 2 ] Bug #2331378 - rust-hickory-proto-0.25.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2331378 [ 3 ] Bug #2344421 - rust-hickory-resolver-0.25.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2344421 [ 4 ] Bug #2360907 - rust-brotli-decompressor-5.0.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=2360907 [ 5 ] Bug #2361202 - rust-brotli-8.0.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2361202 [ 6 ] Bug #2387854 - rust-reqwest-0.12.23 is available https://bugzilla.redhat.com/show_bug.cgi?id=2387854 [ 7 ] Bug #2393703 - Review Request: rust-moka - Fast and concurrent cache library inspired by Java Caffeine https://bugzilla.redhat.com/show_bug.cgi?id=2393703 -------------------------------------------------------------------------------- ================================================================================ rust-rand_regex-0.18.1-1.el9 (FEDORA-EPEL-2025-f9a860f003) Generates random strings and byte strings matching a regex -------------------------------------------------------------------------------- Update Information: Initial packaging of the rand_regex crate. -------------------------------------------------------------------------------- ChangeLog: * Thu Sep 18 2025 Fabio Valentini <decatho...@gmail.com> - 0.18.1-1 - Initial import (#2382067) -------------------------------------------------------------------------------- ================================================================================ rust-reqwest-0.12.23-1.el9 (FEDORA-EPEL-2025-2ce0610082) Higher level HTTP client library -------------------------------------------------------------------------------- Update Information: rust-brotli-decompressor 5.0.0 No longer seed the context by the end of the lz77 dictionary. Instead use zero for the seed as would happen without a dictionary. This matches the behavior of brotli with a custom dictionary as specified in https://datatracker.ietf.org/doc/draft-vandevenne-shared-brotli-format/ rust-brotli 8.0.2 8.0.2 Fix for memory leak in ffi API 8.0.1 Compatibility for ffi builds 8.0.0 Fixed LZ77 to comply with the specification. No longer seed the context by the end of the lz77 dictionary. Instead use zero for the seed as would happen without a dictionary. This matches the behavior of brotli with a custom dictionary as specified in https://datatracker.ietf.org/doc/draft-vandevenne-shared-brotli-format/ rust-hickory-proto/rust-hickory-resolver 0.25.2 https://github.com/hickory-dns/hickory-dns/releases/tag/v0.25.0 https://github.com/hickory-dns/hickory-dns/releases/tag/v0.25.1 https://github.com/hickory-dns/hickory-dns/releases/tag/v0.25.2 Add compat packages rust-hickory-proto0.24 and rust-hickory-resolver0.24. rust-reqwest 0.12.23 https://github.com/seanmonstar/reqwest/releases/tag/v0.12.23 rust-wiremock 0.6.5 https://github.com/LukeMathWalker/wiremock-rs/compare/v0.6.4...v0.6.5 rust-tagptr Initial package. rust-moka Initial package. -------------------------------------------------------------------------------- ChangeLog: * Thu Sep 11 2025 Benjamin A. Beasley <c...@musicinmybrain.net> - 0.12.23-1 - Update to version 0.12.23; Fixes RHBZ#2387854 * Fri Jul 25 2025 Fedora Release Engineering <rel...@fedoraproject.org> - 0.12.22-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #2302630 - Review Request: rust-tagptr - Strongly typed atomic and non-atomic tagged pointers https://bugzilla.redhat.com/show_bug.cgi?id=2302630 [ 2 ] Bug #2331378 - rust-hickory-proto-0.25.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2331378 [ 3 ] Bug #2344421 - rust-hickory-resolver-0.25.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2344421 [ 4 ] Bug #2360907 - rust-brotli-decompressor-5.0.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=2360907 [ 5 ] Bug #2361202 - rust-brotli-8.0.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2361202 [ 6 ] Bug #2387854 - rust-reqwest-0.12.23 is available https://bugzilla.redhat.com/show_bug.cgi?id=2387854 [ 7 ] Bug #2393703 - Review Request: rust-moka - Fast and concurrent cache library inspired by Java Caffeine https://bugzilla.redhat.com/show_bug.cgi?id=2393703 -------------------------------------------------------------------------------- ================================================================================ rust-tagptr-0.2.0-2.el9 (FEDORA-EPEL-2025-2ce0610082) Strongly typed atomic and non-atomic tagged pointers -------------------------------------------------------------------------------- Update Information: rust-brotli-decompressor 5.0.0 No longer seed the context by the end of the lz77 dictionary. Instead use zero for the seed as would happen without a dictionary. This matches the behavior of brotli with a custom dictionary as specified in https://datatracker.ietf.org/doc/draft-vandevenne-shared-brotli-format/ rust-brotli 8.0.2 8.0.2 Fix for memory leak in ffi API 8.0.1 Compatibility for ffi builds 8.0.0 Fixed LZ77 to comply with the specification. No longer seed the context by the end of the lz77 dictionary. Instead use zero for the seed as would happen without a dictionary. This matches the behavior of brotli with a custom dictionary as specified in https://datatracker.ietf.org/doc/draft-vandevenne-shared-brotli-format/ rust-hickory-proto/rust-hickory-resolver 0.25.2 https://github.com/hickory-dns/hickory-dns/releases/tag/v0.25.0 https://github.com/hickory-dns/hickory-dns/releases/tag/v0.25.1 https://github.com/hickory-dns/hickory-dns/releases/tag/v0.25.2 Add compat packages rust-hickory-proto0.24 and rust-hickory-resolver0.24. rust-reqwest 0.12.23 https://github.com/seanmonstar/reqwest/releases/tag/v0.12.23 rust-wiremock 0.6.5 https://github.com/LukeMathWalker/wiremock-rs/compare/v0.6.4...v0.6.5 rust-tagptr Initial package. rust-moka Initial package. -------------------------------------------------------------------------------- ChangeLog: * Wed Sep 17 2025 Petr MenÅ¡Ãk <pemen...@redhat.com> - 0.2.0-2 - Upload sources and add generic ignore pattern for crates * Wed Sep 17 2025 Petr MenÅ¡Ãk <pemen...@redhat.com> - 0.2.0-1 - Initial commit from rhbz#2302630 -------------------------------------------------------------------------------- References: [ 1 ] Bug #2302630 - Review Request: rust-tagptr - Strongly typed atomic and non-atomic tagged pointers https://bugzilla.redhat.com/show_bug.cgi?id=2302630 [ 2 ] Bug #2331378 - rust-hickory-proto-0.25.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2331378 [ 3 ] Bug #2344421 - rust-hickory-resolver-0.25.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2344421 [ 4 ] Bug #2360907 - rust-brotli-decompressor-5.0.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=2360907 [ 5 ] Bug #2361202 - rust-brotli-8.0.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2361202 [ 6 ] Bug #2387854 - rust-reqwest-0.12.23 is available https://bugzilla.redhat.com/show_bug.cgi?id=2387854 [ 7 ] Bug #2393703 - Review Request: rust-moka - Fast and concurrent cache library inspired by Java Caffeine https://bugzilla.redhat.com/show_bug.cgi?id=2393703 -------------------------------------------------------------------------------- ================================================================================ rust-tower-http-0.6.6-4.el9 (FEDORA-EPEL-2025-2ce0610082) Tower middleware and utilities for HTTP clients and servers -------------------------------------------------------------------------------- Update Information: rust-brotli-decompressor 5.0.0 No longer seed the context by the end of the lz77 dictionary. Instead use zero for the seed as would happen without a dictionary. This matches the behavior of brotli with a custom dictionary as specified in https://datatracker.ietf.org/doc/draft-vandevenne-shared-brotli-format/ rust-brotli 8.0.2 8.0.2 Fix for memory leak in ffi API 8.0.1 Compatibility for ffi builds 8.0.0 Fixed LZ77 to comply with the specification. No longer seed the context by the end of the lz77 dictionary. Instead use zero for the seed as would happen without a dictionary. This matches the behavior of brotli with a custom dictionary as specified in https://datatracker.ietf.org/doc/draft-vandevenne-shared-brotli-format/ rust-hickory-proto/rust-hickory-resolver 0.25.2 https://github.com/hickory-dns/hickory-dns/releases/tag/v0.25.0 https://github.com/hickory-dns/hickory-dns/releases/tag/v0.25.1 https://github.com/hickory-dns/hickory-dns/releases/tag/v0.25.2 Add compat packages rust-hickory-proto0.24 and rust-hickory-resolver0.24. rust-reqwest 0.12.23 https://github.com/seanmonstar/reqwest/releases/tag/v0.12.23 rust-wiremock 0.6.5 https://github.com/LukeMathWalker/wiremock-rs/compare/v0.6.4...v0.6.5 rust-tagptr Initial package. rust-moka Initial package. -------------------------------------------------------------------------------- ChangeLog: * Thu Sep 11 2025 Benjamin A. Beasley <c...@musicinmybrain.net> - 0.6.6-4 - Allow brotli 8 * Fri Jul 25 2025 Fedora Release Engineering <rel...@fedoraproject.org> - 0.6.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #2302630 - Review Request: rust-tagptr - Strongly typed atomic and non-atomic tagged pointers https://bugzilla.redhat.com/show_bug.cgi?id=2302630 [ 2 ] Bug #2331378 - rust-hickory-proto-0.25.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2331378 [ 3 ] Bug #2344421 - rust-hickory-resolver-0.25.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2344421 [ 4 ] Bug #2360907 - rust-brotli-decompressor-5.0.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=2360907 [ 5 ] Bug #2361202 - rust-brotli-8.0.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2361202 [ 6 ] Bug #2387854 - rust-reqwest-0.12.23 is available https://bugzilla.redhat.com/show_bug.cgi?id=2387854 [ 7 ] Bug #2393703 - Review Request: rust-moka - Fast and concurrent cache library inspired by Java Caffeine https://bugzilla.redhat.com/show_bug.cgi?id=2393703 --------------------------------------------------------------------------------
-- _______________________________________________ epel-devel mailing list -- epel-devel@lists.fedoraproject.org To unsubscribe send an email to epel-devel-le...@lists.fedoraproject.org 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/epel-devel@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue