update mod_jk to latest version

This commit is contained in:
Palle Girgensohn 2014-04-18 11:57:25 +00:00
parent 5c18eff7f6
commit 99736ab537
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351533
3 changed files with 3 additions and 15 deletions

View file

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= mod_jk
PORTVERSION= 1.2.37
PORTREVISION= 1
PORTVERSION= 1.2.40
PORTEPOCH?= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_APACHE}

View file

@ -1,2 +1,2 @@
SHA256 (tomcat-connectors-1.2.37-src.tar.gz) = 38a92623ddd28b85bbf54cf77f4c867ccbebafb71233131471623691e4e751f9
SIZE (tomcat-connectors-1.2.37-src.tar.gz) = 1528647
SHA256 (tomcat-connectors-1.2.40-src.tar.gz) = 895e347c4dff74049a848603fb29958e6cf429ea0fc708d514b3a8958236705d
SIZE (tomcat-connectors-1.2.40-src.tar.gz) = 1526449

View file

@ -1,11 +0,0 @@
--- common/jk_status.c.ori 2014-02-07 14:08:44.000000000 -0700
+++ common/jk_status.c 2014-02-07 14:09:05.000000000 -0700
@@ -3647,7 +3647,7 @@
}
}
if (sync_needed == JK_TRUE) {
- wr->sequence = 0;
+ wr->sequence = -1;
if (!rc)
rc = 3;
}