diff options
author | obache <obache@pkgsrc.org> | 2007-05-29 02:22:22 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-05-29 02:22:22 +0000 |
commit | dea40e3abd4800786bf2de16975170449fa7ec26 (patch) | |
tree | fe72f0c03387ae8304b302019a1a70ec761b2383 | |
parent | 6b009865ac25b1a7f35171e2590cab879e4e57ec (diff) | |
download | pkgsrc-dea40e3abd4800786bf2de16975170449fa7ec26.tar.gz |
Update ap-jk to 1.2.23.
It fixes an Important vulnerability.
Changes between 1.2.22 and 1.2.23
Native
Change the default value of JkOptions to ForwardURICompatUnparsed. The
old default value was ForwardURICompat. This should make URL
interpretation between Apache httpd and Tomcat consistent (prevent
double decoding problems). (rjung)
-rw-r--r-- | www/ap-jk/Makefile.common | 4 | ||||
-rw-r--r-- | www/ap-jk/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/ap-jk/Makefile.common b/www/ap-jk/Makefile.common index 944e4fdd879..8fa4208d7b5 100644 --- a/www/ap-jk/Makefile.common +++ b/www/ap-jk/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.5 2007/04/25 06:24:02 obache Exp $ +# $NetBSD: Makefile.common,v 1.6 2007/05/29 02:22:22 obache Exp $ -JK_VERSION= 1.2.22 +JK_VERSION= 1.2.23 CATEGORIES= www java MASTER_SITES= http://www.apache.org/dist/tomcat/tomcat-connectors/jk/source/jk-${JK_VERSION}/ diff --git a/www/ap-jk/distinfo b/www/ap-jk/distinfo index 81bbd05ff8b..bdc60cb2695 100644 --- a/www/ap-jk/distinfo +++ b/www/ap-jk/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.8 2007/04/25 06:24:02 obache Exp $ +$NetBSD: distinfo,v 1.9 2007/05/29 02:22:22 obache Exp $ -SHA1 (tomcat-connectors-1.2.22-src.tar.gz) = 9c6ca8df4e54ce4654c0ccd61bdd6bab5982b0da -RMD160 (tomcat-connectors-1.2.22-src.tar.gz) = a378022f3b817216f71c7236d87479265d4fb6f1 -Size (tomcat-connectors-1.2.22-src.tar.gz) = 1346940 bytes +SHA1 (tomcat-connectors-1.2.23-src.tar.gz) = 9ab3c108a9e6b20dc7dd172917f8941eee0ec32c +RMD160 (tomcat-connectors-1.2.23-src.tar.gz) = d7892ff73f22e83feb49b4746d769f518e3f4c6a +Size (tomcat-connectors-1.2.23-src.tar.gz) = 1368060 bytes SHA1 (patch-aa) = c7a68265883fd7494356543a17dcec0be7744fe9 SHA1 (patch-ab) = 57e4ead1a73d9a47fb634d5c7fb18d49d0393a08 SHA1 (patch-ac) = 14fdec1c921f369ee51a5d73a3bee3ec9056f07a |