Re: [VOTE] Release Apache Tomcat 8.5.80

2022-06-07 Thread Christopher Schultz

Mark,

On 6/7/22 11:25, Christopher Schultz wrote:

The proposed Apache Tomcat 8.5.80 release is now available for voting.

The notable changes compared to 8.5.79 are:

- Ensure that changes made to a request by the RemoteIPValve persist
   after the request is put into asynchronous mode.

- Correct a regression in the support added for encrypted PKCS#1
   formatted private keys in the previous release that broke support
   for unencrypted PKCS#1 formatted private keys.

- Increase the default buffer size for cluster messages from 43800
   to 65536 bytes. This is expected to improve performance for large
   messages when running on Linux based systems.

- When using TLS with non-blocking writes and the NIO connector,
   ensure that flushing the buffers attempts to empty all of the
   output buffers.

Along with lots of other bug fixes and improvements.

For full details, see the changelog:
https://nightlies.apache.org/tomcat/tomcat-8.5.x/docs/changelog.html

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.80/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1379
The tag is:
https://github.com/apache/tomcat/tree/8.5.78/
f732d3aa5ca55eb07cb73d9ec2b585330f80f00b

The proposed 8.5.80 release is:
[ ] Broken - do not release
[ ] Stable - go ahead and release as 8.5.79 (stable)


These tests are failing:

 TEST-org.apache.tomcat.util.net.jsse.TestPEMFile.APR.txt
 TEST-org.apache.tomcat.util.net.jsse.TestPEMFile.NIO.txt
 TEST-org.apache.tomcat.util.net.jsse.TestPEMFile.NIO2.txt

Unsurprisingly, they all have the same cause:

Testcase: testKeyEncryptedPkcs8 took 0.002 sec
Caused an ERROR
ObjectIdentifier() -- data isn't an object ID (tag = 48)
java.io.IOException: ObjectIdentifier() -- data isn't an object ID (tag 
= 48)

at sun.security.util.ObjectIdentifier.(ObjectIdentifier.java:285)
at sun.security.util.DerInputStream.getOID(DerInputStream.java:320)
	at 
com.sun.crypto.provider.PBES2Parameters.engineInit(PBES2Parameters.java:267)

at java.security.AlgorithmParameters.init(AlgorithmParameters.java:293)
at sun.security.x509.AlgorithmId.decodeParams(AlgorithmId.java:151)
at sun.security.x509.AlgorithmId.(AlgorithmId.java:133)
at sun.security.x509.AlgorithmId.parse(AlgorithmId.java:413)
	at 
javax.crypto.EncryptedPrivateKeyInfo.(EncryptedPrivateKeyInfo.java:95)
	at 
org.apache.tomcat.util.net.jsse.PEMFile$Part.toPrivateKey(PEMFile.java:210)

at org.apache.tomcat.util.net.jsse.PEMFile.(PEMFile.java:143)
at org.apache.tomcat.util.net.jsse.PEMFile.(PEMFile.java:98)
at 
org.apache.tomcat.util.net.jsse.TestPEMFile.testKey(TestPEMFile.java:79)
	at 
org.apache.tomcat.util.net.jsse.TestPEMFile.testKeyEncrypted(TestPEMFile.java:74)
	at 
org.apache.tomcat.util.net.jsse.TestPEMFile.testKeyEncryptedPkcs8(TestPEMFile.java:69)




This is all on Java 8. Is this an expected error on Java 8?

-chris

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



[GitHub] [tomcat] ChristopherSchultz commented on pull request #517: Fix BZ 66089

2022-06-07 Thread GitBox


ChristopherSchultz commented on PR #517:
URL: https://github.com/apache/tomcat/pull/517#issuecomment-1149197696

   @rainerjung That format looks weird. It says it's PBKDF2 but the structure 
doesn't match https://datatracker.ietf.org/doc/html/rfc2898#appendix-A.2


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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



[VOTE] Release Apache Tomcat 8.5.80

2022-06-07 Thread Christopher Schultz

The proposed Apache Tomcat 8.5.80 release is now available for voting.

The notable changes compared to 8.5.79 are:

- Ensure that changes made to a request by the RemoteIPValve persist
  after the request is put into asynchronous mode.

- Correct a regression in the support added for encrypted PKCS#1
  formatted private keys in the previous release that broke support
  for unencrypted PKCS#1 formatted private keys.

- Increase the default buffer size for cluster messages from 43800
  to 65536 bytes. This is expected to improve performance for large
  messages when running on Linux based systems.

- When using TLS with non-blocking writes and the NIO connector,
  ensure that flushing the buffers attempts to empty all of the
  output buffers.

Along with lots of other bug fixes and improvements.

For full details, see the changelog:
https://nightlies.apache.org/tomcat/tomcat-8.5.x/docs/changelog.html

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.80/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1379
The tag is:
https://github.com/apache/tomcat/tree/8.5.78/
f732d3aa5ca55eb07cb73d9ec2b585330f80f00b

The proposed 8.5.80 release is:
[ ] Broken - do not release
[ ] Stable - go ahead and release as 8.5.79 (stable)

-chris

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


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



[tomcat] branch 8.5.x updated: Push to next release.

2022-06-07 Thread schultz
This is an automated email from the ASF dual-hosted git repository.

schultz 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 4ff2cdc0c7 Push to next release.
4ff2cdc0c7 is described below

commit 4ff2cdc0c70d4e70c5aa352672c61cbce822cd56
Author: Christopher Schultz 
AuthorDate: Tue Jun 7 11:04:15 2022 -0400

Push to next release.
---
 webapps/docs/changelog.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 17d1d88eb0..324ca29177 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -104,7 +104,9 @@
   They eventually become mixed with the numbered issues (i.e., numbered
   issues do not "pop up" wrt. others).
 -->
-
+
+
+
   
 
   


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



svn commit: r54967 [1/2] - in /dev/tomcat/tomcat-8/v8.5.80: ./ bin/ bin/embed/ bin/extras/ src/

2022-06-07 Thread schultz
Author: schultz
Date: Tue Jun  7 14:58:04 2022
New Revision: 54967

Log:
Upload v8.5.80 for voting.

Added:
dev/tomcat/tomcat-8/v8.5.80/
dev/tomcat/tomcat-8/v8.5.80/KEYS
dev/tomcat/tomcat-8/v8.5.80/README.html
dev/tomcat/tomcat-8/v8.5.80/RELEASE-NOTES
dev/tomcat/tomcat-8/v8.5.80/bin/
dev/tomcat/tomcat-8/v8.5.80/bin/README.html
dev/tomcat/tomcat-8/v8.5.80/bin/apache-tomcat-8.5.80-deployer.tar.gz   
(with props)
dev/tomcat/tomcat-8/v8.5.80/bin/apache-tomcat-8.5.80-deployer.tar.gz.asc
dev/tomcat/tomcat-8/v8.5.80/bin/apache-tomcat-8.5.80-deployer.tar.gz.sha512
dev/tomcat/tomcat-8/v8.5.80/bin/apache-tomcat-8.5.80-deployer.zip   (with 
props)
dev/tomcat/tomcat-8/v8.5.80/bin/apache-tomcat-8.5.80-deployer.zip.asc
dev/tomcat/tomcat-8/v8.5.80/bin/apache-tomcat-8.5.80-deployer.zip.sha512
dev/tomcat/tomcat-8/v8.5.80/bin/apache-tomcat-8.5.80-fulldocs.tar.gz   
(with props)
dev/tomcat/tomcat-8/v8.5.80/bin/apache-tomcat-8.5.80-fulldocs.tar.gz.asc
dev/tomcat/tomcat-8/v8.5.80/bin/apache-tomcat-8.5.80-fulldocs.tar.gz.sha512
dev/tomcat/tomcat-8/v8.5.80/bin/apache-tomcat-8.5.80-windows-x64.zip   
(with props)
dev/tomcat/tomcat-8/v8.5.80/bin/apache-tomcat-8.5.80-windows-x64.zip.asc
dev/tomcat/tomcat-8/v8.5.80/bin/apache-tomcat-8.5.80-windows-x64.zip.sha512
dev/tomcat/tomcat-8/v8.5.80/bin/apache-tomcat-8.5.80-windows-x86.zip   
(with props)
dev/tomcat/tomcat-8/v8.5.80/bin/apache-tomcat-8.5.80-windows-x86.zip.asc
dev/tomcat/tomcat-8/v8.5.80/bin/apache-tomcat-8.5.80-windows-x86.zip.sha512
dev/tomcat/tomcat-8/v8.5.80/bin/apache-tomcat-8.5.80.exe   (with props)
dev/tomcat/tomcat-8/v8.5.80/bin/apache-tomcat-8.5.80.exe.asc
dev/tomcat/tomcat-8/v8.5.80/bin/apache-tomcat-8.5.80.exe.sha512
dev/tomcat/tomcat-8/v8.5.80/bin/apache-tomcat-8.5.80.tar.gz   (with props)
dev/tomcat/tomcat-8/v8.5.80/bin/apache-tomcat-8.5.80.tar.gz.asc
dev/tomcat/tomcat-8/v8.5.80/bin/apache-tomcat-8.5.80.tar.gz.sha512
dev/tomcat/tomcat-8/v8.5.80/bin/apache-tomcat-8.5.80.zip   (with props)
dev/tomcat/tomcat-8/v8.5.80/bin/apache-tomcat-8.5.80.zip.asc
dev/tomcat/tomcat-8/v8.5.80/bin/apache-tomcat-8.5.80.zip.sha512
dev/tomcat/tomcat-8/v8.5.80/bin/embed/
dev/tomcat/tomcat-8/v8.5.80/bin/embed/apache-tomcat-8.5.80-embed.tar.gz   
(with props)
dev/tomcat/tomcat-8/v8.5.80/bin/embed/apache-tomcat-8.5.80-embed.tar.gz.asc

dev/tomcat/tomcat-8/v8.5.80/bin/embed/apache-tomcat-8.5.80-embed.tar.gz.sha512
dev/tomcat/tomcat-8/v8.5.80/bin/embed/apache-tomcat-8.5.80-embed.zip   
(with props)
dev/tomcat/tomcat-8/v8.5.80/bin/embed/apache-tomcat-8.5.80-embed.zip.asc
dev/tomcat/tomcat-8/v8.5.80/bin/embed/apache-tomcat-8.5.80-embed.zip.sha512
dev/tomcat/tomcat-8/v8.5.80/bin/extras/
dev/tomcat/tomcat-8/v8.5.80/bin/extras/catalina-ws.jar   (with props)
dev/tomcat/tomcat-8/v8.5.80/bin/extras/catalina-ws.jar.asc
dev/tomcat/tomcat-8/v8.5.80/bin/extras/catalina-ws.jar.sha512
dev/tomcat/tomcat-8/v8.5.80/src/
dev/tomcat/tomcat-8/v8.5.80/src/apache-tomcat-8.5.80-src.tar.gz   (with 
props)
dev/tomcat/tomcat-8/v8.5.80/src/apache-tomcat-8.5.80-src.tar.gz.asc
dev/tomcat/tomcat-8/v8.5.80/src/apache-tomcat-8.5.80-src.tar.gz.sha512
dev/tomcat/tomcat-8/v8.5.80/src/apache-tomcat-8.5.80-src.zip   (with props)
dev/tomcat/tomcat-8/v8.5.80/src/apache-tomcat-8.5.80-src.zip.asc
dev/tomcat/tomcat-8/v8.5.80/src/apache-tomcat-8.5.80-src.zip.sha512

Added: dev/tomcat/tomcat-8/v8.5.80/KEYS
==
--- dev/tomcat/tomcat-8/v8.5.80/KEYS (added)
+++ dev/tomcat/tomcat-8/v8.5.80/KEYS Tue Jun  7 14:58:04 2022
@@ -0,0 +1,785 @@
+This file contains the PGP&GPG keys of various Apache developers.
+Please don't use them for email unless you have to. Their main
+purpose is code signing.
+
+Apache users: pgp < KEYS
+Apache developers:
+(pgpk -ll  && pgpk -xa ) >> this file.
+  or
+(gpg --fingerprint --list-sigs 
+ && gpg --armor --export ) >> this file.
+
+Apache developers: please ensure that your key is also available via the
+PGP keyservers (such as pgpkeys.mit.edu).
+
+
+Type Bits/KeyIDDate   User ID
+pub  2048/F22C4FED 2001/07/02 Andy Armstrong 
+
+-BEGIN PGP PUBLIC KEY BLOCK-
+Version: PGPfreeware 7.0.3 for non-commercial use 
+
+mQGiBDtAWuURBADZ0KUEyUkSUiTA09e7tvEbX25STsjxrR+DNTainCls+XlkVOij
+gBv216lqge9tIsS0L6hCP4OQbFf/64qVtJssX4QXdyiZGb5wpmcj0Mz602Ew8r+N
+I0S5NvmogoYWW7BlP4r61jNxO5zrr03KaijM5r4ipJdLUxyOmM6P2jRPUwCg/5gm
+bpqiYl7pXX5FgDeB36tmD+UD/06iLqOnoiKO0vMbOk7URclhCObMNrHqxTxozMTS
+B9soYURbIeArei+plYo2n+1qB12ayybjhVu3uksXRdT9bEkyxMfslvLbIpDAG8Cz
+gNftTbKx/MVS7cQU0II8BKo2Akr+1FZah+sD4ovK8SfkMXUQUbTeefTntsAQKyyU
+9M9tA/9on9tBiHFl0qVJht6N4GiJ2G689v7rS2giLgKjetjiCduxBXEgvUSuyQID
+nF9ATrpXjITwsRlGKFmpZiFm5oCeCXihIVH0u6q066xNW2AXkLVoJ1l1Rs2Z0lsb
+0cq3xEAcwAmYLKQvCtgDV8CYgWKVmPi+49rSuQn7Lo9l02OUbLQgQ

svn commit: r54967 [2/2] - in /dev/tomcat/tomcat-8/v8.5.80: ./ bin/ bin/embed/ bin/extras/ src/

2022-06-07 Thread schultz
Added: dev/tomcat/tomcat-8/v8.5.80/bin/extras/catalina-ws.jar.asc
==
--- dev/tomcat/tomcat-8/v8.5.80/bin/extras/catalina-ws.jar.asc (added)
+++ dev/tomcat/tomcat-8/v8.5.80/bin/extras/catalina-ws.jar.asc Tue Jun  7 
14:58:04 2022
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAmKfZZcACgkQHPApP6U8
+pFib9g//ZSl1gPzxYvWa+h39WXWarm5yeXPH1XGbnOI2wzudyOp8z6BTYhMFFhAp
+JDXbUI4/VgrCORMu30Vzr0hqSCcZuOLanWaKmmSvQKl2vHg9FRCyXEZCfTXbeeDF
+eULBx18dQJBd88p5GxRWFyq2OLcjEHZBud2J2LbkxepXHXT7EP8kt9ilDC+2xA1Q
+L6gfTF69OoYgNLMi/tbb9jOmDADft7vKJoQ4Vyhg85NolXlQOQ9GXsfEjvCmMz7Z
+IH4s79aHmomn1iNeCzVW9Ef+PLPL8Y3P6quu0/7JI9M957OAE/LBBoN7otmPtwM9
+nURozg8ZHnQJUJlse/tDQLa7s1yHXWM9Zxrl7HDi9PbRjExu1eSQYLmhHfr8Fvxh
+wiMEErgZBUvou8dUihQpRIy/6dMH/OFMm9QAhkz5oyvKyfL6d2haSzUItGsM+VsH
+unqJDjTSS7w40B30Bp3hl0bVz5sYxwodExEAkW8xEakFgQDlc2ejHqQ1ovwNpufo
++ks0qyAeelXdEcMVKPp0lc/3SxIjHU6n46SckORZPr0BrS3pD2+Vy1zqllDZ2Aol
+j0aLd+wkx0/0tFwOqfN7b8wEUrW959AvA/QwzTyVf/QAPdTxVS1S7r+hEqdqRfic
+qv5EHJ+hWp/G/0uHVJK2enbyowaAj+C1/RaKDX4PG5+nXiY0DV0=
+=xA6I
+-END PGP SIGNATURE-

Added: dev/tomcat/tomcat-8/v8.5.80/bin/extras/catalina-ws.jar.sha512
==
--- dev/tomcat/tomcat-8/v8.5.80/bin/extras/catalina-ws.jar.sha512 (added)
+++ dev/tomcat/tomcat-8/v8.5.80/bin/extras/catalina-ws.jar.sha512 Tue Jun  7 
14:58:04 2022
@@ -0,0 +1 @@
+8ada3b581efe9b8d9a9f6e952c3cdd7e9343c11e9f7975dd1ca72d290f4b7c4854ee9352c64cf60d5076d6981e79d29f25d9008b263f55057548129fa4be5322
 *catalina-ws.jar
\ No newline at end of file

Added: dev/tomcat/tomcat-8/v8.5.80/src/apache-tomcat-8.5.80-src.tar.gz
==
Binary file - no diff available.

Propchange: dev/tomcat/tomcat-8/v8.5.80/src/apache-tomcat-8.5.80-src.tar.gz
--
svn:mime-type = application/octet-stream

Added: dev/tomcat/tomcat-8/v8.5.80/src/apache-tomcat-8.5.80-src.tar.gz.asc
==
--- dev/tomcat/tomcat-8/v8.5.80/src/apache-tomcat-8.5.80-src.tar.gz.asc (added)
+++ dev/tomcat/tomcat-8/v8.5.80/src/apache-tomcat-8.5.80-src.tar.gz.asc Tue Jun 
 7 14:58:04 2022
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAmKfZo0ACgkQHPApP6U8
+pFiQhg/+JGvaN5njMiIzs9N67Ac25vV/AL7rLfxxKAM2N9UXnLMvYMZcrbDq33yz
+Se6Uj6MCihdTW7mZ7lkJzKcKzguE9Mq/96HHAHCIy+mRprelAi1O+1y/LZZJ9SC5
+xbs2zkWPJm58d5ZzcBuQQqSfjCVF5kFl4LhFw96DXhOBRKQ9Z3qG0KLG4f9fJYPF
+VJCo7N9vew2xgnBxlL0fEQkiQ9dVAQoLS6aDDmS4V49D79P+UyBi8xGR7aasIvEK
+zP2Z+tCRJvntqnSEO7CqTlEf04aobyfy4lAe4Fy41MEoM7OtSQPXKZaU2saMC42q
+R676HRFmp2dq8UkdEDVsRU0Q0OQo9/98/x1u8sQxfZOcnHTi6Dr1MhUcJ4sXudCu
+adRPM3ip3Uk4oigiUj3WwG3lGR2dqEvkAGNgzHoGPxA2iDYPV5DkiA5AF1aedjae
+6Guw98xl8Fy4jPKmeWDZ3NH/Rr96ukekSzN7l2lpIsnWPC6BOoQ51kV/xnITl2KM
+UJyM6mf+/TnkUq9uLfUr2HWQrx6VcHsoftUAfM+q/85dDf3wwXNr7f/T70pLIjld
+eI/58fi7uM/layffLjklsq9UIxeF2h3ylcHuv8i336fAiv7Za7lenV58vTTouySc
+FmTV0UjP2c88b9+vB6+TGcDcqBpovv7g/nVhqZLTKI645Du6U3w=
+=Esfp
+-END PGP SIGNATURE-

Added: dev/tomcat/tomcat-8/v8.5.80/src/apache-tomcat-8.5.80-src.tar.gz.sha512
==
--- dev/tomcat/tomcat-8/v8.5.80/src/apache-tomcat-8.5.80-src.tar.gz.sha512 
(added)
+++ dev/tomcat/tomcat-8/v8.5.80/src/apache-tomcat-8.5.80-src.tar.gz.sha512 Tue 
Jun  7 14:58:04 2022
@@ -0,0 +1 @@
+91aa349df2691b1160232518eba8b8c3b000c193c9eeb2898fba7a2f45395c254e6ddd803f28496e438dd42bca6544fae011e3b3e6e3b05851ccf0577eac
 *apache-tomcat-8.5.80-src.tar.gz
\ No newline at end of file

Added: dev/tomcat/tomcat-8/v8.5.80/src/apache-tomcat-8.5.80-src.zip
==
Binary file - no diff available.

Propchange: dev/tomcat/tomcat-8/v8.5.80/src/apache-tomcat-8.5.80-src.zip
--
svn:mime-type = application/octet-stream

Added: dev/tomcat/tomcat-8/v8.5.80/src/apache-tomcat-8.5.80-src.zip.asc
==
--- dev/tomcat/tomcat-8/v8.5.80/src/apache-tomcat-8.5.80-src.zip.asc (added)
+++ dev/tomcat/tomcat-8/v8.5.80/src/apache-tomcat-8.5.80-src.zip.asc Tue Jun  7 
14:58:04 2022
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAmKfZnMACgkQHPApP6U8
+pFjiOxAAsbCQuf6p/8KzksMd/rfC/4nIcvJANXpKFTfoshWAvdVhFyo4uvILp7kf
+9sQ77LeOq8qDqixsIw64u7pyyDK28OVsvQCOLSDlkSOfMMw6rJBk8evpToYYMsxj
+ugz74ghlKGxsauuLapVzAL05E+tnxWfyWISVmj/rXRz5n2RWVTyH2+QD42A0+PR7
+krhsgoOK8RD4pegN3f9cAqjG+kzivhnpWxMEh21KLAg/Mjj0nU5k3eXp/fDRPoTE
+4Ku4JTAaZIuWTabKapugo8bNWN4be/AbOi3vco156fMHMevLNfijofQg540cxXOx
+mUe3j+Ln6Oaf47lSfBjqkW5ZvPLqqD7RvEdo7tWp

[tomcat] branch 8.5.x updated: Increment versions for next release.

2022-06-07 Thread schultz
This is an automated email from the ASF dual-hosted git repository.

schultz 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 f1dfb1dfc1 Increment versions for next release.
f1dfb1dfc1 is described below

commit f1dfb1dfc176a562147955f403961ccab59eae15
Author: schultz 
AuthorDate: Tue Jun 7 07:17:52 2022 -0700

Increment versions for next release.
---
 build.properties.default | 2 +-
 res/maven/mvn.properties.default | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.properties.default b/build.properties.default
index 8b222c3b46..13dd9c3c40 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -31,7 +31,7 @@
 # - Version Control Flags -
 version.major=8
 version.minor=5
-version.build=80
+version.build=81
 version.patch=0
 version.suffix=-dev
 
diff --git a/res/maven/mvn.properties.default b/res/maven/mvn.properties.default
index 8809c70471..72c11ca6f1 100644
--- a/res/maven/mvn.properties.default
+++ b/res/maven/mvn.properties.default
@@ -39,7 +39,7 @@ 
maven.asf.release.repo.url=https://repository.apache.org/service/local/staging/d
 maven.asf.release.repo.repositoryId=apache.releases.https
 
 # Release version info
-maven.asf.release.deploy.version=8.5.80
+maven.asf.release.deploy.version=8.5.81
 
 #Where do we load the libraries from
 tomcat.lib.path=../../output/build/lib


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



[tomcat] 01/01: Tag 8.5.80

2022-06-07 Thread schultz
This is an automated email from the ASF dual-hosted git repository.

schultz pushed a commit to tag 8.5.80
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 76e183182f8648f6a6fc1df459c608249e2cb0ad
Author: schultz 
AuthorDate: Tue Jun 7 07:13:47 2022 -0700

Tag 8.5.80
---
 build.properties.default   | 6 +++---
 webapps/docs/changelog.xml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/build.properties.default b/build.properties.default
index 8b222c3b46..6161b8e911 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -33,13 +33,13 @@ version.major=8
 version.minor=5
 version.build=80
 version.patch=0
-version.suffix=-dev
+version.suffix=
 
 # - Reproducible builds -
 # Uncomment and set to current time for reproducible builds
 # Note: The value is in seconds (unlike milliseconds used by 
System.currentTimeMillis()).
-#2022-03-31T12:00:00Z
-#ant.tstamp.now=1648728000
+#2022-06-07 14:11:08 UTC
+ant.tstamp.now=1654611068
 
 # - Source control flags -
 git.branch=8.5.x
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 17d1d88eb0..555dea6141 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -104,7 +104,7 @@
   They eventually become mixed with the numbered issues (i.e., numbered
   issues do not "pop up" wrt. others).
 -->
-
+
   
 
   


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



[tomcat] tag 8.5.80 created (now 76e183182f)

2022-06-07 Thread schultz
This is an automated email from the ASF dual-hosted git repository.

schultz pushed a change to tag 8.5.80
in repository https://gitbox.apache.org/repos/asf/tomcat.git


  at 76e183182f (commit)
This tag includes the following new commits:

 new 76e183182f Tag 8.5.80

The 1 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.



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



FYI: I'll be rolling 8.5.80 soon

2022-06-07 Thread Christopher Schultz

All,

Apologies for the delay behind the other releases.

-chris

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



Re: [VOTE] Release Apache Tomcat Native 1.2.34

2022-06-07 Thread Rémy Maucherat
On Tue, Jun 7, 2022 at 12:12 PM Mark Thomas  wrote:
>
> Version 1.2.34 includes the following changes compared to 1.2.33
>
> - Refactor the initialization of the native code so it is compatible
>with Tomcat 10.1.x where deprecated Java classes will be removed
>
> - Map the OpenSSL 3.0.x FIPS behaviour to the 1.1.1 API to allow clients
>to determine if the FIPS provider is being used when Tomcat Native is
>compiled against OpenSSL 3.0.x
>
> The proposed release artefacts can be found at [1],
> and the build was done using tag [2].
>
> The Apache Tomcat Native 1.2.34 release is
>   [X] Stable, go ahead and release
>   [ ] Broken because of ...

Rémy

> Thanks,
>
> Mark
>
>
> [1]
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-connectors/native/1.2.34
> [2]
> https://gitbox.apache.org/repos/asf?p=tomcat-native.git;a=commit;h=a0dd83ddac6dcd4fd315f083adaab3fd24a9f0b4
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>

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



[tomcat-native] branch 1.2.x updated: Increment version number ready for next development cycle

2022-06-07 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/1.2.x by this push:
 new 969edba34 Increment version number ready for next development cycle
969edba34 is described below

commit 969edba34361ada8f0713efbf4e4d803a20fccf5
Author: Mark Thomas 
AuthorDate: Tue Jun 7 11:27:00 2022 +0100

Increment version number ready for next development cycle
---
 build.properties.default  | 2 +-
 native/include/tcn_version.h  | 2 +-
 native/os/win32/libtcnative.rc| 6 +++---
 xdocs/miscellaneous/changelog.xml | 4 
 4 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/build.properties.default b/build.properties.default
index 25121a043..871fe0c06 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -18,7 +18,7 @@
 # - Version Control Flags -
 version.major=1
 version.minor=2
-version.build=34
+version.build=35
 version.patch=0
 version.suffix=-dev
 
diff --git a/native/include/tcn_version.h b/native/include/tcn_version.h
index 60789f78c..6faf9cca9 100644
--- a/native/include/tcn_version.h
+++ b/native/include/tcn_version.h
@@ -63,7 +63,7 @@ extern "C" {
 #define TCN_MINOR_VERSION   2
 
 /** patch level */
-#define TCN_PATCH_VERSION   34
+#define TCN_PATCH_VERSION   35
 
 /**
  *  This symbol is defined for internal, "development" copies of TCN. This
diff --git a/native/os/win32/libtcnative.rc b/native/os/win32/libtcnative.rc
index 2d1b7580b..6e7c85811 100644
--- a/native/os/win32/libtcnative.rc
+++ b/native/os/win32/libtcnative.rc
@@ -20,7 +20,7 @@ LANGUAGE 0x9,0x1
  "See the License for the specific language governing " \
  "permissions and limitations under the License."
 
-#define TCN_VERSION "1.2.34"
+#define TCN_VERSION "1.2.35"
 1000 ICON "apache.ico"
 
 1001 DIALOGEX 0, 0, 252, 51
@@ -36,8 +36,8 @@ BEGIN
 END
 
 1 VERSIONINFO
- FILEVERSION 1,2,34,0
- PRODUCTVERSION 1,2,34,0
+ FILEVERSION 1,2,35,0
+ PRODUCTVERSION 1,2,35,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
diff --git a/xdocs/miscellaneous/changelog.xml 
b/xdocs/miscellaneous/changelog.xml
index 4ad8aa595..f9e32c0f0 100644
--- a/xdocs/miscellaneous/changelog.xml
+++ b/xdocs/miscellaneous/changelog.xml
@@ -34,6 +34,10 @@
   This is the Changelog for Tomcat Native 1.2.
   
 
+
+  
+  
+
 
   
 


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



Re: [VOTE] Release Apache Tomcat Native 1.2.34

2022-06-07 Thread Mark Thomas

On 07/06/2022 11:12, Mark Thomas wrote:

Version 1.2.34 includes the following changes compared to 1.2.33

- Refactor the initialization of the native code so it is compatible
   with Tomcat 10.1.x where deprecated Java classes will be removed

- Map the OpenSSL 3.0.x FIPS behaviour to the 1.1.1 API to allow clients
   to determine if the FIPS provider is being used when Tomcat Native is
   compiled against OpenSSL 3.0.x

The proposed release artefacts can be found at [1],
and the build was done using tag [2].

The Apache Tomcat Native 1.2.34 release is
  [X] Stable, go ahead and release
  [ ] Broken because of ...



Unit tests pass in various combinations.

Tomcat 10.1.x on Linux with 1.2.34 built with OpenSSL 3.0.x
Tomcat 10.1.x on Linux with 1.2.34 built with OpenSSL 1.1.1

Tomcat 10.1.x with provided binaries for Windows

Mark


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



[VOTE] Release Apache Tomcat Native 1.2.34

2022-06-07 Thread Mark Thomas

Version 1.2.34 includes the following changes compared to 1.2.33

- Refactor the initialization of the native code so it is compatible
  with Tomcat 10.1.x where deprecated Java classes will be removed

- Map the OpenSSL 3.0.x FIPS behaviour to the 1.1.1 API to allow clients
  to determine if the FIPS provider is being used when Tomcat Native is
  compiled against OpenSSL 3.0.x

The proposed release artefacts can be found at [1],
and the build was done using tag [2].

The Apache Tomcat Native 1.2.34 release is
 [ ] Stable, go ahead and release
 [ ] Broken because of ...

Thanks,

Mark


[1]
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-connectors/native/1.2.34
[2]
https://gitbox.apache.org/repos/asf?p=tomcat-native.git;a=commit;h=a0dd83ddac6dcd4fd315f083adaab3fd24a9f0b4

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



Re: [VOTE] Release Apache Tomcat Native 1.2.33

2022-06-07 Thread Mark Thomas

Grr. I forgot to update the subject. I'll resend.

Mark

On 07/06/2022 11:05, Mark Thomas wrote:

Version 1.2.34 includes the following changes compared to 1.2.33

- Refactor the initialization of the native code so it is compatible
   with Tomcat 10.1.x where deprecated Java classes will be removed

- Map the OpenSSL 3.0.x FIPS behaviour to the 1.1.1 API to allow clients
   to determine if the FIPS provider is being used when Tomcat Native is
   compiled against OpenSSL 3.0.x

The proposed release artefacts can be found at [1],
and the build was done using tag [2].

The Apache Tomcat Native 1.2.34 release is
  [ ] Stable, go ahead and release
  [ ] Broken because of ...

Thanks,

Mark


[1]
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-connectors/native/1.2.34 


[2]
https://gitbox.apache.org/repos/asf?p=tomcat-native.git;a=commit;h=a0dd83ddac6dcd4fd315f083adaab3fd24a9f0b4 



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



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



[VOTE] Release Apache Tomcat Native 1.2.33

2022-06-07 Thread Mark Thomas

Version 1.2.34 includes the following changes compared to 1.2.33

- Refactor the initialization of the native code so it is compatible
  with Tomcat 10.1.x where deprecated Java classes will be removed

- Map the OpenSSL 3.0.x FIPS behaviour to the 1.1.1 API to allow clients
  to determine if the FIPS provider is being used when Tomcat Native is
  compiled against OpenSSL 3.0.x

The proposed release artefacts can be found at [1],
and the build was done using tag [2].

The Apache Tomcat Native 1.2.34 release is
 [ ] Stable, go ahead and release
 [ ] Broken because of ...

Thanks,

Mark


[1]
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-connectors/native/1.2.34
[2]
https://gitbox.apache.org/repos/asf?p=tomcat-native.git;a=commit;h=a0dd83ddac6dcd4fd315f083adaab3fd24a9f0b4

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



svn commit: r54950 - in /dev/tomcat/tomcat-connectors/native/1.2.34: ./ binaries/ source/

2022-06-07 Thread markt
Author: markt
Date: Tue Jun  7 09:58:46 2022
New Revision: 54950

Log:
Upload Tomcat Native 1.2.34 for voting

Added:
dev/tomcat/tomcat-connectors/native/1.2.34/
dev/tomcat/tomcat-connectors/native/1.2.34/binaries/

dev/tomcat/tomcat-connectors/native/1.2.34/binaries/tomcat-native-1.2.34-openssl-1.1.1o-ocsp-win32-bin.zip
   (with props)

dev/tomcat/tomcat-connectors/native/1.2.34/binaries/tomcat-native-1.2.34-openssl-1.1.1o-ocsp-win32-bin.zip.asc

dev/tomcat/tomcat-connectors/native/1.2.34/binaries/tomcat-native-1.2.34-openssl-1.1.1o-ocsp-win32-bin.zip.sha512

dev/tomcat/tomcat-connectors/native/1.2.34/binaries/tomcat-native-1.2.34-openssl-1.1.1o-win32-bin.zip
   (with props)

dev/tomcat/tomcat-connectors/native/1.2.34/binaries/tomcat-native-1.2.34-openssl-1.1.1o-win32-bin.zip.asc

dev/tomcat/tomcat-connectors/native/1.2.34/binaries/tomcat-native-1.2.34-openssl-1.1.1o-win32-bin.zip.sha512
dev/tomcat/tomcat-connectors/native/1.2.34/source/

dev/tomcat/tomcat-connectors/native/1.2.34/source/tomcat-native-1.2.34-src.tar.gz
   (with props)

dev/tomcat/tomcat-connectors/native/1.2.34/source/tomcat-native-1.2.34-src.tar.gz.asc

dev/tomcat/tomcat-connectors/native/1.2.34/source/tomcat-native-1.2.34-src.tar.gz.sha512

dev/tomcat/tomcat-connectors/native/1.2.34/source/tomcat-native-1.2.34-win32-src.zip
   (with props)

dev/tomcat/tomcat-connectors/native/1.2.34/source/tomcat-native-1.2.34-win32-src.zip.asc

dev/tomcat/tomcat-connectors/native/1.2.34/source/tomcat-native-1.2.34-win32-src.zip.sha512

Added: 
dev/tomcat/tomcat-connectors/native/1.2.34/binaries/tomcat-native-1.2.34-openssl-1.1.1o-ocsp-win32-bin.zip
==
Binary file - no diff available.

Propchange: 
dev/tomcat/tomcat-connectors/native/1.2.34/binaries/tomcat-native-1.2.34-openssl-1.1.1o-ocsp-win32-bin.zip
--
svn:executable = *

Propchange: 
dev/tomcat/tomcat-connectors/native/1.2.34/binaries/tomcat-native-1.2.34-openssl-1.1.1o-ocsp-win32-bin.zip
--
svn:mime-type = application/octet-stream

Added: 
dev/tomcat/tomcat-connectors/native/1.2.34/binaries/tomcat-native-1.2.34-openssl-1.1.1o-ocsp-win32-bin.zip.asc
==
--- 
dev/tomcat/tomcat-connectors/native/1.2.34/binaries/tomcat-native-1.2.34-openssl-1.1.1o-ocsp-win32-bin.zip.asc
 (added)
+++ 
dev/tomcat/tomcat-connectors/native/1.2.34/binaries/tomcat-native-1.2.34-openssl-1.1.1o-ocsp-win32-bin.zip.asc
 Tue Jun  7 09:58:46 2022
@@ -0,0 +1,17 @@
+-BEGIN PGP SIGNATURE-
+Comment: GPGTools - http://gpgtools.org
+
+iQIzBAABCgAdFiEEqcXfTSLpmZjZh1pREMAcWi9gWecFAmKfG9EACgkQEMAcWi9g
+Weey6RAAn06n79I8Ef0159TQ1gPkzyLI9NmMAGIoyVPkWUHq+rDzVmN2I5ORgcA2
+0P8mFKUFrsMPaTxKnOe2zySiFhr20pq77fBI60zBSafgkZ2trvXQcUuAq4ubQIxq
+zEkqiGv2uZWEQInYssYLH8TTARWcruKNPrVA8jbdm1UdmZUpxYKmhlckld4HJVE+
+er0c7omJazdc21cet3L4NElLDt1cYjvkpqaAUq4/h71aYQoUIFeKVRPdF9Z9fPzY
+nAK6DGp0+eSOCaVqSwJXTyOR2bQmB+4nyHFEBeoczMiSqJHiRYi7bYmtKAplxQaO
+6NIkmTyJx8oK2BA4BnRvjDWQ4A7/ZkuuaahzG3XQ7w6BOU0b01AJ+d8WJqJIoTFk
+sACVza7q+x34P1RNRpreDs7/cbPveYqn64kwglo4Amk34IPf5Irg5wKJxWmdzqku
+2qu83VJsB/hcHs+QEZn5SNkCnTS0R94PR1iCCkR3XcrEr/EPRyEyuMq+b54MjbgZ
+iWmWMzaUKPAXcPejPDVpmx71wy0glCtkuvmrGxbJjDqQu2ZxNMjEDXIAnjzd6HpD
+gbKafWenOp188jeMX1vmtJwTwRDMuyYyFIf4bIW/0OhSFYhRLwLCE4c5YfCUT1GA
+A7OSY26HyeSw2DxRdNvde8HoIfAP3OSFgGeTYFjH8DBhbJFFSH8=
+=Yp8P
+-END PGP SIGNATURE-

Added: 
dev/tomcat/tomcat-connectors/native/1.2.34/binaries/tomcat-native-1.2.34-openssl-1.1.1o-ocsp-win32-bin.zip.sha512
==
--- 
dev/tomcat/tomcat-connectors/native/1.2.34/binaries/tomcat-native-1.2.34-openssl-1.1.1o-ocsp-win32-bin.zip.sha512
 (added)
+++ 
dev/tomcat/tomcat-connectors/native/1.2.34/binaries/tomcat-native-1.2.34-openssl-1.1.1o-ocsp-win32-bin.zip.sha512
 Tue Jun  7 09:58:46 2022
@@ -0,0 +1 @@
+137571056265e3e0c30f4bcb454af659148b6f58af40a5d31847ac0919280ed6318d49845fa976fe6dbad681cf8cd7beb84cc82b1eef4502f77af2e0b5fe4de0
 *tomcat-native-1.2.34-openssl-1.1.1o-ocsp-win32-bin.zip
\ No newline at end of file

Added: 
dev/tomcat/tomcat-connectors/native/1.2.34/binaries/tomcat-native-1.2.34-openssl-1.1.1o-win32-bin.zip
==
Binary file - no diff available.

Propchange: 
dev/tomcat/tomcat-connectors/native/1.2.34/binaries/tomcat-native-1.2.34-openssl-1.1.1o-win32-bin.zip
--
svn:executable = *

Propchange: 
dev/tomcat/tomcat-connectors/native/1.2.34/binaries/tomcat-native-1.2.34-openssl-1.1.1o-win32-bin.zip
--
svn:mime-typ