diff options
author | ale <ale@FreeBSD.org> | 2004-06-27 17:41:16 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-06-27 17:41:16 +0800 |
commit | a8fceadd300dd062de2aad7df761c7988e12c635 (patch) | |
tree | d24e5be241b9b00de0717e90d9484ae992e0310c | |
parent | 747300462150491c74e6a60bc4803c35c70ff3a5 (diff) | |
download | freebsd-ports-gnome-a8fceadd300dd062de2aad7df761c7988e12c635.tar.gz freebsd-ports-gnome-a8fceadd300dd062de2aad7df761c7988e12c635.tar.zst freebsd-ports-gnome-a8fceadd300dd062de2aad7df761c7988e12c635.zip |
Update to 1.8.2 release.
-rw-r--r-- | www/mod_security/Makefile | 2 | ||||
-rw-r--r-- | www/mod_security/distinfo | 4 | ||||
-rw-r--r-- | www/mod_security/files/patch-apache1::mod_security.c | 10 | ||||
-rw-r--r-- | www/mod_security/files/patch-apache2::mod_security.c | 10 |
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> |