diff options
author | pettai <pettai@pkgsrc.org> | 2010-08-30 13:51:57 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2010-08-30 13:51:57 +0000 |
commit | c184963d7da877e26a5178d60746b7816f18589a (patch) | |
tree | 422a9a1a70c30d5dd9d3e73362aba4e06316afa2 /security/opendnssec | |
parent | d4970a8833f03db4de2e27c989483ec712ca2f39 (diff) | |
download | pkgsrc-c184963d7da877e26a5178d60746b7816f18589a.tar.gz |
OpenDNSSEC 1.1.2:
Dnsruby 1.49 now required (for correct zone parsing)
ldns 1.6.6 is required to fix the zone fetcher bug
Bugfixes:
* ods-control stop did not stopped zone fetcher (bug was introduced in 1.1.0)
* Auditor correctly handles chains of empty nonterminals
* Zone fetcher can block zone transfers if AXFR once failed.
This is a bug in ldns versions 1.6.5 and lower.
See KNOWN_ISSUES for more information.
* Bugreport #165: Ensure Output SOA serial is always bigger than Input SOA serial.
* Bugreport #166: Correct exit value from signer.
* Bugreport #167: Zone fetcher now also picks up changes when zonelist is reloaded
* Bugreport #168: ods-control with tightened control for the Enforcer
* Bugreport #169: Do not include config.h in the distribution
* Bugreport #170: Typo in a man page (ods-signer)
* Bugreport #172: Correction of some macros in a man page (ods-timing)
* Bugreport #173: A man page used a macro that does not exist (ods-ksmutil)
Diffstat (limited to 'security/opendnssec')
-rw-r--r-- | security/opendnssec/Makefile | 8 | ||||
-rw-r--r-- | security/opendnssec/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/security/opendnssec/Makefile b/security/opendnssec/Makefile index 3764026e0a5..6e33bf28fd6 100644 --- a/security/opendnssec/Makefile +++ b/security/opendnssec/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2010/07/16 22:22:38 pettai Exp $ +# $NetBSD: Makefile,v 1.6 2010/08/30 13:51:57 pettai Exp $ # -DISTNAME= opendnssec-1.1.1 +DISTNAME= opendnssec-1.1.2 CATEGORIES= security net MASTER_SITES= http://www.opendnssec.org/files/source/ @@ -12,9 +12,9 @@ LICENSE= 2-clause-bsd DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat DEPENDS+= ${PYPKGPREFIX}-4Suite-[0-9]*:../../textproc/py-4Suite -DEPENDS+= ldns>=1.6.4:../../net/ldns +DEPENDS+= ldns>=1.6.6:../../net/ldns DEPENDS+= rubygems-[0-9]*:../../misc/rubygems -DEPENDS+= ${RUBY_PKGPREFIX}-dnsruby>=1.46:../../net/ruby-dnsruby +DEPENDS+= ${RUBY_PKGPREFIX}-dnsruby>=1.49:../../net/ruby-dnsruby BUILD_DEPENDS+= CUnit-[0-9]*:../../devel/cunit PKG_DESTDIR_SUPPORT= user-destdir diff --git a/security/opendnssec/distinfo b/security/opendnssec/distinfo index 581267e309b..31611bb6e35 100644 --- a/security/opendnssec/distinfo +++ b/security/opendnssec/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2010/07/16 22:22:38 pettai Exp $ +$NetBSD: distinfo,v 1.4 2010/08/30 13:51:57 pettai Exp $ -SHA1 (opendnssec-1.1.1.tar.gz) = c83ddc75b4e0007ff8f4a3f20edf852d33f9aee2 -RMD160 (opendnssec-1.1.1.tar.gz) = c29675edd25be8b7a08440dc2f0ed60e3abe92ed -Size (opendnssec-1.1.1.tar.gz) = 2207842 bytes +SHA1 (opendnssec-1.1.2.tar.gz) = 4dd913ebd1f980e5a8a3697d82086736b1a5f2df +RMD160 (opendnssec-1.1.2.tar.gz) = dfaea3fd45be364b931c0ba3de98d3276090507e +Size (opendnssec-1.1.2.tar.gz) = 2206790 bytes SHA1 (patch-aa) = 0007803ca6b323775b7d5e03d5f00c07030e14cc |