knxd: bump to new version 0.14.71
authorOthmar Truniger <github@truniger.ch>
Sun, 22 Dec 2024 08:03:23 +0000 (09:03 +0100)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Wed, 25 Dec 2024 07:16:40 +0000 (09:16 +0200)
Signed-off-by: Othmar Truniger <github@truniger.ch>
net/knxd/Makefile
net/knxd/patches/0100-version.patch
net/knxd/patches/0110-configure.ac.patch [new file with mode: 0644]
net/knxd/patches/0110-tcptunserver.patch [deleted file]

index 8af70a9de3389c650d9ae4fcf395e40ddbd40075..85c75b669562236ed652da9cb268f44b6fe4ddfb 100644 (file)
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=knxd
-PKG_VERSION:=0.14.68
+PKG_VERSION:=0.14.71
 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:=49de6adddab53b73302560fe1c2bdacc0b71ffe980bd8fdc94dbff97e15ce2e1
+PKG_HASH:=42bae5bdb8d4fe1e0fa83db60e6b5df00a665a240139b50dd60c97dd8be8277b
 
 PKG_MAINTAINER:=Othmar Truniger <github@truniger.ch>
 PKG_LICENSE:=GPL-2.0-or-later
index a4b475f26ea902a26997f2fbfd303105b2bcc2e4..51c80a7d7d2ce5b295d030fa55d907b4dca19519 100644 (file)
@@ -7,4 +7,4 @@
 -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.68"
++echo -n "0.14.71"
diff --git a/net/knxd/patches/0110-configure.ac.patch b/net/knxd/patches/0110-configure.ac.patch
new file mode 100644 (file)
index 0000000..ef1a1c2
--- /dev/null
@@ -0,0 +1,11 @@
+--- 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'"))
diff --git a/net/knxd/patches/0110-tcptunserver.patch b/net/knxd/patches/0110-tcptunserver.patch
deleted file mode 100644 (file)
index 31679a9..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/src/libserver/tcptunserver.cpp
-+++ b/src/libserver/tcptunserver.cpp
-@@ -21,6 +21,7 @@
- #include "config.h"
- #include "tunchannel.h"
-+#include <unistd.h>
- #include <netinet/tcp.h>
- #include <sys/un.h>
- #include <arpa/inet.h>