Page MenuHomeFreeBSD

D14118.id39138.diff
No OneTemporary

D14118.id39138.diff

Index: MOVED
===================================================================
--- MOVED
+++ MOVED
@@ -9918,3 +9918,4 @@
french/eric6||2018-02-08|No longer shipped by upstream
portuguese/eric6||2018-02-08|No longer shipped by upstream
devel/rubygem-event-bus||2018-02-08|Has expired: No longer maintained upstream
+www/mod_security-devel|www/mod_security3|2018-02-10|Renamed, upstream has made a release
Index: www/Makefile
===================================================================
--- www/Makefile
+++ www/Makefile
@@ -498,7 +498,7 @@
SUBDIR += mod_rpaf2
SUBDIR += mod_scgi
SUBDIR += mod_security
- SUBDIR += mod_security-devel
+ SUBDIR += mod_security3
SUBDIR += mod_setenvifplus
SUBDIR += mod_spdy
SUBDIR += mod_tidy
Index: www/mod_security-devel/Makefile
===================================================================
--- www/mod_security-devel/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= mod_security-devel
-PORTVERSION= 3.0.0.g2017080200
-PORTREVISION= 1
-CATEGORIES= www security
-
-MAINTAINER= marius.halden@modirum.com
-COMMENT= Intrusion detection and prevention engine
-
-LICENSE= APACHE20
-
-LIB_DEPENDS= libcurl.so:ftp/curl \
- libpcre.so:devel/pcre \
- libyajl.so:devel/yajl \
- libGeoIP.so:net/GeoIP
-
-BROKEN_aarch64= fails to compile: string.h:55:1: narrowing conversion of '-1' from 'int' to 'char' inside { }
-BROKEN_armv6= fails to compile: string.h:55:1: narrowing conversion of '-1' from 'int' to 'char' inside { }
-BROKEN_armv7= fails to compile: string.h:55:1: narrowing conversion of '-1' from 'int' to 'char' inside { }
-
-USES= gmake autoreconf libtool pkgconfig:build
-USE_GNOME= libxml2
-# GCC because of https://github.com/SpiderLabs/ModSecurity/issues/1411
-USE_GCC= yes
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-
-USE_GITHUB= yes
-GH_ACCOUNT= SpiderLabs
-GH_PROJECT= ModSecurity
-GH_TAGNAME= 0508395
-
-GH_TUPLE+= SpiderLabs:secrules-language-tests:add8f63:secrules_language_tests/test/test-cases/secrules-language-tests
-GH_TUPLE+= client9:libinjection:da027ab:libinjection/others/libinjection
-GH_TUPLE+= SpiderLabs:ModSecurity-Python-bindings:bc625d5:modsecurity_python_bindings/bindings/python
-
-ETCDIR= ${PREFIX}/etc/modsecurity
-
-post-install:
- @${MKDIR} ${STAGEDIR}${ETCDIR}
- ${INSTALL_DATA} ${WRKSRC}/modsecurity.conf-recommended \
- ${STAGEDIR}${ETCDIR}/modsecurity.conf.sample
-
-.include <bsd.port.mk>
Index: www/mod_security-devel/distinfo
===================================================================
--- www/mod_security-devel/distinfo
+++ /dev/null
@@ -1,9 +0,0 @@
-TIMESTAMP = 1501667845
-SHA256 (SpiderLabs-ModSecurity-3.0.0.g2017080200-0508395_GH0.tar.gz) = 21ff4e8efe57afce03af1bdf2394be59a66056a6322a419f923b0a07439c103f
-SIZE (SpiderLabs-ModSecurity-3.0.0.g2017080200-0508395_GH0.tar.gz) = 497929
-SHA256 (SpiderLabs-secrules-language-tests-add8f63_GH0.tar.gz) = 18894cf90d6a1ade441053b2aa89fff495a50eec0c632d346cc223c692973cba
-SIZE (SpiderLabs-secrules-language-tests-add8f63_GH0.tar.gz) = 58901
-SHA256 (client9-libinjection-da027ab_GH0.tar.gz) = 7eaa6306d13427e002f976d4ce1bf3aaa3f94e7dd4ada02a69354fa482e6afca
-SIZE (client9-libinjection-da027ab_GH0.tar.gz) = 1656633
-SHA256 (SpiderLabs-ModSecurity-Python-bindings-bc625d5_GH0.tar.gz) = 7b10d90ec76985ddbdc4ca15c0675254cb6d10af6eaba620d1785d1b24b017eb
-SIZE (SpiderLabs-ModSecurity-Python-bindings-bc625d5_GH0.tar.gz) = 2647
Index: www/mod_security-devel/pkg-descr
===================================================================
--- www/mod_security-devel/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-ModSecurity is an embeddable web application firewall. It provides
-protection from a range of attacks against web applications and allows
-for HTTP traffic monitoring and real-time analysis with no changes to
-existing infrastructure.
-
-It is also an open source project that aims to make the web application
-firewall technology available to everyone.
-
-WWW: http://www.modsecurity.org/
Index: www/mod_security-devel/pkg-plist
===================================================================
--- www/mod_security-devel/pkg-plist
+++ /dev/null
@@ -1,24 +0,0 @@
-bin/modsec-rules-check
-include/modsecurity/actions/action.h
-include/modsecurity/anchored_set_variable.h
-include/modsecurity/anchored_variable.h
-include/modsecurity/audit_log.h
-include/modsecurity/collection/collection.h
-include/modsecurity/collection/collections.h
-include/modsecurity/collection/variable.h
-include/modsecurity/debug_log.h
-include/modsecurity/intervention.h
-include/modsecurity/modsecurity.h
-include/modsecurity/reading_logs_via_rule_message.h
-include/modsecurity/rule.h
-include/modsecurity/rule_message.h
-include/modsecurity/rules.h
-include/modsecurity/rules_exceptions.h
-include/modsecurity/rules_properties.h
-include/modsecurity/transaction.h
-include/modsecurity/variable_origin.h
-lib/libmodsecurity.a
-lib/libmodsecurity.so
-lib/libmodsecurity.so.3
-lib/libmodsecurity.so.3.0.0
-@sample %%ETCDIR%%/modsecurity.conf.sample
Index: www/mod_security3/Makefile
===================================================================
--- www/mod_security3/Makefile
+++ www/mod_security3/Makefile
@@ -1,9 +1,9 @@
# $FreeBSD$
-PORTNAME= mod_security-devel
-PORTVERSION= 3.0.0.g2017080200
-PORTREVISION= 1
+PORTNAME= mod_security
+DISTVERSION= 3.0.0
CATEGORIES= www security
+PKGNAMESUFFIX= 3
MAINTAINER= marius.halden@modirum.com
COMMENT= Intrusion detection and prevention engine
@@ -15,10 +15,6 @@
libyajl.so:devel/yajl \
libGeoIP.so:net/GeoIP
-BROKEN_aarch64= fails to compile: string.h:55:1: narrowing conversion of '-1' from 'int' to 'char' inside { }
-BROKEN_armv6= fails to compile: string.h:55:1: narrowing conversion of '-1' from 'int' to 'char' inside { }
-BROKEN_armv7= fails to compile: string.h:55:1: narrowing conversion of '-1' from 'int' to 'char' inside { }
-
USES= gmake autoreconf libtool pkgconfig:build
USE_GNOME= libxml2
# GCC because of https://github.com/SpiderLabs/ModSecurity/issues/1411
Index: www/mod_security3/distinfo
===================================================================
--- www/mod_security3/distinfo
+++ www/mod_security3/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1501667845
-SHA256 (SpiderLabs-ModSecurity-3.0.0.g2017080200-0508395_GH0.tar.gz) = 21ff4e8efe57afce03af1bdf2394be59a66056a6322a419f923b0a07439c103f
-SIZE (SpiderLabs-ModSecurity-3.0.0.g2017080200-0508395_GH0.tar.gz) = 497929
+TIMESTAMP = 1518253506
+SHA256 (SpiderLabs-ModSecurity-3.0.0-0508395_GH0.tar.gz) = 21ff4e8efe57afce03af1bdf2394be59a66056a6322a419f923b0a07439c103f
+SIZE (SpiderLabs-ModSecurity-3.0.0-0508395_GH0.tar.gz) = 497929
SHA256 (SpiderLabs-secrules-language-tests-add8f63_GH0.tar.gz) = 18894cf90d6a1ade441053b2aa89fff495a50eec0c632d346cc223c692973cba
SIZE (SpiderLabs-secrules-language-tests-add8f63_GH0.tar.gz) = 58901
SHA256 (client9-libinjection-da027ab_GH0.tar.gz) = 7eaa6306d13427e002f976d4ce1bf3aaa3f94e7dd4ada02a69354fa482e6afca
Index: www/mod_security3/pkg-descr
===================================================================
--- www/mod_security3/pkg-descr
+++ www/mod_security3/pkg-descr
@@ -6,4 +6,4 @@
It is also an open source project that aims to make the web application
firewall technology available to everyone.
-WWW: http://www.modsecurity.org/
+WWW: https://www.modsecurity.org/
Index: www/nginx/Makefile
===================================================================
--- www/nginx/Makefile
+++ www/nginx/Makefile
@@ -3,7 +3,7 @@
PORTNAME= nginx
PORTVERSION= 1.12.2
-PORTREVISION?= 7
+PORTREVISION?= 8
PORTEPOCH= 2
CATEGORIES= www
MASTER_SITES= http://nginx.org/download/
@@ -113,7 +113,7 @@
LUA \
MEMC \
MODSECURITY \
- MODSECURITY_DEVEL \
+ MODSECURITY3 \
NAXSI \
PASSENGER \
POSTGRES \
@@ -228,7 +228,7 @@
LUA_DESC= 3rd party lua module
MEMC_DESC= 3rd party memc (memcached) module
MODSECURITY_DESC= 3rd party mod_security module
-MODSECURITY_DEVEL_DESC= 3rd party mod_security v3 module
+MODSECURITY3_DESC= 3rd party mod_security v3 module
NAXSI_DESC= 3rd party naxsi module
PASSENGER_DESC= 3rd party passenger module
POSTGRES_DESC= 3rd party postgres module
@@ -903,8 +903,8 @@
${PATCHDIR}/extra-patch-ngx_http_modsecurity.c
.endif
-.if ${PORT_OPTIONS:MMODSECURITY_DEVEL}
-LIB_DEPENDS+= libmodsecurity.so.3:www/mod_security-devel
+.if ${PORT_OPTIONS:MMODSECURITY3}
+LIB_DEPENDS+= libmodsecurity.so:www/mod_security3
GH_TUPLE+= SpiderLabs:ModSecurity-nginx:c0ae166:modsec
CONFIGURE_ARGS+=--add-module=${WRKSRC_modsec}
.endif

File Metadata

Mime Type
text/plain
Expires
Wed, Apr 22, 2:32 AM (11 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31947648
Default Alt Text
D14118.id39138.diff (8 KB)

Event Timeline