Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/nsd nsd: Update to 4.3.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c4db18628a13
branches:  trunk
changeset: 430325:c4db18628a13
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu Apr 30 07:42:13 2020 +0000

description:
nsd: Update to 4.3.1

Changelog:
8 April 2020: Wouter
        - Tag for 4.3.1rc2.

7 April 2020: Wouter
        - Merge #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.

6 April 2020: Wouter
        - Merge #90 by phicoh: O_CLOEXEC should be FD_CLOEXEC.
        - Merge #92 by tonysgi: Fix typo.

2 April 2020: Wouter
        - Tag for 4.3.1rc1.

1 April 2020: Wouter
        - Fix for whitespace in minimal responses test for FreeBSD.

25 March 2020: Wouter
        - Merge #86 from noloader: Use precious variables for GREP, EGREP,
          SED, AWK, LEX and YACC.
        - For #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 #72 from noloader: Increase Travis testing coverage

23 March 2020: Wouter
        - Fix unterminated ifdef in nsd.h.
        - Fix unknown u_long in util.c for Issue #80 .

20 March 2020: Wouter
        - Merge #83 from noloader: Fix GNU HURD sched_setaffinity compile.
        - Fix #82: print error when system does not have setaffinity.
        - Fix #80: NetBSD and implicit declaration of reallocarray.
        - Fix for #80: Fix reallocarray test to define before include.
        - Fix for #80: Define alternatives for IFNAMSIZ if it does not exist.

19 March 2020: Wouter
        - 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.

18 March 2020: Wouter
        - 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 to move declarations out of for loops in popen3 test too.
        - Another fix to move declaration out of for loop for event test.
        - Fix to move declarations out of for loops in cutest regex display.

diffstat:

 net/nsd/Makefile |   4 ++--
 net/nsd/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 4bb36754ad4d -r c4db18628a13 net/nsd/Makefile
--- a/net/nsd/Makefile  Thu Apr 30 07:13:22 2020 +0000
+++ b/net/nsd/Makefile  Thu Apr 30 07:42:13 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.110 2020/03/30 12:29:05 ryoon Exp $
+# $NetBSD: Makefile,v 1.111 2020/04/30 07:42:13 ryoon Exp $
 
-DISTNAME=      nsd-4.3.0
+DISTNAME=      nsd-4.3.1
 CATEGORIES=    net
 MASTER_SITES=  http://www.nlnetlabs.nl/downloads/nsd/
 
diff -r 4bb36754ad4d -r c4db18628a13 net/nsd/distinfo
--- a/net/nsd/distinfo  Thu Apr 30 07:13:22 2020 +0000
+++ b/net/nsd/distinfo  Thu Apr 30 07:42:13 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.69 2020/03/30 12:29:05 ryoon Exp $
+$NetBSD: distinfo,v 1.70 2020/04/30 07:42:13 ryoon Exp $
 
-SHA1 (nsd-4.3.0.tar.gz) = 0f7f4032fbc900425da3c4fefbfa06b2b1ab490a
-RMD160 (nsd-4.3.0.tar.gz) = e319f240de408aa4f5b5d87937a42bdd07c63a3f
-SHA512 (nsd-4.3.0.tar.gz) = 8724fdfe9ca07dce6cf73bd0441a5d6b6e8a37f31744aca185e8cff2bde66ba677c189bb0b5bd8c8ec5682cd623bf24c0087ae47630615292b96d89f1d4134c5
-Size (nsd-4.3.0.tar.gz) = 1168198 bytes
+SHA1 (nsd-4.3.1.tar.gz) = 912f8592abf16928cbc7285ca5b26475e6ddc62d
+RMD160 (nsd-4.3.1.tar.gz) = 1c62b6508bcf2a3a5b948e32b7af023b1576abd1
+SHA512 (nsd-4.3.1.tar.gz) = 58b6e964795d6c796b547e1134cef954e5f4adf4e976db830ff7900892327154dab2a607ceadbb99072d6e5495d62c808c8fb8c94359ae93f636d11925c0d261
+Size (nsd-4.3.1.tar.gz) = 1173582 bytes
 SHA1 (patch-aa) = d9a423d5faa8da9a213b21fd2712225ac9645091



Home | Main Index | Thread Index | Old Index