[EPEL-devel] Fedora EPEL 9 updates-testing report

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The following builds have been pushed to Fedora EPEL 9 updates-testing

    mongo-c-driver-1.30.0-1.el9
    rust-cargo-vendor-filterer-0.5.17-2.el9
    rust-eif_build-0.2.1-3.el9
    rust-nu-0.99.1-7.el9
    rust-openssl-0.10.70-1.el9
    rust-openssl-sys-0.9.105-1.el9
    rust-pore-0.1.17-5.el9
    rust-sequoia-keyring-linter-1.0.1-10.el9
    rust-sequoia-policy-config-0.7.0-3.el9
    rust-sequoia-sq-1.1.0-4.el9
    xrdp-0.10.2-9.el9

Details about builds:


================================================================================
 mongo-c-driver-1.30.0-1.el9 (FEDORA-EPEL-2025-ea769d6c9b)
 Client library written in C for MongoDB
--------------------------------------------------------------------------------
Update Information:

lilbson 1.30.0
Improvements:
Improve performance of BSON-to-JSON serialization for nested documents.
Fixes:
Truncated output of bson_as_json_with_opts is changed to no longer split valid
UTF-8 sequences.
Changes were made to the generated JSON text in some cases:
Previously, empty arrays and documents would serialize with either one or two
spaces depending on whether it is nested. Empty arrays and documents now
consistently serialize with just one space.
Previously, an array omitted due to the maximum recursion limit would serialize
to "{ ... }", as if it were a document. Omitted arrays now serialize to "[ ...
]".
The maximum recursion limit now applies to legacy codewscope documents. Deeply
nested scope documents will now be omitted like any other deeply nested
document.
Fix leak of output parameter on failed call to bson_append_array_builder_begin.
libmongoc 1.30.0
New Features:
Add support for structured logging.
See mongoc_client_set_structured_log_opts and
mongoc_client_pool_set_structured_log_opts.
Add option to configure cache lifetime of In-Use Encryption data encryption
keys.
See mongoc_auto_encryption_opts_set_key_expiration and
mongoc_client_encryption_opts_set_key_expiration.
Support sort option for update and replace operations.
Support constructing a mongoc_bulkwrite_t without a client.
See mongoc_bulkwrite_new and mongoc_bulkwrite_set_client.
Improvements:
Improve performance of mongoc_server_description_new_copy.
Fixes:
Additional APM events required by the SDAM specification will now be delivered:
Servers that have seen server_opening will now see a server_closed prior to
topology_closed.
Before topology_closed, a topology_changed event will transition to Unknown
topology type.
Fix reporting insert IDs in mongoc_bulkwrite_t when verbose results requested.
--------------------------------------------------------------------------------
ChangeLog:

* Thu Feb  6 2025 Remi Collet <remi@xxxxxxxxxxxx> - 1.30.0-1
- update to 1.30.0
--------------------------------------------------------------------------------


================================================================================
 rust-cargo-vendor-filterer-0.5.17-2.el9 (FEDORA-EPEL-2025-bd80ef332a)
 Cargo vendor, but with filtering for platforms and more
--------------------------------------------------------------------------------
Update Information:

Update the openssl crate to version 0.10.70 and the openssl-sys crate to version
0.9.105.
This includes a fix for RUSTSEC-2025-0004 / CVE-2025-0977 and rebuilds of all
packages that statically link the openssl crate.
--------------------------------------------------------------------------------
ChangeLog:

* Thu Feb  6 2025 Fabio Valentini <decathorpe@xxxxxxxxx> - 0.5.17-2
- Rebuild for openssl crate >= v0.10.70 (RUSTSEC-2025-0004)
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #2343477 - CVE-2025-0977 rust-openssl: ssl::select_next_proto use after free [epel-9]
        https://bugzilla.redhat.com/show_bug.cgi?id=2343477
--------------------------------------------------------------------------------


================================================================================
 rust-eif_build-0.2.1-3.el9 (FEDORA-EPEL-2025-bd80ef332a)
 CLI tool to create EIF files for AWS Nitro Enclaves
--------------------------------------------------------------------------------
Update Information:

Update the openssl crate to version 0.10.70 and the openssl-sys crate to version
0.9.105.
This includes a fix for RUSTSEC-2025-0004 / CVE-2025-0977 and rebuilds of all
packages that statically link the openssl crate.
--------------------------------------------------------------------------------
ChangeLog:

* Thu Feb  6 2025 Fabio Valentini <decathorpe@xxxxxxxxx> - 0.2.1-3
- Rebuild for openssl crate >= v0.10.70 (RUSTSEC-2025-0004)
* Sun Jan 19 2025 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0.2.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #2343477 - CVE-2025-0977 rust-openssl: ssl::select_next_proto use after free [epel-9]
        https://bugzilla.redhat.com/show_bug.cgi?id=2343477
--------------------------------------------------------------------------------


================================================================================
 rust-nu-0.99.1-7.el9 (FEDORA-EPEL-2025-bd80ef332a)
 New type of shell
--------------------------------------------------------------------------------
Update Information:

Update the openssl crate to version 0.10.70 and the openssl-sys crate to version
0.9.105.
This includes a fix for RUSTSEC-2025-0004 / CVE-2025-0977 and rebuilds of all
packages that statically link the openssl crate.
--------------------------------------------------------------------------------
ChangeLog:

* Thu Feb  6 2025 Fabio Valentini <decathorpe@xxxxxxxxx> - 0.99.1-7
- Rebuild for openssl crate >= v0.10.70 (RUSTSEC-2025-0004)
* Sun Jan 19 2025 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0.99.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #2343477 - CVE-2025-0977 rust-openssl: ssl::select_next_proto use after free [epel-9]
        https://bugzilla.redhat.com/show_bug.cgi?id=2343477
--------------------------------------------------------------------------------


================================================================================
 rust-openssl-0.10.70-1.el9 (FEDORA-EPEL-2025-bd80ef332a)
 OpenSSL bindings
--------------------------------------------------------------------------------
Update Information:

Update the openssl crate to version 0.10.70 and the openssl-sys crate to version
0.9.105.
This includes a fix for RUSTSEC-2025-0004 / CVE-2025-0977 and rebuilds of all
packages that statically link the openssl crate.
--------------------------------------------------------------------------------
ChangeLog:

* Wed Feb  5 2025 Fabio Valentini <decathorpe@xxxxxxxxx> - 0.10.70-1
- Update to version 0.10.70; Fixes RHBZ#2343421
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #2343477 - CVE-2025-0977 rust-openssl: ssl::select_next_proto use after free [epel-9]
        https://bugzilla.redhat.com/show_bug.cgi?id=2343477
--------------------------------------------------------------------------------


================================================================================
 rust-openssl-sys-0.9.105-1.el9 (FEDORA-EPEL-2025-bd80ef332a)
 FFI bindings to OpenSSL
--------------------------------------------------------------------------------
Update Information:

Update the openssl crate to version 0.10.70 and the openssl-sys crate to version
0.9.105.
This includes a fix for RUSTSEC-2025-0004 / CVE-2025-0977 and rebuilds of all
packages that statically link the openssl crate.
--------------------------------------------------------------------------------
ChangeLog:

* Wed Feb  5 2025 Fabio Valentini <decathorpe@xxxxxxxxx> - 0.9.105-1
- Update to version 0.9.105; Fixes RHBZ#2343422
* Sun Jan 19 2025 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0.9.104-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #2343477 - CVE-2025-0977 rust-openssl: ssl::select_next_proto use after free [epel-9]
        https://bugzilla.redhat.com/show_bug.cgi?id=2343477
--------------------------------------------------------------------------------


================================================================================
 rust-pore-0.1.17-5.el9 (FEDORA-EPEL-2025-bd80ef332a)
 Performance oriented reimplementation of repo
--------------------------------------------------------------------------------
Update Information:

Update the openssl crate to version 0.10.70 and the openssl-sys crate to version
0.9.105.
This includes a fix for RUSTSEC-2025-0004 / CVE-2025-0977 and rebuilds of all
packages that statically link the openssl crate.
--------------------------------------------------------------------------------
ChangeLog:

* Thu Feb  6 2025 Fabio Valentini <decathorpe@xxxxxxxxx> - 0.1.17-5
- Rebuild for openssl crate >= v0.10.70 (RUSTSEC-2025-0004)
* Sun Jan 19 2025 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0.1.17-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #2343477 - CVE-2025-0977 rust-openssl: ssl::select_next_proto use after free [epel-9]
        https://bugzilla.redhat.com/show_bug.cgi?id=2343477
--------------------------------------------------------------------------------


================================================================================
 rust-sequoia-keyring-linter-1.0.1-10.el9 (FEDORA-EPEL-2025-bd80ef332a)
 Linter for keyrings
--------------------------------------------------------------------------------
Update Information:

Update the openssl crate to version 0.10.70 and the openssl-sys crate to version
0.9.105.
This includes a fix for RUSTSEC-2025-0004 / CVE-2025-0977 and rebuilds of all
packages that statically link the openssl crate.
--------------------------------------------------------------------------------
ChangeLog:

* Thu Feb  6 2025 Fabio Valentini <decathorpe@xxxxxxxxx> - 1.0.1-10
- Rebuild for openssl crate >= v0.10.70 (RUSTSEC-2025-0004)
* Sun Jan 19 2025 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 1.0.1-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Sat Jul 20 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 1.0.1-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #2343477 - CVE-2025-0977 rust-openssl: ssl::select_next_proto use after free [epel-9]
        https://bugzilla.redhat.com/show_bug.cgi?id=2343477
--------------------------------------------------------------------------------


================================================================================
 rust-sequoia-policy-config-0.7.0-3.el9 (FEDORA-EPEL-2025-bd80ef332a)
 Configure Sequoia using a configuration file
--------------------------------------------------------------------------------
Update Information:

Update the openssl crate to version 0.10.70 and the openssl-sys crate to version
0.9.105.
This includes a fix for RUSTSEC-2025-0004 / CVE-2025-0977 and rebuilds of all
packages that statically link the openssl crate.
--------------------------------------------------------------------------------
ChangeLog:

* Thu Feb  6 2025 Fabio Valentini <decathorpe@xxxxxxxxx> - 0.7.0-3
- Rebuild for openssl crate >= v0.10.70 (RUSTSEC-2025-0004)
* Sun Jan 19 2025 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0.7.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #2343477 - CVE-2025-0977 rust-openssl: ssl::select_next_proto use after free [epel-9]
        https://bugzilla.redhat.com/show_bug.cgi?id=2343477
--------------------------------------------------------------------------------


================================================================================
 rust-sequoia-sq-1.1.0-4.el9 (FEDORA-EPEL-2025-bd80ef332a)
 Command-line frontends for Sequoia
--------------------------------------------------------------------------------
Update Information:

Update the openssl crate to version 0.10.70 and the openssl-sys crate to version
0.9.105.
This includes a fix for RUSTSEC-2025-0004 / CVE-2025-0977 and rebuilds of all
packages that statically link the openssl crate.
--------------------------------------------------------------------------------
ChangeLog:

* Thu Feb  6 2025 Fabio Valentini <decathorpe@xxxxxxxxx> - 1.1.0-4
- Rebuild for openssl crate >= v0.10.70 (RUSTSEC-2025-0004)
* Sun Jan 19 2025 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 1.1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Tue Jan  7 2025 Fabio Valentini <decathorpe@xxxxxxxxx> - 1.1.0-2
- Stop skipping tests that no longer need to be skipped
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #2343477 - CVE-2025-0977 rust-openssl: ssl::select_next_proto use after free [epel-9]
        https://bugzilla.redhat.com/show_bug.cgi?id=2343477
--------------------------------------------------------------------------------


================================================================================
 xrdp-0.10.2-9.el9 (FEDORA-EPEL-2025-cad1dbad78)
 Open source remote desktop protocol (RDP) server
--------------------------------------------------------------------------------
Update Information:

Add upcoming utmp support, kindly contributed by Magnus Lewis-Smith.
--------------------------------------------------------------------------------
ChangeLog:

* Thu Feb  6 2025 Bojan Smojver <bojan@xxxxxxxxxxxxx> - 1:0.10.2~9
- Add utmp support contributed upstream by Magnus Lewis-Smith
* Sun Jan 19 2025 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 1:0.10.2-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #2339004 - login via xrdp does not update utmp/btmp/lastlog
        https://bugzilla.redhat.com/show_bug.cgi?id=2339004
--------------------------------------------------------------------------------


-- 
_______________________________________________
epel-devel mailing list -- epel-devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to epel-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue




[Index of Archives]     [Fedora Announce]     [Fedora News]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Announce]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora QA]     [Fedora Triage]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Linux Apps]     [Gnome Users]     [KDE Users]     [Fedora Tools]     [Fedora Art]     [Fedora Docs]     [Maemo Users]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Fedora ARM]

  Powered by Linux