aboutsummaryrefslogtreecommitdiff
path: root/net/vnstat/patches/990-adjust-configuration-defaults.patch
Commit message (Collapse)AuthorAge
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* net/vnstat: Update to 1.17Daniel Engberg2017-03-27
| | | | | | | | | | Update vnStat to 1.17 which fixes database issue. Remove unecessary patch Based on: commit 79b6e9dc61dc37e4745f08d83ce44593d256fd12 by Jo-Philipp Wich <jo@mein.io> Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* Revert "vnstat: update to v1.16"Jo-Philipp Wich2017-02-06
| | | | | | | | | This reverts commit 79b6e9dc61dc37e4745f08d83ce44593d256fd12. Undo the recent vnstat update due to upstream bugs preventing database restoration. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* vnstat: update to v1.16Jo-Philipp Wich2017-01-26
Updates vnStat to the latest stable version, drops obsolete patches. Signed-off-by: Jo-Philipp Wich <jo@mein.io>