- update to 1.2.28
http://tomcat.apache.org/connectors-doc/miscellaneous/changelog.html Including the correction for: CVE-2008-5519: Apache Tomcat mod_jk information disclosure vulnerability
This commit is contained in:
parent
c235b4ad7d
commit
922e55557c
@ -1,10 +1,10 @@
|
|||||||
# $OpenBSD: Makefile,v 1.17 2009/06/03 00:48:51 pyr Exp $
|
# $OpenBSD: Makefile,v 1.18 2009/06/12 18:14:26 kurt Exp $
|
||||||
|
|
||||||
COMMENT= Apache-Tomcat AJP Connector
|
COMMENT= Apache-Tomcat AJP Connector
|
||||||
|
|
||||||
V= 1.2.26
|
V= 1.2.28
|
||||||
DISTNAME= tomcat-connectors-${V}-src
|
DISTNAME= tomcat-connectors-${V}-src
|
||||||
PKGNAME= mod_jk-${V}p0
|
PKGNAME= mod_jk-${V}
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
|
|
||||||
HOMEPAGE= http://tomcat.apache.org/connectors-doc/index.html
|
HOMEPAGE= http://tomcat.apache.org/connectors-doc/index.html
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
MD5 (tomcat-connectors-1.2.26-src.tar.gz) = /q7CRRNrxNmand6VoA6pPA==
|
MD5 (tomcat-connectors-1.2.28-src.tar.gz) = 2zmQqV0KmodOeY8wXJGTHA==
|
||||||
RMD160 (tomcat-connectors-1.2.26-src.tar.gz) = SU9+OS5xAGaJd4URJSbqPe0RRQk=
|
RMD160 (tomcat-connectors-1.2.28-src.tar.gz) = T4/FoWYUu0fJft6LlcQUONMrEBA=
|
||||||
SHA1 (tomcat-connectors-1.2.26-src.tar.gz) = CNV3/VFygxgr8e9JGrMe0f5foP4=
|
SHA1 (tomcat-connectors-1.2.28-src.tar.gz) = DgIuJC2I9NQsu/pCiD0C4UrRaSk=
|
||||||
SHA256 (tomcat-connectors-1.2.26-src.tar.gz) = dcLvcBYiOUU2vi4KLlzzgzDouxB41oOnM3aajEmlOBo=
|
SHA256 (tomcat-connectors-1.2.28-src.tar.gz) = iY/dztMgdUEhtTsyktHSCjG+vGcz1a65I2cUP4lB/m8=
|
||||||
SIZE (tomcat-connectors-1.2.26-src.tar.gz) = 1442605
|
SIZE (tomcat-connectors-1.2.28-src.tar.gz) = 1541956
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
$OpenBSD: README.OpenBSD,v 1.6 2008/02/11 02:18:28 kurt Exp $
|
$OpenBSD: README.OpenBSD,v 1.7 2009/06/12 18:14:26 kurt Exp $
|
||||||
|
|
||||||
OpenBSD mod_jk Package
|
OpenBSD mod_jk Package
|
||||||
Apache-Tomcat AJP Connector
|
Apache-Tomcat AJP Connector
|
||||||
@ -37,7 +37,7 @@ the file to include the sample mod_jk.conf file:
|
|||||||
4) Stop and start Apache using apachectl(1)
|
4) Stop and start Apache using apachectl(1)
|
||||||
|
|
||||||
5) Test mod_jk by accessing the url http://your.apache.host/examples/ for
|
5) Test mod_jk by accessing the url http://your.apache.host/examples/ for
|
||||||
Tomcat 4 or http://your.apache.host/jsp-examples/ for Tomcat 5.
|
Tomcat 4 & 6 or http://your.apache.host/jsp-examples/ for Tomcat 5.
|
||||||
|
|
||||||
On-line documentation is here:
|
On-line documentation is here:
|
||||||
|
|
||||||
|
12
www/mod_jk/patches/patch-native_configure
Normal file
12
www/mod_jk/patches/patch-native_configure
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
$OpenBSD: patch-native_configure,v 1.1 2009/06/12 18:14:26 kurt Exp $
|
||||||
|
--- native/configure.orig Fri Jun 12 13:59:35 2009
|
||||||
|
+++ native/configure Fri Jun 12 14:01:40 2009
|
||||||
|
@@ -24993,7 +24993,7 @@ fi
|
||||||
|
jk_val_changed=0
|
||||||
|
for i in $APXSLDFLAGS; do
|
||||||
|
case $i in
|
||||||
|
- -Wl,*)
|
||||||
|
+ -Wl,* | -D*)
|
||||||
|
jk_new_val="$jk_new_val $i"
|
||||||
|
;;
|
||||||
|
*)
|
Loading…
x
Reference in New Issue
Block a user