Skip to content

Commit

Permalink
security/modsecurity3: Update to 3.0.5
Browse files Browse the repository at this point in the history
PR:		258801
Approved by: maintainer
  • Loading branch information
zi0r committed Oct 11, 2021
1 parent 1906849 commit 0b71d7d
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 291 deletions.
6 changes: 2 additions & 4 deletions security/modsecurity3/Makefile
@@ -1,7 +1,6 @@
PORTNAME= modsecurity
DISTVERSIONPREFIX= v
DISTVERSION= 3.0.4
PORTREVISION= 2
DISTVERSION= 3.0.5
CATEGORIES= security www
MASTER_SITES= https://github.com/SpiderLabs/ModSecurity/releases/download/v${PORTVERSION}/
PKGNAMESUFFIX= 3
Expand All @@ -17,10 +16,9 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
libyajl.so:devel/yajl \
libmaxminddb.so:net/libmaxminddb

USES= compiler:c++11-lang cpe gmake gnome libtool pkgconfig:build
USES= cpe gmake gnome libtool pkgconfig:build
USE_GNOME= libxml2
# GCC because of https://github.com/SpiderLabs/ModSecurity/issues/1411
USE_GCC= yes
USE_LDCONFIG= yes

CPE_VENDOR= trustwave
Expand Down
6 changes: 3 additions & 3 deletions security/modsecurity3/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1579339210
SHA256 (modsecurity-v3.0.4.tar.gz) = b4231177dd80b4e076b228e57d498670113b69d445bab86db25f65346c24db22
SIZE (modsecurity-v3.0.4.tar.gz) = 2806291
TIMESTAMP = 1632981543
SHA256 (modsecurity-v3.0.5.tar.gz) = 751bf95a7a8d39c440d0c26ec1f73961550ca2eb2ac9e2e7a56dce2dd7b959e9
SIZE (modsecurity-v3.0.5.tar.gz) = 3485840
51 changes: 0 additions & 51 deletions security/modsecurity3/files/patch-src_operators_rx.cc

This file was deleted.

40 changes: 0 additions & 40 deletions security/modsecurity3/files/patch-src_utils_regex.cc

This file was deleted.

35 changes: 0 additions & 35 deletions security/modsecurity3/files/patch-src_utils_regex.h

This file was deleted.

This file was deleted.

31 changes: 19 additions & 12 deletions security/modsecurity3/pkg-plist
@@ -1,22 +1,29 @@
bin/modsec-rules-check
include/modsecurity/actions/action.h
include/modsecurity/anchored_set_variable.h
include/modsecurity/anchored_set_variable_translation_proxy.h
include/modsecurity/rule_message.h
include/modsecurity/rule_unconditional.h
include/modsecurity/variable_origin.h
include/modsecurity/transaction.h
include/modsecurity/anchored_variable.h
include/modsecurity/audit_log.h
include/modsecurity/collection/collection.h
include/modsecurity/collection/collections.h
include/modsecurity/debug_log.h
include/modsecurity/intervention.h
include/modsecurity/collection/collections.h
include/modsecurity/collection/collection.h
include/modsecurity/rule_with_operator.h
include/modsecurity/variable_value.h
include/modsecurity/rules_set.h
include/modsecurity/audit_log.h
include/modsecurity/modsecurity.h
include/modsecurity/reading_logs_via_rule_message.h
include/modsecurity/rule.h
include/modsecurity/rule_message.h
include/modsecurity/debug_log.h
include/modsecurity/rule_with_actions.h
include/modsecurity/rules_set_properties.h
include/modsecurity/rule_marker.h
include/modsecurity/rules.h
include/modsecurity/rules_exceptions.h
include/modsecurity/rules_properties.h
include/modsecurity/transaction.h
include/modsecurity/variable_origin.h
include/modsecurity/variable_value.h
include/modsecurity/rules_set_phases.h
include/modsecurity/reading_logs_via_rule_message.h
include/modsecurity/actions/action.h
include/modsecurity/rule.h
lib/libmodsecurity.a
lib/libmodsecurity.so
lib/libmodsecurity.so.3
Expand Down

0 comments on commit 0b71d7d

Please sign in to comment.