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
The following commit(s) were added to refs/heads/9.0.x by this push:
new 611613cf62 Update NSIS to 3.10
611613cf62 is described below
commit 611613cf62de17121130c96369e6974c446016ef
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Apr 29 09:25:31 2024 +0100
Update NSIS to 3.10
---
build.properties.default | 4 ++--
webapps/docs/changelog.xml | 5 ++++-
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/build.properties.default b/build.properties.default
index b597c46e56..e2b755477c 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -178,10 +178,10 @@
tomcat-native.win.1=${base-tomcat.loc.1}/tomcat-connectors/native/${tomcat-nativ
tomcat-native.win.2=${base-tomcat.loc.2}/tomcat-connectors/native/${tomcat-native.version}/binaries/tomcat-native-${tomcat-native.version}-openssl-${tomcat-native-openssl.version}-win32-bin.zip
# ----- NSIS, version 3.0 or later -----
-nsis.version=3.09
+nsis.version=3.10
nsis.checksum.enabled=true
nsis.checksum.algorithm=MD5|SHA-1
-nsis.checksum.value=2953f6074bcc4711b439a666eafbb91b|586855a743a6e0ade203d8758af303a48ee0716b
+nsis.checksum.value=e3e2803a13ead75e4471a51069d04c20|22cf776b463c6c845444328341219167abf399dc
nsis.home=${base.path}/nsis-${nsis.version}
nsis.exe=${nsis.home}/makensis.exe
nsis.arch.dir=x86-unicode/
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index dbf0c637a8..e647e0b1d7 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -202,6 +202,9 @@
Commons Codec has been deprecated and will be removed in Tomcat 11.
(markt)
</update>
+ <update>
+ Update NSIS to 3.10. (markt)
+ </update>
</changelog>
</subsection>
</section>
@@ -1089,7 +1092,7 @@
Contributed by Michal Sobkiewicz. (schultz)
</fix>
<update>
- Update NSIS to 3.0.9. (markt)
+ Update NSIS to 3.09. (markt)
</update>
<update>
Update Checkstyle to 10.12.2. (markt)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]