FreeBSD Bugzilla – Attachment 233189 Details for
Bug 263254
www/tomcat-native: Update to 1.2.32
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch against /usr/ports
tomcat-native-1.2.32.patch (text/plain), 3.59 KB, created by
Michael Osipov
on 2022-04-13 09:16:15 UTC
(
hide
)
Description:
Patch against /usr/ports
Filename:
MIME Type:
Creator:
Michael Osipov
Created:
2022-04-13 09:16:15 UTC
Size:
3.59 KB
patch
obsolete
>diff --git a/www/tomcat-native/Makefile b/www/tomcat-native/Makefile >index ffb404e0362c..562c18b78be0 100644 >--- a/www/tomcat-native/Makefile >+++ b/www/tomcat-native/Makefile >@@ -1,8 +1,7 @@ > # Created by: Alex Dupre <ale@FreeBSD.org> > > PORTNAME= tomcat-native >-PORTVERSION= 1.2.24 >-PORTREVISION= 1 >+PORTVERSION= 1.2.32 > CATEGORIES= www java > MASTER_SITES= https://archive.apache.org/dist/tomcat/tomcat-connectors/native/${PORTVERSION}/source/ > DISTNAME= ${PORTNAME}-${PORTVERSION}-src >diff --git a/www/tomcat-native/distinfo b/www/tomcat-native/distinfo >index edf066136e31..d6c7c1d45902 100644 >--- a/www/tomcat-native/distinfo >+++ b/www/tomcat-native/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1588667024 >-SHA256 (tomcat-native-1.2.24-src.tar.gz) = 037f52f9a345e766a7dde8361c55b3b69045928f9a8068a406612b603819e76c >-SIZE (tomcat-native-1.2.24-src.tar.gz) = 419572 >+TIMESTAMP = 1649837222 >+SHA256 (tomcat-native-1.2.32-src.tar.gz) = 805ca999267f07afe701a8a434d517dc0b7f4317c366560f43c0fbca593578bd >+SIZE (tomcat-native-1.2.32-src.tar.gz) = 429747 >diff --git a/www/tomcat-native/files/patch-include_ssl__private.h b/www/tomcat-native/files/patch-include_ssl__private.h >deleted file mode 100644 >index da019e097d03..000000000000 >--- a/www/tomcat-native/files/patch-include_ssl__private.h >+++ /dev/null >@@ -1,11 +0,0 @@ >---- include/ssl_private.h.orig 2020-04-24 19:24:44 UTC >-+++ include/ssl_private.h >-@@ -241,7 +241,7 @@ >- #define TLS_server_method SSLv23_server_method >- #endif /* OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) */ >- >--#if OPENSSL_VERSION_NUMBER >= 0x10101000L >-+#if OPENSSL_VERSION_NUMBER >= 0x10101000L && !defined(LIBRESSL_VERSION_NUMBER) >- #define HAVE_KEYLOG_CALLBACK >- #endif >- >diff --git a/www/tomcat-native/files/patch-src_ssl.c b/www/tomcat-native/files/patch-src_ssl.c >deleted file mode 100644 >index 13c1e036beb5..000000000000 >--- a/www/tomcat-native/files/patch-src_ssl.c >+++ /dev/null >@@ -1,46 +0,0 @@ >---- src/ssl.c.orig 2020-04-24 19:24:44 UTC >-+++ src/ssl.c >-@@ -367,11 +367,6 @@ static apr_status_t ssl_init_cleanup(void *data) >- #endif >- free_dh_params(); >- >--#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) >-- /* Openssl v1.1+ handles all termination automatically. Do >-- * nothing in this case. >-- */ >--#else >- /* >- * Try to kill the internals of the SSL library. >- */ >-@@ -394,7 +389,6 @@ static apr_status_t ssl_init_cleanup(void *data) >- #if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) >- ERR_remove_thread_state(NULL); >- #endif >--#endif >- >- #ifdef HAVE_KEYLOG_CALLBACK >- if (key_log_file) { >-@@ -764,14 +758,7 @@ TCN_IMPLEMENT_CALL(jint, SSL, initialize)(TCN_STDARGS, >- TCN_FREE_CSTRING(engine); >- return (jint)APR_SUCCESS; >- } >--#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) >-- /* Openssl v1.1+ handles all initialisation automatically, apart >-- * from hints as to how we want to use the library. >-- * >-- * We tell openssl we want to include engine support. >-- */ >-- OPENSSL_init_ssl(OPENSSL_INIT_ENGINE_ALL_BUILTIN, NULL); >--#else >-+ >- /* We must register the library in full, to ensure our configuration >- * code can successfully test the SSL environment. >- */ >-@@ -785,6 +772,7 @@ TCN_IMPLEMENT_CALL(jint, SSL, initialize)(TCN_STDARGS, >- #endif >- OPENSSL_load_builtin_modules(); >- >-+#if OPENSSL_VERSION_NUMBER < 0x10100000L >- #if ! (defined(WIN32) || defined(WIN64)) >- err = apr_threadkey_private_create(&thread_exit_key, _ssl_thread_exit, >- tcn_global_pool);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 263254
: 233189