1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/dns
Kurt Jaeger f12a0eaf7e dns/unbound: upgrade 1.6.8 -> 1.7.0
Features
- auth-zone provides a way to configure RFC7706 from unbound.conf,
  eg. with auth-zone: name: "." for-downstream: no for-upstream: yes
  fallback-enabled: yes and masters or a zonefile with data.
- Aggressive use of NSEC implementation. Use cached NSEC records to
  generate NXDOMAIN, NODATA and positive wildcard answers.
- Accept tls-upstream in unbound.conf, the ssl-upstream keyword is
  also recognized and means the same.  Also for tls-port,
  tls-service-key, tls-service-pem, stub-tls-upstream and
  forward-tls-upstream.
- [dnscrypt] introduce dnscrypt-provider-cert-rotated option,
  from Manu Bretelle.
  This option allows handling multiple cert/key pairs while only
  distributing some of them.
  In order to reliably match a client magic with a given key without
  strong assumption as to how those were generated, we need both key and
  cert. Likewise, in order to know which ES version should be used.
  On the other hand, when rotating a cert, it can be desirable to only
  serve the new cert but still be able to handle clients that are still
  using the old certs's public key.
  The `dnscrypt-provider-cert-rotated` allow to instruct unbound to not
  publish the cert as part of the DNS's provider_name's TXT answer.
- Update B root ipv4 address.
- make ip-transparent option work on OpenBSD.
- Fix #2801: Install libunbound.pc.
- ltrace.conf file for libunbound in contrib.
- Fix #3598: Fix swig build issue on rhel6 based system.
  configure --disable-swig-version-check stops the swig version check.

Bug Fixes
- Fix #1749: With harden-referral-path: performance drops, due to
  circular dependency in NS and DS lookups.
- [dnscrypt] prevent dnscrypt-secret-key, dnscrypt-provider-cert
  duplicates
- Better documentation for cache-max-negative-ttl.
- Fixed libunbound manual typo.
- Fix #1949: [dnscrypt] make provider name mismatch more obvious.
- Fix #2031: Double included headers
- Document that errno is left informative on libunbound config read
  fail.
- iana port update.
- Fix #1913: ub_ctx_config is under circumstances thread-safe.
- Fix #2362: TLS1.3/openssl-1.1.1 not working.
- Fix #2034 - Autoconf and -flto.
- Fix #2141 - for libsodium detect lack of entropy in chroot, print
  a message and exit.
- Fix #2492: Documentation libunbound.
- Fix #2882: Unbound behaviour changes (wrong) when domain-insecure is
  set for stub zone.  It no longer searches for DNSSEC information.
- Fix #3299 - forward CNAME daisy chain is not working
- Fix link failure on OmniOS.
- Check whether --with-libunbound-only is set when using --with-nettle
  or --with-nss.
- Fix qname-minimisation documentation (A QTYPE, not NS)
- Fix that DS queries with referral replies are answered straight
  away, without a repeat query picking the DS from cache.
  The correct reply should have been an answer, the reply is fixed
  by the scrubber to have the answer in the answer section.
- Fix that expiration date checks don't fail with clang -O2.
- Fix queries being leaked above stub when refetching glue.
- Copy query and correctly set flags on REFUSED answers when cache
  snooping is not allowed.
- make depend: code dependencies updated in Makefile.
- Fix #3397: Fix that cachedb could return a partial CNAME chain.
- Fix #3397: Fix that when the cache contains an unsigned DNAME in
  the middle of a cname chain, a result without the DNAME could
  be returned.
- Fix that unbound-checkconf -f flag works with auto-trust-anchor-file
  for startup scripts to get the full pathname(s) of anchor file(s).
- Print fatal errors about remote control setup before log init,
  so that it is printed to console.
- Use NSEC with longest ce to prove wildcard absence.
- Only use *.ce to prove wildcard absence, no longer names.
- Fix unfreed locks in log and arc4random at exit of unbound.
- Fix lock race condition in dns cache dname synthesis.
- Fix #3451: dnstap not building when you have a separate build dir.
  And removed protoc warning, set dnstap.proto syntax to proto2.
- Added tests with wildcard expanded NSEC records (CVE-2017-15105 test)
- Unit test for auth zone https url download.
- tls-cert-bundle option in unbound.conf enables TLS authentication.
- Fixes for clang static analyzer, the missing ; in
  edns-subnet/addrtree.c after the assert made clang analyzer
  produce a failure to analyze it.
- Fix #3505: Documentation for default local zones references
  wrong RFC.
- Fix #3494: local-zone noview can be used to break out of the view
  to the global local zone contents, for queries for that zone.
- Fix for more maintainable code in localzone.
- more robust cachedump rrset routine.
- Save wildcard RRset from answer with original owner for use in
  aggressive NSEC.
- Fixup contrib/fastrpz.patch so that it applies.
- Fix compile without threads, and remove unused variable.
- Fix compile with staticexe and python module.
- Fix nettle compile.
- Fix to check define of DSA for when openssl is without deprecated.
- iana port update.
- Fix #3582: Squelch address already in use log when reuseaddr option
  causes same port to be used twice for tcp connections.
- Reverted fix for #3512, this may not be the best way forward;
  although it could be changed at a later time, to stay similar to
  other implementations.
- Fix for windows compile.
- Fixed contrib/fastrpz.patch, even though this already applied
  cleanly for me, now also for others.
- patch to log creates keytag queries, from A. Schulze.
- patch suggested by Debian lintian: allow to -> allow one to, from
  A. Schulze.
- Attempt to remove warning about trailing whitespace.
- Added documentation for aggressive-nsec: yes.

PR:		226822
Submitted by:	jaap@NLnetLabs.nl (maintainer)
2018-03-21 17:00:23 +00:00
..
adns Remove wrong build dependency on m4 2018-01-14 21:38:50 +00:00
adsuck Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. 2017-11-01 13:10:35 +00:00
ares - MASTER_SITES cleanup 2017-08-01 17:07:58 +00:00
autotrust - Chase ldns shlip bump 2017-03-03 04:12:20 +00:00
axfr2acl - Update DNS Tools ports to their most recent versions 2017-06-27 07:05:14 +00:00
bind9-devel Update to latest commit. 2018-03-19 11:21:33 +00:00
bind99 Update BIND9 ports to 9.9.12, 9.10.7, 9.11.3 and 9.12.1. 2018-03-19 11:21:38 +00:00
bind910 Update BIND9 ports to 9.9.12, 9.10.7, 9.11.3 and 9.12.1. 2018-03-19 11:21:38 +00:00
bind911 Update BIND9 ports to 9.9.12, 9.10.7, 9.11.3 and 9.12.1. 2018-03-19 11:21:38 +00:00
bind912 Update BIND9 ports to 9.9.12, 9.10.7, 9.11.3 and 9.12.1. 2018-03-19 11:21:38 +00:00
bind-tools Switch bind-tools to BIND9 9.12. 2018-01-24 10:43:21 +00:00
bindgraph - Add NO_ARCH 2016-06-04 09:03:50 +00:00
bundy Mark more ports broken that fail on both armv6 and armv7. 2017-12-09 00:42:05 +00:00
c-ares Bump PORTREVISION for ports depending on the canonical version of GCC 2017-09-10 20:55:38 +00:00
checkdns
cli53 Update MAINTAINER to my new FreBSD.org account 2018-03-20 06:16:18 +00:00
credns Use BROKEN_SSL 2018-02-17 11:59:54 +00:00
crossip
curvedns - Update libsodium to 1.0.15 [1] 2017-10-22 10:09:33 +00:00
ddclient Use anticongestion in dns/ddclient 2017-05-20 02:27:54 +00:00
ddns - Fix trailing whitespace in pkg-messages 2016-05-19 11:09:14 +00:00
denominator Fix WWW 2017-06-25 17:18:48 +00:00
dhisd - Switch to USES=localbase 2017-03-04 09:01:47 +00:00
djbdns Bump loop detection limit to 500 2018-01-16 19:54:19 +00:00
djbdns-tools
dlint dns/dlint: unbreak 2016-07-05 20:49:32 +00:00
dnrd
dns2blackhole Update to 0.1. DOCS option is removed, see manpage instead. 2017-10-23 03:36:01 +00:00
dns2tcp Convert tab after WWW: in pkg-descrs to single space as per PHB 2016-05-23 18:36:52 +00:00
dns_balance Update dns/dns_balance to 2.1 2017-02-10 17:46:17 +00:00
dnscap Update to 1.9.0 2018-03-01 15:19:13 +00:00
dnscheck
dnscheckengine Remove Perl core modules 2017-06-26 03:24:33 +00:00
dnscrypt-proxy dns/dnscrypt-proxy: Update MASTER_SITES and WWW 2018-02-10 22:34:35 +00:00
dnscrypt-wrapper Update to 0.4.1 2018-03-13 20:31:58 +00:00
dnsdbck - Update DNS Tools ports to their most recent versions 2017-06-27 07:05:14 +00:00
dnsdbq Upgrade dnsdbq to version 1.0.0: 2018-03-17 01:27:47 +00:00
dnsdist - Update to 1.2.1 [1] 2018-02-18 15:06:53 +00:00
dnsenum Multithreaded perl script to enumerate DNS information 2016-05-29 11:33:33 +00:00
dnsflood - MASTER_SITES cleanup 2017-08-01 17:07:58 +00:00
dnsforwarder Dnsforwarder is A simple DNS forwarder.Main fetures: 2017-05-27 08:57:39 +00:00
dnshistory Remove libpcre.so.3 compatibility link that was added in r374303 to 2016-12-08 17:26:09 +00:00
dnsjava Remove support for variables that have been deprecated for a while. 2018-01-09 07:40:55 +00:00
dnsmasq dns/dnsmasq update to release v2.79 2018-03-19 21:10:34 +00:00
dnsmasq-devel Mark IGNORE since the stable version dns/dnsmasq is newer. 2018-03-20 16:53:15 +00:00
dnsmax-perl
dnsperf Remove libiconv.so.3 compatibility link that was added in r374303 to 2016-12-08 19:23:24 +00:00
dnsproxy Register dependency on groff 2017-05-28 21:18:04 +00:00
dnsrecon Simplify some USES=python 2017-12-29 09:01:54 +00:00
dnsreflector
dnstable Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. 2017-11-02 21:41:47 +00:00
dnstop - Fix trailing whitespace in pkg-descrs, categories [a-f]* 2016-05-19 10:21:23 +00:00
dnstracer Now builds on sparc64. 2017-04-05 02:10:25 +00:00
dnsutl For ports that are marked BROKEN on armv6, and also fail to build on 2017-11-30 06:13:34 +00:00
dnsviz Convert Python ports to FLAVORS. 2017-11-30 15:50:30 +00:00
dnswalk dns/dnswalk: Unbreak port 2017-05-12 19:48:17 +00:00
dnswall - Unbreak 2016-10-02 20:11:33 +00:00
doc Reset sanpei@'s ports after 18 months of inactivity. 2017-01-22 22:02:25 +00:00
dq Update to 20180112 2018-01-19 17:03:12 +00:00
drool - Update to 1.1.0 2018-02-18 12:54:21 +00:00
dynip Add dns/dynip. 2017-12-14 17:08:01 +00:00
erlang-idna Update dns/erlang-idna to version 5.0.2. 2017-05-29 08:47:25 +00:00
ez-ipupdate - Fix trailing whitespace in pkg-descrs, categories [a-f]* 2016-05-19 10:21:23 +00:00
fastresolve - Fix LICENSE 2017-11-30 09:00:19 +00:00
firedns
fpdns
gdnsd sysutils/liburcu: Update port to 0.10.0 2017-07-17 14:44:39 +00:00
gdnsd2 - Add libmaxminddb for geoip2 support 2017-11-23 21:35:00 +00:00
gen6dns Upgrade to version 1.3. 2017-10-21 11:44:23 +00:00
getdns - Update to 1.4.1 2018-03-12 14:50:57 +00:00
ghtool - Add LICENSE 2018-02-24 09:02:59 +00:00
hesiod Most commonly used build systems support silent builds, when they 2016-09-09 19:42:46 +00:00
hostdb Move from google code to github 2017-03-28 08:06:22 +00:00
hs-dns Switch C compiler used to compile GHC to base Clang. 2018-02-10 08:03:22 +00:00
hs-gnuidn Switch C compiler used to compile GHC to base Clang. 2018-02-10 08:03:22 +00:00
idnkit - Add LICENSE 2017-12-07 17:37:37 +00:00
idnkit2 - Add INSTALL_TARGET=install-strip 2017-04-26 15:08:03 +00:00
inadyn
inadyn-mt Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ 2017-01-20 20:33:30 +00:00
ipcheck - Fix shebangs 2017-04-21 10:50:59 +00:00
ironsides Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
kf5-kdnssd Update KDE Frameworks to 5.44 2018-03-12 18:04:49 +00:00
knot1 dns/knot1: avoid UDP traffic issues 2017-08-22 12:56:03 +00:00
knot2 dns/knot2: Update to 2.6.5 2018-02-24 08:14:56 +00:00
knot-resolver dns/knot-resolver: Update to 2.1.1 2018-03-07 10:41:01 +00:00
ldapdns
ldns Switch some MASTER_SITES from http/ftp to https. 2018-02-27 13:03:48 +00:00
libasr dns/libasr: Unbreak 2018-03-18 03:19:13 +00:00
libasr-devel dns/libasr-devel: Unbreak 2018-03-18 03:24:22 +00:00
libbind Register dependency on groff 2017-05-28 21:18:04 +00:00
libdjbdns - Fix trailing whitespace in pkg-descrs, categories [a-f]* 2016-05-19 10:21:23 +00:00
libidn - Add LICENSE 2018-03-01 09:03:03 +00:00
libidn2 Update to 2.0.4 2017-08-31 15:31:36 +00:00
libnspsl Update 2017-10-27 15:46:21 +00:00
libpsl Update dns/libpsl to 0.20.1 2018-02-27 13:24:14 +00:00
linux-c6-libasyncns - Autodetect the installed linux_base port and use LINUX_DEFAULT only as 2017-01-31 16:54:21 +00:00
linux-c7-libasyncns Enable i386 support to Linux CentOS 7 ports. 2017-01-31 20:32:46 +00:00
maradns - Add missing python run-dependency 2018-03-01 13:20:41 +00:00
mdnsd dns/mdnsd: Fix package and install missing library 2018-03-13 06:06:52 +00:00
mDNSResponder_nss dns/mDNSResponder_nss: Update to 878.1.1 2017-11-18 13:55:34 +00:00
mydns Remove all USE_OPENSSL occurrences. 2017-03-15 14:45:30 +00:00
mydns-ng Remove all _USE=openssl occurrences. 2017-03-15 14:45:54 +00:00
noip - Convert to option helper install target (add OPTIONS_DEFINE=DOCS 2018-01-11 18:09:00 +00:00
nsd dns/nsd: Update to 4.1.20 2018-02-20 19:39:32 +00:00
nslint
nsnotifyd Handle DNS NOTIFY messages by running a command 2017-07-26 16:44:40 +00:00
nsping Prevent collision with dprintf(3) 2016-05-13 18:59:03 +00:00
nss_mdns
nss_resinit
opendd Replace bsd.openssl.mk with USES=ssl 2016-06-27 11:31:10 +00:00
opendnssec dns/opendnssec: update 1.4.12 -> 1.4.14 2017-05-02 19:29:30 +00:00
opendnssec2 Update to 2.1.3: 2017-08-14 14:46:31 +00:00
openmdns Do not abuse INSTALL_MAN when installing documentation, examples, and 2018-01-11 14:18:01 +00:00
openresolv
p5-AnyEvent-CacheDNS Fix license information for portgs that use "the same license as Perl". 2017-09-15 08:58:46 +00:00
p5-AnyEvent-DNS-EtcHosts Fix license information for portgs that use "the same license as Perl". 2017-09-15 08:58:46 +00:00
p5-BIND-Conf_Parser Add NO_ARCH 2017-04-24 15:18:27 +00:00
p5-BIND-Config-Parser
p5-Data-Validate-Domain - Fix trailing whitespace in pkg-descrs, categories [a-f]* 2016-05-19 10:21:23 +00:00
p5-DNS-Config Fix license information for portgs that use "the same license as Perl". 2017-09-15 08:58:46 +00:00
p5-DNS-EasyDNS - Fix trailing whitespace in pkg-descrs, categories [a-f]* 2016-05-19 10:21:23 +00:00
p5-DNS-Ldns
p5-DNS-Zone Fix license information for portgs that use "the same license as Perl". 2017-09-15 08:58:46 +00:00
p5-DNS-ZoneParse
p5-IO-Async-Resolver-DNS Fix license information for portgs that use "the same license as Perl". 2017-09-15 08:58:46 +00:00
p5-Mozilla-PublicSuffix Update dns/public_suffix_list to 20180125 2018-02-04 10:48:52 +00:00
p5-Net-Amazon-Route53 Fix license information for portgs that use "the same license as Perl". 2017-09-15 08:58:46 +00:00
p5-Net-Bonjour Fix license information for portgs that use "the same license as Perl". 2017-09-15 08:58:46 +00:00
p5-Net-DNS Update to 1.15 2018-02-09 14:08:00 +00:00
p5-Net-DNS-Async Fix license information for portgs that use "the same license as Perl". 2017-09-15 08:58:46 +00:00
p5-Net-DNS-Check
p5-Net-DNS-Codes
p5-Net-DNS-Lite Fix license information for portgs that use "the same license as Perl". 2017-09-15 08:58:46 +00:00
p5-Net-DNS-Match Fix license information for portgs that use "the same license as Perl". 2017-09-15 08:58:46 +00:00
p5-Net-DNS-Resolver-Mock Update to 1.20171219 2017-12-20 14:37:37 +00:00
p5-Net-DNS-Resolver-Programmable - Update to 0.009 [1] 2017-08-03 15:31:29 +00:00
p5-Net-DNS-RR-SRV-Helper
p5-Net-DNS-SEC Update to 1.05 2018-03-20 22:35:32 +00:00
p5-Net-DNS-TestNS
p5-Net-DNS-ToolKit
p5-Net-DNS-Zone-Parser
p5-Net-DNS-ZoneFile-Fast
p5-Net-DNSBL-MultiDaemon - Fix trailing whitespace in pkg-descrs, categories [a-f]* 2016-05-19 10:21:23 +00:00
p5-Net-DNSBL-Statistics
p5-Net-Domain-ExpireDate Update to 1.19 2017-04-06 21:56:38 +00:00
p5-Net-Domain-TLD
p5-Net-DRI Remove Perl core modules 2017-06-21 18:53:11 +00:00
p5-Net-LibIDN Fix LICENSE 2017-09-26 15:56:12 +00:00
p5-Net-LibIDN2 Add version requirement for libidn2 2017-11-11 23:31:55 +00:00
p5-Net-Nslookup
p5-Net-RBLClient Fix license information for portgs that use "the same license as Perl". 2017-09-15 08:58:46 +00:00
p5-Net-RNDC
p5-pgeodns - Fix trailing whitespace in pkg-descrs, categories [a-f]* 2016-05-19 10:21:23 +00:00
p5-POE-Component-Client-DNS Fix license information for portgs that use "the same license as Perl". 2017-09-15 08:58:46 +00:00
p5-POE-Component-Client-DNS-Recursive Fix license information for portgs that use "the same license as Perl". 2017-09-15 08:58:46 +00:00
p5-POE-Component-Client-DNSBL
p5-POE-Component-Resolver Fix license information for portgs that use "the same license as Perl". 2017-09-15 08:58:46 +00:00
p5-POE-Component-Server-DNS Fix license information for portgs that use "the same license as Perl". 2017-09-15 08:58:46 +00:00
p5-POE-Filter-DNS-TCP
p5-Stanford-DNSserver
p5-Tie-DNS Fix license information for portgs that use "the same license as Perl". 2017-09-15 08:58:46 +00:00
p5-URBL-Prepare
packetq dns/packetq: Update to 1.4.1 2018-03-06 06:05:55 +00:00
pdnsd
pear-File_DNS Introduce PHP flavors. 2018-03-08 19:48:41 +00:00
pear-Horde_Idna Horde package update: 2017-06-27 10:02:04 +00:00
pear-Net_DNS2 dns/pear-Net_DNS2: Update to 1.4.4 2018-02-14 18:41:43 +00:00
powerdns Update to 4.1.1 2018-02-20 11:07:49 +00:00
powerdns-recursor Update to version 4.1.1 2018-01-23 11:04:06 +00:00
powerdns-recursor40 devel/boost-*: update to 1.66.0 2018-01-18 04:11:02 +00:00
public_suffix_list Update dns/public_suffix_list to 20180125 2018-02-04 10:48:52 +00:00
py-cloudflare Update to 2.1.0 2018-02-26 22:30:44 +00:00
py-dns Reduce dependency on the python2 metaport 2018-02-19 11:10:43 +00:00
py-dns-lexicon dns/py-dns-lexicon: Update to 2.1.20 2018-03-02 04:33:29 +00:00
py-dnschain Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.org 2018-02-25 00:40:37 +00:00
py-dnspython Simplify some USES=python 2017-12-29 09:01:54 +00:00
py-easyzone Convert Python ports to FLAVORS. 2017-11-30 15:50:30 +00:00
py-idna dns/py-idna: Update to 2.6 2018-03-20 02:32:39 +00:00
py-idna_ssl Add py-idna_ssl 1.0.1 2018-03-17 10:44:12 +00:00
py-idnkit2 Reduce dependency on the python2 metaport 2018-02-19 11:10:43 +00:00
py-ldns - Update to 1.7.0 2017-03-03 04:11:14 +00:00
py-namebench Convert Python ports to FLAVORS. 2017-11-30 15:50:30 +00:00
py-publicsuffix Canonicalize PyPi WWWs: 2018-02-08 20:18:08 +00:00
py-py3dns Convert Python ports to FLAVORS. 2017-11-30 15:50:30 +00:00
py-pycares Update to version 2.1.0 2016-06-16 11:54:23 +00:00
py-pydnstable Convert Python ports to FLAVORS. 2017-11-30 15:50:30 +00:00
py-pywdns Convert Python ports to FLAVORS. 2017-11-30 15:50:30 +00:00
py-tld New port: dns/py-tld 2018-01-21 13:12:27 +00:00
py-tldextract Convert Python ports to FLAVORS. 2017-11-30 15:50:30 +00:00
radns
rbldnsd dns/rbldnsd: update 0.997a -> 0.998 2016-11-13 14:14:59 +00:00
rbllookup
rbllookup-ng - Add LICENSE 2016-11-23 19:11:54 +00:00
renewck - Update DNS Tools ports to their most recent versions 2017-06-27 07:05:14 +00:00
rpsl2acl - Update DNS Tools ports to their most recent versions 2017-06-27 07:05:14 +00:00
rubygem-dnsruby Update to 1.60.2 2017-08-11 21:39:07 +00:00
rubygem-idn-ruby Fix RUN_DEPENDS 2017-10-05 09:49:49 +00:00
rubygem-net-dns - Fix trailing whitespace in pkg-descrs, categories [a-f]* 2016-05-19 10:21:23 +00:00
rubygem-public_suffix Update to 3.0.2 2018-02-13 17:03:19 +00:00
rubygem-public_suffix_service Update dns/public_suffix_list to 20180125 2018-02-04 10:48:52 +00:00
rubygem-simpleidn dns/rubygem-simpleidn: update to 0.0.9 2018-01-15 15:34:16 +00:00
rubygem-validates_hostname Update to 1.0.8 2017-11-14 22:51:02 +00:00
samba-nsupdate Add missing USES=libtool. 2017-12-25 20:26:58 +00:00
scavenge
sheerdns Clean up a few things in `dns/sheerdns' port: 2017-02-04 00:12:45 +00:00
sleuth
sshfp Convert Python ports to FLAVORS. 2017-11-30 15:50:30 +00:00
tinystats
totd Convert tab after WWW: in pkg-descrs to single space as per PHB 2016-05-23 18:36:52 +00:00
udns When there is a do-install target, do not use a post-install target, do 2016-07-19 11:04:13 +00:00
unbound dns/unbound: upgrade 1.6.8 -> 1.7.0 2018-03-21 17:00:23 +00:00
updatedd
validns Use BROKEN_SSL 2018-02-17 11:59:59 +00:00
vhostcname - Update DNS Tools ports to their most recent versions 2017-06-27 07:05:14 +00:00
vizone Mark NO_ARCH 2016-09-10 10:48:56 +00:00
void-zones-tools Bump PORTREVISION for ports depending on the canonical version of GCC 2017-09-10 20:55:38 +00:00
walker - Fix trailing whitespace in pkg-descrs, categories [a-f]* 2016-05-19 10:21:23 +00:00
wdns Fix OPTIONS_DEFAULT: remove EXAMPLES which is added by framework 2017-05-28 23:17:04 +00:00
whoseip
wrapsrv
yadifa Bump PORTREVISION for ports depending on the canonical version of GCC 2017-09-10 20:55:38 +00:00
zkt Remove always-true/false conditions after 9.x, 10.[12] EOL 2017-01-05 11:00:49 +00:00
zonecheck Restore trailing slash. 2017-12-30 09:59:17 +00:00
zonenotify Strip binary 2016-08-08 14:17:36 +00:00
Makefile Add py-idna_ssl 1.0.1 2018-03-17 10:44:12 +00:00