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:   fcambus
Date:           Fri Mar  3 09:24:20 UTC 2023

Modified Files:
        pkgsrc/security/zkt: Makefile distinfo

Log Message:
zkt: update to 1.1.6.

zkt 1.1.6 -- 04. Jan 2023

* misc  New configure.ac file generated by 'autoscan'

* bug   Jan Münnich found out that "-fcommon" is needed to compile ZKT
        with gcc 10.
        This is because of a double external definition caused by
        including header files while defining "extern" as empty.
        This is fixed now by eliminating includes within include files
        so "-fcommon" is not needed.

* misc  Increase of some string vars because of compiler warnings

* bug   Fixed an empty statement (semicolon) in freeconfig()
        (Thank you gcc!)

zkt 1.1.5 -- 17. Jun 2019

* misc  Option -r of dnssec-keygen has been deprecated since 9.13 (or so)
        Usage removed in dki_new()

* func  recursive_file_mtime() function added by Sven Stickroth
        This is useful if several zone files are included in a main zone.db
        file to track a change of any of the input files.
        It is not compiled in by default (use configure --enable-inc-file-tracking
        to enable) because for large zone files this could be a time consuming process.
        It is possible to add all included files to the local config parameter
        "DependFiles" instead. (Use zkt-conf <zonefile> to get a list of files to be added).

* misc  Log name of zone if KSK is expired
        Thanks to Sven Stickroth

* misc  DEST_DIR added to Makefile to install executables at common places
        Thanks to Sven Stickroth

* bug   Fix typos in rollover.c
        make clean also cleans OBJ_KLS files
        Thanks to Sven Stickroth


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/zkt/Makefile
cvs rdiff -u -r1.8 -r1.9 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.14 pkgsrc/security/zkt/Makefile:1.15
--- pkgsrc/security/zkt/Makefile:1.14   Tue Sep  1 14:06:52 2020
+++ pkgsrc/security/zkt/Makefile        Fri Mar  3 09:24:20 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2020/09/01 14:06:52 taca Exp $
+# $NetBSD: Makefile,v 1.15 2023/03/03 09:24:20 fcambus Exp $
 
-DISTNAME=      zkt-1.1.4
+DISTNAME=      zkt-1.1.6
 CATEGORIES=    security
 MASTER_SITES=  http://www.hznet.de/dns/zkt/
 

Index: pkgsrc/security/zkt/distinfo
diff -u pkgsrc/security/zkt/distinfo:1.8 pkgsrc/security/zkt/distinfo:1.9
--- pkgsrc/security/zkt/distinfo:1.8    Tue Oct 26 11:18:06 2021
+++ pkgsrc/security/zkt/distinfo        Fri Mar  3 09:24:20 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 11:18:06 nia Exp $
+$NetBSD: distinfo,v 1.9 2023/03/03 09:24:20 fcambus Exp $
 
-BLAKE2s (zkt-1.1.4.tar.gz) = 360dd99a00a266269cdf8da01a3dfd32bf6501f283848b53533e3f6c2b6b7e14
-SHA512 (zkt-1.1.4.tar.gz) = 349b49645557c9e03949c742bf4b37b4c3605b984c5990a3517519f31d23be3c6fb63349707a8c742f0c40c6aeb558592ce9c4e3b6656faec7947d2dfea6a178
-Size (zkt-1.1.4.tar.gz) = 382629 bytes
+BLAKE2s (zkt-1.1.6.tar.gz) = a05b2801d500a8c802cd40487cf547982b84aa9a4a46d1632c44bf443bd5e513
+SHA512 (zkt-1.1.6.tar.gz) = e9acd651bc80d808b7fb9258cb14a0952adc736a2e7e7a72f4fc1d8f45006988c43157b3c26d725f98732be01f6dd7691b3931ebe12f9fda87c8bf5e9c51db6b
+Size (zkt-1.1.6.tar.gz) = 408892 bytes



Home | Main Index | Thread Index | Old Index