Skip to content

Commit

Permalink
knxd: bump to version 0.14.68
Browse files Browse the repository at this point in the history
Signed-off-by: Othmar Truniger <[email protected]>
  • Loading branch information
tru7 authored and hnyman committed Dec 15, 2024
1 parent bba5282 commit 0d478f6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions net/knxd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=knxd
PKG_VERSION:=0.14.67
PKG_VERSION:=0.14.68
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:=1d6290e576b079d9e751b63bd8fe9c627820d2b6a04ec811ff0b5fcc2c688abf
PKG_HASH:=49de6adddab53b73302560fe1c2bdacc0b71ffe980bd8fdc94dbff97e15ce2e1

PKG_MAINTAINER:=Othmar Truniger <[email protected]>
PKG_LICENSE:=GPL-2.0-or-later
Expand Down
2 changes: 1 addition & 1 deletion net/knxd/patches/0100-version.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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.67"
+echo -n "0.14.68"
10 changes: 10 additions & 0 deletions net/knxd/patches/0110-tcptunserver.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- 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>

0 comments on commit 0d478f6

Please sign in to comment.