diff options
author | rodent <rodent> | 2015-05-23 13:43:15 +0000 |
---|---|---|
committer | rodent <rodent> | 2015-05-23 13:43:15 +0000 |
commit | 9623380691c77f19d7b03227c05819602372993e (patch) | |
tree | 04d73bd5e5e387c6474c6f1f5a9443aaafb608c6 /net/vnstat | |
parent | 51e5bad20b4434babc0054e1f8ebf37055c0a637 (diff) | |
download | pkgsrc-9623380691c77f19d7b03227c05819602372993e.tar.gz |
1.14 / 26-Apr-2015
- Fix: JSON output syntax during first day of newly created databases
(pull request by Stefan Merettig)
- Fix: field padding when using UTF-8 locale
- Add optional mode parameter to --json and --xml for limiting the output
to only selected information
1.13 / 18-Jan-2015
- Fix: getgroup() test in Debian GNU/kFreeBSD (patch by Felix Geyer)
- Fix: struct if_data usage after freeifaddrs() call in BSD
- Dynamic unit selection in hourly output instead of being fixed to KiB
- New options in image output (vnstati)
* -nl / --nolegend for hiding the rx/tx legend
* --altdate for using alternative date and time text location
* --headertext for using custom text string in image header section
- Add legend to hourly output image
- Add option for content alignment and page background color to vnstat.cgi
- Document keyword value ranges in configuration file man page
- Import Makefile improvements from OpenBSD
(pull requests by Jasper Lievisse Adriaanse)
- Automatic interface bandwidth detection, BandwidthDetection in config,
default fallback value MaxBandwidth changed from 100 to 1000
- JSON output (--json), vnstat-json.cgi and vnstat-json.php examples
provided in the 'examples' directory
- Drop support for over 10 year old database formats (versions 1.0 - 1.2)
1.12 / 30-Aug-2014
- Fix: Memory allocation when zero interfaces are available, also lo needed
to be missing in order to trigger this leak
- Fix: Rebuild total indexing (thanks to William Epp for reporting this)
- Fix: Some error situations could leave database file open until the end
of command execution
- Fix: Live traffic meter occasionally showing higher minimum than average
in end statistics (Debian Bug #687812)
- Fix: Setting locale when none is specified in config (Debian Bug #606397)
- Fix: Cppcheck findings (may fix Debian Bug #692330)
- Improve traffic meter output accuracy
- Add tests and debug compilation target
- Remove use of -D parameter in Makefile install commands in order to
improve cross-compilation support
- Set CFLAGS in Makefiles only when not already defined
- Add support for database import from text file (--importdb)
(based on patch by Tilmann Bubeck)
- Rename --dumpdb to --exportdb
- Add example systemd service file
- Add example launchd plist file for OS X
- Use ISO YYYY-MM-DD date format timestamps if logfile is used
- Improve daemon startup prints
- Add parameters for changing daemon process user and group
- Add example upstart job configuration file (thanks to Cameron Norman)
- Create database, pid and log dirs during daemon startup if necessary
- Update ownership of database, log and pid files if needed during daemon
startup if started as root and configured to change process user and group
- Remove cron update related example files and documentation, the cron
update method should be considered as deprecated
- --create parameter for database creation
Diffstat (limited to 'net/vnstat')
-rw-r--r-- | net/vnstat/Makefile | 5 | ||||
-rw-r--r-- | net/vnstat/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/vnstat/Makefile b/net/vnstat/Makefile index 660b09ce88b..4186e80dcea 100644 --- a/net/vnstat/Makefile +++ b/net/vnstat/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2013/09/04 12:31:26 obache Exp $ +# $NetBSD: Makefile,v 1.13 2015/05/23 13:43:15 rodent Exp $ -DISTNAME= vnstat-1.11 -PKGREVISION= 5 +DISTNAME= vnstat-1.14 CATEGORIES= net MASTER_SITES= http://humdi.net/vnstat/ #DISTFILES=${DISTNAME}.tar.gz diff --git a/net/vnstat/distinfo b/net/vnstat/distinfo index 62480861d50..850273ee24d 100644 --- a/net/vnstat/distinfo +++ b/net/vnstat/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2012/04/17 21:35:56 gls Exp $ +$NetBSD: distinfo,v 1.3 2015/05/23 13:43:15 rodent Exp $ -SHA1 (vnstat-1.11.tar.gz) = 92494f38a752dcf60053af2a6d8977737da7e616 -RMD160 (vnstat-1.11.tar.gz) = c7a8602c6ed86c674b14b2b8708e97f5999fb0e5 -Size (vnstat-1.11.tar.gz) = 79075 bytes +SHA1 (vnstat-1.14.tar.gz) = 73a3e7ad76eb0ec67473cc8ef63fc0da2d5a87ba +RMD160 (vnstat-1.14.tar.gz) = 9cbe5d4f11d757ae19db4b38155de63a8caf6164 +Size (vnstat-1.14.tar.gz) = 103281 bytes |