diff options
author | he <he@pkgsrc.org> | 2021-02-21 09:12:48 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2021-02-21 09:12:48 +0000 |
commit | de09f495caa20e8e63be0f63cbd60adda83a362e (patch) | |
tree | aa2a5dc751f75caf2bd36c1217ce751e01369796 /security/opendnssec2/Makefile | |
parent | e614fa09044459c9cddd3080313fa05068f6e81d (diff) | |
download | pkgsrc-de09f495caa20e8e63be0f63cbd60adda83a362e.tar.gz |
Update OpenDNSSEC version 2 to 2.1.8.
Upstream changes:
OpenDNSSEC 2.1.8 - 2021-02-20
* OPENDNSSEC-954: Upgrade autoconf/automake configuration chain for
version 2.69/1.16.2.
* SUPPORT-261: Fix to crash when using ods-enforcer set-policy command.
* OPENDNSSEC-953: Fix to crash in case zone file not present while getting
a signconf update and state flush command.
Thanks to Stefan Ubbink from SIDN for the co-operation in this fix.
* OPENDNSSEC-951: Modify the purging of keys, to make it automatic to purge
keys from the HSM.
Thanks to Stefan Ubbink from SIDN for the co-operation in this fix.
* OPENDNSSEC-950: Fix that caused crash when signer was offline for a
prolonged period (but the enforcer wasn't) in the middle of a ZSK roll.
* OPENDNSSEC-952: memory leak in when receiving NOTIFY for non-existent zone
Thanks Sébastien Tisserant to for reporting).
Diffstat (limited to 'security/opendnssec2/Makefile')
-rw-r--r-- | security/opendnssec2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/opendnssec2/Makefile b/security/opendnssec2/Makefile index 0a26bf7e06c..e5cae7d82b3 100644 --- a/security/opendnssec2/Makefile +++ b/security/opendnssec2/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2020/11/05 09:09:03 ryoon Exp $ +# $NetBSD: Makefile,v 1.9 2021/02/21 09:12:48 he Exp $ # -DISTNAME= opendnssec-2.1.7 +DISTNAME= opendnssec-2.1.8 PKGNAME= ${DISTNAME:S/opendnssec/opendnssec2/} -PKGREVISION= 1 CATEGORIES= security net MASTER_SITES= https://www.opendnssec.org/files/source/ |