- Fix security bug, see http://forums.humdi.net/viewtopic.php?p=1655#p1655
- Bump PORTREVISION
This commit is contained in:
parent
1b1b29c5e6
commit
7b8e4f76ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245718
2 changed files with 12 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= vnstat
|
||||
PORTVERSION= 1.9
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://humdi.net/vnstat/ \
|
||||
http://mirror.mcx2.org/
|
||||
|
|
11
net/vnstat/files/patch-src__image.c
Normal file
11
net/vnstat/files/patch-src__image.c
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- ./src/image.c.orig 2009-12-13 18:45:05.000000000 +0100
|
||||
+++ ./src/image.c 2009-12-13 18:45:26.000000000 +0100
|
||||
@@ -1398,7 +1398,7 @@
|
||||
|
||||
char *getimagescale(uint64_t kb, int rate)
|
||||
{
|
||||
- static char buffer[6];
|
||||
+ static char buffer[7];
|
||||
uint32_t limit[3];
|
||||
int unit;
|
||||
|
Loading…
Reference in a new issue