Subject: CVS commit: pkgsrc/security/ap-modsecurity2
To: None <pkgsrc-changes@NetBSD.org>
From: Adrian Portelli <adrianp@netbsd.org>
List: pkgsrc-changes
Date: 05/18/2007 09:20:10
Module Name:	pkgsrc
Committed By:	adrianp
Date:		Fri May 18 09:20:10 UTC 2007

Modified Files:
	pkgsrc/security/ap-modsecurity2: Makefile distinfo
	pkgsrc/security/ap-modsecurity2/patches: patch-aa

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/security/ap-modsecurity2/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/security/ap-modsecurity2/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/security/ap-modsecurity2/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.