mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
knxd: bump to new version 0.14.71
Signed-off-by: Othmar Truniger <github@truniger.ch>
This commit is contained in:
committed by
Alexandru Ardelean
parent
b673425621
commit
68a0a8d6a4
@@ -11,12 +11,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=knxd
|
PKG_NAME:=knxd
|
||||||
PKG_VERSION:=0.14.68
|
PKG_VERSION:=0.14.71
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/knxd/knxd/tar.gz/$(PKG_VERSION)?
|
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_MAINTAINER:=Othmar Truniger <github@truniger.ch>
|
||||||
PKG_LICENSE:=GPL-2.0-or-later
|
PKG_LICENSE:=GPL-2.0-or-later
|
||||||
|
|||||||
@@ -7,4 +7,4 @@
|
|||||||
-test -d .git || exit
|
-test -d .git || exit
|
||||||
-# git describe --tags
|
-# git describe --tags
|
||||||
-git log --format=format:%D | perl -ne 'next unless s#.*tag: ##; s#,.*##; next if m#/#; print; exit;'
|
-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"
|
||||||
|
|||||||
11
net/knxd/patches/0110-configure.ac.patch
Normal file
11
net/knxd/patches/0110-configure.ac.patch
Normal file
@@ -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'"))
|
||||||
@@ -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>
|
|
||||||
Reference in New Issue
Block a user