diff options
author | matthew <matthew@FreeBSD.org> | 2017-08-14 22:46:31 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2017-08-14 22:46:31 +0800 |
commit | 827b40aa13b1557e3862706d472e32b9ea84eb78 (patch) | |
tree | 0053f94ce7d5a4eec5cbb6f8a3cdeb5e89599af0 /dns | |
parent | ffed96ad11c9fa7f643de525add214b76f05e43f (diff) | |
download | freebsd-ports-gnome-827b40aa13b1557e3862706d472e32b9ea84eb78.tar.gz freebsd-ports-gnome-827b40aa13b1557e3862706d472e32b9ea84eb78.tar.zst freebsd-ports-gnome-827b40aa13b1557e3862706d472e32b9ea84eb78.zip |
Update to 2.1.3:
As of today version 2.1.3 of OpenDNSSEC has been released. No special
migration steps are required when upgrading from a previous 2.x.x
release. It includes fixes to the build system, some regressions w.r.t.
OpenDNSSEC 1.4 and a signing bug. Please note that version 2.1.2 was
skipped for release.
Build fixes:
* OPENDNSSEC-904: autoconfigure fails to properly identify functions in
ssl library on some distributions. This caused the "tsig unknown
algorithm hmac-sha256" error.
* OPENDNSSEC-894: repair configuration script to allow excluding the
build of the enforcer.
Regressions:
* OPENDNSSEC-508: Tag <RolloverNotification> was not functioning
correctly
* OPENDNSSEC-901: Enforcer would ignore <ManualKeyGeneration/> tag in
conf.xml
* OPENDNSSEC-906: Tag <AllowExtraction> tag included from late 1.4
development
Bugs Fixed:
* OPENDNSSEC-886: Improper time calculation on 32 bits machine causes
purge of keys not being scheduled. The purge would happen but some
time later than expected.
* OPENDNSSEC-890: Mismatching TTLs in record sets would cause bogus
signatures.
* OPENDNSSEC-908: Warn when TTL of resource record exceeds KASP's
MaxZoneTTL. Formerly the signer would cap such TTLs to prevent
situations where those records could get bogus during ZSK rollover.
However it has been realized that this can potentially lead to failing
IXFRs. We intend to bring back this feature in the near future when
our internal data representation allows this.
PR: 221515
Submitted by: jaap@NLnetLabs.nl (maintainer)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/opendnssec2/Makefile | 3 | ||||
-rw-r--r-- | dns/opendnssec2/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/dns/opendnssec2/Makefile b/dns/opendnssec2/Makefile index 4bad12c6cf52..f05ee6f9ad97 100644 --- a/dns/opendnssec2/Makefile +++ b/dns/opendnssec2/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= opendnssec -PORTVERSION= 2.1.1 -PORTREVISION= 1 +PORTVERSION= 2.1.3 CATEGORIES= dns MASTER_SITES= http://dist.opendnssec.org/source/ PKGNAMESUFFIX= 2 diff --git a/dns/opendnssec2/distinfo b/dns/opendnssec2/distinfo index 43a14a6ed058..2a6b5aedccef 100644 --- a/dns/opendnssec2/distinfo +++ b/dns/opendnssec2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1493453857 -SHA256 (opendnssec-2.1.1.tar.gz) = 82d865fc6f89df6d2eedcfead2aaf489d389e0861d2244f2393e8e65858a4b5b -SIZE (opendnssec-2.1.1.tar.gz) = 1099657 +TIMESTAMP = 1502370115 +SHA256 (opendnssec-2.1.3.tar.gz) = 3de2a03edc9e2b8c366bf0ab541004f984777d4813057cbba7a78045d8cbfe7e +SIZE (opendnssec-2.1.3.tar.gz) = 1107073 |