View | Details | Raw Unified | Return to bug 153985
Collapse All | Expand All

(-)/usr/ports/www/mod_security/Makefile (-2 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	mod_security
8
PORTNAME=	mod_security
9
PORTVERSION=	2.5.12
9
PORTVERSION=	2.5.13
10
CATEGORIES=	www security
10
CATEGORIES=	www security
11
MASTER_SITES=	SF/mod-security/modsecurity-apache/${PORTVERSION}
11
MASTER_SITES=	SF/mod-security/modsecurity-apache/${PORTVERSION}
12
PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
12
PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
Lines 123-129 Link Here
123
		s|SecAuditLog.*logs/modsec_audit.log|SecAuditLog /var/log/httpd-modsec2_audit.log|; \
123
		s|SecAuditLog.*logs/modsec_audit.log|SecAuditLog /var/log/httpd-modsec2_audit.log|; \
124
		s|SecDebugLog.*logs/modsec_debug.log|SecDebugLog /var/log/httpd-modsec2_debug.log|; \
124
		s|SecDebugLog.*logs/modsec_debug.log|SecDebugLog /var/log/httpd-modsec2_debug.log|; \
125
		s|SecServerSignature "Apache/2.2.0 (Fedora)"|SecServerSignature "Apache/${APACHE_VERSION:C/[0-9]/\0./g}x (${OPSYS})"|; \
125
		s|SecServerSignature "Apache/2.2.0 (Fedora)"|SecServerSignature "Apache/${APACHE_VERSION:C/[0-9]/\0./g}x (${OPSYS})"|; \
126
		' ${WRKSRCTOP}/rules/modsecurity_crs_10_config.conf
126
		' ${WRKSRCTOP}/rules/modsecurity_crs_10_config.conf.example
127
.if defined(WITH_LUA)
127
.if defined(WITH_LUA)
128
	${REINPLACE_CMD} -e 's|%%LUA_VER%%|${LUA_VER}|' ${WRKSRC}/configure
128
	${REINPLACE_CMD} -e 's|%%LUA_VER%%|${LUA_VER}|' ${WRKSRC}/configure
129
.endif
129
.endif
(-)/usr/ports/www/mod_security/distinfo (-3 / +2 lines)
Lines 1-3 Link Here
1
MD5 (modsecurity-apache_2.5.12.tar.gz) = f7d14b97bbe54ecb953125b0f9b87a24
1
SHA256 (modsecurity-apache_2.5.13.tar.gz) = 36b35c653410652f6acc1f5b403732acc5dc615be12f3ce58644dd320633cd05
2
SHA256 (modsecurity-apache_2.5.12.tar.gz) = 168bb6591a0f9665169e0ed223a00d63a1c87e11d1e56388abcf431f30efaa84
2
SIZE (modsecurity-apache_2.5.13.tar.gz) = 1421293
3
SIZE (modsecurity-apache_2.5.12.tar.gz) = 1392209

Return to bug 153985