svn commit: r468551 - head/www/mod_security3
Jochen Neumeister
joneum at FreeBSD.org
Sat Apr 28 16:03:38 UTC 2018
Author: joneum
Date: Sat Apr 28 16:03:37 2018
New Revision: 468551
URL: https://svnweb.freebsd.org/changeset/ports/468551
Log:
Update to 3.0.2
PR: 227245
Submitted by: Marius Halden <marius.halden at modirum.com> (maintainer)
Modified:
head/www/mod_security3/Makefile
head/www/mod_security3/distinfo
head/www/mod_security3/pkg-plist
Modified: head/www/mod_security3/Makefile
==============================================================================
--- head/www/mod_security3/Makefile Sat Apr 28 15:23:17 2018 (r468550)
+++ head/www/mod_security3/Makefile Sat Apr 28 16:03:37 2018 (r468551)
@@ -1,8 +1,8 @@
# $FreeBSD$
PORTNAME= mod_security
-DISTVERSION= 3.0.0
-PORTREVISION= 1
+DISTVERSIONPREFIX= v
+DISTVERSION= 3.0.2
CATEGORIES= www security
PKGNAMESUFFIX= 3
@@ -26,7 +26,6 @@ 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
Modified: head/www/mod_security3/distinfo
==============================================================================
--- head/www/mod_security3/distinfo Sat Apr 28 15:23:17 2018 (r468550)
+++ head/www/mod_security3/distinfo Sat Apr 28 16:03:37 2018 (r468551)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1518389737
-SHA256 (SpiderLabs-ModSecurity-3.0.0-0508395_GH0.tar.gz) = 21ff4e8efe57afce03af1bdf2394be59a66056a6322a419f923b0a07439c103f
-SIZE (SpiderLabs-ModSecurity-3.0.0-0508395_GH0.tar.gz) = 497929
+TIMESTAMP = 1524855265
+SHA256 (SpiderLabs-ModSecurity-v3.0.2_GH0.tar.gz) = a27c48a410870627c5d07aa8822b6459afff925b81b649905c7383bdee8fc1ce
+SIZE (SpiderLabs-ModSecurity-v3.0.2_GH0.tar.gz) = 550800
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
Modified: head/www/mod_security3/pkg-plist
==============================================================================
--- head/www/mod_security3/pkg-plist Sat Apr 28 15:23:17 2018 (r468550)
+++ head/www/mod_security3/pkg-plist Sat Apr 28 16:03:37 2018 (r468551)
@@ -5,7 +5,6 @@ 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
@@ -17,8 +16,9 @@ include/modsecurity/rules_exceptions.h
include/modsecurity/rules_properties.h
include/modsecurity/transaction.h
include/modsecurity/variable_origin.h
+include/modsecurity/variable_value.h
lib/libmodsecurity.a
lib/libmodsecurity.so
lib/libmodsecurity.so.3
-lib/libmodsecurity.so.3.0.0
+lib/libmodsecurity.so.3.0.2
@sample %%ETCDIR%%/modsecurity.conf.sample
More information about the svn-ports-all
mailing list