You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2023/05/30 18:06:38 UTC

[tomcat-native] branch main updated (e021c75da -> c5e886f53)

This is an automated email from the ASF dual-hosted git repository.

markt pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git


    from e021c75da Move script to better location (it is native specific)
     new f981ef6b6 Bump recommended APR version 1.7.4
     new c5e886f53 Bump recommended OPenSSL version to 3.0.9

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 native/download_deps.sh           |  4 ++--
 native/srclib/VERSIONS            |  4 ++--
 xdocs/miscellaneous/changelog.xml | 10 ++++++++++
 3 files changed, 14 insertions(+), 4 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[tomcat-native] 02/02: Bump recommended OPenSSL version to 3.0.9

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git

commit c5e886f53c7ad48d8ce59bf197f02d0d15e215af
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue May 30 19:05:25 2023 +0100

    Bump recommended OPenSSL version to 3.0.9
---
 native/download_deps.sh           | 2 +-
 native/srclib/VERSIONS            | 2 +-
 xdocs/miscellaneous/changelog.xml | 3 +++
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/native/download_deps.sh b/native/download_deps.sh
index 22295e9ae..de0d1fad4 100755
--- a/native/download_deps.sh
+++ b/native/download_deps.sh
@@ -5,7 +5,7 @@
 
 cd $(dirname $0)
 
-SSL=openssl-3.0.8.tar.gz
+SSL=openssl-3.0.9.tar.gz
 APR=apr-1.7.4.tar.gz
 mkdir -p deps
 
diff --git a/native/srclib/VERSIONS b/native/srclib/VERSIONS
index 460c17f75..b5c4cd7c9 100644
--- a/native/srclib/VERSIONS
+++ b/native/srclib/VERSIONS
@@ -5,7 +5,7 @@ The current minimum versions are:
 The following version of the libraries are recommended:
 
 - APR 1.7.4 or later, http://apr.apache.org
-- OpenSSL 3.0.8 or later, http://www.openssl.org
+- OpenSSL 3.0.9 or later, http://www.openssl.org
 
 Older versions should also work but are not as thoroughly tested by the Tomcat
 Native team
diff --git a/xdocs/miscellaneous/changelog.xml b/xdocs/miscellaneous/changelog.xml
index 7c5e49c01..eecc6a271 100644
--- a/xdocs/miscellaneous/changelog.xml
+++ b/xdocs/miscellaneous/changelog.xml
@@ -36,6 +36,9 @@
     <update>
       Update the recommended minimum version of APR to 1.7.4. (markt)
     </update>
+    <update>
+      Update the recommended minimum version of OpenSSL to 3.0.9. (markt)
+    </update>
   </changelog>
 </section>
 <section name="Changes in 2.0.3">


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[tomcat-native] 01/02: Bump recommended APR version 1.7.4

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git

commit f981ef6b6c8200571061ee2ded18af2ef3f11b6c
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue May 30 19:04:52 2023 +0100

    Bump recommended APR version 1.7.4
---
 native/download_deps.sh           | 2 +-
 native/srclib/VERSIONS            | 2 +-
 xdocs/miscellaneous/changelog.xml | 7 +++++++
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/native/download_deps.sh b/native/download_deps.sh
index e015d81ea..22295e9ae 100755
--- a/native/download_deps.sh
+++ b/native/download_deps.sh
@@ -6,7 +6,7 @@
 cd $(dirname $0)
 
 SSL=openssl-3.0.8.tar.gz
-APR=apr-1.7.2.tar.gz
+APR=apr-1.7.4.tar.gz
 mkdir -p deps
 
 if [ ! -f deps/$SSL ] ; then
diff --git a/native/srclib/VERSIONS b/native/srclib/VERSIONS
index 372e6826a..460c17f75 100644
--- a/native/srclib/VERSIONS
+++ b/native/srclib/VERSIONS
@@ -4,7 +4,7 @@ The current minimum versions are:
 
 The following version of the libraries are recommended:
 
-- APR 1.7.2 or later, http://apr.apache.org
+- APR 1.7.4 or later, http://apr.apache.org
 - OpenSSL 3.0.8 or later, http://www.openssl.org
 
 Older versions should also work but are not as thoroughly tested by the Tomcat
diff --git a/xdocs/miscellaneous/changelog.xml b/xdocs/miscellaneous/changelog.xml
index d46731e90..7c5e49c01 100644
--- a/xdocs/miscellaneous/changelog.xml
+++ b/xdocs/miscellaneous/changelog.xml
@@ -31,6 +31,13 @@
   branch started from the 1.2.33 tag.
   </p>
 </section>
+<section name="Changes in 2.0.4">
+  <changelog>
+    <update>
+      Update the recommended minimum version of APR to 1.7.4. (markt)
+    </update>
+  </changelog>
+</section>
 <section name="Changes in 2.0.3">
   <changelog>
     <update>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org