aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Hockney <zeus@ix.netcom.com>2024-02-19 11:32:18 +0000
committerRobert Clausecker <fuz@FreeBSD.org>2024-02-22 12:31:50 +0000
commit446645af26baec7db42e1fb0785c845843fc07b8 (patch)
treef97bdc4c237f0960ee5ba7b784dfa18fef586ec1
parent99a65e60e62bf7734d283eff7ff737e4d084536c (diff)
downloadports-446645af26baec7db42e1fb0785c845843fc07b8.tar.gz
ports-446645af26baec7db42e1fb0785c845843fc07b8.zip
security/webfwlog: update to 1.1.3
-rw-r--r--security/webfwlog/Makefile9
-rw-r--r--security/webfwlog/distinfo6
-rw-r--r--security/webfwlog/pkg-plist11
3 files changed, 14 insertions, 12 deletions
diff --git a/security/webfwlog/Makefile b/security/webfwlog/Makefile
index f3206577aeb3..dff48c6e0183 100644
--- a/security/webfwlog/Makefile
+++ b/security/webfwlog/Makefile
@@ -1,6 +1,5 @@
PORTNAME= webfwlog
-PORTVERSION= 1.1.1
-PORTREVISION= 1
+DISTVERSION= 1.1.3
CATEGORIES= security
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/ \
http://devel.webfwlog.net/download/v1.1.x/
@@ -30,13 +29,13 @@ OPTIONS_DEFINE= DOCS
OPTIONS_MULTI= BACKENDS
OPTIONS_MULTI_BACKENDS= MYSQLIPV6 MYSQL PGSQL
-BACKENDS_DESC= Database backends, choose at least one
+BACKENDS_DESC= Database backends
OPTIONS_GROUP= GEOIPV2
OPTIONS_GROUP_GEOIPV2= LIBMAXMINDDB MAXMINDDB BDB
GEOIPV2_DESC= GEOIPv2 support
-OPTIONS_DEFAULT= PGSQL
+OPTIONS_DEFAULT= MYSQL MYSQLIPV6
MYSQL_CONFIGURE_WITH= mysql
MYSQL_USE= php=mysqli
@@ -78,10 +77,8 @@ BDB_USES= bdb
.if ${PORT_OPTIONS:MMYSQLIPV6}
USES+= mysql:server,client
-IGNORE_WITH_MYSQL= 80
.elif ${PORT_OPTIONS:MMYSQL}
USES+= mysql:client
-IGNORE_WITH_MYSQL= 80
.endif
do-install:
diff --git a/security/webfwlog/distinfo b/security/webfwlog/distinfo
index 9b2f766de3e6..dc2d85088c35 100644
--- a/security/webfwlog/distinfo
+++ b/security/webfwlog/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1544045012
-SHA256 (webfwlog-1.1.1.tar.gz) = 6f128ab57db061f7c39e804eb0af1171237079e9b2a5a9354cad29eb4fcc21f2
-SIZE (webfwlog-1.1.1.tar.gz) = 807539
+TIMESTAMP = 1700169261
+SHA256 (webfwlog-1.1.3.tar.gz) = 1f82dff49d963ae3e40345ce1de2a642c00ee02504f85f2e691c1b19668bd0cb
+SIZE (webfwlog-1.1.3.tar.gz) = 850343
diff --git a/security/webfwlog/pkg-plist b/security/webfwlog/pkg-plist
index 5e87b83473eb..c4eef57f4cd2 100644
--- a/security/webfwlog/pkg-plist
+++ b/security/webfwlog/pkg-plist
@@ -1,5 +1,6 @@
@(root,%%WWWGRP%%,4550) bin/wfwl_syslog
@sample(root,%%WWWGRP%%,0640) %%ETCDIR%%/webfwlog.conf.sample
+@mode 0644
%%WWWDIR%%/include/config.php
%%WWWDIR%%/include/criteria.php
%%WWWDIR%%/include/debug.php
@@ -25,6 +26,7 @@
%%WWWDIR%%/style.css
%%WWWDIR%%-vendor/autoload.php
%%WWWDIR%%-vendor/composer/ClassLoader.php
+%%WWWDIR%%-vendor/composer/InstalledVersions.php
%%WWWDIR%%-vendor/composer/LICENSE
%%WWWDIR%%-vendor/composer/autoload_classmap.php
%%WWWDIR%%-vendor/composer/autoload_namespaces.php
@@ -32,11 +34,14 @@
%%WWWDIR%%-vendor/composer/autoload_real.php
%%WWWDIR%%-vendor/composer/autoload_static.php
%%WWWDIR%%-vendor/composer/installed.json
+%%WWWDIR%%-vendor/composer/installed.php
+%%WWWDIR%%-vendor/composer/platform_check.php
%%WWWDIR%%-vendor/maxmind-db/reader/CHANGELOG.md
%%WWWDIR%%-vendor/maxmind-db/reader/LICENSE
%%WWWDIR%%-vendor/maxmind-db/reader/README.md
%%WWWDIR%%-vendor/maxmind-db/reader/autoload.php
%%WWWDIR%%-vendor/maxmind-db/reader/composer.json
+%%WWWDIR%%-vendor/maxmind-db/reader/package.xml
%%WWWDIR%%-vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php
%%WWWDIR%%-vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php
%%WWWDIR%%-vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php
@@ -67,15 +72,15 @@
%%PORTDOCS%%%%DOCSDIR%%/mysql/setup
@mode 0644
%%PORTDOCS%%%%DOCSDIR%%/pgsql/README
+%%PORTDOCS%%%%DOCSDIR%%/pgsql/README.geoip
%%PORTDOCS%%%%DOCSDIR%%/pgsql/pgsql_data_table.sql
+%%PORTDOCS%%%%DOCSDIR%%/pgsql/pgsql_geoip2_asn_table.sql
+%%PORTDOCS%%%%DOCSDIR%%/pgsql/pgsql_geoip2_locations_tables.sql
%%PORTDOCS%%%%DOCSDIR%%/pgsql/scripts/snort_view
%%PORTDOCS%%%%DOCSDIR%%/pgsql/scripts/wfwl_functions
%%PORTDOCS%%%%DOCSDIR%%/pgsql/scripts/wfwl_hostnames_create
%%PORTDOCS%%%%DOCSDIR%%/pgsql/scripts/wfwl_reports_addcol
%%PORTDOCS%%%%DOCSDIR%%/pgsql/scripts/wfwl_reports_create
%%PORTDOCS%%%%DOCSDIR%%/pgsql/scripts/wfwl_services_create
-%%PORTDOCS%%%%DOCSDIR%%/pgsql/README.geoip
-%%PORTDOCS%%%%DOCSDIR%%/pgsql/pgsql_geoip2_tables.sql
@mode 0755
%%PORTDOCS%%%%DOCSDIR%%/pgsql/setup
-@mode 0644