Comments

88 Comments

Issue https://github.com/dogtagpki/pki/issues/4878 is fixed with this update.

karma

Tested server installation, works well

karma

Tested with - FEDORA-2025-6b7eba9a90 (softhsm-2.6.1-11.1.fc41) - FEDORA-2025-83633f8bbb (freeipa-4.12.2-8.fc41) - FEDORA-2025-5f71c114eb (opendnssec-2.1.14-1.fc41)

server installation, configuration of the master as dnssec master, addition of a dnssec-enabled zone, works well

karma

Tested with - FEDORA-2025-6b7eba9a90 (softhsm-2.6.1-11.1.fc41) - FEDORA-2025-83633f8bbb (freeipa-4.12.2-8.fc41) - FEDORA-2025-5f71c114eb (opendnssec-2.1.14-1.fc41)

server installation, configuration of the master as dnssec master, addition of a dnssec-enabled zone, works well

Tested with - FEDORA-2025-6b7eba9a90 (softhsm-2.6.1-11.1.fc41) - FEDORA-2025-83633f8bbb (freeipa-4.12.2-8.fc41) - FEDORA-2025-5f71c114eb (opendnssec-2.1.14-1.fc41)

server installation, configuration of the master as dnssec master, addition of a dnssec-enabled zone, works well

karma

CVE properly fixed

karma

The CVE is properly fixed.

karma

Works for me. Tested server installation with CA, KRA, DNS and replica installation with CA, KRA, DNS

karma

Works for me. Tested server installation with CA, KRA, DNS and replica installation with CA, KRA, DNS

karma

Works for me. Tested server installation with CA, KRA, DNS and replica installation with CA, KRA, DNS

This update fixes the regression that was introduced with python-dns-2.4.2-2.fc39 in FreeIPA tests.

BZ#2263657 python-dns-2.6.1 is available
karma

Tested upgrade, server install, replica install with CA, DNS and KRA, uninstall The command "dnf swap nfs-utils nfsv4-client-utils" is also working and allows to use nfsv4-client-utils instead of nfs-utils.

BZ#2237130 freeipa-client depends on nfs-utils
karma

Tested upgrade, server install, replica install with CA, DNS and KRA, uninstall The command "dnf swap nfs-utils nfsv4-client-utils" is also working and allows to use nfsv4-client-utils instead of nfs-utils.

BZ#2237130 freeipa-client depends on nfs-utils
karma

With this update FreeIPA is facing a regression in a DNSSEC test. The issue is described in https://pagure.io/freeipa/issue/9585 A client querying a signed record fails to retrieve it.

karma

Tested with ipa server and replica, the backup-restore issue is fixed.

BZ#2274188 With IPA, backup-restore using LMDB backend breaks CA functionality
karma

Test installation and CSRF protection, works well

BZ#2257646 CVE-2023-5455 freeipa: ipa: Invalid CSRF protection [fedora-all]
karma

Tested installation and CSRF protection, works well

BZ#2257646 CVE-2023-5455 freeipa: ipa: Invalid CSRF protection [fedora-all]
karma

Tested installation and CSRF protection, works well

BZ#2257646 CVE-2023-5455 freeipa: ipa: Invalid CSRF protection [fedora-all]

The update fixes a similar issue to BZ#2252567 for freeipa: without the patch, our wsgi python script fails because the annotation in https://github.com/pyca/cryptography/blob/bbf3003f518d81b23adc114f2da436d11d877e59/src/cryptography/hazmat/primitives/serialization/ssh.py#L88-L96 is not applied, and the import of cryptography.x509.base fails. With the patch our code works well.

BZ#2252567 Python 3.12.0-1 breaks Flask apps running from subinterpreters