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

Collapse All | Expand All

(-)MOVED (+1 lines)
Lines 9630-9632 Link Here
9630
audio/smasher||2017-11-12|Has expired: Does not build with modern csound
9630
audio/smasher||2017-11-12|Has expired: Does not build with modern csound
9631
audio/csound|audio/csound6|2017-11-12|Has expired: Not supported upstream anymore, use csound6
9631
audio/csound|audio/csound6|2017-11-12|Has expired: Not supported upstream anymore, use csound6
9632
french/eficas||2017-11-14|Removed with Code_Aster 13.4.0, should be replaced by aster-study in cad/salome
9632
french/eficas||2017-11-14|Removed with Code_Aster 13.4.0, should be replaced by aster-study in cad/salome
9633
www/mod_security-devel|www/mod_security3|2017-11-17|Renamed as upstream is about to make a version 3 release
(-)www/Makefile (-1 / +1 lines)
Lines 497-503 Link Here
497
    SUBDIR += mod_rpaf2
497
    SUBDIR += mod_rpaf2
498
    SUBDIR += mod_scgi
498
    SUBDIR += mod_scgi
499
    SUBDIR += mod_security
499
    SUBDIR += mod_security
500
    SUBDIR += mod_security-devel
500
    SUBDIR += mod_security3
501
    SUBDIR += mod_setenvifplus
501
    SUBDIR += mod_setenvifplus
502
    SUBDIR += mod_spdy
502
    SUBDIR += mod_spdy
503
    SUBDIR += mod_tidy
503
    SUBDIR += mod_tidy
(-)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=	yes
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 (+38 lines)
Line 0 Link Here
1
PORTNAME=	mod_security3
2
PORTVERSION=	3.0.0.rc1
3
CATEGORIES=	www security
4
5
MAINTAINER=	marius.halden@modirum.com
6
COMMENT=	Intrusion detection and prevention engine
7
8
LICENSE=	APACHE20
9
10
LIB_DEPENDS=	libcurl.so:ftp/curl \
11
		libpcre.so:devel/pcre \
12
		libyajl.so:devel/yajl \
13
		libGeoIP.so:net/GeoIP
14
15
USES=		gmake autoreconf libtool pkgconfig:build
16
USE_GNOME=	libxml2
17
# GCC because of https://github.com/SpiderLabs/ModSecurity/issues/1411
18
USE_GCC=	yes
19
USE_LDCONFIG=	yes
20
GNU_CONFIGURE=	yes
21
22
USE_GITHUB=	yes
23
GH_ACCOUNT=	SpiderLabs
24
GH_PROJECT=	ModSecurity
25
GH_TAGNAME=	v3.0.0-rc1
26
27
GH_TUPLE+=	SpiderLabs:secrules-language-tests:add8f63:secrules_language_tests/test/test-cases/secrules-language-tests
28
GH_TUPLE+=	client9:libinjection:da027ab:libinjection/others/libinjection
29
GH_TUPLE+=	SpiderLabs:ModSecurity-Python-bindings:bc625d5:modsecurity_python_bindings/bindings/python
30
31
ETCDIR=		${PREFIX}/etc/modsecurity
32
33
post-install:
34
	@${MKDIR}	${STAGEDIR}${ETCDIR}
35
	${INSTALL_DATA}	${WRKSRC}/modsecurity.conf-recommended \
36
		${STAGEDIR}${ETCDIR}/modsecurity.conf.sample
37
38
.include <bsd.port.mk>
(-)www/mod_security3/distinfo (+9 lines)
Line 0 Link Here
1
TIMESTAMP = 1510916196
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