upgrade to NSD v3.2.3

This commit is contained in:
jakob 2009-08-18 21:59:10 +00:00
parent 6f1889ce64
commit 4d6fb674a2
4 changed files with 23 additions and 11 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.50 2009/05/18 15:05:37 jakob Exp $
# $OpenBSD: Makefile,v 1.51 2009/08/18 21:59:10 jakob Exp $
COMMENT= authoritative-only name server daemon
VERSION= 3.2.2
VERSION= 3.2.3
DISTNAME= nsd-${VERSION}
PKGNAME= ${DISTNAME}
CATEGORIES= net

View File

@ -1,5 +1,5 @@
MD5 (nsd-3.2.2.tar.gz) = oNywo7PBqNOGEl7q/kA/WA==
RMD160 (nsd-3.2.2.tar.gz) = dAuBOGSI0/RbgumuJtvXor/IWqk=
SHA1 (nsd-3.2.2.tar.gz) = I/wL5dRH6oUqzUn2R0PJZAOgkfo=
SHA256 (nsd-3.2.2.tar.gz) = 1ThgDrpoxrTCl/Oiv8icSEJ8y127oOopuTrSWNFMQ0M=
SIZE (nsd-3.2.2.tar.gz) = 840917
MD5 (nsd-3.2.3.tar.gz) = Xds137faDe+4LNpPc4jLog==
RMD160 (nsd-3.2.3.tar.gz) = 8WcqTA/uYH0cxdjSHGZn/FHUPdk=
SHA1 (nsd-3.2.3.tar.gz) = KvzG4Qhu739eU4x9g39ij4OhmoY=
SHA256 (nsd-3.2.3.tar.gz) = KptMtjsAKipj7IJD+QqeBB8IuUmPqls1ynHOMzTYQv8=
SIZE (nsd-3.2.3.tar.gz) = 855917

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-Makefile_in,v 1.1 2009/05/18 17:35:47 jakob Exp $
--- Makefile.in.orig Fri Apr 3 07:56:43 2009
+++ Makefile.in Mon May 18 12:38:54 2009
@@ -318,8 +318,6 @@ nsd.conf.sample: $(srcdir)/nsd.conf.sample.in
$OpenBSD: patch-Makefile_in,v 1.2 2009/08/18 21:59:10 jakob Exp $
--- Makefile.in.orig Mon Jul 13 10:41:41 2009
+++ Makefile.in Tue Aug 18 15:03:53 2009
@@ -318,8 +318,6 @@ nsd.conf.sample: $(srcdir)/nsd.conf.samp
install: all
$(INSTALL) -d $(DESTDIR)$(sbindir)
$(INSTALL) -d $(DESTDIR)$(configdir)

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-nsd_c,v 1.6 2009/08/18 21:59:10 jakob Exp $
--- nsd.c.orig Tue Aug 18 15:05:36 2009
+++ nsd.c Tue Aug 18 15:05:41 2009
@@ -21,7 +21,7 @@
#include <grp.h>
#endif /* HAVE_GRP_H */
#ifdef HAVE_SETUSERCONTEXT
-#include <logincap.h>
+#include <login_cap.h>
#endif /* HAVE_SETUSERCONTEXT */
#include <assert.h>