Hi, this updates sysutils/netshot to version 0.11.0.
Unfortunately version 0.8.1 is still advertised on the projects website. But I was told by Sylvain Cadilhac (author of netshot) that I should better look at the versions available on GitHub. OK? Remi cvs diff: Diffing . Index: Makefile =================================================================== RCS file: /cvs/ports/sysutils/netshot/Makefile,v retrieving revision 1.2 diff -u -p -r1.2 Makefile --- Makefile 28 Aug 2018 16:53:05 -0000 1.2 +++ Makefile 4 Feb 2019 21:33:33 -0000 @@ -2,8 +2,8 @@ COMMENT = config backup and policy check for network devices -DISTNAME = netshot_0.8.1 -REVISION = 0 +V = 0.11.0 +DISTNAME = netshot_${V} PKGNAME = ${DISTNAME:S/_/-/} WRKDIST = ${WRKDIR} @@ -16,7 +16,7 @@ MAINTAINER = Remi Locherer <remi@openbs # GPLv3+ (included libraries: Apache1+2 BSD GPLv2 LGPL2.1 MIT) PERMIT_PACKAGE_CDROM = YES -MASTER_SITES = http://www.netfishers.onl/downloads/ +MASTER_SITES = https://github.com/netfishers-onl/Netshot/releases/download/v${V}/ EXTRACT_SUFX = .zip Index: distinfo =================================================================== RCS file: /cvs/ports/sysutils/netshot/distinfo,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 distinfo --- distinfo 28 Aug 2018 11:25:53 -0000 1.1.1.1 +++ distinfo 4 Feb 2019 21:34:26 -0000 @@ -1,2 +1,2 @@ -SHA256 (netshot_0.8.1.zip) = DYxZe/YREaOfLiL2ZkSdSBKZ3y7joQFZ/EEVzUcHlGM= -SIZE (netshot_0.8.1.zip) = 42139500 +SHA256 (netshot_0.11.0.zip) = 00N9CByc4inEaWctvmG6IRBZKf95vJrhTJ0Gu5NDfhY= +SIZE (netshot_0.11.0.zip) = 45555732 cvs diff: Diffing patches Index: patches/patch-netshot_conf =================================================================== RCS file: /cvs/ports/sysutils/netshot/patches/patch-netshot_conf,v retrieving revision 1.1 diff -u -p -r1.1 patch-netshot_conf --- patches/patch-netshot_conf 28 Aug 2018 16:53:05 -0000 1.1 +++ patches/patch-netshot_conf 4 Feb 2019 21:21:05 -0000 @@ -1,19 +1,22 @@ -$OpenBSD: patch-netshot_conf,v 1.1 2018/08/28 16:53:05 sthen Exp $ +$OpenBSD$ Index: netshot.conf --- netshot.conf.orig +++ netshot.conf -@@ -1,7 +1,7 @@ +@@ -1,9 +1,9 @@ # Netshot Configuration File # Log file and level -netshot.log.file = /var/log/netshot/netshot.log +netshot.log.file = ${VARBASE}/log/netshot/netshot.log + netshot.log.level = WARN +-netshot.log.audit.file = /var/log/netshot/audit.log ++netshot.log.audit.file = ${VARBASE}/log/netshot/audit.log + netshot.log.audit.level = INFO + #netshot.log.syslog1.host = 10.0.16.16 - # Database connection - netshot.db.driver_class = com.mysql.jdbc.Driver -@@ -13,7 +13,7 @@ netshot.db.password = netshot - netshot.db.encryptionPassword = netshot +@@ -19,7 +19,7 @@ netshot.db.password = netshot + netshot.db.encryptionpassword = netshot # REST -netshot.http.ssl.keystore.file = /usr/local/netshot/netshot.jks @@ -21,7 +24,7 @@ Index: netshot.conf netshot.http.ssl.keystore.pass = password #netshot.http.baseurl = https://localhost netshot.http.baseurl = https://0.0.0.0 -@@ -29,7 +29,7 @@ netshot.snmptrap.community = Netsh01 +@@ -35,7 +35,7 @@ netshot.snmptrap.community = Netsh01 # General settings netshot.snapshots.auto.interval = 15 netshot.snapshots.auto.anyip = true cvs diff: Diffing pkg