SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libtcnative-1-0-1.3.1-lp156.36.1.x86_64.rpm :

* Sun Sep 29 2024 Fridrich Strba - Fix build after removal of the default %%{java_home} define
* Wed Jul 24 2024 Björn Voigt - Update to 1.3.1
* Fix a crash on Windows when SSLContext.setCACertificate() is invoked with a null value for caCertificateFile and a non-null value for caCertificatePath
* Add: Use ERR_error_string_n with a definite buffer length as a named constant.
* Add: Ensure local reference capacity is available when creating new arrays and Strings.
* The windows binaries in this release have been built with OpenSSL 3.0.14
* Tue Feb 13 2024 Björn Voigt - Update to 1.3.0:
* Update: Drop useless compile.optimize option.
* Update: Align Java source compile configuration with Tomcat.
* Fix: Fix version set in DLL header on Windows
* Update: Remove an unreachable if condition around CRLs in sslcontext.c.
* Fix: 67818: When calling SSL.setVerify() or SSLContext.setVerify(), the default verify paths are no longer set. Only the explicitly configured trust store, if any, will be used. (michaelo)
* Update: Update the minimum supported version of LibreSSL to 3.5.2.
* Design: Remove NPN support as NPN was never standardised and browser support was removed in 2019.
* Tue Feb 13 2024 Pedro Monreal - Update to 1.2.39:
* Fix: 67061: If the insecure optionalNoCA certificate verification mode is used, disable OCSP if enabled else client certificates from unknown certificate authorities will be rejected.
* Update: Update the recommended minimum version of OpenSSL to 3.0.11.
* Change the hardcoded libopenssl-1_1-devel to libopenssl-devel for distributions that have the right version
* Tue Nov 14 2023 Michele Bussolotto - Version update to version 1.2.38:
* Align default pass phrase prompt with HTTPd.
* #66669: Fix memory leak in SNI processing.
* Update the recommended minimum version of OpenSSL to 1.1.1v.
* Update the recommended minimum version of APR to 1.7.4.
* Document the TLS rengotiation behaviour.
* Add HOWTO-RELEASE.txt that describes the release process.
* Refactor library initialization so it is compatible with Tomcat 10.1.x onwards where a number of Java classes have been removed.
* Map the OpenSSL 3.x FIPS behaviour to the OpenSSL 1.x API to allow clients to determine if the FIPS provider is being used when Tomcat Native is compiled against OpenSSL 3.x.
* #66035: Fix crash when attempting to read TLS session ID after a handshake failure.
* Enable download_deps.sh to be called from any directory.
* Fix release script so it works with the current git layout.
* #65441: Correct previous fix that enabled building to continue with OpenSSL 3.x.
* #65659: Remove remaining reference to pkg-config which is no longer included in the Tomcat Native distribution.
* #65181: Additional changes required to provided support for using OpenSSL Engines that use proprietary key formats.
* #65329: Correct handling of WINVER in make file to use correct constant for Windows 7. Add constants for Windows 8, Windows 8.1 and Windows 10. Rename WINNT to WIN2k as it is used for Windows 2000 upwards, not Windows NT upwards.
* Add a patch for APR that fixes an issue where some Windows systems in some configurations would only listen on IPv6 addresses on dual stack systems even though configured to listen on both IPv6 and IPv4 addresses.
* Correct a regression in the fix for 65181 that prevented an error message from being displayed if an invalid key file was provided and no OpenSSL Engine was configured.
* #65181: Improve support for using OpenSSL Engines that use proprietary key formats.
* Enable building to continue against OpenSSL 3.x and 1.1.1.
* Incomplete name mangling fix for C++ compilers in tcn_api.h.
* Improve OS-specific header include for native thread id.
* Disable keylog callback support for LibreSSL.
* Add support for SSLContext.addChainCertificateRaw() with LibreSSL 2.9.1 and up.
* Add support for HP-UX\'s _lwp_self() in our ssl_thread_id(void).
* Remove default option passed for rpath to linker on HP-UX.
* Add an option to allow the OCSP responder check to be bypassed. Note that if OCSP is enabled, a missing responder is now treated as an error.
* #64429: Fix compilation with LibreSSL.
* #63671: libtcnative does not compile with OpenSSL < 1.1.0 and APR w/o threading support.
* Correct configure message for OpenSSL libdir.
* #64260: Clean up install target.
* #64315: configure output for OpenSSL wrong/incomplete sometimes.
* Drop obsolete build time workarounds for HP-UX.
* Add support for FreeBSD\'s pthread_getthreadid_np() in our ssl_thread_id(void).
* #64316: Introduce tcn_get_thread_id(void) to reduce code duplication.
* Fix linking against OpenSSL in non-standard locations on FreeBSD.- Removed patch:
* libtcnative-1-0-bsc1199170.patch + fix integrated
* Sat Oct 07 2023 Björn Voigt - Version update to version 1.2.39:
* Fix: 67061: If the insecure optionalNoCA certificate verification mode is used, disable OCSP if enabled else client certificates from unknown certificate authorities will be rejected.
* Update: Update the recommended minimum version of OpenSSL to 3.0.11.
* Tue Aug 22 2023 Björn Voigt - Version update to version 1.2.38:
* Update: Align default pass phrase prompt with HTTPd.
* Fix: 66669: Fix memory leak in SNI processing.
* Update: Update the recommended minimum version of OpenSSL to 1.1.1v.
* Tue Jun 27 2023 Björn Voigt - Version update to version 1.2.37:
* Update: Update the recommended minimum version of APR to 1.7.4.
* Update: Update the recommended minimum version of OpenSSL to 1.1.1u.
* Tue Feb 14 2023 Björn Voigt - Version update to version 1.2.36:
* Update the recommended minimum version of APR to 1.7.2.
* Update: Update the recommended minimum version of OpenSSL to 1.1.1t.
* Thu Oct 13 2022 Björn Voigt - changed RPM URL to https://tomcat.apache.org/native-doc/
* Wed Aug 03 2022 Björn Voigt - Version update to version 1.2.35:
* See changelog.html for in-depth upstream changes
* Docs: Document the TLS rengotiation behaviour.
* Docs: Add HOWTO-RELEASE.txt that describes the release process.
* Update: Update recommended OpenSSL version to 1.1.1q or later.
* Fri Jul 29 2022 pgajdosAATTsuse.com- Fix for SG#63251, bsc#1199170 (thanks to ohollmannAATTsuse.com)- added patches fix https://github.com/apache/tomcat-native/commit/5ac1175a0cf24aae2a285b3f3fb877ff83aef0c0 + libtcnative-1-0-bsc1199170.patch
* Thu Nov 07 2019 Matei Albu - Add GPG keyring.
* Mon Aug 12 2019 Matei Albu - Version update to version 1.2.23:
* See changelog.html for in-depth upstream changes
* Thu Jun 06 2019 Matei - Version update to version 1.2.21:
* See changelog.html for in-depth upstream changes
* Fix incompatibility with Tomcat (bsc#1130843)
* Mon Nov 27 2017 fstrbaAATTsuse.com- Version update to version 1.2.16:
* See changelog.html for in-depth upstream changes
* Fixes build breakage with newer version of openssl
* Wed Feb 03 2016 tchvatalAATTsuse.com- Version update to version 1.2.4:
* See changelog.html for in-depth upstream changes
* This connector to properly work requires openssl 1.0.2 or newer so do not backport to other codestreams.
* Wed Feb 25 2015 tchvatalAATTsuse.com- Remove keyring file as there is new keyring and I didn\'t find it on the web
* Thu Feb 19 2015 p.drouandAATTgmail.com- Update to version 1.1.32
* Fix: 53952: Add support for TLSv1.2 and TLSv1.1.
* Fix: 56844: Use OpenSSL 1.0.1j with Windows binaries.
* Update: Use APR 1.5.1 with Windows binaries- Remove tomcat-native-nosslv2.patch; merged on upstream release- Remove %gpg_verify tag and gpg-offline require; let OBS handles gpg verification
 
ICM