Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Aug 2017 14:46:31 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r447941 - head/dns/opendnssec2
Message-ID:  <201708141446.v7EEkVsn006226@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Mon Aug 14 14:46:31 2017
New Revision: 447941
URL: https://svnweb.freebsd.org/changeset/ports/447941

Log:
  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)

Modified:
  head/dns/opendnssec2/Makefile
  head/dns/opendnssec2/distinfo   (contents, props changed)

Modified: head/dns/opendnssec2/Makefile
==============================================================================
--- head/dns/opendnssec2/Makefile	Mon Aug 14 14:14:23 2017	(r447940)
+++ head/dns/opendnssec2/Makefile	Mon Aug 14 14:46:31 2017	(r447941)
@@ -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

Modified: head/dns/opendnssec2/distinfo
==============================================================================
--- head/dns/opendnssec2/distinfo	Mon Aug 14 14:14:23 2017	(r447940)
+++ head/dns/opendnssec2/distinfo	Mon Aug 14 14:46:31 2017	(r447941)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708141446.v7EEkVsn006226>