iftop: update to githash 75d1818

no change, except patch is now upstream
This commit is contained in:
Rudi Heitbaum 2025-07-11 13:51:36 +00:00
parent 0eac4a7f58
commit 2ab7b8159f
2 changed files with 2 additions and 28 deletions

View File

@ -2,8 +2,8 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="iftop" PKG_NAME="iftop"
PKG_VERSION="77901c8c53e01359d83b8090aacfe62214658183" PKG_VERSION="75d1818129cbb8ff1bb7ca4915b95046f3ed0666"
PKG_SHA256="f2728741f1bd2099d325271b4b2564a696dbce7c23401360ac6c9841cbda1108" PKG_SHA256="a4b507ba5ad1ec3e41263bee38f202267644adc05d150322f0d8f85c3e2d3f43"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://www.ex-parrot.com/pdw/iftop/" PKG_SITE="http://www.ex-parrot.com/pdw/iftop/"
PKG_URL="https://code.blinkace.com/pdw/iftop/-/archive/${PKG_VERSION}.tar.gz" PKG_URL="https://code.blinkace.com/pdw/iftop/-/archive/${PKG_VERSION}.tar.gz"

View File

@ -1,26 +0,0 @@
From 322c1aa1e0cc8ab1770929c42a2c84befd86d0dc Mon Sep 17 00:00:00 2001
From: Rudi Heitbaum <rudi@heitbaum.com>
Date: Mon, 9 Dec 2024 11:45:03 +0000
Subject: [PATCH] fix gcc-15 build
Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com>
---
cfgfile.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cfgfile.h b/cfgfile.h
index 11ba475..55f9b9c 100644
--- a/cfgfile.h
+++ b/cfgfile.h
@@ -13,7 +13,7 @@ typedef struct {
int value;
} config_enumeration_type;
-int read_config();
+int read_config(char *, int);
char *config_get_string(const char *directive);
int config_get_bool(const char *directive);
--
2.43.0