1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

net/knxd: udpate to 0.14.75

Changes:	https://github.com/knxd/knxd/compare/0.14.72...0.14.75
This commit is contained in:
Matthias Fechner
2026-04-14 11:20:11 +02:00
parent 27419a503e
commit 784904f75b
3 changed files with 4 additions and 15 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
PORTNAME= knxd
PORTVERSION= 0.14.72
PORTREVISION= 2
PORTVERSION= 0.14.75
CATEGORIES= net
# make is compatible with fmt >= 10, https://github.com/knxd/knxd/pull/549
+3 -3
View File
@@ -1,3 +1,3 @@
TIMESTAMP = 1753710106
SHA256 (knxd-knxd-0.14.72_GH0.tar.gz) = f90cad2dd1adc9116bdafa60bec9a7613c6991a37a7f967aec3a03cb1f7c00e2
SIZE (knxd-knxd-0.14.72_GH0.tar.gz) = 300695
TIMESTAMP = 1776158215
SHA256 (knxd-knxd-0.14.75_GH0.tar.gz) = 9d326bb0b8c16d49805c74ed3b25dd8ba0dfcc50e38797ac6037cd42191cecad
SIZE (knxd-knxd-0.14.75_GH0.tar.gz) = 301961
@@ -1,10 +0,0 @@
--- src/libserver/tcptunserver.cpp.orig 2025-07-28 13:47:46 UTC
+++ src/libserver/tcptunserver.cpp
@@ -23,6 +23,7 @@
#include <unistd.h>
#include <netinet/tcp.h>
+#include <sys/socket.h>
#include <sys/un.h>
#include <arpa/inet.h>