This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit f663dbbcb2c741ebd8c0284272cb0bf6e90f882c Author: Mark Thomas <ma...@apache.org> AuthorDate: Sat Jul 27 12:46:43 2024 +0100 Update Tomcat Native 1.3.1 --- build.properties.default | 8 ++++---- webapps/docs/changelog.xml | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/build.properties.default b/build.properties.default index 12cba55824..2ac7a81371 100644 --- a/build.properties.default +++ b/build.properties.default @@ -162,14 +162,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.3.0 -tomcat-native-openssl.version=3.0.13 +tomcat-native.version=1.3.1 +tomcat-native-openssl.version=3.0.14 tomcat-native.src.checksum.enabled=true tomcat-native.src.checksum.algorithm=SHA-512 -tomcat-native.src.checksum.value=5a6c7337280774525c97e36e24d7d278ba15edd63c66cec1b3e5ecdc472f8d0535e31eac83cf0bdc68810eb779e2a118d6b4f6238b509f69a71d037c905fa433 +tomcat-native.src.checksum.value=06951c67d2739ab9205a537d24345e13e4472f192602fc52015ea84612c6e2c9334404b30a82be7d1e7d4ce470ea9df8b1b8ca1a3b8674d82706ff432280724f tomcat-native.win.checksum.enabled=true tomcat-native.win.checksum.algorithm=SHA-512 -tomcat-native.win.checksum.value=799e7233e23af9d80dc3ced590430139495f64440a5ea6170f34ed4200f13ae8fea5a20ed149fdce89aa023c6afd6471057f4dac194558405cfcea6022af5dac +tomcat-native.win.checksum.value=a5f6f68888fe53198407bf1b7f34138bc972ab615a33fb08c440840a71617d8cafe1a8ed827391afee1999695b8ad688f902f191a6955720dd44340a13727407 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 a87cba83eb..9d5e99cffd 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -171,6 +171,9 @@ Fix packaging regression with missing osgi information following addition of the <code>test-only</code> build target. (remm) </fix> + <update> + Update Tomcat Native to 1.3.1. (markt) + </update> </changelog> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org