This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new a2e60712b6 Update Tomcat Native to 1.2.37 a2e60712b6 is described below commit a2e60712b6265c4ad99c42b92dd1a1d862d58cb4 Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Jun 2 17:21:59 2023 +0100 Update Tomcat Native to 1.2.37 --- build.properties.default | 8 ++++---- webapps/docs/changelog.xml | 5 +++++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/build.properties.default b/build.properties.default index 184bd4bcc4..1e535c4a6e 100644 --- a/build.properties.default +++ b/build.properties.default @@ -166,14 +166,14 @@ jdt.loc.1=http://archive.eclipse.org/eclipse/downloads/drops4/${jdt.release}/ecj jdt.loc.2=http://download.eclipse.org/eclipse/downloads/drops4/${jdt.release}/ecj-${jdt.version}.jar # ----- Tomcat native library ----- -tomcat-native.version=1.2.36 -tomcat-native-openssl.version=1.1.1t +tomcat-native.version=1.2.37 +tomcat-native-openssl.version=1.1.1u tomcat-native.src.checksum.enabled=true tomcat-native.src.checksum.algorithm=SHA-512 -tomcat-native.src.checksum.value=ae89a872b8331035e01387665539a0c08096ae1abdb5dc7a25a197650a641ba3637f01437f1bee27b442c1c59c4d2fe2e5679d1595e8c5d121b9b219da2fb094 +tomcat-native.src.checksum.value=e845239f1b6a1dab22885d39f4fd131e464c38b0d52faca0d960f99fe3e8b7d732c0112f25e5eb81ff8dc71a5e3c6799bfdf867e617d8f934068ed107036fd0b tomcat-native.win.checksum.enabled=true tomcat-native.win.checksum.algorithm=SHA-512 -tomcat-native.win.checksum.value=c72ff5d69dadaa75bac07c2fb1bd7c97afc9bc26bb26b7e1c92ae3eec3ec9ad801461a69164424b1e98a7fc5171509d0027586f4519d9090847fc3e0c02b438d +tomcat-native.win.checksum.value=02649ad04b839153cf6957fcefa0301bc343a51e44d551185b3797c3fcfbb7b08359d182f3870058d2894ac57609c235bed580f6c37de5573e0e582efab834ef tomcat-native.home=${base.path}/tomcat-native-${tomcat-native.version} tomcat-native.tar.gz=${tomcat-native.home}/tomcat-native.tar.gz tomcat-native.loc.1=${base-tomcat.loc.1}/tomcat-connectors/native/${tomcat-native.version}/source/tomcat-native-${tomcat-native.version}-src.tar.gz diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 8048ec2cd8..751e6fbe72 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -180,6 +180,11 @@ <update> Update Checkstyle to 10.12.0. (markt) </update> + <update> + Update the packaged version of the Apache Tomcat Native Library to + 1.2.37 to pick up the Windows binaries built with with OpenSSL 1.1.1u. + (markt) + </update> </changelog> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org