7
0

39 Commits

Author SHA256 Message Date
80325efd4b Accepting request 1204564 from Java:packages
Fix build after removal of the default %%{java_home} define

OBS-URL: https://build.opensuse.org/request/show/1204564
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtcnative-1-0?expand=0&rev=42
2024-09-30 13:39:58 +00:00
c209c30407 OBS-URL: https://build.opensuse.org/package/show/Java:packages/libtcnative-1-0?expand=0&rev=35 2024-09-29 19:47:32 +00:00
6f47ee5af7 OBS-URL: https://build.opensuse.org/package/show/Java:packages/libtcnative-1-0?expand=0&rev=34 2024-09-29 05:56:42 +00:00
0082592d9e OBS-URL: https://build.opensuse.org/package/show/Java:packages/libtcnative-1-0?expand=0&rev=33 2024-09-28 22:14:18 +00:00
385c25a107 Accepting request 1146440 from Java:packages
1.2.39

OBS-URL: https://build.opensuse.org/request/show/1146440
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtcnative-1-0?expand=0&rev=41
2024-02-13 21:44:46 +00:00
f711f92433 OBS-URL: https://build.opensuse.org/package/show/Java:packages/libtcnative-1-0?expand=0&rev=31 2024-02-13 14:56:39 +00:00
73bb0ff8ff OBS-URL: https://build.opensuse.org/package/show/Java:packages/libtcnative-1-0?expand=0&rev=30 2024-02-13 14:54:39 +00:00
089966a9bc OBS-URL: https://build.opensuse.org/package/show/Java:packages/libtcnative-1-0?expand=0&rev=29 2024-02-13 14:50:25 +00:00
9e6008ba69 Accepting request 1146321 from home:pmonrealgonzalez:branches:Java:packages
- 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.

OBS-URL: https://build.opensuse.org/request/show/1146321
OBS-URL: https://build.opensuse.org/package/show/Java:packages/libtcnative-1-0?expand=0&rev=28
2024-02-13 14:48:17 +00:00
0b2bc1caa0 Accepting request 1129304 from Java:packages
sync changes with sle

OBS-URL: https://build.opensuse.org/request/show/1129304
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtcnative-1-0?expand=0&rev=40
2023-11-28 21:18:24 +00:00
a2b1524cad OBS-URL: https://build.opensuse.org/package/show/Java:packages/libtcnative-1-0?expand=0&rev=26 2023-11-28 06:41:18 +00:00
3169237d5b Accepting request 1126601 from Java:packages
- Version update to version 1.2.38:
  * Update:  Align default pass phrase prompt with HTTPd. (michaelo)
  * Fix:  66669: Fix memory leak in SNI processing. (markt)
  * Update:  Update the recommended minimum version of OpenSSL to 1.1.1v. (markt)
  * Update:  Update the recommended minimum version of APR to 1.7.4. (markt)
  * Docs:  Document the TLS rengotiation behaviour. (markt)
  * Docs:  Add HOWTO-RELEASE.txt that describes the release process. (markt)
  * Code:  Refactor library initialization so it is compatible with Tomcat 10.1.x onwards where a number of Java classes have been removed. (markt)
  * Add:  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. (markt)
  * Fix:  66035: Fix crash when attempting to read TLS session ID after a handshake failure. (schultz/markt)
  * Fix:  Enable download_deps.sh to be called from any directory. Pull request #12 provided by Dimitrios Soumis. (markt)
  * Fix:  Fix release script so it works with the current git layout. (markt)
  * Fix:  65441: Correct previous fix that enabled building to continue with OpenSSL 3.x. Patch provided by lzsiga. (markt)
  * Fix:  65659: Remove remaining reference to pkg-config which is no longer included in the Tomcat Native distribution. (markt)
  * Add:  65181: Additional changes required to provided support for using OpenSSL Engines that use proprietary key formats. Based on a patch provided by Edin Hodzic. (markt)
  * Fix:  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. (markt)
  * Fix:  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. (michaelo)
  * Fix:  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. (markt)
  * Add:  65181: Improve support for using OpenSSL Engines that use proprietary key formats. Patch provided by Edin Hodzic. (markt)
  * Fix:  Enable building to continue against OpenSSL 3.x and 1.1.1. (markt)
  * Fix:  Incomplete name mangling fix for C++ compilers in tcn_api.h. (michaelo)
  * Update:  Improve OS-specific header include for native thread id. (michaelo)
  * Fix:  Disable keylog callback support for LibreSSL. (michaelo)
  * Add:  Add support for SSLContext.addChainCertificateRaw() with LibreSSL 2.9.1 and up. (michaelo)
  * Add:  Add support for HP-UX's _lwp_self() in our ssl_thread_id(void). (michaelo)
  * Remove default option passed for rpath to linker on HP-UX. (michaelo)
  * Add:  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. (jfclere)
  * Fix:  64429: Fix compilation with LibreSSL. (markt)
  * Fix:  63671: libtcnative does not compile with OpenSSL < 1.1.0 and APR w/o threading support. (michaelo)
  * Fix:  Correct configure message for OpenSSL libdir. (michaelo)
  * Update:  64260: Clean up install target. (michaelo)
  * Fix:  64315: configure output for OpenSSL wrong/incomplete sometimes. (michaelo)
  * Update:  Drop obsolete build time workarounds for HP-UX. (michaelo)
  * Add:  Add support for FreeBSD's pthread_getthreadid_np() in our ssl_thread_id(void). (michaelo)
  * Add:  64316: Introduce tcn_get_thread_id(void) to reduce code duplication. (michaelo)
  * Fix:  Fix linking against OpenSSL in non-standard locations on FreeBSD. (michaelo)
  *

OBS-URL: https://build.opensuse.org/request/show/1126601
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtcnative-1-0?expand=0&rev=39
2023-11-15 20:10:27 +00:00
2fd8b5e048 Accepting request 1125842 from home:mbussolotto:branches:Java:packages:bump
- Version update to version 1.2.38:
  * Update:  Align default pass phrase prompt with HTTPd. (michaelo)
  * Fix:  66669: Fix memory leak in SNI processing. (markt)
  * Update:  Update the recommended minimum version of OpenSSL to 1.1.1v. (markt)
  * Update:  Update the recommended minimum version of APR to 1.7.4. (markt)
  * Docs:  Document the TLS rengotiation behaviour. (markt)
  * Docs:  Add HOWTO-RELEASE.txt that describes the release process. (markt)
  * Code:  Refactor library initialization so it is compatible with Tomcat 10.1.x onwards where a number of Java classes have been removed. (markt)
  * Add:  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. (markt)
  * Fix:  66035: Fix crash when attempting to read TLS session ID after a handshake failure. (schultz/markt)
  * Fix:  Enable download_deps.sh to be called from any directory. Pull request #12 provided by Dimitrios Soumis. (markt)
  * Fix:  Fix release script so it works with the current git layout. (markt)
  * Fix:  65441: Correct previous fix that enabled building to continue with OpenSSL 3.x. Patch provided by lzsiga. (markt)
  * Fix:  65659: Remove remaining reference to pkg-config which is no longer included in the Tomcat Native distribution. (markt)
  * Add:  65181: Additional changes required to provided support for using OpenSSL Engines that use proprietary key formats. Based on a patch provided by Edin Hodzic. (markt)
  * Fix:  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. (markt)
  * Fix:  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. (michaelo)
  * Fix:  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. (markt)
  * Add:  65181: Improve support for using OpenSSL Engines that use proprietary key formats. Patch provided by Edin Hodzic. (markt)
  * Fix:  Enable building to continue against OpenSSL 3.x and 1.1.1. (markt)
  * Fix:  Incomplete name mangling fix for C++ compilers in tcn_api.h. (michaelo)
  * Update:  Improve OS-specific header include for native thread id. (michaelo)
  * Fix:  Disable keylog callback support for LibreSSL. (michaelo)
  * Add:  Add support for SSLContext.addChainCertificateRaw() with LibreSSL 2.9.1 and up. (michaelo)
  * Add:  Add support for HP-UX's _lwp_self() in our ssl_thread_id(void). (michaelo)
  * Remove default option passed for rpath to linker on HP-UX. (michaelo)
  * Add:  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. (jfclere)
  * Fix:  64429: Fix compilation with LibreSSL. (markt)
  * Fix:  63671: libtcnative does not compile with OpenSSL < 1.1.0 and APR w/o threading support. (michaelo)
  * Fix:  Correct configure message for OpenSSL libdir. (michaelo)
  * Update:  64260: Clean up install target. (michaelo)
  * Fix:  64315: configure output for OpenSSL wrong/incomplete sometimes. (michaelo)
  * Update:  Drop obsolete build time workarounds for HP-UX. (michaelo)
  * Add:  Add support for FreeBSD's pthread_getthreadid_np() in our ssl_thread_id(void). (michaelo)
  * Add:  64316: Introduce tcn_get_thread_id(void) to reduce code duplication. (michaelo)
  * Fix:  Fix linking against OpenSSL in non-standard locations on FreeBSD. (michaelo)
  *

OBS-URL: https://build.opensuse.org/request/show/1125842
OBS-URL: https://build.opensuse.org/package/show/Java:packages/libtcnative-1-0?expand=0&rev=24
2023-11-14 12:02:17 +00:00
8b286a6123 Accepting request 746234 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/746234
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtcnative-1-0?expand=0&rev=38
2019-11-09 22:26:45 +00:00
f541c4e1b1 Accepting request 746232 from home:mateialbu:branches:Java:packages
- Add GPG keyring.

OBS-URL: https://build.opensuse.org/request/show/746232
OBS-URL: https://build.opensuse.org/package/show/Java:packages/libtcnative-1-0?expand=0&rev=22
2019-11-07 11:14:26 +00:00
6da5ca0a27 Accepting request 723041 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/723041
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtcnative-1-0?expand=0&rev=37
2019-08-13 11:48:23 +00:00
Tomáš Chvátal
9766fca3cd Accepting request 723034 from home:mateialbu:branches:Java:packages
Version update

OBS-URL: https://build.opensuse.org/request/show/723034
OBS-URL: https://build.opensuse.org/package/show/Java:packages/libtcnative-1-0?expand=0&rev=20
2019-08-13 10:38:09 +00:00
35f51c8785 Accepting request 708191 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/708191
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtcnative-1-0?expand=0&rev=36
2019-06-07 10:19:13 +00:00
Tomáš Chvátal
fac30a8639 Accepting request 708166 from home:mateialbu:branches:Java:packages
- Version update to version 1.2.21:
  * See changelog.html for in-depth upstream changes
  * Fix incompatibility with Tomcat (bsc#1130843)

OBS-URL: https://build.opensuse.org/request/show/708166
OBS-URL: https://build.opensuse.org/package/show/Java:packages/libtcnative-1-0?expand=0&rev=18
2019-06-06 20:13:12 +00:00
20560deb9c OBS-URL: https://build.opensuse.org/package/show/Java:packages/libtcnative-1-0?expand=0&rev=17 2019-02-07 08:13:17 +00:00
d999c2c411 OBS-URL: https://build.opensuse.org/package/show/Java:packages/libtcnative-1-0?expand=0&rev=16 2018-05-17 20:05:00 +00:00
7aa46b04cd Accepting request 545824 from Java:packages
Fix build against openssl 1.1.0

OBS-URL: https://build.opensuse.org/request/show/545824
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtcnative-1-0?expand=0&rev=35
2017-11-30 11:44:39 +00:00
f6bef6594b OBS-URL: https://build.opensuse.org/package/show/Java:packages/libtcnative-1-0?expand=0&rev=14 2017-11-27 07:39:00 +00:00
72e1b2bed6 Accepting request 357513 from Java:packages
- 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.

OBS-URL: https://build.opensuse.org/request/show/357513
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtcnative-1-0?expand=0&rev=34
2016-02-04 23:32:06 +00:00
Tomáš Chvátal
492639c4d0 - 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.

OBS-URL: https://build.opensuse.org/package/show/Java:packages/libtcnative-1-0?expand=0&rev=12
2016-02-03 10:53:58 +00:00
Tomáš Chvátal
d64b7cf7e9 OBS-URL: https://build.opensuse.org/package/show/Java:packages/libtcnative-1-0?expand=0&rev=11 2016-02-03 10:51:07 +00:00
d7806954a5 Accepting request 287785 from Java:packages
- Remove keyring file as there is new keyring and I didn't find it
  on the web

- 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

OBS-URL: https://build.opensuse.org/request/show/287785
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtcnative-1-0?expand=0&rev=33
2015-03-03 10:14:19 +00:00
Tomáš Chvátal
4d95f2665b OBS-URL: https://build.opensuse.org/package/show/Java:packages/libtcnative-1-0?expand=0&rev=10 2015-02-25 20:29:05 +00:00
Tomáš Chvátal
a0380e562f - Remove keyring file as there is new keyring and I didn't find it
on the web

OBS-URL: https://build.opensuse.org/package/show/Java:packages/libtcnative-1-0?expand=0&rev=9
2015-02-25 20:19:24 +00:00
Tomáš Chvátal
ae35ee2e56 Accepting request 286832 from home:posophe:branches:Java:packages
Update

OBS-URL: https://build.opensuse.org/request/show/286832
OBS-URL: https://build.opensuse.org/package/show/Java:packages/libtcnative-1-0?expand=0&rev=8
2015-02-25 18:17:35 +00:00
Stephan Kulow
a66e38d3fc Accepting request 232155 from Java:packages
- version 1.1.30 
* Fixed double-free in ssl_ocsp_request. Patch provided by
  Aristotelis.
* Other minor bugfixes.
- openSUSE: Fix build when openssl does not have SSLv2 support.
  (tomcat-native-nosslv2.patch) (forwarded request 231578 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/232155
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtcnative-1-0?expand=0&rev=31
2014-05-02 11:59:26 +00:00
Tomáš Chvátal
af9ea1fe0e Accepting request 231578 from home:elvigia:branches:Java:packages
- version 1.1.30 
* Fixed double-free in ssl_ocsp_request. Patch provided by
  Aristotelis.
* Other minor bugfixes.
- openSUSE: Fix build when openssl does not have SSLv2 support.
  (tomcat-native-nosslv2.patch)

OBS-URL: https://build.opensuse.org/request/show/231578
OBS-URL: https://build.opensuse.org/package/show/Java:packages/libtcnative-1-0?expand=0&rev=7
2014-04-30 08:33:29 +00:00
Stephan Kulow
045ee0d0b7 Accepting request 198874 from Java:packages
- Update to 1.1.27 (bugfix release)
  * fix high CUP usage on client's IP address change
  * add CPU information to OS info for Linux
  * fix FIPS mode for listeners; resolves 'Low level API
    call to digest MD5 forbidden in FIPS mode!' errors.
  * update add clearOptions function to allow access to
    OpenSSL's SSL_CTX_clear_options function.
  * fix regression in pollset return value.
- add gpg verification
- add javapackages-tools
- drop config-guess-sub-update.patch

OBS-URL: https://build.opensuse.org/request/show/198874
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtcnative-1-0?expand=0&rev=29
2013-09-16 08:05:54 +00:00
cecc74fa00 - Update to 1.1.27 (bugfix release)
* fix high CUP usage on client's IP address change
  * add CPU information to OS info for Linux
  * fix FIPS mode for listeners; resolves 'Low level API
    call to digest MD5 forbidden in FIPS mode!' errors.
  * update add clearOptions function to allow access to
    OpenSSL's SSL_CTX_clear_options function.
  * fix regression in pollset return value.
- add gpg verification
- add javapackages-tools
- drop config-guess-sub-update.patch

OBS-URL: https://build.opensuse.org/package/show/Java:packages/libtcnative-1-0?expand=0&rev=6
2013-09-13 09:34:02 +00:00
Stephan Kulow
a82805a9c8 Accepting request 162359 from Java:packages
- config-guess-sub-update.patch: update config.guess/sub for aarch64 (forwarded request 161923 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/162359
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtcnative-1-0?expand=0&rev=28
2013-04-05 05:35:17 +00:00
a180cdb7c5 Accepting request 161923 from devel:ARM:AArch64:Factory
- config-guess-sub-update.patch: update config.guess/sub for aarch64

OBS-URL: https://build.opensuse.org/request/show/161923
OBS-URL: https://build.opensuse.org/package/show/Java:packages/libtcnative-1-0?expand=0&rev=5
2013-04-03 08:59:11 +00:00
Stephan Kulow
ceeeecfa48 Accepting request 144609 from Java:packages
update to 1.1.24 (forwarded request 144414 from NicoK)

OBS-URL: https://build.opensuse.org/request/show/144609
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtcnative-1-0?expand=0&rev=26
2012-12-10 09:10:22 +00:00
Stephan Kulow
3bcb9b6d54 unlink
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtcnative-1-0?expand=0&rev=24
2012-03-30 08:04:47 +00:00
OBS User unknown
ccb5c344cc OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtcnative-1-0?expand=0&rev=3 2009-02-20 03:49:49 +00:00