diff options
author | pettai <pettai> | 2013-03-15 23:34:44 +0000 |
---|---|---|
committer | pettai <pettai> | 2013-03-15 23:34:44 +0000 |
commit | f2ebc50d1f948beb4d9412a7e602bef9f09cbb5f (patch) | |
tree | fb2debd7b4abd20f83b80958cb9ad99e10b6b607 /security | |
parent | 4fefd221d8f9940ee5471aa95f42d530de808e32 (diff) | |
download | pkgsrc-f2ebc50d1f948beb4d9412a7e602bef9f09cbb5f.tar.gz |
zkt 1.1.2
* bug Fixed bug introduced by changes on inc_soa_serial()
zkt 1.1.1
* bug Error fixed in zkt-conf in parsing the version number
* misc inc_soa_serial() now returns 0 on success
* bug Fixed bug in inc_serial()
The zone file wasn't closed on succesful change of the soa record.
Many thanks to Frederik Soderblom for fixing this.
Diffstat (limited to 'security')
-rw-r--r-- | security/zkt/Makefile | 4 | ||||
-rw-r--r-- | security/zkt/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/zkt/Makefile b/security/zkt/Makefile index 7636caa6877..5a1b8e715b8 100644 --- a/security/zkt/Makefile +++ b/security/zkt/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2012/10/24 16:05:15 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2013/03/15 23:34:44 pettai Exp $ # -DISTNAME= zkt-1.1.0 +DISTNAME= zkt-1.1.2 CATEGORIES= security MASTER_SITES= http://www.hznet.de/dns/zkt/ diff --git a/security/zkt/distinfo b/security/zkt/distinfo index 63d6710cbf6..4b275080ca3 100644 --- a/security/zkt/distinfo +++ b/security/zkt/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2012/06/16 22:55:26 pettai Exp $ +$NetBSD: distinfo,v 1.4 2013/03/15 23:34:44 pettai Exp $ -SHA1 (zkt-1.1.0.tar.gz) = 3adbeba2547f971259c3e07fa4b8166daa3bf353 -RMD160 (zkt-1.1.0.tar.gz) = 35629aa8bd31bc061f60f14abe3bf94b19041b4b -Size (zkt-1.1.0.tar.gz) = 343811 bytes +SHA1 (zkt-1.1.2.tar.gz) = f954f0a918b71692ca3d7d53a71dce65d211c79e +RMD160 (zkt-1.1.2.tar.gz) = 59d0139d7dc7eee137ddb9f3c4b0869296c5ef2a +Size (zkt-1.1.2.tar.gz) = 343388 bytes |