Upgraded net/darkstat to version 3.0.721

Made small fixes to polkit and rust in base section
This commit is contained in:
PktSurf 2022-08-01 11:23:51 +05:30
parent a7efa22383
commit 0ce1c5846b
3 changed files with 5 additions and 4 deletions

View file

@ -17,7 +17,6 @@ build() {
applypatch $srcdir/make-innetgr-optional.patch
applypatch $srcdir/polkit-0.120-security_fix-1.patch
autoreconf -vif
./configure \
--prefix="/" \
--sysconfdir=/etc \

View file

@ -75,7 +75,7 @@ build() {
find $pkg/lib -name "*.so" -exec chmod 755 "{}" \+
if [ ! -x /bin/rustc ] ; then
if [ -x /bin/rustc ] && [ -d temp-toolchain ]; then
# Remove the temporary toolchain
cd temp-toolchain/$app-$version-$arch-unknown-linux-musl
./install.sh --uninstall --prefix="/"

View file

@ -1,8 +1,8 @@
app=darkstat
version=3.0.719
version=3.0.721
build=1sml
homepage="https://github.com/emikulic/darkstat"
download="https://github.com/emikulic/darkstat/archive/refs/tags/3.0.719.tar.gz"
download="https://github.com/emikulic/darkstat/archive/refs/tags/3.0.721.tar.gz"
desc="Gathers and displays network interface statistics over HTTP"
requires="zlib libpcap libnl"
@ -14,6 +14,8 @@ build() {
cd $app-$version
fixbuilddirpermissions
autoreconf -vi
./configure \
--prefix="" \
--sbindir=/bin