1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
Commit Graph

4513 Commits

Author SHA1 Message Date
Mathieu Arnold
ecd1d8dea9 I no longer use those, give them back.
Sponsored by:	Absolight
2018-03-26 13:49:19 +00:00
Mathieu Arnold
a91316f51a Update to latest commit.
Sponsored by:	Absolight
2018-03-26 13:40:26 +00:00
Mathieu Arnold
6128fc1605 Correctly use PORTDOCS and PORTEXAMPLES.
Sponsored by:	Absolight
2018-03-26 13:40:19 +00:00
Danilo G. Baio
6b55b90b6b Add dns/dnscrypt-proxy2: Flexible DNS proxy with support for encrypted protocols
A flexible DNS proxy, with support for modern encrypted DNS protocols such as
DNSCrypt v2 and DNS-over-HTTP/2.

WWW: https://github.com/jedisct1/dnscrypt-proxy

Without a repocopy because it's a new port, rewritten from scratch.

PR:		225821
Submitted by:	Vinícius Zavam <egypcio@googlemail.com>
Differential Revision:	https://reviews.freebsd.org/D14319
2018-03-25 14:46:17 +00:00
Sunpoet Po-Chuan Hsieh
dee29829bd Update to 1.06
Changes:	http://search.cpan.org/dist/Net-DNS-SEC/Changes
2018-03-24 21:11:09 +00:00
Kurt Jaeger
7eeb12f3ef dns/{p5-DSC|p5-App-DSC-DataTool}: improve PORTNAME as suggested by mat
Submitted by:	mat
2018-03-23 20:10:23 +00:00
Kurt Jaeger
a6db49a466 dns/{dsc|dsp|p5-DSC|p5-App-DSC-DataTool}: fix WWW in pkg-descr
Reported by:	Andrzej Tobola <ato@iem.pw.edu.pl>
Approved by:	Leo Vandewoestijne <freebsd@dns.company> (maintainer)
2018-03-23 20:05:03 +00:00
Mathieu Arnold
4302d4db9a Update to 2.3.8.
While there, pass maintainership to submitter.

PR:		226539
Submitted by:	Leo Vandewoestijne
Sponsored by:	Absolight
2018-03-22 14:13:11 +00:00
Mathieu Arnold
6f1e9fd48d Enable the FILTER_AAAA option by default, the feature was made non
optional in recent versions, so might as well do it in older ones.

PR:		226383
Sponsored by:	Absolight
2018-03-22 14:13:02 +00:00
Kurt Jaeger
cc3c2817fe New port: dns/dsc
DSC (originally developed by The Measurement Factory and now developed
by DNS-OARC) is a system for collecting and exploring statistics from
busy DNS servers. It uses a distributed architecture with collectors
running on or near nameservers sending their data to one or more
central presenters for display and archiving. Collectors use pcap to
sniff network traffic. They transmit aggregated data to the presenter
as XML data. dsc is configurable to allow the administrator to capture
any kind of data that he or she chooses.

WWW: https://www.dns-oarc.net/dsc/

PR:		226631
Submitted by:	Leo Vandewoestijne <freebsd@dns.company>
2018-03-21 20:14:11 +00:00
Kurt Jaeger
522c80dd1a New port: dns/dsp
DNS Statistics Presenter (DSP) is a tool used
for exploring statistics from busy DNS servers
collected by DNS Statistics Collector (DSC).

WWW: https://www.dns-oarc.net/dsc/

PR:		226630
Submitted by:	Leo Vandewoestijne <freebsd@dns.company>
2018-03-21 20:12:43 +00:00
Kurt Jaeger
68fa387fbd New port: dns/p5-App-DSC-DataTool
Tool for converting, exporting, merging and transforming DSC data.

WWW: https://www.dns-oarc.net/dsc/

PR:		226628
Submitted by:	Leo Vandewoestijne <freebsd@dns.company>
2018-03-21 20:10:42 +00:00
Kurt Jaeger
b9b5c81139 New port: dns/p5-DSC
Perl Library to extract and graph DNS Statistics Collector (DSC) data

DNS Statistics Presenter (DSP) is a tool used for exploring statistics
from busy DNS servers collected by DNS Statistics Collector (DSC).
This is the Perl library that is used to extract and graph DSC data.

WWW: https://www.dns-oarc.net/dsc/

PR:		226629
Submitted by:	Leo Vandewoestijne <freebsd@dns.company>
2018-03-21 20:08:30 +00:00
Sunpoet Po-Chuan Hsieh
13c91cb6fb Update to 2.1.24
Changes:	https://github.com/AnalogJ/lexicon/releases
PR:		226819
Submitted by:	Goran Mekic <meka@tilda.center> (maintainer)
2018-03-21 19:04:29 +00:00
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
Sunpoet Po-Chuan Hsieh
f24b1102b2 Update to 1.05
Changes:	http://search.cpan.org/dist/Net-DNS-SEC/Changes
2018-03-20 22:35:32 +00:00
Matthias Andree
e95ed222b3 Mark IGNORE since the stable version dns/dnsmasq is newer. 2018-03-20 16:53:15 +00:00
Koichiro Iwao
853c80c70a Update MAINTAINER to my new FreBSD.org account
also update my email address in "Created by:" field.

Approved by:	hrs (mentor)
2018-03-20 06:16:18 +00:00
Kubilay Kocak
cb418a6221 dns/py-idna: Update to 2.6
Changelog:

  https://github.com/kjd/idna/blob/v2.6/HISTORY.rst

PR:		226776
Submitted by:	sunpoet
2018-03-20 02:32:39 +00:00
Matthias Andree
1533140b17 dns/dnsmasq update to release v2.79
Note there are a few incompatible changes. For details, please see the...
Changelog: <http://thekelleys.org.uk/dnsmasq/CHANGELOG>
2018-03-19 21:10:34 +00:00
Mathieu Arnold
b0dcf1a560 Update BIND9 ports to 9.9.12, 9.10.7, 9.11.3 and 9.12.1.
Sponsored by:	Absolight
2018-03-19 11:21:38 +00:00
Mathieu Arnold
9d96fdf5d7 Update to latest commit.
Sponsored by:	Absolight
2018-03-19 11:21:33 +00:00
Yuri Victorovich
4e40009853 dns/libasr-devel: Unbreak
Port changes:
* Remove the manpage option - not needed, always on.
* Reorder USExx section

Approved by:	portmgr (port compliance, infrastructure)
2018-03-18 03:24:22 +00:00
Yuri Victorovich
48e6123de8 dns/libasr: Unbreak
Port changes:
* Remove the manpage option - not needed, always on.
* Reorder USExx section

Approved by:	portmgr (port compliance, infrastructure)
2018-03-18 03:19:13 +00:00
Sunpoet Po-Chuan Hsieh
06cb642db4 Add py-idna_ssl 1.0.1
idna-ssl patches ssl.match_hostname for Unicode(idna) domains support.

WWW: https://pypi.python.org/pypi/idna_ssl
WWW: https://github.com/aio-libs/idna-ssl
2018-03-17 10:44:12 +00:00
Don Lewis
d576258263 Upgrade dnsdbq to version 1.0.0:
* add positivity check for -l

 * avoid EPIPE from sort

 * catch the case where /bailiwick is specified for -

 * display usage errors without help text; instead, tell the user about
   the -h option

 * notice with -c is used without -A or -B

 * replace last remaining fgets with getline

 * correct and improve option-incompatibility testing

 * add -a for alternative server api prefixes, and -u for alternative
   server api syntax

 * remove some debugging code

 * remove layering violation in the 404 handling

 * allow error-body to span several tcp segments (writer_func calls)

Sponsored by:	Farsight Security, Inc.
2018-03-17 01:27:47 +00:00
Bryan Drewery
f4063b7850 Fix plist 2018-03-15 18:13:10 +00:00
Sunpoet Po-Chuan Hsieh
f9faa4873d Update to 0.4.1
Changes:	https://github.com/cofyc/dnscrypt-wrapper/releases
		https://github.com/cofyc/dnscrypt-wrapper/blob/master/CHANGELOG.md
PR:		225967
Submitted by:	<freebsd@seby.io>
Approved by:	Will <freebsd@toyingwithfate.com> (maintainer)
2018-03-13 20:31:58 +00:00
Tobias Kortkamp
909c9ed163 dns/mdnsd: Fix package and install missing library
Shared object "liblibmdnsd.so" not found, required by "mdnsd"

PR:		226000
Reported by:	xavier@xavierhumbert.net
Approved by:	daniel+mdnsd@pelleg.org (maintainer timeout, 3 weeks)
2018-03-13 06:06:52 +00:00
Tobias C. Berner
5eee07cb16 Update KDE Frameworks to 5.44
PR:		226498
Exp-run by:	antoine
2018-03-12 18:04:49 +00:00
Ryan Steinmetz
3f32ad0c14 - Update to 1.4.1 2018-03-12 14:50:57 +00:00
Mathieu Arnold
c7ba72b298 Update to latest commit.
Sponsored by:	Absolight
2018-03-12 14:12:40 +00:00
Gerald Pfeifer
c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00
Mathieu Arnold
a1993564e0 Introduce PHP flavors.
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
  flavored.  They will automatically get flavors (php56, php70, php71, php72)
  depending of the versions they support (set with IGNORE_WITH_PHP).  As a
  consequence, ports using USES=pear and USES=horde are also flavored.

PR:		226242
Submitted by:	mat
Exp-run by:	antoine
Approved by:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D14208
2018-03-08 19:48:41 +00:00
Yuri Victorovich
680dc20551 dns/knot-resolver: Update to 2.1.1
Port changes:
* Changed to DISTVERSION
* Added USES=ncurses
* Updated the list of stripped files
* Added the patch

PR:		226410
Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
Approved by:	tcberner (mentor, implicit)
2018-03-07 10:41:01 +00:00
Dmitry Marakasov
c5341d7a67 - Add LICENSE
Approved by:	portmgr blanket
2018-03-06 08:33:07 +00:00
Yuri Victorovich
9155242297 dns/packetq: Update to 1.4.1
Port changes:
* Changed to DISTVERSION
* Grouped USExx

PR:		226368
Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
Approved by:	tcberner (mentor, implicit)
2018-03-06 06:05:55 +00:00
Luca Pizzamiglio
e543988a44 dns/knot-resolver: Update to 1.5.3
PR:		223339
Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer
2018-03-05 16:38:33 +00:00
Mathieu Arnold
d81c3e13d9 Update to latest commit.
While there, use the GitLab integration.

Sponsored by:	Absolight
2018-03-05 10:35:26 +00:00
Yuri Victorovich
77aedb0528 dns/py-dns-lexicon: Update to 2.1.20
Also removed version numbers of dependencies.

PR:		226280
Submitted by:	Goran Mekić <meka@tilda.center>
Approved by:	tcberner (mentor, implicit)
2018-03-02 04:33:29 +00:00
Sunpoet Po-Chuan Hsieh
1687499737 Update to 1.9.0
Changes:	https://github.com/DNS-OARC/dnscap/releases
2018-03-01 15:19:13 +00:00
Dmitry Marakasov
6a86f6f224 - Add missing python run-dependency
- Fix shebang

Approved by:	portmgr blanket
2018-03-01 13:20:41 +00:00
Dmitry Marakasov
df9cdd455a - Add LICENSE
- Switch to USES=localbase
- Pet portlint
- Switch to options helpers

Approved by:	portmgr blanket
2018-03-01 09:03:03 +00:00
Sunpoet Po-Chuan Hsieh
3b63c52143 Update dns/libpsl to 0.20.1
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/rockdaboot/libpsl/blob/master/NEWS
		https://github.com/rockdaboot/libpsl/blob/libpsl-0.20.1/NEWS
2018-02-27 13:24:14 +00:00
Mathieu Arnold
37677d32e3 Switch some MASTER_SITES from http/ftp to https.
Also some cleanup of dead entries.

PR:		226203
Submitted by:	Sam H
Sponsored by:	Absolight
2018-02-27 13:03:48 +00:00
Sunpoet Po-Chuan Hsieh
19383dcfae Update to 2.1.0
Changes:	https://github.com/cloudflare/python-cloudflare/blob/master/CHANGELOG.md
2018-02-26 22:30:44 +00:00
Mathieu Arnold
055ff18377 Update to latest commit.
Sponsored by:	Absolight
2018-02-26 12:39:59 +00:00
Yuri Victorovich
a31a69692d Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.org
98 ports are affected.

Approved by:	tcberner (mentor, implicit)
2018-02-25 00:40:37 +00:00
Yuri Victorovich
4f87476727 dns/py-dns-lexicon: Update to 2.1.19
Also added USE_PYTHON=concurrent

PR:		226182
Submitted by:	Goran Mekić <meka@tilda.center> (maintainer)
Approved by:	tcberner (mentor, implicit)
2018-02-24 20:12:54 +00:00
Ryan Steinmetz
6e0743f2d9 - Update to 1.4.0 2018-02-24 15:23:09 +00:00