Revision: 7878 http://sourceforge.net/p/ipcop/svn/7878 Author: owes Date: 2015-02-08 12:46:22 +0000 (Sun, 08 Feb 2015) Log Message: ----------- Update vnstat to 1.13
Modified Paths: -------------- ipcop/trunk/lfs/vnstat ipcop/trunk/updates/2.1.6/information.xml ipcop/trunk/updates/2.2.0/ROOTFILES.i486-2.2.0 Added Paths: ----------- ipcop/trunk/src/patches/vnstat-1.13_db-dir.patch Removed Paths: ------------- ipcop/trunk/src/patches/vnstat-1.12_db-dir.patch Modified: ipcop/trunk/lfs/vnstat =================================================================== --- ipcop/trunk/lfs/vnstat 2015-02-08 12:42:50 UTC (rev 7877) +++ ipcop/trunk/lfs/vnstat 2015-02-08 12:46:22 UTC (rev 7878) @@ -33,7 +33,7 @@ include Config PKG_NAME = vnstat -VER = 1.12 +VER = 1.13 HOST_ARCH = all OTHER_SRC = yes @@ -51,7 +51,7 @@ $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = a154b2196771e06a8accd1c24374009c +$(DL_FILE)_MD5 = 6bf81e670d8ec17cf365da2d2acf981e install : $(TARGET) Deleted: ipcop/trunk/src/patches/vnstat-1.12_db-dir.patch =================================================================== --- ipcop/trunk/src/patches/vnstat-1.12_db-dir.patch 2015-02-08 12:42:50 UTC (rev 7877) +++ ipcop/trunk/src/patches/vnstat-1.12_db-dir.patch 2015-02-08 12:46:22 UTC (rev 7878) @@ -1,35 +0,0 @@ ---- vnstat-1.10/Makefile.orig 2010-08-13 10:24:18.000000000 +0200 -+++ vnstat-1.10/Makefile 2010-08-13 10:26:51.000000000 +0200 -@@ -2,11 +2,13 @@ - BIN = $(DESTDIR)/usr/bin - SBIN = $(DESTDIR)/usr/sbin - MAN = $(DESTDIR)/usr/share/man -+DB := $(DESTDIR)/var/lib/vnstat - - # bin and man dirs for *BSD - BIN_BSD = $(DESTDIR)/usr/local/bin - SBIN_BSD = $(DESTDIR)/usr/local/sbin - MAN_BSD = $(DESTDIR)/usr/local/man -+DB_BSD := $(DESTDIR)/var/db/vnstat - - default: vnstat - -@@ -66,6 +66,9 @@ - install -m 644 cfg/vnstat.conf $(DESTDIR)/etc/vnstat.conf; \ - fi - -+# install db directory -+ install -d -m 755 $(DB) -+ - # install everything else - install -d -m 755 $(BIN) $(SBIN) $(MAN)/man1 $(MAN)/man5 - install -s -m 755 src/vnstat $(BIN) -@@ -126,7 +128,7 @@ - fi - - # install binaries -- install -d -m 755 $(DESTDIR)/var/db/vnstat -+ install -d -m 755 $(DB_BSD) - install -s -m 755 src/vnstat $(BIN_BSD) - install -s -m 755 src/vnstatd $(SBIN_BSD) - Copied: ipcop/trunk/src/patches/vnstat-1.13_db-dir.patch (from rev 7874, ipcop/trunk/src/patches/vnstat-1.12_db-dir.patch) =================================================================== --- ipcop/trunk/src/patches/vnstat-1.13_db-dir.patch (rev 0) +++ ipcop/trunk/src/patches/vnstat-1.13_db-dir.patch 2015-02-08 12:46:22 UTC (rev 7878) @@ -0,0 +1,36 @@ +--- a/Makefile.orig 2010-08-13 10:24:18.000000000 +0200 ++++ a/Makefile 2010-08-13 10:26:51.000000000 +0200 +@@ -3,12 +3,14 @@ + SBIN ?= $(DESTDIR)/usr/sbin + MAN ?= $(DESTDIR)/usr/share/man + ETC ?= $(DESTDIR)/etc/ ++DB := $(DESTDIR)/var/lib/vnstat + + # bin and man dirs for *BSD + BIN_BSD ?= $(DESTDIR)/usr/local/bin + SBIN_BSD ?= $(DESTDIR)/usr/local/sbin + MAN_BSD ?= $(DESTDIR)/usr/local/man + ETC_BSD ?= $(DESTDIR)/etc ++DB_BSD := $(DESTDIR)/var/db/vnstat + + .PHONY: vnstat tests check all clean debug install uninstall bsdinstall bsduninstall dist + +@@ -66,6 +66,9 @@ + install -m 644 cfg/vnstat.conf $(DESTDIR)/etc/vnstat.conf; \ + fi + ++# install db directory ++ install -d -m 755 $(DB) ++ + # install everything else + install -d -m 755 $(BIN) $(SBIN) $(MAN)/man1 $(MAN)/man5 + install -s -m 755 src/vnstat $(BIN) +@@ -126,7 +128,7 @@ + fi + + # install binaries +- install -d -m 755 $(DESTDIR)/var/db/vnstat ++ install -d -m 755 $(DB_BSD) + install -s -m 755 src/vnstat $(BIN_BSD) + install -s -m 755 src/vnstatd $(SBIN_BSD) + Modified: ipcop/trunk/updates/2.1.6/information.xml =================================================================== --- ipcop/trunk/updates/2.1.6/information.xml 2015-02-08 12:42:50 UTC (rev 7877) +++ ipcop/trunk/updates/2.1.6/information.xml 2015-02-08 12:46:22 UTC (rev 7878) @@ -11,7 +11,7 @@ gnupg to 1.4.18, grep to 2.20, iproute2 to 3.16.0, libgcrypt to 1.6.2, libnl to 3.2.25, mdadm to 3.3.2, openssh to 6.7p1, openssl to 1.0.1j, openvpn to 2.3.4, ppp to 2.4.7, rsyslog to 7.6.7, squid to 3.4.8, squid-langpack to 20140506, syslinux to 6.02, - tzdata to 2014h, util-linux to 2.25.1. + tzdata to 2014h, vnstat to 1.13, util-linux to 2.25.1. Upgrade Perl modules IO-Socket-SSL to 1.997, NetAddr-IP to 4.075, Net-DNS to 0.75, Net-SSLeay to 1.63. <br /> Upgrade e1000e network driver to 3.1.0.2, igb network driver to 5.2.9.4.<br /> Modified: ipcop/trunk/updates/2.2.0/ROOTFILES.i486-2.2.0 =================================================================== --- ipcop/trunk/updates/2.2.0/ROOTFILES.i486-2.2.0 2015-02-08 12:42:50 UTC (rev 7877) +++ ipcop/trunk/updates/2.2.0/ROOTFILES.i486-2.2.0 2015-02-08 12:46:22 UTC (rev 7878) @@ -721,6 +721,10 @@ /usr/share/zoneinfo/posix/Pacific/Fiji /usr/share/zoneinfo/posix/ROK ## +## vnstat-1.13 +/usr/bin/vnstat +/usr/sbin/vnstatd +## ## xz-5.2.0 /usr/bin/xz /usr/lib/liblzma.so.5.2.0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn