1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

- Update to 3.5.1

This commit is contained in:
Ryan Steinmetz 2021-02-10 14:12:02 +00:00
parent a1dfecfa8c
commit 8913aa5541
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=564857
3 changed files with 5 additions and 18 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gdnsd
PORTVERSION= 3.3.0
PORTVERSION= 3.5.1
CATEGORIES= dns
MASTER_SITES= https://github.com/gdnsd/gdnsd/releases/download/v${PORTVERSION}/ \
ZI \
@ -21,7 +21,7 @@ LIB_DEPENDS= libev.so:devel/libev \
FETCH_ARGS= -Fpr
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var
CONFIGURE_ARGS= --localstatedir=/var --with-buildinfo=${PORTVERSION}
USE_LDCONFIG= yes
USES= pkgconfig libtool tar:xz perl5 gmake
USE_PERL5= build

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1601481834
SHA256 (gdnsd-3.3.0.tar.xz) = 0b167cc218b727ff959ae03e019f6d9518bac99bdccf2f397997ee5b0ac146d6
SIZE (gdnsd-3.3.0.tar.xz) = 466844
TIMESTAMP = 1612965515
SHA256 (gdnsd-3.5.1.tar.xz) = 57adc483e8a4fbebbc5e8d6620d6a511b34d3f236611a79fdd4708f21bcdf1bf
SIZE (gdnsd-3.5.1.tar.xz) = 472140

View File

@ -1,13 +0,0 @@
--- src/css.c.orig 2020-09-30 16:32:21 UTC
+++ src/css.c
@@ -51,6 +51,10 @@
#include <netinet/ip.h>
#include <netinet/tcp.h>
+#ifndef SOL_TCP
+#define SOL_TCP IPPROTO_TCP
+#endif
+
// makes sides of int[] from pipe2() clearer
#define PIPE_RD 0
#define PIPE_WR 1