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 /security/gnutls | |
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 'security/gnutls')
-rw-r--r-- | security/gnutls/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 29410951955a..2ef376bc10e0 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -2,7 +2,7 @@ PORTNAME= gnutls PORTVERSION= 3.3.17.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security net MASTER_SITES= GNUPG/gnutls/v${PORTVERSION:R:R} |