From owner-dev-commits-ports-all@freebsd.org Thu Apr 8 03:31:52 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BB3325CCCC8; Thu, 8 Apr 2021 03:31:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FG6J84zkKz3lN3; Thu, 8 Apr 2021 03:31:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9E0532AAEC; Thu, 8 Apr 2021 03:31:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1383Vqtw080483; Thu, 8 Apr 2021 03:31:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1383VqXm080482; Thu, 8 Apr 2021 03:31:52 GMT (envelope-from git) Date: Thu, 8 Apr 2021 03:31:52 GMT Message-Id: <202104080331.1383VqXm080482@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Kevin Bowling Subject: git: b69bbb679484 - main - dns/nsd: Update to 4.3.6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kbowling X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b69bbb6794847ce677f8466ff2911a52958f1463 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Apr 2021 03:31:52 -0000 The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=b69bbb6794847ce677f8466ff2911a52958f1463 commit b69bbb6794847ce677f8466ff2911a52958f1463 Author: Kevin Bowling AuthorDate: 2021-04-08 03:29:37 +0000 Commit: Kevin Bowling CommitDate: 2021-04-08 03:29:37 +0000 dns/nsd: Update to 4.3.6 Changelog https://nlnetlabs.nl/news/2021/Apr/06/nsd-4.3.6-released/ PR: 254850 Reviewed by: daniel.engberg.lists@pyret.net Approved by: Jaap Akkerhuis (maintainer) --- dns/nsd/Makefile | 9 +++------ dns/nsd/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/dns/nsd/Makefile b/dns/nsd/Makefile index d1476db86388..5b01e9d2e738 100644 --- a/dns/nsd/Makefile +++ b/dns/nsd/Makefile @@ -1,10 +1,9 @@ # Created by: alexis PORTNAME= nsd -PORTVERSION= 4.3.5 +DISTVERSION= 4.3.6 CATEGORIES= dns -MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ - ftp://ftp.rhnet.is/pub/nsd/ +MASTER_SITES= https://www.nlnetlabs.nl/downloads/nsd/ MAINTAINER= jaap@NLnetLabs.nl COMMENT= Authoritative only non-recursive name server @@ -14,9 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe ssl -LIB_DEPENDS+= libevent.so:devel/libevent - -CONFLICTS= nsd-[0-3]* nsd3-[0-9]* +LIB_DEPENDS= libevent.so:devel/libevent CPE_VENDOR= nlnetlabs USE_RC_SUBR= nsd diff --git a/dns/nsd/distinfo b/dns/nsd/distinfo index c47222a6ff01..66246c392d0c 100644 --- a/dns/nsd/distinfo +++ b/dns/nsd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1611673549 -SHA256 (nsd-4.3.5.tar.gz) = 7da2b43e30b3d7f307722c608f719bfb169f0d985c764a34fa0669dc33484472 -SIZE (nsd-4.3.5.tar.gz) = 1184220 +TIMESTAMP = 1617713420 +SHA256 (nsd-4.3.6.tar.gz) = bee6c0cf5525acc41dade9ec9e29435299211b0de290059878f7e53249e75f18 +SIZE (nsd-4.3.6.tar.gz) = 1197835