Update to 1.8.2 release.

This commit is contained in:
Alex Dupre 2004-06-27 09:41:16 +00:00
parent 849d2ece7c
commit e057f4d52d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112355
4 changed files with 3 additions and 23 deletions

View File

@ -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}

View File

@ -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

View File

@ -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>

View File

@ -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>