diff options
author | pettai <pettai@pkgsrc.org> | 2014-04-02 21:08:22 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2014-04-02 21:08:22 +0000 |
commit | 5693ff28539dbf8a854a849c9396c9c33d22a3c4 (patch) | |
tree | a4fa7b196b182f66c85eec1d1c0c86a962466e32 /net/knot | |
parent | 1f074d139589942371147f1b9d989c773eff0b49 (diff) | |
download | pkgsrc-5693ff28539dbf8a854a849c9396c9c33d22a3c4.tar.gz |
v1.4.4 - Mar 24, 2014
---------------------
Features:
* Server is logging remote control commands
* 'knotc reload' doesn't refresh unchanged zones
* 'knotc -f refresh' forces zone retransfer
Bugfixes:
* Missing notifications after DDNS/automatic resign
* Zone is rebootstrapped if the zone file is unreadable
* Progressive bootstrap retry backoff
* Zone file parser allows asterisk as part of the label
* Journal maximum entry size fixes
* Sign DNSKEYs in non-apex nodes as regular RR sets
* Various spelling and typo fixes
Diffstat (limited to 'net/knot')
-rw-r--r-- | net/knot/Makefile | 4 | ||||
-rw-r--r-- | net/knot/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/knot/Makefile b/net/knot/Makefile index 43bef842a59..a41405364d8 100644 --- a/net/knot/Makefile +++ b/net/knot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2014/03/21 12:23:52 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2014/04/02 21:08:22 pettai Exp $ -DISTNAME= knot-1.4.3 +DISTNAME= knot-1.4.4 CATEGORIES= net MASTER_SITES= https://secure.nic.cz/files/knot-dns/ diff --git a/net/knot/distinfo b/net/knot/distinfo index f9606767756..696bebbfcb8 100644 --- a/net/knot/distinfo +++ b/net/knot/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.9 2014/03/09 19:00:13 pettai Exp $ +$NetBSD: distinfo,v 1.10 2014/04/02 21:08:22 pettai Exp $ -SHA1 (knot-1.4.3.tar.gz) = c9b5598688cbd0b97efabe595244c3bf79273e3a -RMD160 (knot-1.4.3.tar.gz) = 7c7e85ad650eb6c335fde21cae4d7fcd7651d304 -Size (knot-1.4.3.tar.gz) = 1367036 bytes +SHA1 (knot-1.4.4.tar.gz) = 31284623155422f23cceb7ea6bb911d1c0cfce6c +RMD160 (knot-1.4.4.tar.gz) = e58185dfaaddf0fd7e0c68f1eeff4dc8036d137f +Size (knot-1.4.4.tar.gz) = 1425105 bytes SHA1 (patch-Makefile.in) = f4b887475094a38c831f3832eb0b007f4a37ee77 SHA1 (patch-samples_Makefile.in) = d5d835bd11c91c046caf838b92ad56ff8290d166 |