From 46fedb3405c4b7a8ac62614b700c1173221938ba Mon Sep 17 00:00:00 2001 From: Philip Prindeville Date: Sat, 31 May 2025 18:03:53 -0600 Subject: [PATCH] dahdi-tools: Update version to 3.4.0 Signed-off-by: Philip Prindeville --- libs/dahdi-tools/Makefile | 4 ++-- .../020-fix-undefined-reference-to-get_ver.patch | 11 ----------- libs/dahdi-tools/patches/030-cdefs.patch | 10 ---------- 3 files changed, 2 insertions(+), 23 deletions(-) delete mode 100644 libs/dahdi-tools/patches/020-fix-undefined-reference-to-get_ver.patch delete mode 100644 libs/dahdi-tools/patches/030-cdefs.patch diff --git a/libs/dahdi-tools/Makefile b/libs/dahdi-tools/Makefile index e37f647..cd05af9 100644 --- a/libs/dahdi-tools/Makefile +++ b/libs/dahdi-tools/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dahdi-tools -PKG_VERSION:=3.1.0 +PKG_VERSION:=3.4.0 PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://downloads.asterisk.org/pub/telephony/dahdi-tools/releases -PKG_HASH:=ea852ebd274ee1cc90ff5e4ac84261b0b787b1a74e8b76ad659bc9ec4f77e67e +PKG_HASH:=9b9cd53ba51f4a03baf58bbcecda6d7bd7024e3ea3f7e0b864f666bdd794fcc5 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=LICENSE diff --git a/libs/dahdi-tools/patches/020-fix-undefined-reference-to-get_ver.patch b/libs/dahdi-tools/patches/020-fix-undefined-reference-to-get_ver.patch deleted file mode 100644 index f09fcad..0000000 --- a/libs/dahdi-tools/patches/020-fix-undefined-reference-to-get_ver.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/xpp/echo_loader.c -+++ b/xpp/echo_loader.c -@@ -564,7 +564,7 @@ UINT32 Oct6100UserDriverReadBurstApi(tPO - return cOCT6100_ERR_OK; - } - --inline int get_ver(struct astribank *astribank) -+static inline int get_ver(struct astribank *astribank) - { - return spi_send(astribank, 0, 0, 1, 1); - } diff --git a/libs/dahdi-tools/patches/030-cdefs.patch b/libs/dahdi-tools/patches/030-cdefs.patch deleted file mode 100644 index 4778325..0000000 --- a/libs/dahdi-tools/patches/030-cdefs.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/xpp/hexfile.h -+++ b/xpp/hexfile.h -@@ -26,6 +26,7 @@ - #include - #include - #include -+#include - #include - #include - #define PACKED __attribute__((packed)) -- 2.30.2