diff --git a/abi_used_symbols b/abi_used_symbols --- a/abi_used_symbols +++ b/abi_used_symbols @@ -99,6 +99,7 @@ libgd.so.3:gdImageColorAllocate libgd.so.3:gdImageColorTransparent libgd.so.3:gdImageCreate +libgd.so.3:gdImageDashedLine libgd.so.3:gdImageDestroy libgd.so.3:gdImageFill libgd.so.3:gdImageFilledArc @@ -106,8 +107,13 @@ libgd.so.3:gdImageLine libgd.so.3:gdImagePng libgd.so.3:gdImageRectangle +libgd.so.3:gdImageScale +libgd.so.3:gdImageSetInterpolationMethod +libgd.so.3:gdImageSetPixel libgd.so.3:gdImageString libgd.so.3:gdImageStringUp +libm.so.6:lrint +libm.so.6:lrintf libm.so.6:pow libm.so.6:sincos libsqlite3.so.0:sqlite3_busy_timeout diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,18 +1,13 @@ name : vnstat -version : '2.4' -release : 8 +version : '2.8' +release : 9 source : - - https://github.com/vergoh/vnstat/releases/download/v2.4/vnstat-2.4.tar.gz : a0955999abd56d5463d257ffdccc9b1e9ad9ea504de81e64ba4c197f1245abaa + - https://github.com/vergoh/vnstat/releases/download/v2.8/vnstat-2.8.tar.gz : 03f858a7abf6bd85bb8cd595f3541fc3bd31f8f400ec092ef3034825ccb77c25 license : GPL-2.0-or-later component : system.utils summary : A network traffic monitor for Linux and BSD description: | - vnStat is a console-based network traffic monitor that uses the network interface statistics - provided by the kernel as information source. This means that vnStat will not actually be - sniffing any traffic and also ensures light use of system resources. - Traffic statistics are stored on a hourly level for the last 24 hours, on a daily level for the - last 30 days and on a monthly level for the last 12 months. Total seen traffic and a top 10 - days listing is also provided. + vnStat is a console-based network traffic monitor that uses the network interface statistics provided by the kernel as information source. This means that vnStat will not actually be sniffing any traffic and also ensures light use of system resources. Traffic statistics are stored on a hourly level for the last 24 hours, on a daily level for the last 30 days and on a monthly level for the last 12 months. Total seen traffic and a top 10 days listing is also provided. builddeps : - pkgconfig(gdlib) - pkgconfig(sqlite3) diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ vnstat - Joey Riches - josephriches@gmail.com + Solène Rapenne + solene@perso.pw GPL-2.0-or-later system.utils @@ -41,12 +41,12 @@ - - 2021-06-16 - 2.4 + + 2021-11-11 + 2.8 Packaging update - Joey Riches - josephriches@gmail.com + Solène Rapenne + solene@perso.pw \ No newline at end of file