pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/nsd



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Thu Apr 30 07:42:13 UTC 2020

Modified Files:
        pkgsrc/net/nsd: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 pkgsrc/net/nsd/Makefile
cvs rdiff -u -r1.69 -r1.70 pkgsrc/net/nsd/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/nsd/Makefile
diff -u pkgsrc/net/nsd/Makefile:1.110 pkgsrc/net/nsd/Makefile:1.111
--- pkgsrc/net/nsd/Makefile:1.110       Mon Mar 30 12:29:05 2020
+++ pkgsrc/net/nsd/Makefile     Thu Apr 30 07:42:13 2020
@@ -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/
 

Index: pkgsrc/net/nsd/distinfo
diff -u pkgsrc/net/nsd/distinfo:1.69 pkgsrc/net/nsd/distinfo:1.70
--- pkgsrc/net/nsd/distinfo:1.69        Mon Mar 30 12:29:05 2020
+++ pkgsrc/net/nsd/distinfo     Thu Apr 30 07:42:13 2020
@@ -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