diff options
author | erwin <erwin@FreeBSD.org> | 2016-02-04 23:58:30 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2016-02-04 23:58:30 +0800 |
commit | f4f37cbef33bb3d2ceabd2370ef9418b80150f0b (patch) | |
tree | f23475ea3800b2a0fa8d80ed312ae36df191196b /mail/opendkim | |
parent | 402a8e24c8efabe9798374400132018b5c712746 (diff) | |
download | freebsd-ports-gnome-f4f37cbef33bb3d2ceabd2370ef9418b80150f0b.tar.gz freebsd-ports-gnome-f4f37cbef33bb3d2ceabd2370ef9418b80150f0b.tar.zst freebsd-ports-gnome-f4f37cbef33bb3d2ceabd2370ef9418b80150f0b.zip |
- Update unbound to 1.5.7
- Bump PORTREVISIOn on dependent ports
Some Upgrade Notes:
This release fixes a validation failure for nodata with wildcards and
emptynonterminals. Fixes OpenSSL Library compability. Fixes correct
response for malformed EDNS queries. For crypto in libunbound there is
libnettle support.
Qname minimisation is implemented. Use qname-minimisation: yes to
enable it. This version sends the full query name when an error is
found for intermediate names. It should therefore not fail for names
on nonconformant servers. It combines well with
harden-below-nxdomain: yes because those nxdomains are probed by the
qname minimisation, and that will both stop privacy sensitive traffic
and reduce nonsense traffic to authority servers. So consider
enabling both. In this implementation IPv6 reverse lookups add
several labels per increment, because otherwise those lookups would be
very slow. [ Reference
https://tools.ietf.org/html/draft-ietf-dnsop-qname-minimisation-08 ]
More details at <http://unbound.net>
PR: 206347
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl>
Approved by: maintainer timeout
Sponsored by: DK Hostmaster A/S
Diffstat (limited to 'mail/opendkim')
-rw-r--r-- | mail/opendkim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/opendkim/Makefile b/mail/opendkim/Makefile index ca7072cd6c67..72055871ef5f 100644 --- a/mail/opendkim/Makefile +++ b/mail/opendkim/Makefile @@ -3,7 +3,7 @@ PORTNAME= opendkim PORTVERSION= 2.10.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail security MASTER_SITES= SF/${PORTNAME} \ SF/${PORTNAME}/Previous%20Releases \ |