Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Apr 2020 06:30:26 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532072 - in head/dns/nsd: . files
Message-ID:  <202004190630.03J6UQCg000679@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Apr 19 06:30:26 2020
New Revision: 532072
URL: https://svnweb.freebsd.org/changeset/ports/532072

Log:
  dns/nsd: update 4.3.0 -> 4.3.1
  
  BUG FIXES:
  - Fix #70: error: 'fd_set' undeclared.
  - Fix #71: error: 'for' loop initial declaration used outside C99
    mode.
  - Fix to move declarations out of for loops in event test too.
  - Fix #76: cpuid typedef for Hurd, DragonflyBSD compile.
  - Fix #75: configure test for sched_setaffinity, and use
    cpuset_setaffinity otherwise.  Also test for presence of sysconf.
  - Fix #74: GNU Hurd fix cast from pointer to integer of different size.
  - Fix for #74, #75: cpuset test for header contents and provide code.
  - Fix #78: Fix SO_SETFIB error on FreeBSD.
  - Merge PR #83 from noloader: Fix GNU HURD sched_setaffinity compile.
  - Fix #80: NetBSD and implicit declaration of reallocarray.
  - Fix unknown u_long in util.c for Issue #80 .
  - Merge PR #86 from noloader: Use precious variables for GREP, EGREP,
    SED, AWK, LEX and YACC.
  - For PR #86: Fix that programs loaded after CFLAGS and stuff is
    set, specifically the compiler, so that it can work if it needs
    special flags from that.  Fix that lex only needs to support -i
    if actually defined, otherwise the output included in the source
    tarball can be used.
  - Merge PR #90 by phicoh: O_CLOEXEC should be FD_CLOEXEC.
  - Merge PR #92 by tonysgi: Fix typo.
  - Merge PR #91 by gearnode: nsd-control-setup recreate certificates.
    The '-r' option recreates certificates.  Without it it creates them
    if they do not exist, and does not modify them otherwise.
  
  PR:		245666
  Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)

Deleted:
  head/dns/nsd/files/patch-server.c
Modified:
  head/dns/nsd/Makefile
  head/dns/nsd/distinfo

Modified: head/dns/nsd/Makefile
==============================================================================
--- head/dns/nsd/Makefile	Sun Apr 19 04:47:58 2020	(r532071)
+++ head/dns/nsd/Makefile	Sun Apr 19 06:30:26 2020	(r532072)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nsd
-PORTVERSION=	4.3.0
-PORTREVISION=	1
+PORTVERSION=	4.3.1
 CATEGORIES=	dns
 MASTER_SITES=	http://www.nlnetlabs.nl/downloads/nsd/	\
 		ftp://ftp.rhnet.is/pub/nsd/

Modified: head/dns/nsd/distinfo
==============================================================================
--- head/dns/nsd/distinfo	Sun Apr 19 04:47:58 2020	(r532071)
+++ head/dns/nsd/distinfo	Sun Apr 19 06:30:26 2020	(r532072)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1584440239
-SHA256 (nsd-4.3.0.tar.gz) = 7a007d655d30f1edd001206839107e651966e1e519d53ba2c036491044111e97
-SIZE (nsd-4.3.0.tar.gz) = 1168198
+TIMESTAMP = 1587237972
+SHA256 (nsd-4.3.1.tar.gz) = f4b34ace6651a81386464cc990f046e7328aa2485274fe8743086997129d8987
+SIZE (nsd-4.3.1.tar.gz) = 1173582



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004190630.03J6UQCg000679>