update to NfSen 1.3.8, fixing a shell escaping problem

This commit is contained in:
sthen 2017-01-25 14:22:46 +00:00
parent ad349252d4
commit 47341e122b
3 changed files with 4 additions and 17 deletions

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.35 2016/04/11 08:51:28 sthen Exp $
# $OpenBSD: Makefile,v 1.36 2017/01/25 14:22:46 sthen Exp $
COMMENT= web-based front end for the nfdump netflow tools
V= 1.3.7
REVISION= 5
V= 1.3.8
DISTNAME= nfsen-$V
CATEGORIES= net www
HOMEPAGE= http://nfsen.sourceforge.net/

View File

@ -1,2 +1,2 @@
SHA256 (nfsen-1.3.7.tar.gz) = Y1updWT+gcvu4KOVBzW5ZRZ3tp4fU6Z8ZU3dWwDbRp0=
SIZE (nfsen-1.3.7.tar.gz) = 226463
SHA256 (nfsen-1.3.8.tar.gz) = p2EuQwNX5oOvgdvAczW3cLStoRWmqIWR4Ib/W27Vk6k=
SIZE (nfsen-1.3.8.tar.gz) = 221769

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-libexec_NfSenRRD_pm,v 1.1 2015/04/20 12:04:22 sthen Exp $
--- libexec/NfSenRRD.pm.orig Mon Apr 20 11:30:34 2015
+++ libexec/NfSenRRD.pm Mon Apr 20 12:20:24 2015
@@ -73,7 +73,7 @@ sub GetRRDoffset {
if ( $rrd_version < 1.1 ) { # it's RRD 1.0.x
$RRDoffset = 77;
}
- if ( $rrd_version >= 1.2 && $rrd_version < 1.5 ) {
+ if ( $rrd_version >= 1.2 ) {
$RRDoffset = 67;
}