1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

Update to 0.14.33.

Changelog:
https://github.com/knxd/knxd/blob/master/README.md
This commit is contained in:
Matthias Fechner 2020-03-30 15:09:02 +00:00
parent ba5540d80e
commit f10af59783
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=529893
4 changed files with 18 additions and 8 deletions

View File

@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= knxd
PORTVERSION= 0.14.29
PORTREVISION= 5
PORTVERSION= 0.14.33
PORTREVISION= 0
CATEGORIES= net
MAINTAINER= mfechner@FreeBSD.org
@ -24,7 +24,7 @@ USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
GH_ACCOUNT= knxd
GH_PROJECT= knxd
GH_TAGNAME= fd4effbd9b3c525dff6b07607e1043fc339b64e2
GH_TAGNAME= 7a3c5e065e5ab26eeb14257c8dff05fa94e9373e
GNU_CONFIGURE= yes
CONFIGURE_ARGS?=--disable-systemd --disable-usb \
CPPFLAGS="-I${LOCALBASE}/include" \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1560685003
SHA256 (knxd-knxd-0.14.29-fd4effbd9b3c525dff6b07607e1043fc339b64e2_GH0.tar.gz) = 962c88b6cace673156481c0654f3231939b59f68aa2a1ab37aeedcff84afe120
SIZE (knxd-knxd-0.14.29-fd4effbd9b3c525dff6b07607e1043fc339b64e2_GH0.tar.gz) = 309589
TIMESTAMP = 1585580519
SHA256 (knxd-knxd-0.14.33-7a3c5e065e5ab26eeb14257c8dff05fa94e9373e_GH0.tar.gz) = fe5626aa6dfd48cd2f047320a9962b22eab75b4a146210be54be1a3f8bfb35ea
SIZE (knxd-knxd-0.14.33-7a3c5e065e5ab26eeb14257c8dff05fa94e9373e_GH0.tar.gz) = 320640

View File

@ -0,0 +1,10 @@
--- src/libserver/cm_ip.cpp.orig 2020-03-30 14:33:20 UTC
+++ src/libserver/cm_ip.cpp
@@ -21,6 +21,7 @@
#include "config.h"
#include <net/if.h>
+#include <netinet/in.h>
#include <netdb.h>
#include <sys/socket.h>
#include <unistd.h>

View File

@ -1,6 +1,6 @@
--- src/libserver/eibnetip.cpp.orig 2019-07-26 22:23:32 UTC
--- src/libserver/eibnetip.cpp.orig 2020-02-11 20:13:04 UTC
+++ src/libserver/eibnetip.cpp
@@ -248,7 +248,11 @@ EIBNetIPSocket::port ()
@@ -192,7 +192,11 @@ EIBNetIPSocket::port ()
return -1;
if (sa.sin_family != AF_INET)
{