| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Submitted by: tj@mrsk.me (email)
Approved by: egypcio@googlemail.com (maintainer, irc)
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Net-DNS-SEC/Changes
|
|
|
|
| |
Submitted by: mat
|
|
|
|
|
| |
Reported by: Andrzej Tobola <ato@iem.pw.edu.pl>
Approved by: Leo Vandewoestijne <freebsd@dns.company> (maintainer)
|
|
|
|
|
|
|
|
| |
While there, pass maintainership to submitter.
PR: 226539
Submitted by: Leo Vandewoestijne
Sponsored by: Absolight
|
|
|
|
|
|
|
| |
optional in recent versions, so might as well do it in older ones.
PR: 226383
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
Changes: https://github.com/AnalogJ/lexicon/releases
PR: 226819
Submitted by: Goran Mekic <meka@tilda.center> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Net-DNS-SEC/Changes
|
| |
|
|
|
|
|
|
| |
also update my email address in "Created by:" field.
Approved by: hrs (mentor)
|
|
|
|
|
|
|
|
|
| |
Changelog:
https://github.com/kjd/idna/blob/v2.6/HISTORY.rst
PR: 226776
Submitted by: sunpoet
|
|
|
|
|
| |
Note there are a few incompatible changes. For details, please see the...
Changelog: <http://thekelleys.org.uk/dnsmasq/CHANGELOG>
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
|
| |
Port changes:
* Remove the manpage option - not needed, always on.
* Reorder USExx section
Approved by: portmgr (port compliance, infrastructure)
|
|
|
|
|
|
|
|
| |
Port changes:
* Remove the manpage option - not needed, always on.
* Reorder USExx section
Approved by: portmgr (port compliance, infrastructure)
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
PR: 226498
Exp-run by: antoine
|
| |
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
version 1.1.0 (via revision 464079).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
| |
Port changes:
* Changed to DISTVERSION
* Grouped USExx
PR: 226368
Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
Approved by: tcberner (mentor, implicit)
|
|
|
|
|
| |
PR: 223339
Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer
|
|
|
|
|
|
| |
While there, use the GitLab integration.
Sponsored by: Absolight
|
|
|
|
|
|
|
|
| |
Also removed version numbers of dependencies.
PR: 226280
Submitted by: Goran Mekić <meka@tilda.center>
Approved by: tcberner (mentor, implicit)
|
|
|
|
| |
Changes: https://github.com/DNS-OARC/dnscap/releases
|
|
|
|
|
|
| |
- Fix shebang
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
| |
- Switch to USES=localbase
- Pet portlint
- Switch to options helpers
Approved by: portmgr blanket
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
Also some cleanup of dead entries.
PR: 226203
Submitted by: Sam H
Sponsored by: Absolight
|
|
|
|
| |
Changes: https://github.com/cloudflare/python-cloudflare/blob/master/CHANGELOG.md
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
| |
98 ports are affected.
Approved by: tcberner (mentor, implicit)
|
|
|
|
|
|
|
|
| |
Also added USE_PYTHON=concurrent
PR: 226182
Submitted by: Goran Mekić <meka@tilda.center> (maintainer)
Approved by: tcberner (mentor, implicit)
|
| |
|
|
|
|
|
|
|
| |
- Simplify Makefile and pkg-descr
- Update WWW
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Additional port changes:
* Changed to DISTVERSION
* Replaced the second MASTER_SITES
* Added dependency to LIB_DEPENDS
* Removed USES=autoreconf
* Added USES=ncurses
* Removed extra patches
PR: 225957
Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (mantainer)
Approved by: tcberner (mentor, implicit)
|
|
|
|
|
|
| |
- Add missing RUN_DEPENDS
Changes: https://github.com/cloudflare/python-cloudflare/blob/master/CHANGELOG.md
|
|
|
|
|
|
| |
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/rockdaboot/libpsl/blob/master/NEWS
|
|
|
|
|
| |
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14262
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This release fixes memory leaks when reading zonefiles
and processing zone transfers.
4.1.20
================
BUG FIXES:
- Fix memory leak in zone file read of unknown rr formatted RRs.
- Fix memory leak when rehashing nsec3 after axfr or zonefile read,
in the selectively allocated precompiled nsec3 hashes.
Also changed to DISTVERSION
Submitted by: jaap@NLnetLabs.nl (maintainer)
Approved by: tcberner (mentor, implicit)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a bug-fix only release, with fixes to the LDAP and MySQL
backends, the pdnsutil tool, and PDNS internals. Enable the MySQL
backend by default.
Bug Fixes
- Backport: forbid label compression in alias wire format
- Include unistd.h for chroot(2) et al. (Florian Obser)
- Auth: fix out of bounds exception in caa processing, fixes #6089
- Add the missing include to mplexer.hh for struct timeval
- Auth: init openssl and libsodium before chrooting in pdnsutil
- Auth: always bind the results array after executing a mysql statement
- Ldap: fix getdomaininfo() to set this as di.backend (Grégory Oestreicher)
- Ldapbackend: fix listing zones incl. axfr (Chris Hofstaedtler)
- Ixfr: correct behavior of dealing with dns name with multiple records (Leon Xu)
PR: 226040
Submitted by: maintainer
|
|
|
|
|
|
| |
The ISC has a gitlab now, use it.
Sponsored by: Absolight
|
|
|
|
|
| |
PR: 225752
Submitted by: Yasuhiro KIMURA
|
|
|
|
|
|
|
|
|
| |
- Switch from devel/llvm40 to devel/llvm50
Changelog: https://dnsdist.org/changelog.html#change-1.2.1
PR: 225955 [1]
Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com>
|
|
|
|
|
| |
PR: 225995
Submitted by: jaap@NLnetLabs.nl(maintainer)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix *_DEPENDS:
- p5-Net-DNS is required not only for testing
- Fix version requirement
- Remove NO_ARCH
- Add USES=ssl
- Strip shared library
Changes: http://search.cpan.org/dist/Net-DNS-SEC/Changes
|
|
|
|
|
|
|
| |
PR: 225869
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D14287
|
|
|
|
|
|
|
|
|
|
| |
This is a pure C program that accesses the DNSDB API server at Farsight
Security. An API key is required for operation. The command syntax was
inspired by a python script called dnsdb_query, but significant departure
has occured, largely inspired by a modern understanding of "time fencing"
and a desire for new features such as CSV output and JSON reprocessing.
Sponsored by: Farsight Security, Inc.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
- bugfix when returning an empty bitmap-type in BitMap.php
- added the BIND 9 private record RR (TYPE65534)
- added DNSSEC algorithms 13-16 (ECDSAP256SHA256, ECDSAP384SHA384, ED25519, and ED448).
- added SSHFP algoritm ED25519.
- modified Net_DNS2::sendPacket() to use current()/next() rather than the deprecated each() (deprecated in 7.2).
While here, switch to DISTVERSION
Approved by: mentors (implicit)
|
|
|
|
| |
Changes: https://github.com/weppos/publicsuffix-ruby/blob/master/CHANGELOG.md
|
| |
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
| |
Domain dnscrypt.org is gone. [1]
1 - https://github.com/jedisct1/dnscrypt-proxy/issues/89
Reported by: tj@mrsk.me (via email)
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
|
|
| |
This removes build dependency on gcc and runtime dependency on gcc's runtime libraries.
Big thanks to Gleb for working on this.
PR: 225185
Submitted by: Gleb Popov <6yearold@gmail.com>
Exp-run by: antoine
Reviewed by: pgj
Differential Revision: https://reviews.freebsd.org/D12043
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Net-DNS/Changes
|
|
|
|
|
|
|
| |
- Switch to https://
- Remove trailing slashes
Approved by: portmgr blanket
|
| |
|
|
|
|
| |
Changes: https://github.com/DNS-OARC/dnscap/releases
|
|
|
|
|
| |
- Convert PORTDOCS=* to PLIST entries
- Bump PORTREVISION for package change
|
|
|
|
|
|
|
|
| |
with the default configuration, rc script, man pages...
PR: 225687
Reported by: John W. O'Brien
Sponsored by: Absolight
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
| |
- Bump PORTREVISION of dependent ports
Changes: https://github.com/publicsuffix/list/commits/master
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
| |
PR: 224858
Submitted by: freebsd@dns-lab.com (maintainer)
MFH: 2018Q1
|
| |
|
|
|
|
|
| |
Reported by: sunpoet
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
| |
It is annoying because it outputs one line saying it cannot enable
TCP_FASTOPEN when the deamon starts.
While there, discover that FILTER_AAAA is always enabled in 9.12+ and no
longer an option, so remove it.
PR: 217288 [1] (based on)
Reported by: doktornotor mailinator com
Sponsored by: Absolight
|
|
|
|
|
|
|
|
| |
this will skip 50+ dependencies via textproc/groff
on recent systems without groff in base
- Bump PORTREVISION due to dependencies changes
Requested by: julian
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
| |
PR: 225114
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13600
|
|
|
|
|
| |
PR: 225464
Submitted by: Goran Mekić <meka@tilda.center> (maintainer)
|
|
|
|
|
|
|
|
| |
- Adds new option unbound_config
PR: 225360
Submitted by: jaap@NLnetLabs.nl
Approved by: jaap@NLnetLabs.nl (maintainer)
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fixes "PowerDNS Security Advisory 2018-01: Insufficient validation
of DNSSEC signatures". An issue has been found in the DNSSEC
validation component of PowerDNS Recursor, allowing an ancestor
delegation NSEC or NSEC3 record to be used to wrongfully prove the
non-existence of a RR below the owner name of that record. This
would allow an attacker in position of man-in-the-middle to send a
NXDOMAIN answer for a name that does exist.
The 4.0.x branch is not vulnerable.
- Add support for algo16 and simplify Lua/LuaJIT engine choice.
PR: 225397
Submitted by: maintainer
Security: CVE-2018-1000003
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
| |
Extract the top level domain (TLD) from the URL given. List of TLD names is
taken from Mozilla.
WWW: https://github.com/barseghyanartur/tld
|
|
|
|
|
|
|
|
| |
- While I'm here, strip binary executable
Changes: https://github.com/janmojzis/dq/releases
PR: 225300
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
|
|
|
|
|
|
|
| |
PR: 225313
Submitted by: jaap@NLnetLabs.nl (maintainer)
MFH: 2018Q1
Security: 8d3bae09-fd28-11e7-95f2-005056925db4
|
|
|
|
| |
Sponsored by: People afraid of a nuclear holocaust.
|
|
|
|
|
|
|
| |
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279
|
|
|
|
|
|
| |
Changes: https://github.com/DNS-OARC/drool/releases/tag/v1.0.2
PR: 225263
Submitted by: jaap@NLnetLabs.nl (maintainer)
|
|
|
|
|
|
|
| |
PR: 225155
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D13816
|
|
|
|
|
|
| |
MFH: 2018Q1
Security: CVE-2017-3145
Sponsored by: Absolight
|
|
|
|
|
|
| |
MFH: 2018Q1
Security: CVE-2017-3145
Sponsored by: Absolight
|
|
|
|
|
| |
PR: 216260
Submitted by: tjd-freebsd@phlegethon.org
|
|
|
|
|
|
|
|
|
| |
- Mark CONFLICTS_INSTALL with dns/powerdns-recursor
- Chase shlib change of security/botan2
- Bump PORTREVISION for dependency change
PR: 225178
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
|
|
|
|
|
|
|
|
|
| |
- Mark CONFLICTS_INSTALL with dns/powerdns-recursor40
- Chase shlib change of security/botan2
- Bump PORTREVISION for dependency change
PR: 225177
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
|
|
|
|
|
|
|
|
| |
- Chase shlib change of security/botan2
- Bump PORTREVISION for dependency change
PR: 225176
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
|
|
|
|
|
| |
PR: 224770
Approved by: Douglas Thrift <douglas@douglasthrift.net> (maintainer)
|
|
|
|
|
| |
The only thing that depends on m4 is for building the testsuite, not the regular
program
|
|
|
|
|
|
| |
- Bump PORTREVISION of dependent ports
Changes: https://github.com/publicsuffix/list/commits/master
|
|
|
|
|
|
|
|
|
|
|
|
| |
https://kb.isc.org/article/AA-01314/0
Tunes certain compiled-in constants and default settings to
values better suited to large servers with 12/16GB+ of memory.
This can improve performance on such servers, but will consume
more memory and may degrade performance on smaller systems.
PR: 224859
Sponsored by: Absolight
|
|
|
|
|
|
| |
when it was missing)
- Invoke INSTALL_DATA where appropriate instead of INSTALL_MAN
- Fix some whitespace and formatting bugs along the way
|
|
|
|
| |
other miscellaneous files that are not actually manual pages (part 2).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
variables deprecation revision
WITHOUT_NLS 2013-12-13 r336337
WITH_/WITHOUT_ 2014-02-24 r345870
NOPORT(DOC|EXAMPLE)S 2014-04-19 r351587
WITH_BDB_VER 2016-05-02 r414444
OVERRIDE_LINUX_BASE_PORT 2016-09-05 r421387
WITH_OPENSSL_(BASE|PORT) 2016-06-16 r416965
While there, add an ERROR variable that works like DEV_ERROR, but for
user facing errors, and move NOPORTDOCS,
NOPORTEXAMPLES and WITHOUT_NLS to it.
Cleanup bsd.sanity.mk a bit.
Fix fallout.
PR: 224613
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D13490
|
|
|
|
|
|
| |
PR: 224951
Submitted by: Trix Farrar
Sponsored by: Absolight
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
| |
PR: 224862
Submitted by: jaap@NLnetLabs.nl (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
- Add TEST_TARGET
- While I'm here, fix shebang for net/opensips
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/json-c/json-c/blob/master/ChangeLog
PR: 224675
Exp-run by: antoine
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
| |
2017-12-31 security/gnupg20: Will reach EOL upstream on 2017-12-31
2018-01-01 dns/dualserver: Please migrate to dns/dnsmasq. Over the years dualserver becomes unmaintenaible.
2018-01-01 devel/p5-Parse-Pidl44: yes
2018-01-01 sysutils/DTraceToolkit: Now maintained as part of the base system
|
|
|
|
| |
Reminded by: danfe
|
| |
|
|
|
|
|
|
|
|
| |
*While here, switch to DISTVERSION
PR: 224589
Submitted by: Goran Mekić <meka@tilda.center> (maintainer)
Approved by: mentors (implicit)
|
| |
|
| |
|
|
|
|
| |
With hat: portmgr
|
| |
|
|
|
|
| |
Changes: https://github.com/DNS-OARC/dnscap/releases
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
Reported by: antoine
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This update replaces the default resolver used by
dnscrypt-proxy (cisco/OpenDNS) by a random one that
does not log entries and supports dnssec.
- Improve pkg-message's.
- Fix MASTER_SITES.
- Reorder Makefile variable's.
- Update WWW.
PR: 223222
Submitted by: Vinícius Zavam <egypcio@googlemail.com>
Reviewed by: dbaio, garga, mat
Approved by: Leo Vandewoestijne <freebsd@dns-lab.com>
(maintainer, previous patch, then timeout)
Differential Revision: https://reviews.freebsd.org/D12775
|
| |
|
|
|
|
| |
Changes: https://github.com/marcbradshaw/Net-DNS-Resolver-Mock/commits/master
|
|
|
|
| |
Changes: https://github.com/DNS-OARC/dnscap/releases
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
FreeBSD 10.3 and below doesn't support __cxa_thread_atexit() in
libc, which is required for building PowerDNS Recursor 4.1.0.
This new port follows the 4.0.x branch, which has no such
requirement.
PR: 224297
Submitted by: tremere@cainites.net
Approved by: mat
Differential Revision: https://reviews.freebsd.org/D13540
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Net-DNS/Changes
|
|
|
|
|
|
|
|
|
| |
implementation.
PR: 224298
Submitted by: maintainer
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D13493
|
|
|
|
|
|
|
| |
PR: 224227
Exp-run by: antoine
Reviewed by: adridg, rakuco
Differential Revision: https://reviews.freebsd.org/D13367
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
dynip is a daemon that monitors your host system ISP assigned dynamic IP
address. If it changes, dynip automatically updates the dynamic DNS IP
address at your dynamic DNS hosting provider then posts an informational
message to the host system log followed by sending an informational email
to user root.
The dynip daemon and the daily script are very simple Bourne Shell type
scripts containing self documenting embedded comments. They use the
"fetch" command to issue the standard browser style URL format used by
most dynamic DNS hosting providers for the purpose of actual updating
the registered IP address with the new IP address. There are some small
variations in the URL format depending on the dynamic DNS hosting
provider being used.
Mandatory requirements. The host that is running dynip "MUST" be cabled
directly to the ISP modem and be using the public routable dynamic IP
address assigned by the ISP.
Includes templates for these dynamic DNS hosting providers
namecheap.com
freedns.afraid.org
changeip.com
no-ip.com
zoneedit.com
easydns.com
and is simple to configure for other providers that use a variation
of the URL format.
WWW: http://dynip.sourceforge.net/
PR: 224329
Submitted by: Joe Barbish
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
cc1plus: error: unrecognized command line option "-std=c++0x"
In file included from dns.cpp:22:
In file included from ./dns.h:31:
In file included from ./packet_handler.h:33:
In file included from ./sql.h:43:
./variant.h:297:34: error: expected '(' for function-style cast or type construction
return std::hash<bool>()(m_val.m_bool);
~~~~^
./variant.h:297:20: error: no member named 'hash' in namespace 'std'; did you mean simply 'hash'?
return std::hash<bool>()(m_val.m_bool);
^~~~~~~~~
hash
./variant.h:293:17: note: 'hash' declared here
std::size_t hash() const
^
./variant.h:297:36: error: expected expression
return std::hash<bool>()(m_val.m_bool);
^
./variant.h:299:33: error: expected '(' for function-style cast or type construction
return std::hash<int>()(m_val.m_int);
~~~^
./variant.h:299:20: error: no member named 'hash' in namespace 'std'; did you mean simply 'hash'?
return std::hash<int>()(m_val.m_int);
^~~~~~~~~
hash
./variant.h:293:17: note: 'hash' declared here
std::size_t hash() const
^
./variant.h:299:35: error: expected expression
return std::hash<int>()(m_val.m_int);
^
./variant.h:301:35: error: expected '(' for function-style cast or type construction
return std::hash<float>()(m_val.m_float);
~~~~~^
./variant.h:301:20: error: no member named 'hash' in namespace 'std'; did you mean simply 'hash'?
return std::hash<float>()(m_val.m_float);
^~~~~~~~~
hash
./variant.h:293:17: note: 'hash' declared here
std::size_t hash() const
^
./variant.h:301:37: error: expected expression
return std::hash<float>()(m_val.m_float);
^
In file included from dns.cpp:22:
In file included from ./dns.h:31:
In file included from ./packet_handler.h:33:
./sql.h:1766:8: error: explicit specialization of non-template struct 'hash'
struct hash<std::vector<packetq::Variant> > {
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10 errors generated.
Reported by: pkg-fallout (mips64)
|
|
|
|
|
|
| |
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
| |
PR: 224233
Submitted by: maintainer
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D13440
|
|
|
|
|
| |
PR: 224243
Submitted by: jaap@NLnetLabs.nl (maintainer)
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
|
| |
- Regenerate patches
PR: 223252
Submitted by: yasu@utahime.org
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
IMPORTANT: This release removes support for recursor pass-through.
This might impact a lot of people!
More information can be found here (including other
improvements/fixes/changes):
https://blog.powerdns.com/2017/11/30/powerdns-authoritative-server-4-1/
Changelog: https://doc.powerdns.com/authoritative/changelog/4.1.html
PR: 224028
Submitted by: maintainer
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D13339
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Drop support for Botan 1.10 in favor of Botan 2.x
- Backported bugfixes/improvements from the 4.1.x branch
- Pet portlint and use DISTVERSION
- Added devel/protobuf as dependency as suggested by upstream
PR: 224027
Submitted by: maintainer
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D13338
|
|
|
|
| |
Changes: https://github.com/DNS-OARC/dnscap/releases
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This release has features for saving memory and faster notification.
With --enable-packed, 33% memory savings could be had, or something
along that size. Notification of secondary servers happens in parallel,
and has faster timeouts. More sockets are used for zone transfers.
This speeds up communication with a larger set of servers. Additionally
a bug is fixed for dual-loaded parent-and-child zone configured at the
same time, when one of the zones has not loaded properly.
FEATURES:
- xfr-inspect, it is not installed, it prints xfr files from /tmp
made with 'make xfr-inspect' in the source dir.
- retry timeout between sending notifies dropped from 15 to 3 sec.
- NSD sends 16 notifies simultaneously.
- configure --enable-packed reduces memory usage, at expense of
unaligned reads. Saves about 17%.
- Save memory by selectively allocate precompiled nsec3 hashes,
saves about 16% memory.
- make ip-transparent option work on OpenBSD.
- Save about 2% memory by changing usage count size in name tree.
- Fix #2871: Increase number of sockets for xfrd transfers.
BUG FIXES:
- Fix gcc 7.1.1 warnings.
- Fix writev compile warning on FreeBSD.
- Fix #1446: A corrupted zone file "propagates" to good ones.
- nsd-control zonestatus prints wait time between attempts, for zones
that are in that waiting time.
- Fix collision printout of nsec3 to print name, hash and reverse.
- Fix #1567: Change crit to err log level for gettimeofday failure.
Add defines for compile without syslog.
- Fix crash for DS query when parent and child zones both configured
in nsd.conf and parent zone has not loaded properly.
PR: 224025
Submitted by: jaap@NLnetLabs.nl (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Switch to USES=localbase
- Switch to options helpers
- Update WWW
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
| |
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run
|
|
|
|
|
|
|
| |
Changes: https://github.com/AnalogJ/lexicon/releases/tag/v2.1.12
PR: 223968
Submitted by: Goran Mekić <meka@tilda.center> (maintainer)
|
|
|
|
|
|
|
|
| |
Changelog: https://github.com/barnybug/cli53/releases/tag/0.8.12
PR: 223902
Submitted by: meta+ports@vmeta.jp (maintainer)
Approved by: mentors (implicit)
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 223814
Submitted by: peter@
|
|
|
|
|
|
| |
using chroot.
Sponsored by: Absolight
|
|
|
|
|
|
|
| |
- Install manpages independent of DOCS options
- Use proper command for static library installation
Approved by: portmgr blanket
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
| |
PR: 223730
Submitted by: Matthieu Volat <mazhe@alkumuna.eu> (maintainer)
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 223710
Submitted by: Ollivier Robert
|
|
|
|
|
|
|
|
|
|
|
| |
* update to 5.40.0
* unreleated cleanups:
- unify use of DISTVERSION
- remove created by line
PR: 223602
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D12966
|
|
|
|
| |
Changes: https://github.com/KimNorgaard/validates_hostname/commits/master
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
| |
PR: 223639
Submitted by: Goran Mekić <meka@tilda.center> (maintainer)
|
|
|
|
|
|
| |
- Bump PORTREVISION for dependent ports
Changes: https://github.com/publicsuffix/list/commits/master
|
| |
|
| |
|
|
|
|
| |
Changes: https://github.com/rockdaboot/libpsl/blob/master/NEWS
|
|
|
|
| |
Changes: https://github.com/weppos/publicsuffix-ruby/blob/master/CHANGELOG.md
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
| |
Changes: http://site.icu-project.org/download/60
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 223373
Exp-run by: antoine
|
|
|
|
|
|
| |
PR: 223398
Submitted by: clukas@firc.de
Approved by: freebsd@dns-lab.com (maintainer)
|
|
|
|
|
|
| |
months.
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
| |
Using nsupdate -l, and chroot was broken because nsupdate could not find
the keyfile by itself.
PR: 223403
Submitted by: Harald Schmalzbauer
Sponsored by: Absolight
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
| |
All ports now should use MPL[10|11|20] license.
Approved by: portmgr (blanket)
|
| |
|
|
|
|
|
|
| |
tools.
Sponsored by: Absolight
|
|
|
|
| |
This round is @FreeBSD.org residents except teams.
|
|
|
|
|
|
| |
- Add NO_ARCH
Changes: https://github.com/marcbradshaw/Net-DNS-Resolver-Mock/commits/master
|
| |
|
|
|
|
|
|
|
|
| |
Release notes: https://www.knot-dns.cz/2017-09-29-version-260.html
PR: 223278
Submitted by: clukas@firc.de
Approved by: freebsd@dns-lab.com (maintainer)
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
| |
PR: 221333
Submitted by: tmasu@st.rim.or.jp
Approved by: maintainer timeout (2 months+)
|
|
|
|
|
|
|
|
|
|
|
|
| |
devel/netsurf-buildsystem to 1.6
devel/nsgenbind to 0.5
dns/libnspsl to 0.1.2
graphics/libnsgif to 0.2.0
textproc/libcss to 0.7.0
textproc/libutf8proc to 1.3.1.3
www/libdom to 0.3.2
www/libhubbub to 0.3.4
www/netsurf to 3.7
|
|
|
|
| |
PR: 223192
|
|
|
|
|
|
| |
Reported by: antoine
Pointy hat: mat
Sponsored by: Absolight
|
|
|
|
|
| |
Changes: https://lists.isc.org/pipermail/bind-announce/2017-October/001068.html
Sponsored by: Absolight
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
| |
PR: 223175
Submitted by: maintainer
|
|
|
|
|
|
|
| |
- Bump revisions for all dependent ports
PR: 223147 [1]
Submitted by: Greg V [1]
|
| |
|
|
|
|
|
|
|
|
|
| |
Dualserver is a badly done piece of software hard to patch and maintain,
offering less features than its competitors (eg. dnsmasq), and suffering
from design flaws. Since upgrading to the latest version is a useless task
I thik we should consider its deprecation.
Please consider to move to dns/dnsmasq.
|
|
|
|
|
|
|
|
| |
- Remove GOST option
- Add IDN2 option
- Add IDN_DESC and IDN2_DESC
Changes: http://search.cpan.org/dist/Net-DNS/Changes
|
|
|
|
|
|
|
| |
Net::DNS::Resolver::Mock is a subclass of Net::DNS::Resolver which parses a
zonefile for it's data source. Primarily for use in testing.
WWW: http://search.cpan.org/dist/Net-DNS-Resolver-Mock/
|
|
|
|
|
|
|
| |
PR: 223003
Reviewed by: rakuco, adridg
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D12620
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
dns2blackhole is a set of Bourne Shell csh scripts that fetch host files
from public host file providers that contain the FQDN [ Fully Qualified
Domain Names ] of sites that fall into the following categories, adware,
malware, exploit, hijackers, harvesters, tracking, phishing, fake news,
fraud, spam, sex, porn, gambling, advertisements, misleading marketing,
illegal pharmacy, warez/piracy and others. The output of the dns2blackhole
scripts is fed directly into the ports/package versions of unbound, named,
and dnsmask DNS servers to block those FQDN thus protecting user
devices from being compromised or bothered seeing things of no interest.
The base built-in version of unbound titled "local_unbound" can also be
configured to work using the dns2blackhole method. This black hole method
is another layer of protection that you can customize to your needs.
WWW: http://dns2blackhole.sourceforge.net/
PR: 222805
Submitted by: joeb1@a1poweruser.com
|
|
|
|
|
|
|
| |
Changes: http://www.unbound.net/pipermail/unbound-users/2017-October/004972.html
PR: 222941
Submitted by: jaap@NLnetLabs.nl (maintainer)
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
- conformance with the delay of the 2017 KSK rollover
|
|
|
|
| |
- Bump PORTREVISION for dependency change
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
| |
PR: 222739
Approved by: ports-secteam
MFH: 2017Q4
Security: b77b5646-a778-11e7-ac58-b499baebfeaf
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Add LICENSE_FILE
- Sort PLIST
|
|
|
|
|
|
|
| |
Net::LibIDN2 provides bindings for GNU Libidn2, a C library for handling
internationalized domain names based on IDNA 2008, Punycode and TR46.
WWW: http://search.cpan.org/dist/Net-LibIDN2/
|
|
|
|
|
|
|
| |
PR: 222588
Submitted by: maintainer
Approved by: mat
Differential Revision: https://reviews.freebsd.org/D12491
|
|
|
|
|
|
|
| |
PR: 222587
Submitted by: maintainer
Approved by: mat
Differential Revision: https://reviews.freebsd.org/D12490
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
| |
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582
|
|
|
|
|
|
|
|
| |
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582
|
|
|
|
|
|
|
|
|
| |
- Temporarily keep C++98 working in consumers for Clang's default -std=
Changes: http://site.icu-project.org/download/59
PR: 218788
Submitted by: takefu@airport.fm, dcarmich@dcarmichael.net (early version)
Exp-run by: antoine
|
|
|
|
|
|
|
| |
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
|
|
|
|
|
|
|
| |
Changes: http://www.unbound.net/pipermail/unbound-users/2017-September/004936.html
PR: 222503
Submitted by: jaap@NLnetLabs.nl (maintainer)
|
| |
|
|
|
|
|
|
| |
- Bump PORTREVISION for dependent ports
Changes: https://github.com/publicsuffix/list/commits/master
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
| |
Changelog: https://www.kde.org/announcements/kde-frameworks-5.38.0.php
PR: 222171
Exp-run by: antoine
Reviewed by: rakuco, adridg
Differential Revision: https://reviews.freebsd.org/D12289
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
|
| |
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
Changes: https://gitlab.com/libidn/libidn2/blob/master/NEWS
|
|
|
|
|
|
|
| |
PR: 221599
Reviewed by: rakuco
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D12067
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
| |
PR: 221841
Submitted by: vidar@karlsen.tech (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Depends on the wdns C library >= 0.9.0.
* Add contants TYPE_TLSA, TYPE_GID, TYPE_EUI64, etc.
* Stores EDNS information in the message object.
Pet portlint (USE vs. USES order).
Sponsored by: Farsight Security, Inc.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use Github release
- Remove `files/patch-Makefile`, not necessary anymore.
- Fixes for building on ARM and i386 architectures
- WindowsSpyBlocker is the new upstream for the Windows
telemetry hosts files
PR: 217054
Submitted by: Vidar Karlsen <vidar@karlsen.tech> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove patch that was upstreamed
- Switch from devel/llvm39 to devel/llvm40 when building on 10.3
- Update WWW in pkg-descr
Changes: https://mailman.powerdns.com/pipermail/dnsdist/2017-August/000358.html
MFH: 2017Q3
Security: CVE-2016-7069
Security: CVE-2017-7557
|
|
|
|
|
| |
Changes: https://github.com/DNS-OARC/dnscap/releases
MFH: 2017Q3
|
|
|
|
|
| |
PR: 216439
Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
|