summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoradrianp <adrianp>2007-05-18 09:20:09 +0000
committeradrianp <adrianp>2007-05-18 09:20:09 +0000
commitf704b17b9bdc03eabc1bb6909bda01c5ef9c29f6 (patch)
treea27c8cc8fce3a314a9e6875489237a926ed64597 /security
parent5b694d4f248621191022a493cdba79f379f29de0 (diff)
downloadpkgsrc-f704b17b9bdc03eabc1bb6909bda01c5ef9c29f6.tar.gz
11 Apr 2007 - 2.1.1
------------------- * Add the PCRE_DOLLAR_ENDONLY option when compiling regular expression for the @rx operator and variables. * Really set PCRE_DOTALL option when compiling the regular expression for the @rx operator as the docs state. * Fixed potential memory corruption when expanding macros. * Fixed error when a collection was retrieved from storage in the same second as creation by setting the rate to zero. * Fixed ASCIIZ (NUL) parsing for application/x-www-form-urlencoded forms. * Fixed the faulty REQUEST_FILENAME variable, which used to change the internal Apache structures by mistake. * Updates to quiet some compiler warnings. * Fixed some casting issues for compiling on NetWare (patch from Guenter Knauf)
Diffstat (limited to 'security')
-rw-r--r--security/ap-modsecurity2/Makefile4
-rw-r--r--security/ap-modsecurity2/distinfo10
-rw-r--r--security/ap-modsecurity2/patches/patch-aa13
3 files changed, 11 insertions, 16 deletions
diff --git a/security/ap-modsecurity2/Makefile b/security/ap-modsecurity2/Makefile
index 47f904b2b68..afdb5d195d2 100644
--- a/security/ap-modsecurity2/Makefile
+++ b/security/ap-modsecurity2/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2007/03/18 10:35:13 adrianp Exp $
+# $NetBSD: Makefile,v 1.5 2007/05/18 09:20:09 adrianp Exp $
-DISTNAME= modsecurity-apache_2.1.0
+DISTNAME= modsecurity-apache_2.1.1
PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/apache_//}
CATEGORIES= www security
MASTER_SITES= http://www.modsecurity.org/download/
diff --git a/security/ap-modsecurity2/distinfo b/security/ap-modsecurity2/distinfo
index 0bcdd2e0522..e036b32d885 100644
--- a/security/ap-modsecurity2/distinfo
+++ b/security/ap-modsecurity2/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2007/03/18 10:35:13 adrianp Exp $
+$NetBSD: distinfo,v 1.3 2007/05/18 09:20:09 adrianp Exp $
-SHA1 (modsecurity-apache_2.1.0.tar.gz) = 1f3d9444c8bdf527ab1ca0eef6f93ea88922eff2
-RMD160 (modsecurity-apache_2.1.0.tar.gz) = ca16c4a6644d1f0b338486e72d5d52a5c48304b4
-Size (modsecurity-apache_2.1.0.tar.gz) = 650133 bytes
-SHA1 (patch-aa) = a5c3c76204789ea3e3ea63379a3bdd9c0dd8bf17
+SHA1 (modsecurity-apache_2.1.1.tar.gz) = 06527f16271628b882d375b4a0ad188d13dc7291
+RMD160 (modsecurity-apache_2.1.1.tar.gz) = 17e94c19d51f7e9e09ef435f81d696ec638aad44
+Size (modsecurity-apache_2.1.1.tar.gz) = 650607 bytes
+SHA1 (patch-aa) = 58909761e850fff12b989e68b70f418b6720c96d
diff --git a/security/ap-modsecurity2/patches/patch-aa b/security/ap-modsecurity2/patches/patch-aa
index ace66988957..5d23df847a1 100644
--- a/security/ap-modsecurity2/patches/patch-aa
+++ b/security/ap-modsecurity2/patches/patch-aa
@@ -1,17 +1,17 @@
-$NetBSD: patch-aa,v 1.2 2007/03/18 10:35:13 adrianp Exp $
+$NetBSD: patch-aa,v 1.3 2007/05/18 09:20:09 adrianp Exp $
---- apache2/Makefile.orig 2007-02-06 12:29:22.000000000 +0000
+--- apache2/Makefile.orig 2007-03-07 16:24:45.000000000 +0000
+++ apache2/Makefile
@@ -17,7 +17,7 @@ builddir = .
# Debian - /usr/share/apache2 (apache2-prefork-dev or apache2-threaded-dev
# needed, depending on your installation type)
#
--top_dir = /home/ivanr/apache22
+-top_dir = /apps/apache22
+top_dir = @PREFIX@/share/httpd
top_srcdir = ${top_dir}
top_builddir = ${top_dir}
-@@ -27,14 +27,14 @@ include ${top_builddir}/build/special.mk
+@@ -27,11 +27,11 @@ include ${top_builddir}/build/special.mk
APXS = apxs
APACHECTL = apachectl
@@ -26,8 +26,3 @@ $NetBSD: patch-aa,v 1.2 2007/03/18 10:35:13 adrianp Exp $
all: local-shared-build
- clean:
- -rm -f *.o *.lo *.slo *.la *~ .libs
--
-\ No newline at end of file
-+