mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
dns/nsd: Update to 4.1.17
Features: - zone parser parses type AVC (it has TXT format). - Fix #1272: use writev to put tcp length field with data for outgoing zone transfer requests. Bugfixes: - Fix potential null pointer in nsec3 adjustment tree. - Fix text format of deletes for CDS and CDNSKEY, single 0 to represent empty base64 or hex string. PR: 220939 Submitted by: jaap@NLnetLabs.nl (maintainer)
This commit is contained in:
parent
2d652e58cf
commit
66ce9191f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=446785
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= nsd
|
||||
PORTVERSION= 4.1.16
|
||||
PORTVERSION= 4.1.17
|
||||
CATEGORIES= dns ipv6
|
||||
MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \
|
||||
ftp://ftp.rhnet.is/pub/nsd/
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1493107885
|
||||
SHA256 (nsd-4.1.16.tar.gz) = 7f8367ad23cc5cddffa885e7e2f549123c8b4123db9726df41d99f255d6baab2
|
||||
SIZE (nsd-4.1.16.tar.gz) = 1088633
|
||||
TIMESTAMP = 1501201542
|
||||
SHA256 (nsd-4.1.17.tar.gz) = 107fa506d18ed6fd0a922d1b96774afd9270ec38ec6b17cd7c46fb9433a03a6c
|
||||
SIZE (nsd-4.1.17.tar.gz) = 1089526
|
||||
|
|
Loading…
Add table
Reference in a new issue