aboutsummaryrefslogtreecommitdiff
path: root/www/mod_security
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-06-27 09:41:16 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-06-27 09:41:16 +0000
commite057f4d52ddce15f7ab9b9cb1568db3dde5fdfa5 (patch)
tree935c2b7ae4b18a0d2cf0cd83537a9e41495dab59 /www/mod_security
parent849d2ece7c54e28129adb04ab9197bc40cec3b26 (diff)
downloadports-e057f4d52ddce15f7ab9b9cb1568db3dde5fdfa5.tar.gz
ports-e057f4d52ddce15f7ab9b9cb1568db3dde5fdfa5.zip
Update to 1.8.2 release.
Notes
Notes: svn path=/head/; revision=112355
Diffstat (limited to 'www/mod_security')
-rw-r--r--www/mod_security/Makefile2
-rw-r--r--www/mod_security/distinfo4
-rw-r--r--www/mod_security/files/patch-apache1::mod_security.c10
-rw-r--r--www/mod_security/files/patch-apache2::mod_security.c10
4 files changed, 3 insertions, 23 deletions
diff --git a/www/mod_security/Makefile b/www/mod_security/Makefile
index 5ace3942a113..b758a0edfb6a 100644
--- a/www/mod_security/Makefile
+++ b/www/mod_security/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mod_security
-PORTVERSION= 1.8
+PORTVERSION= 1.8.2
CATEGORIES= www security
MASTER_SITES= http://www.modsecurity.org/download/ \
${MASTER_SITE_SOURCEFORGE}
diff --git a/www/mod_security/distinfo b/www/mod_security/distinfo
index 51adfa99f647..b9fa0e581f68 100644
--- a/www/mod_security/distinfo
+++ b/www/mod_security/distinfo
@@ -1,2 +1,2 @@
-MD5 (mod_security-1.8.tar.gz) = 9daf63c7038dbf6ebe399260df72657a
-SIZE (mod_security-1.8.tar.gz) = 346389
+MD5 (mod_security-1.8.2.tar.gz) = 40732c3da8694628535804f173b3265a
+SIZE (mod_security-1.8.2.tar.gz) = 348180
diff --git a/www/mod_security/files/patch-apache1::mod_security.c b/www/mod_security/files/patch-apache1::mod_security.c
deleted file mode 100644
index ec0a622b63a0..000000000000
--- a/www/mod_security/files/patch-apache1::mod_security.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- apache1/mod_security.c.orig Sun Jun 20 11:09:40 2004
-+++ apache1/mod_security.c Sun Jun 20 11:03:01 2004
-@@ -23,6 +23,7 @@
- #include <stdarg.h>
- #include <stdlib.h>
- #include <string.h>
-+#include <sys/stat.h>
-
- #if !(defined(WIN32) || defined(NETWARE))
- #include <unistd.h>
diff --git a/www/mod_security/files/patch-apache2::mod_security.c b/www/mod_security/files/patch-apache2::mod_security.c
deleted file mode 100644
index 6d1f3b1457cb..000000000000
--- a/www/mod_security/files/patch-apache2::mod_security.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- apache2/mod_security.c.orig Sun Jun 20 11:09:56 2004
-+++ apache2/mod_security.c Sun Jun 20 11:10:04 2004
-@@ -23,6 +23,7 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
-+#include <sys/stat.h>
-
- #ifdef WIN32
- #include <direct.h>