- bug fix update to 1.2.26. for details see:
http://tomcat.apache.org/connectors-doc/miscellaneous/changelog.html
This commit is contained in:
parent
9af6c17863
commit
266a26b58b
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2007/12/11 23:38:57 kurt Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2008/02/11 02:18:28 kurt Exp $
|
||||
|
||||
COMMENT= Apache-Tomcat AJP Connector
|
||||
|
||||
V= 1.2.25
|
||||
V= 1.2.26
|
||||
DISTNAME= tomcat-connectors-${V}-src
|
||||
PKGNAME= mod_jk-${V}
|
||||
CATEGORIES= www
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (tomcat-connectors-1.2.25-src.tar.gz) = T2FBMMhfhtjTNZoDIw24ow==
|
||||
RMD160 (tomcat-connectors-1.2.25-src.tar.gz) = q+V+J3BG3i/PSTBPxOB4FlccR4A=
|
||||
SHA1 (tomcat-connectors-1.2.25-src.tar.gz) = 8mjNfoO3+o+CPLzI0ObTBSbu2+s=
|
||||
SHA256 (tomcat-connectors-1.2.25-src.tar.gz) = yYXbkVwlC2yW5aHULvO36PcDTdwsojYehW85iCTJV9g=
|
||||
SIZE (tomcat-connectors-1.2.25-src.tar.gz) = 1426003
|
||||
MD5 (tomcat-connectors-1.2.26-src.tar.gz) = /q7CRRNrxNmand6VoA6pPA==
|
||||
RMD160 (tomcat-connectors-1.2.26-src.tar.gz) = SU9+OS5xAGaJd4URJSbqPe0RRQk=
|
||||
SHA1 (tomcat-connectors-1.2.26-src.tar.gz) = CNV3/VFygxgr8e9JGrMe0f5foP4=
|
||||
SHA256 (tomcat-connectors-1.2.26-src.tar.gz) = dcLvcBYiOUU2vi4KLlzzgzDouxB41oOnM3aajEmlOBo=
|
||||
SIZE (tomcat-connectors-1.2.26-src.tar.gz) = 1442605
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: README.OpenBSD,v 1.5 2007/01/09 18:42:05 kurt Exp $
|
||||
$OpenBSD: README.OpenBSD,v 1.6 2008/02/11 02:18:28 kurt Exp $
|
||||
|
||||
OpenBSD mod_jk Package
|
||||
Apache-Tomcat AJP Connector
|
||||
@ -45,7 +45,7 @@ http://tomcat.apache.org/connectors-doc/index.html
|
||||
|
||||
The mailing list archives for tomcat-user can be found at:
|
||||
|
||||
http://marc.theaimsgroup.com/
|
||||
http://marc.info/
|
||||
|
||||
Configuration questions can be asked (after checking archives of course)
|
||||
by subscribing to the tomcat-user mailing list. Instructions for subscribing
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-conf_workers_properties_minimal,v 1.1 2007/01/09 18:42:05 kurt Exp $
|
||||
--- conf/workers.properties.minimal.orig Thu Apr 28 06:59:49 2005
|
||||
+++ conf/workers.properties.minimal Sun Jan 7 14:31:34 2007
|
||||
@@ -6,22 +6,15 @@
|
||||
$OpenBSD: patch-conf_workers_properties_minimal,v 1.2 2008/02/11 02:18:28 kurt Exp $
|
||||
--- conf/workers.properties.minimal.orig Sun Sep 2 15:32:11 2007
|
||||
+++ conf/workers.properties.minimal Fri Dec 21 17:50:23 2007
|
||||
@@ -21,22 +21,15 @@
|
||||
# The workers that jk should create and work with
|
||||
#
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-native_apache-1_3_Makefile_in,v 1.2 2007/04/06 21:18:34 kurt Exp $
|
||||
--- native/apache-1.3/Makefile.in.orig Tue Oct 3 09:18:44 2006
|
||||
+++ native/apache-1.3/Makefile.in Tue Mar 27 17:14:36 2007
|
||||
@@ -25,7 +25,7 @@ BUILD_DIR = ${JK_DIR}/../build/jk/apache13
|
||||
$OpenBSD: patch-native_apache-1_3_Makefile_in,v 1.3 2008/02/11 02:18:28 kurt Exp $
|
||||
--- native/apache-1.3/Makefile.in.orig Sun Sep 2 15:32:11 2007
|
||||
+++ native/apache-1.3/Makefile.in Fri Dec 21 17:50:23 2007
|
||||
@@ -40,7 +40,7 @@ BUILD_DIR = ${JK_DIR}/../build/jk/apache13
|
||||
APACHE_FILES = Makefile.tmpl Makefile.libdir libjk.module
|
||||
|
||||
JK=../common/
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-native_apache-1_3_Makefile_in,v 1.2 2007/04/06 21:18:34 kurt Exp
|
||||
JAVA_INCL=-I ${JAVA_HOME}/include -I ${JAVA_HOME}/include/${OS}
|
||||
JAVA_LIB=-L ${JAVA_HOME}/jre/lib/${ARCH} -L ${JAVA_HOME}/lib/${ARCH}/native_threads
|
||||
APACHE_CFLAGS=@apache_include@ @APXSCFLAGS@ @APXSCPPFLAGS@ -I${top_srcdir}/common
|
||||
@@ -85,13 +85,13 @@ mod_jk.a: mod_jk.lo $(APACHE_OBJECTS)
|
||||
@@ -100,13 +100,13 @@ mod_jk.a: mod_jk.lo $(APACHE_OBJECTS)
|
||||
${MOD_LINK} -o $@ $^
|
||||
|
||||
mod_jk.so: mod_jk.la
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-native_common_Makefile_in,v 1.1 2007/01/09 18:42:05 kurt Exp $
|
||||
--- native/common/Makefile.in.orig Mon Jan 8 08:38:41 2007
|
||||
+++ native/common/Makefile.in Mon Jan 8 08:38:25 2007
|
||||
@@ -17,7 +17,7 @@ OEXT=.lo
|
||||
$OpenBSD: patch-native_common_Makefile_in,v 1.2 2008/02/11 02:18:28 kurt Exp $
|
||||
--- native/common/Makefile.in.orig Sun Sep 2 15:32:11 2007
|
||||
+++ native/common/Makefile.in Fri Dec 21 17:50:23 2007
|
||||
@@ -32,7 +32,7 @@ OEXT=.lo
|
||||
include list.mk
|
||||
|
||||
JAVA_INCL=-I @JAVA_HOME@/include -I @JAVA_HOME@/include/@OS@
|
||||
|
Loading…
Reference in New Issue
Block a user