knxd: bump to version 0.14.75
authorOthmar Truniger <github@truniger.ch>
Wed, 14 Jan 2026 16:01:38 +0000 (17:01 +0100)
committerHannu Nyman <hannu.nyman@iki.fi>
Sun, 18 Jan 2026 05:34:15 +0000 (07:34 +0200)
new upstream version 0.14.75
remove obsolete patch 0110-configure.ac.patch

Signed-off-by: Othmar Truniger <github@truniger.ch>
net/knxd/Makefile
net/knxd/patches/0100-version.patch
net/knxd/patches/0110-configure.ac.patch [deleted file]

index 03a86a33f9238528e65b7e9826c42161afe70fe0..b7769c2d15c73ec9c3cee29b1487b1b02969bb7b 100644 (file)
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=knxd
-PKG_VERSION:=0.14.71
-PKG_RELEASE:=2
+PKG_VERSION:=0.14.75
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/knxd/knxd/tar.gz/$(PKG_VERSION)?
-PKG_HASH:=42bae5bdb8d4fe1e0fa83db60e6b5df00a665a240139b50dd60c97dd8be8277b
+PKG_HASH:=9d326bb0b8c16d49805c74ed3b25dd8ba0dfcc50e38797ac6037cd42191cecad
 
 PKG_MAINTAINER:=Othmar Truniger <github@truniger.ch>
 PKG_LICENSE:=GPL-2.0-or-later
index 51c80a7d7d2ce5b295d030fa55d907b4dca19519..ed6130451273b1a2cc4bb9191bc779fd6501996a 100644 (file)
@@ -1,10 +1,10 @@
 --- a/tools/version.sh
 +++ b/tools/version.sh
-@@ -7,6 +7,4 @@ if test -s debian/changelog ; then
+@@ -7,6 +7,4 @@ if test -s debian/changelog && which dpk
      exit
  fi
  
 -test -d .git || exit
 -# git describe --tags
 -git log --format=format:%D | perl -ne 'next unless s#.*tag: ##; s#,.*##; next if m#/#; print; exit;'
-+echo -n "0.14.71"
++echo -n "0.14.75"
diff --git a/net/knxd/patches/0110-configure.ac.patch b/net/knxd/patches/0110-configure.ac.patch
deleted file mode 100644 (file)
index ef1a1c2..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -23,7 +23,7 @@ dnl ##    OUT OF THE USE OF THIS SOFTWAR
- dnl ##    SUCH DAMAGE.
--AC_PREREQ([2.72])
-+AC_PREREQ([2.71])
- LT_PREREQ([2.2.0])
- AC_INIT([knxd],m4_esyscmd(sh -c "./tools/version.sh | tr -d '\n'"))