pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/ap-modsecurity2 11 Apr 2007 - 2.1.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8023de67249a
branches:  trunk
changeset: 528854:8023de67249a
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Fri May 18 09:20:09 2007 +0000

description:
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:

 security/ap-modsecurity2/Makefile         |   4 ++--
 security/ap-modsecurity2/distinfo         |  10 +++++-----
 security/ap-modsecurity2/patches/patch-aa |  13 ++++---------
 3 files changed, 11 insertions(+), 16 deletions(-)

diffs (61 lines):

diff -r 4ab62897e397 -r 8023de67249a security/ap-modsecurity2/Makefile
--- a/security/ap-modsecurity2/Makefile Fri May 18 07:54:24 2007 +0000
+++ b/security/ap-modsecurity2/Makefile Fri May 18 09:20:09 2007 +0000
@@ -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 -r 4ab62897e397 -r 8023de67249a security/ap-modsecurity2/distinfo
--- a/security/ap-modsecurity2/distinfo Fri May 18 07:54:24 2007 +0000
+++ b/security/ap-modsecurity2/distinfo Fri May 18 09:20:09 2007 +0000
@@ -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 -r 4ab62897e397 -r 8023de67249a security/ap-modsecurity2/patches/patch-aa
--- a/security/ap-modsecurity2/patches/patch-aa Fri May 18 07:54:24 2007 +0000
+++ b/security/ap-modsecurity2/patches/patch-aa Fri May 18 09:20:09 2007 +0000
@@ -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 @@
  
  all: local-shared-build
  
- clean:
-       -rm -f *.o *.lo *.slo *.la *~ .libs
--    
-\ No newline at end of file
-+    



Home | Main Index | Thread Index | Old Index