View | Details | Raw Unified | Return to bug 222877 | Differences between
and this patch

Collapse All | Expand All

(-)MOVED (+1 lines)
Lines 9582-9584 Link Here
9582
devel/vtable-dumper|devel/abi-compliance-checker|2017-10-08|Use abi-compliance-checker, which contains this program in newer version
9582
devel/vtable-dumper|devel/abi-compliance-checker|2017-10-08|Use abi-compliance-checker, which contains this program in newer version
9583
graphics/py-graph-dot||2017-10-08|Has expired: Unfetchable for more than six months (google code has gone away)
9583
graphics/py-graph-dot||2017-10-08|Has expired: Unfetchable for more than six months (google code has gone away)
9584
graphics/py-graph||2017-10-08|Removed, depends on graphics/py-graph-dot
9584
graphics/py-graph||2017-10-08|Removed, depends on graphics/py-graph-dot
9585
www/mod_security-devel|www/mod_security3|2017-10-09|Upstream is about to make a version 3 release
(-)www/mod_security-devel/Makefile (-41 lines)
Lines 1-41 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	mod_security-devel
4
PORTVERSION=	3.0.0.g2017080200
5
PORTREVISION=	1
6
CATEGORIES=	www security
7
8
MAINTAINER=	marius.halden@modirum.com
9
COMMENT=	Intrusion detection and prevention engine
10
11
LICENSE=	APACHE20
12
13
LIB_DEPENDS=	libcurl.so:ftp/curl \
14
		libpcre.so:devel/pcre \
15
		libyajl.so:devel/yajl \
16
		libGeoIP.so:net/GeoIP
17
18
USES=		gmake autoreconf libtool pkgconfig:build
19
USE_GNOME=	libxml2
20
# GCC because of https://github.com/SpiderLabs/ModSecurity/issues/1411
21
USE_GCC=	6+
22
USE_LDCONFIG=	yes
23
GNU_CONFIGURE=	yes
24
25
USE_GITHUB=	yes
26
GH_ACCOUNT=	SpiderLabs
27
GH_PROJECT=	ModSecurity
28
GH_TAGNAME=	0508395
29
30
GH_TUPLE+=	SpiderLabs:secrules-language-tests:add8f63:secrules_language_tests/test/test-cases/secrules-language-tests
31
GH_TUPLE+=	client9:libinjection:da027ab:libinjection/others/libinjection
32
GH_TUPLE+=	SpiderLabs:ModSecurity-Python-bindings:bc625d5:modsecurity_python_bindings/bindings/python
33
34
ETCDIR=		${PREFIX}/etc/modsecurity
35
36
post-install:
37
	@${MKDIR}	${STAGEDIR}${ETCDIR}
38
	${INSTALL_DATA}	${WRKSRC}/modsecurity.conf-recommended \
39
		${STAGEDIR}${ETCDIR}/modsecurity.conf.sample
40
41
.include <bsd.port.mk>
(-)www/mod_security-devel/distinfo (-9 lines)
Lines 1-9 Link Here
1
TIMESTAMP = 1501667845
2
SHA256 (SpiderLabs-ModSecurity-3.0.0.g2017080200-0508395_GH0.tar.gz) = 21ff4e8efe57afce03af1bdf2394be59a66056a6322a419f923b0a07439c103f
3
SIZE (SpiderLabs-ModSecurity-3.0.0.g2017080200-0508395_GH0.tar.gz) = 497929
4
SHA256 (SpiderLabs-secrules-language-tests-add8f63_GH0.tar.gz) = 18894cf90d6a1ade441053b2aa89fff495a50eec0c632d346cc223c692973cba
5
SIZE (SpiderLabs-secrules-language-tests-add8f63_GH0.tar.gz) = 58901
6
SHA256 (client9-libinjection-da027ab_GH0.tar.gz) = 7eaa6306d13427e002f976d4ce1bf3aaa3f94e7dd4ada02a69354fa482e6afca
7
SIZE (client9-libinjection-da027ab_GH0.tar.gz) = 1656633
8
SHA256 (SpiderLabs-ModSecurity-Python-bindings-bc625d5_GH0.tar.gz) = 7b10d90ec76985ddbdc4ca15c0675254cb6d10af6eaba620d1785d1b24b017eb
9
SIZE (SpiderLabs-ModSecurity-Python-bindings-bc625d5_GH0.tar.gz) = 2647
(-)www/mod_security-devel/pkg-descr (-9 lines)
Lines 1-9 Link Here
1
ModSecurity is an embeddable web application firewall. It provides
2
protection from a range of attacks against web applications and allows
3
for HTTP traffic monitoring and real-time analysis with no changes to
4
existing infrastructure.
5
6
It is also an open source project that aims to make the web application
7
firewall technology available to everyone.
8
9
WWW: http://www.modsecurity.org/
(-)www/mod_security-devel/pkg-plist (-24 lines)
Lines 1-24 Link Here
1
bin/modsec-rules-check
2
include/modsecurity/actions/action.h
3
include/modsecurity/anchored_set_variable.h
4
include/modsecurity/anchored_variable.h
5
include/modsecurity/audit_log.h
6
include/modsecurity/collection/collection.h
7
include/modsecurity/collection/collections.h
8
include/modsecurity/collection/variable.h
9
include/modsecurity/debug_log.h
10
include/modsecurity/intervention.h
11
include/modsecurity/modsecurity.h
12
include/modsecurity/reading_logs_via_rule_message.h
13
include/modsecurity/rule.h
14
include/modsecurity/rule_message.h
15
include/modsecurity/rules.h
16
include/modsecurity/rules_exceptions.h
17
include/modsecurity/rules_properties.h
18
include/modsecurity/transaction.h
19
include/modsecurity/variable_origin.h
20
lib/libmodsecurity.a
21
lib/libmodsecurity.so
22
lib/libmodsecurity.so.3
23
lib/libmodsecurity.so.3.0.0
24
@sample %%ETCDIR%%/modsecurity.conf.sample
(-)www/mod_security3/Makefile (+40 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	mod_security3
4
PORTVERSION=	3.0.0.rc1
5
CATEGORIES=	www security
6
7
MAINTAINER=	marius.halden@modirum.com
8
COMMENT=	Intrusion detection and prevention engine
9
10
LICENSE=	APACHE20
11
12
LIB_DEPENDS=	libcurl.so:ftp/curl \
13
		libpcre.so:devel/pcre \
14
		libyajl.so:devel/yajl \
15
		libGeoIP.so:net/GeoIP
16
17
USES=		gmake autoreconf libtool pkgconfig:build
18
USE_GNOME=	libxml2
19
# GCC because of https://github.com/SpiderLabs/ModSecurity/issues/1411
20
USE_GCC=	6+
21
USE_LDCONFIG=	yes
22
GNU_CONFIGURE=	yes
23
24
USE_GITHUB=	yes
25
GH_ACCOUNT=	SpiderLabs
26
GH_PROJECT=	ModSecurity
27
GH_TAGNAME=	v3.0.0-rc1
28
29
GH_TUPLE+=	SpiderLabs:secrules-language-tests:add8f63:secrules_language_tests/test/test-cases/secrules-language-tests
30
GH_TUPLE+=	client9:libinjection:da027ab:libinjection/others/libinjection
31
GH_TUPLE+=	SpiderLabs:ModSecurity-Python-bindings:bc625d5:modsecurity_python_bindings/bindings/python
32
33
ETCDIR=		${PREFIX}/etc/modsecurity
34
35
post-install:
36
	@${MKDIR}	${STAGEDIR}${ETCDIR}
37
	${INSTALL_DATA}	${WRKSRC}/modsecurity.conf-recommended \
38
		${STAGEDIR}${ETCDIR}/modsecurity.conf.sample
39
40
.include <bsd.port.mk>
(-)www/mod_security3/distinfo (+9 lines)
Line 0 Link Here
1
TIMESTAMP = 1507542366
2
SHA256 (SpiderLabs-ModSecurity-3.0.0.rc1-v3.0.0-rc1_GH0.tar.gz) = 6ceb8a150695c2191bbdba635938efcda3efa845eef395e88f92937f4221275d
3
SIZE (SpiderLabs-ModSecurity-3.0.0.rc1-v3.0.0-rc1_GH0.tar.gz) = 505325
4
SHA256 (SpiderLabs-secrules-language-tests-add8f63_GH0.tar.gz) = 18894cf90d6a1ade441053b2aa89fff495a50eec0c632d346cc223c692973cba
5
SIZE (SpiderLabs-secrules-language-tests-add8f63_GH0.tar.gz) = 58901
6
SHA256 (client9-libinjection-da027ab_GH0.tar.gz) = 7eaa6306d13427e002f976d4ce1bf3aaa3f94e7dd4ada02a69354fa482e6afca
7
SIZE (client9-libinjection-da027ab_GH0.tar.gz) = 1656633
8
SHA256 (SpiderLabs-ModSecurity-Python-bindings-bc625d5_GH0.tar.gz) = 7b10d90ec76985ddbdc4ca15c0675254cb6d10af6eaba620d1785d1b24b017eb
9
SIZE (SpiderLabs-ModSecurity-Python-bindings-bc625d5_GH0.tar.gz) = 2647
(-)www/mod_security3/pkg-descr (+9 lines)
Line 0 Link Here
1
ModSecurity is an embeddable web application firewall. It provides
2
protection from a range of attacks against web applications and allows
3
for HTTP traffic monitoring and real-time analysis with no changes to
4
existing infrastructure.
5
6
It is also an open source project that aims to make the web application
7
firewall technology available to everyone.
8
9
WWW: http://www.modsecurity.org/
(-)www/mod_security3/pkg-plist (+24 lines)
Line 0 Link Here
1
bin/modsec-rules-check
2
include/modsecurity/actions/action.h
3
include/modsecurity/anchored_set_variable.h
4
include/modsecurity/anchored_variable.h
5
include/modsecurity/audit_log.h
6
include/modsecurity/collection/collection.h
7
include/modsecurity/collection/collections.h
8
include/modsecurity/collection/variable.h
9
include/modsecurity/debug_log.h
10
include/modsecurity/intervention.h
11
include/modsecurity/modsecurity.h
12
include/modsecurity/reading_logs_via_rule_message.h
13
include/modsecurity/rule.h
14
include/modsecurity/rule_message.h
15
include/modsecurity/rules.h
16
include/modsecurity/rules_exceptions.h
17
include/modsecurity/rules_properties.h
18
include/modsecurity/transaction.h
19
include/modsecurity/variable_origin.h
20
lib/libmodsecurity.a
21
lib/libmodsecurity.so
22
lib/libmodsecurity.so.3
23
lib/libmodsecurity.so.3.0.0
24
@sample %%ETCDIR%%/modsecurity.conf.sample

Return to bug 222877