diff options
author | Jaap Akkerhuis <jaap@NLnetLabs.nl> | 2023-06-28 11:47:33 +0200 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2023-06-29 08:35:07 +0200 |
commit | 0c47b68871fb419bac5d20431eee0e90bb21f565 (patch) | |
tree | 0720a00c2abfa30a1f21b65c6c9cba292572f000 /dns | |
parent | 38d711f500de6d9223daef98045e28e5d0f4ec92 (diff) | |
download | freebsd-ports-0c47b68871fb419bac5d20431eee0e90bb21f565.zip |
dns/opendnssec2: Update t0 2.1.7
ChangeLog: https://www.opendnssec.org/2023/06/opendnssec-2-1-13/
This release fixes a bug that affects both signer and enforcer command
line handling. Under heavy usage of the command line there was a small
change for a crash.
Furthermore there is a small behavioural change for users of the "keep"
policy. The back-off for retrying a sign task change is now equal to
the resign period in case the input file isn't available or updated.
This because users nearly always will emit an external sign command for
this period. This will reduce logging errors.
PR: 272254
Reported by: jaap@NLnetLabs.nl (maintainer)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/opendnssec2/Makefile | 2 | ||||
-rw-r--r-- | dns/opendnssec2/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dns/opendnssec2/Makefile b/dns/opendnssec2/Makefile index 3dda04cc712c..ca1725c1ac33 100644 --- a/dns/opendnssec2/Makefile +++ b/dns/opendnssec2/Makefile @@ -1,5 +1,5 @@ PORTNAME= opendnssec -DISTVERSION= 2.1.12 +DISTVERSION= 2.1.13 CATEGORIES= dns MASTER_SITES= http://dist.opendnssec.org/source/ PKGNAMESUFFIX= 2 diff --git a/dns/opendnssec2/distinfo b/dns/opendnssec2/distinfo index 7bab5123602a..36d019e51da9 100644 --- a/dns/opendnssec2/distinfo +++ b/dns/opendnssec2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1668601009 -SHA256 (opendnssec-2.1.12.tar.gz) = 50d7b9b0ccfc6a502784606ca4e5c03680fcf6425fb3947f45d8809ea8503e59 -SIZE (opendnssec-2.1.12.tar.gz) = 1157828 +TIMESTAMP = 1687793209 +SHA256 (opendnssec-2.1.13.tar.gz) = 76e9358dd242abf9a7359948ab422ce9b34a04150b5af764dae5c214f9041b49 +SIZE (opendnssec-2.1.13.tar.gz) = 1161140 |