Changelog for
glib-networking-32bit-2.78.0-1.2.x86_64.rpm :
* Fri Sep 15 2023 Bjørn Lie
- Update to version 2.78.0: + Respect root certificates added to macOS system keychain by users + Disable PKCS #11 tests when GnuTLS is built without PKCS #11 support + Fix connection tests on 32-bit systems with 64-bit time_t + Updated translations.
* Fri Aug 11 2023 Dominique Leuenberger - Ignore test suite errors for now: the test passes when run locally in a chroot build env, but fails inside a kvm build env.
* Fri Jun 30 2023 Bjørn Lie - Update to version 2.76.1: + Fix proxy tests when built against libproxy 0.5. + Updated translations.- Drop a7db10e8862050f19af5c2eebcd1d590a04d5ced.patch: fixed upstream.
* Thu Jun 15 2023 Bjørn Lie - Add a7db10e8862050f19af5c2eebcd1d590a04d5ced.patch: Fix tests using libproxy 0.5.
* Fri Mar 17 2023 Bjørn Lie - Update to version 2.76.0: + Fix OpenSSL sessions becoming unresumable. + Fix installed libproxy test.
* Mon Feb 27 2023 Dominique Leuenberger - Update to version 2.76.beta: + Hopefully fix environment proxy resolver on Windows. + Remove static_modules build option, use - Ddefault_library=static instead. + Updated translations.
* Wed Feb 15 2023 Dominique Leuenberger - Update to version 2.76.alpha: + OpenSSL: add session resumption support. + GnuTLS: several session resumption improvements. + Skip TLS exporter test for TLS 1.2. + Default values for build options have changed, no longer use auto. + Fix static linking on Windows. + Don\'t use system trust on iOS. + Updated translations.- Drop glib-networking-gnutls-tls-exporter-tls12.patch: fixed upstream.
* Wed Oct 26 2022 Pedro Monreal - Fix build with gnutls 3.7.8:
* tests: skip tls-exporter test for TLS 1.2
* https://gitlab.gnome.org/GNOME/glib-networking/-/issues/201
* Add glib-networking-gnutls-tls-exporter-tls12.patch
* Thu Sep 15 2022 Bjørn Lie - Update to version 2.74.0: + Updated translations.
* Thu Sep 01 2022 Bjørn Lie - Update to version 2.74.rc: + Support PKCS #12 encrypted certificates. + Various improvements to Meson build system. + Multiple fixes for proxy tests.
* Tue Aug 09 2022 Bjørn Lie - Update to version 2.74.beta: + Drop environment proxy resolver to lowest priority.
* Mon Aug 08 2022 Dominique Leuenberger - Update to version 2.74.alpha: + Add build option for toggling debug logging. + Move gettext() usage out of hot paths. + Fix tests build when using openssl. + Properly free libproxy lookup results and require libproxy 0.4.16. + Add additional validation for proxy lookup results. + Allow using static libraries via meson subprojects. + Updated translations.
* Mon Aug 08 2022 Bjørn Lie - Update to version 2.72.2: + Drop environment proxy resolver to lowest priority.
* Mon Jul 04 2022 Emily Gonyer - Update to version 2.72.1 + Discard empty proxy environment variables.
* Tue Mar 22 2022 Bjørn Lie - Update to version 2.72.0: + Fix proxy tests. + GnuTLS: use IANA-style ciphersuite names with GnuTLS 3.7.4. + meson devenv. + Updated translations.
* Fri Feb 11 2022 Bjørn Lie - Update to version 2.72.beta: + Add environment variable proxy resolver. + OpenSSL: fix uninitialized memory use.
* Fri Jan 07 2022 Bjørn Lie - Update to version 2.72.alpha: + OpenSSL: - Fix unsafe error handling. - Fail when appropriate if Must-Staple extension is set. + GnuTLS: fix TLS 1.3 ciphersuite names, should use underscores. + Improve failure of tls-unique channel binding requests. + Do not fill SNI extension with IP address.
* Tue Jan 04 2022 Andreas Schwab - Increase testsuite timeout
* Mon Dec 06 2021 Bjørn Lie - Update to version 2.70.1: + Fix crashes when handshake is cancelled + OpenSSL: fix spurious certificate expired verification errors + GnuTLS: - Fix tests on 32-bit systems - Fix crash when invalid priority string is forced- Add check section and run meson_test macro during build.
* Fri Sep 17 2021 Dominique Leuenberger - Update to version 2.70.0: + Updated translations.
* Thu Sep 16 2021 Stanislav Brabec - Remove obsolete translation-update-upstream support (jsc#SLE-21105).
* Fri Sep 03 2021 Dominique Leuenberger - Update to version 2.70.rc: + gnutls: - revert AuthorityInformationAccess implementation for now. - fix use of non-default GTlsDatabases, Geary crash on startup. - fix leak in g_tls_certificate_gnutls_copy. - Unbreak GTLS_GNUTLS_CHECK_VERSION. + openssl: remove openssl-util.
* Mon Aug 23 2021 Dominique Leuenberger - Update to version 2.70.beta: + gnutls: Ensure that PKCS #11 pins are NUL terminated. + openssl: Restore OCSP support.
* Fri Aug 06 2021 Dominique Leuenberger - Update to version 2.70.alpha: + Fix TLS channel bindings tests. + Require OpenSSL 1.0.2. + Fix threadsafety issue in certificate verification. + dlopen libsoup for performing HTTP requests. + OpenSSL: add DTLS support, plus many related improvements. + Implement new GTlsCertificate details APIs. + GnuTLS: improve error handling for PIN failures. + GnuTLS: expose PIN type on PIN requests. + GnuTLS: check cancellable in pull timeout callback. + Improve automation of test certificate creation. + GnuTLS: use GnuTLS to implement all channel bindings. + GnuTLS: rework certificate verification to use TLS session. + GnuTLS: improve peer identity verification. + Bring back automatic downloading of missing intermediate certificates (not fixed, may go away again).
* Fri Apr 30 2021 Dominique Leuenberger - Update to version 2.68.1: + Fix threadsafety issue in certificate verification. + Temporarily remove support for downloading missing intermediate certificates with GnuTLS 3.7.
* Sat Mar 20 2021 Michael Gorse - Update to version 2.68.0: + Fix double free in GnuTLS client certificate request code.
* Tue Mar 16 2021 Dominique Leuenberger - Update to version 2.68.rc: + Improve heuristic for returning G_TLS_ERROR_CERTIFICATE_REQUIRED. + Fix check for certain handshake failure conditions.
* Thu Jan 14 2021 Dominique Leuenberger - Update to version 2.68.alpha: + Download and validate missing intermediate certificates (requires GnuTLS 3.7). + OpenSSL backend now uses system crypto policy. + Remove use of g_assert in testsuite. + Restore support for old versions of OpenSSL. + Implement TLS channel bindings API. + Implement PKCS#11 API. + Update testsuite for Fedora 33 crypto policy. + Fix NULL dereference in g_tls_connection_base_read_message. + Fix a couple code issues found by Coverity.