pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/zkt



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Sep  1 14:06:52 UTC 2020

Modified Files:
        pkgsrc/security/zkt: Makefile PLIST distinfo

Log Message:
security/zkt: update to 1.1.4

* pkgsrc change: switch dependency from net/bind914 to net/bind916.

zkt 1.1.4 -- 9. May 2016

* misc  Hint to mailinglist removed from README file

* bug   pathname wasn't initialized in any case (dist_and_reload() in nscomm.c
        Thanks Jeremy C. Reed

* bug   move $(LIBS) at the end of the ggc link line in Makefile.in

* misc  Exitcode of external command is now visible in log messages
        stderr of each external command is redirected to stdin

* bug   Fixed some potential memory leaks in ncparse.c dki.c zfparse.c
        and zkt-soaserial.c (mostly a missing fclose() on error conditions).
        Thanks to Jeremy C. Reed

* misc  README file changed to Markdown syntax

* bug   running zkt-keyman -3 didn't change anything on the key database
        so a zkt-signer run afterwards didn't see anything to do.
        Now the timestamp of the dnskey.db will be reset to a value less
        than the timestamp of the (new) key signing key.
        Thanks to Sven Strickroth for finding this.

* func  New binary zkt-delegate added
        Because it depends on the ldns library, it is located in
        a separate directory and use a different Makefile

* func  New Compile time option "--enable-ds-tracking" added.
        Now dig is used on KSK rollover to check if the DS record
        is announced in the parent zone.
        Thanks to Sven Strickroth providing the patch.

zkt 1.1.3 -- 21. Nov 2014

* func  New Config Parameter DependFiles added.
        Contains a (comma separated) list of files which are
        included into the ZoneFile. The timestamps of this files
        are checked additional to the timestamp of the ZoneFile.
        Based on a suggestion from Sven Strickroth

* misc  Makefile changed to build tar file out of git repository

* misc  Minimum supported BIND version is now 9.8

* bug   Fixed bug in BIND version parsing (9.10.1 was parsed as 910
        which is similar to 9.1.0)
        Version 9.10.1 is parsed now as 091001

* misc  Remove flag to request large exponent when creating keys
        (BIND always creates keys with large exponents since BIND 9.5.0)

* misc  Project moved to github
        Thanks to Jakob Schlyter for doing the initial stuff


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/zkt/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/zkt/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/zkt/distinfo

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

Modified files:

Index: pkgsrc/security/zkt/Makefile
diff -u pkgsrc/security/zkt/Makefile:1.13 pkgsrc/security/zkt/Makefile:1.14
--- pkgsrc/security/zkt/Makefile:1.13   Sun Jan 26 17:32:08 2020
+++ pkgsrc/security/zkt/Makefile        Tue Sep  1 14:06:52 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2020/01/26 17:32:08 rillig Exp $
+# $NetBSD: Makefile,v 1.14 2020/09/01 14:06:52 taca Exp $
 
-DISTNAME=      zkt-1.1.2
-PKGREVISION=   2
+DISTNAME=      zkt-1.1.4
 CATEGORIES=    security
 MASTER_SITES=  http://www.hznet.de/dns/zkt/
 
@@ -30,7 +29,7 @@ CONFIGURE_ARGS+=      --enable-bind_util_path
 
 .if ${OPSYS} == "DragonFly"
 CONFIGURE_ARGS+=       --enable-bind_util_path=${BUILDLINK_PREFIX.bind}/sbin
-.include "../../net/bind914/buildlink3.mk"
+.include "../../net/bind916/buildlink3.mk"
 .endif
 
 do-install:
@@ -52,8 +51,8 @@ do-install:
                ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8/zkt-keyman.8
        ${INSTALL_MAN} ${WRKSRC}/man/zkt-signer.8 \
                ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8/zkt-signer.8
-       ${INSTALL_DATA} ${WRKSRC}/README \
-               ${DESTDIR}${PREFIX}/share/doc/zkt/README
+       ${INSTALL_DATA} ${WRKSRC}/README.md \
+               ${DESTDIR}${PREFIX}/share/doc/zkt/README.md
        ${INSTALL_DATA} ${WRKSRC}/README.logging \
                ${DESTDIR}${PREFIX}/share/doc/zkt/README.logging
 

Index: pkgsrc/security/zkt/PLIST
diff -u pkgsrc/security/zkt/PLIST:1.3 pkgsrc/security/zkt/PLIST:1.4
--- pkgsrc/security/zkt/PLIST:1.3       Sat Jun 16 22:55:26 2012
+++ pkgsrc/security/zkt/PLIST   Tue Sep  1 14:06:52 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2012/06/16 22:55:26 pettai Exp $
+@comment $NetBSD: PLIST,v 1.4 2020/09/01 14:06:52 taca Exp $
 man/man8/zkt-conf.8
 man/man8/zkt-keyman.8
 man/man8/zkt-ls.8
@@ -8,6 +8,6 @@ sbin/zkt-keyman
 sbin/zkt-ls
 sbin/zkt-signer
 sbin/zkt-soaserial
-share/doc/zkt/README
 share/doc/zkt/README.logging
+share/doc/zkt/README.md
 @pkgdir etc/zkt

Index: pkgsrc/security/zkt/distinfo
diff -u pkgsrc/security/zkt/distinfo:1.5 pkgsrc/security/zkt/distinfo:1.6
--- pkgsrc/security/zkt/distinfo:1.5    Wed Nov  4 01:18:12 2015
+++ pkgsrc/security/zkt/distinfo        Tue Sep  1 14:06:52 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2015/11/04 01:18:12 agc Exp $
+$NetBSD: distinfo,v 1.6 2020/09/01 14:06:52 taca Exp $
 
-SHA1 (zkt-1.1.2.tar.gz) = f954f0a918b71692ca3d7d53a71dce65d211c79e
-RMD160 (zkt-1.1.2.tar.gz) = 59d0139d7dc7eee137ddb9f3c4b0869296c5ef2a
-SHA512 (zkt-1.1.2.tar.gz) = 19271bf7e2d1877c81a42792266286b679532caa653437c25052770375634ac4f916c1ce9c08eb5f62a723746607f7f35d947de4f52df91d00609d476fbce4de
-Size (zkt-1.1.2.tar.gz) = 343388 bytes
+SHA1 (zkt-1.1.4.tar.gz) = ad2d4422f05f83d04278ecccfe854852956dcc62
+RMD160 (zkt-1.1.4.tar.gz) = e987e25d960d5dba19cbc54e18b0b8144e83aa1a
+SHA512 (zkt-1.1.4.tar.gz) = 349b49645557c9e03949c742bf4b37b4c3605b984c5990a3517519f31d23be3c6fb63349707a8c742f0c40c6aeb558592ce9c4e3b6656faec7947d2dfea6a178
+Size (zkt-1.1.4.tar.gz) = 382629 bytes



Home | Main Index | Thread Index | Old Index