summaryrefslogtreecommitdiff
path: root/dns (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lang/rust: update to 1.32.0Jan Beich2019-01-171-1/+1
| | | | | | | | | | | | - devel/racer no longer needs to dowgrade rustc-ap-syntax - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html Approved by: rust (tobik) Differential Revision: https://reviews.freebsd.org/D18858 Notes: svn path=/head/; revision=490600
* - Fix EADDRNOTAVAIL issue under FreeBSD when using IPs bound to loopback ↵Ryan Steinmetz2019-01-162-1/+45
| | | | | | | | | | | interfaces - Bump PORTREVISION Obtained from: upstream PR #175 Notes: svn path=/head/; revision=490503
* Fix Qt5 symbol version scripts to put the catch-all clause first. WhenTijl Coosemans2019-01-162-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a symbol matches multiple clauses the last one takes precedence. If the catch-all is last it captures everything. In the case of Qt5 libraries this caused all symbols to have a Qt_5 label while some should have Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the catch-all lowest priority. Older versions of Qt5Webengine exported some memory allocation symbols from the bundled Chromium. Version 5.9 stopped exporting these [1] but the symbols were kept as weak wrappers for the standard allocation functions to maintain binary compatibility. [2][3] The problem is that the call to the standard function in these weak wrappers is only resolved to the standard function if there's a call to this standard function in other parts of Qt5Webengine, because only then is there a non-weak symbol that takes precedence over the weak one. If there's no such non-weak symbol the call in the weak wrapper resolves to the weak wrapper itself creating an infinite call loop that overflows the stack and causes a crash. Some of the allocation functions are variants of C++ new and delete and it probably depends on the compiler whether these variants are used in other parts of Qt5Webengine. Remove the weak wrappers (make them Linux specific). This isn't binary compatible but we are already breaking that with the changes to the symbol versions. [1] https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4 [2] https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5 [3] https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5 Bump all ports that depend on Qt5. PR: 234070 Exp-run by: antoine Approved by: kde (adridg) Notes: svn path=/head/; revision=490472
* Update KDE Frameworks to 5.54.0Tobias C. Berner2019-01-151-3/+3
| | | | | | | | PR: 234905 Exp-run by: antoine Notes: svn path=/head/; revision=490403
* - Re-add MAXMINDDB as default OPTIONRyan Steinmetz2019-01-151-0/+2
| | | | | | | | | - Bump PORTREVISION Reported by: adamw Notes: svn path=/head/; revision=490326
* - Update to 2.4.1Ryan Steinmetz2019-01-153-21/+4
| | | | Notes: svn path=/head/; revision=490324
* - Remove check that no longer applies ↵Ryan Steinmetz2019-01-152-1/+17
| | | | | | | | | (https://blog.maxmind.com/tag/ip-geolocation/) Reported by: sbruno Notes: svn path=/head/; revision=490322
* Update to latest commit.Mathieu Arnold2019-01-145-18/+14
| | | | Notes: svn path=/head/; revision=490231
* Deprecate everything that depends on net/GeoIP and everything that dependsAdam Weinberger2019-01-133-0/+9
| | | | | | | on those ports. Notes: svn path=/head/; revision=490213
* Remove GeoIP-related options. Where possible, replace GeoIP 1 defaultsAdam Weinberger2019-01-138-47/+14
| | | | | | | | | with GeoIP 2. Also, as suggested by zi, add an UPDATING note about this. Notes: svn path=/head/; revision=490211
* dns/cli53: Update to 0.8.13Koichiro Iwao2019-01-112-5/+4
| | | | | | | | | Approved by: mentors (implicit) Changes: https://github.com/barnybug/cli53/releases/tag/0.8.13 Sponsored by: HAW International, Inc. Notes: svn path=/head/; revision=489929
* dns/knot2: update to 2.7.5Steve Wills2019-01-093-12/+27
| | | | | | | | | | | While here, patch init script to support automatically determining config type PR: 234751 Submitted by: Leo Vandewoestijne <freebsd@dns.company> (maintainer) Notes: svn path=/head/; revision=489774
* [new port] dns/py-bonjour: Python interface for mDNSResponderJohn Hixson2019-01-085-0/+46
| | | | | | | | | PR: 225851 Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D18782 Notes: svn path=/head/; revision=489656
* dns/mydns-ng: Do not set ALIAS_CONFIGURE_ENABLE twiceTobias Kortkamp2019-01-071-2/+2
| | | | Notes: svn path=/head/; revision=489593
* Update to latest commit.Mathieu Arnold2019-01-072-7/+7
| | | | Notes: svn path=/head/; revision=489576
* Update dns/libidn2 to 2.1.0Sunpoet Po-Chuan Hsieh2019-01-0612-15/+17
| | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://gitlab.com/libidn/libidn2/blob/master/NEWS Notes: svn path=/head/; revision=489529
* dns/nsec3walker is not compatible with python3Antoine Brodin2019-01-061-1/+1
| | | | | | | PR: 234633 Notes: svn path=/head/; revision=489519
* New port: dns/nsec3walker: Walk NSEC3 secured DNSSEC zonesKurt Jaeger2019-01-067-0/+83
| | | | | | | | | | | | | | Installing current DNSSEC (NSEC3) exposes private DNS data to low-cost DNS database espionage. The nsec3walker tool allows administrators and users to see how much private information is being given away by DNSSEC. WWW: https://dnscurve.org/nsec3walker.html PR: 215995 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=489514
* lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports.Gleb Popov2019-01-062-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | As usual, it is recommended to rebuild or reinstall all the dependent ports and the lang/ghc port itself in one of the following ways: # portmaster -w -r ghc or # portupgrade -fr lang/ghc In case of pkg(8), it is probably safer to remove all the GHC-dependent packages along with GHC and reinstall everything from scratch. For example: # pkg query "%ro" ghc > ghc-pkgs.txt # pkg delete -y lang/ghc # pkg install -y `cat ghc-pkgs.txt` During update some hs-* ports got two PORTREVISION bumps in a row. Other ports got a PORTVERSION update together with one PORTREVISION bump. This is caused by bulk-bumping PORTREVISION of all hs-* ports. There are a lot of them updated, so figuring out which ones require a bump and which are not is too tedious. Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D18707 Notes: svn path=/head/; revision=489474
* - Update to 1.11Wen Heping2019-01-032-4/+4
| | | | Notes: svn path=/head/; revision=489129
* - Add LICENSEDmitry Marakasov2019-01-021-0/+4
| | | | | | | | | - Add NO_ARCH Approved by: portmgr blanket Notes: svn path=/head/; revision=489065
* Update to 0.6.3Sunpoet Po-Chuan Hsieh2019-01-012-6/+5
| | | | | | | Changes: https://github.com/ko-zu/psl/commits/master Notes: svn path=/head/; revision=489005
* Update to 0.9.5Sunpoet Po-Chuan Hsieh2019-01-012-4/+4
| | | | | | | Changes: https://github.com/ags-slc/localzone/blob/master/CHANGELOG.rst Notes: svn path=/head/; revision=489004
* Update dns/public_suffix_list to 20181228Sunpoet Po-Chuan Hsieh2019-01-016-9/+9
| | | | | | | | | - Bump PORTREVISION of dependent ports Changes: https://github.com/publicsuffix/list/commits/master Notes: svn path=/head/; revision=488944
* Remove expired ports:Rene Ladan2018-12-3111-2405/+0
| | | | | | | | | | | | | | | | | | | | | | 2018-12-31 net/libsrtp: Superseded by libsrtp2 2018-12-31 x11-toolkits/wlc: Deprecated upstream 2018-12-31 japanese/spamassassin: does not build 2018-12-31 www/spdylay: SPDY is deprecated, use HTTP/2 instead 2018-12-31 www/moodle33: Upstream no longer maintained 2018-12-31 security/krb5-114: EOL twelve months after release of krb5-1.16 2018-12-31 databases/mongodb32: EOL upstream since September 2018 2018-12-31 databases/mongodb32-tools: EOL upstream since September 2018 2018-12-31 audio/creox: Qt4 has been EOL since december 2015 2018-12-31 audio/terminatorx: Unmaintained, broken too often 2018-12-31 audio/shoutcast: Upstream vendor no longer provides releases 2018-12-31 dns/powerdns-recursor40: FreeBSD 10.3 has reached EoL since 2018-04-30; users should upgrade and use dns/powerdns-recursor instead 2018-12-31 sysutils/ataidle: obsoleted by camcontrol(8) 2018-12-31 sysutils/syslog-ng37: No longer officially supported by Balabit, does not support openssl111 2018-12-31 sysutils/cfengine22: No longeer supported by cfengine.com 2018-12-31 sysutils/syslog-ng36: No longer officially supported by Balabit, does not support openssl111 Notes: svn path=/head/; revision=488786
* - Update WWWDmitry Marakasov2018-12-291-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=488660
* dns/py-pycares: Update to 2.3.0Mateusz Piotrowski2018-12-282-5/+12
| | | | | | | | | | | | | | | | | Changelog: https://github.com/saghul/pycares/blob/pycares-2.3.0/ChangeLog - Set LICENSE_FILE. - Define the do-test target. - Strip _core.so. PR: 234452 Reviewed by: krion@ Approved by: demon@ (maintainer), krion@ (mentor) Differential Revision: https://reviews.freebsd.org/D18671 Notes: svn path=/head/; revision=488609
* dns/unbound: Update to 1.8.3Steve Wills2018-12-263-6/+5
| | | | | | | | PR: 233933 Submitted by: jaap@NLnetLabs.nl Notes: svn path=/head/; revision=488471
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-253-3/+3
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* Update to latest commit.Mathieu Arnold2018-12-245-18/+18
| | | | Notes: svn path=/head/; revision=488270
* Update to latest commit.Mathieu Arnold2018-12-173-14/+14
| | | | | | | | | While there, rename MINCACHE option, most of its features have been integrated in BIND9, the only remaining bit of the patch is the override cache feature to force all cached TTL to a specific one. Notes: svn path=/head/; revision=487688
* Update KDE Frameworks to 5.53.0Tobias C. Berner2018-12-166-48/+4
| | | | | | | | | | https://www.kde.org/announcements/kde-frameworks-5.53.0.php PR: 233885 Exp-run by: antoine Notes: svn path=/head/; revision=487595
* Remove expired ports:Rene Ladan2018-12-167-181/+0
| | | | | | | | 2018-12-15 graphics/cuneiform: Unmaintained upstream 2018-12-15 dns/knot1: EOL upstream; successor dns/knot2 is in place Notes: svn path=/head/; revision=487552
* dns/amass: Update 2.8.5 -> 2.8.6Yuri Victorovich2018-12-142-4/+7
| | | | | | | Reported by: repology Notes: svn path=/head/; revision=487399
* Update to 9.11.5-P1, 9.12.3-P1, 9.13.5.Mathieu Arnold2018-12-1314-97/+195
| | | | | | | | | | | While there: - Don't disable symbol table generation when building WITH_DEBUG. - Try and make sure nullfs can really be used in a more robustt and centralized way. - Make sure all changes are sync'ed among all BIND9 ports. Notes: svn path=/head/; revision=487359
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-1216-16/+19
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 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, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* devel/boost-*: update to 1.69.0Jan Beich2018-12-124-3/+4
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_69_0.html PR: 232525 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17645 Notes: svn path=/head/; revision=487266
* dns/dnsperf: Fix building with bind 9.12 and newerBernhard Froehlich2018-12-118-3/+141
| | | | | | | | | | | | | | Patches are partially based on ISC upstream commit 64fe6bbaf2019f444475dfbf744eb6ea4e619c19 the other parts are mine. PR: 232774 Reported by: leeb@ratnaling.org Approved by: portmgr (blanket) Obtained from: https://gitlab.isc.org/isc-projects/bind9/commit/64fe6bbaf2019f444475dfbf744eb6ea4e619c19 Notes: svn path=/head/; revision=487232
* dns/dnscrypt-wrapper: Update to 0.4.2Steve Wills2018-12-112-4/+4
| | | | | | | | PR: 233915 Submitted by: Will <freebsd@toyingwithfate.com> (maintainer) Notes: svn path=/head/; revision=487213
* Mark BROKEN: fails to buildAntoine Brodin2018-12-101-0/+2
| | | | | | | | | | | | In file included from dnsperf.c:70: ./datafile.h:39:6: error: unknown type name 'isc_boolean_t' isc_boolean_t is_update); ^ Reported by: pkg-fallout Notes: svn path=/head/; revision=487204
* dns/nsd: Fix build with DNSTAP option enabledSteve Wills2018-12-102-0/+12
| | | | | | | | | PR: 233890 Submitted by: jaap@NLnetLabs.nl (maintainer) Reported by: r00t@kaba1ah.org Notes: svn path=/head/; revision=487182
* dns/unbound: fix DNSTAP build failureSteve Wills2018-12-102-0/+58
| | | | | | | | | PR: 233891 Submitted by: jaap@NLnetLabs.nl (maintainer) Reported by: O. Hartmann <ohartmann@walstatt.org> Notes: svn path=/head/; revision=487181
* Update to latest commit.Mathieu Arnold2018-12-105-20/+21
| | | | | | | | The filter-aaaa feature is now a pluggable module. While there, ipv6 is not optional any more. Notes: svn path=/head/; revision=487163
* dns/powerdns-recursor: Update to 4.1.8Steve Wills2018-12-092-5/+4
| | | | | | | | | | PR: 233603 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) MFH: 2018Q4 Security: f6d6308a-f2ec-11e8-b005-6805ca2fa271 Notes: svn path=/head/; revision=487092
* dns/knot-resolver: use knot2-lib instead of full knot2Steve Wills2018-12-091-2/+2
| | | | | | | | PR: 233167 Submitted by: Leo Vandewoestijne <freebsd@dns.company> (maintainer) Notes: svn path=/head/; revision=487015
* dns/unbound: Update to 1.8.2Steve Wills2018-12-093-5/+5
| | | | | | | | PR: 233796 Submitted by: jaap@NLnetLabs.nl (maintainer) Notes: svn path=/head/; revision=487005
* dns/nsd: Update to 4.1.26Steve Wills2018-12-092-9/+15
| | | | | | | | | | While here, pet portlint PR: 233797 Submitted by: jaap@NLnetLabs.nl (maintainer) Notes: svn path=/head/; revision=487004
* dns/amass: Update 2.8.4 -> 2.8.5Yuri Victorovich2018-12-082-4/+4
| | | | | | | Reported by: repology Notes: svn path=/head/; revision=486917
* lang/rust: update to 1.31.0Jan Beich2018-12-061-1/+1
| | | | | | | | | | | | - devel/racer no longer needs to dowgrade rustc-ap-syntax - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2018/12/06/Rust-1.31.0.html Approved by: rust (tobik) Differential Revision: https://reviews.freebsd.org/D18427 Notes: svn path=/head/; revision=486770
* dns/amass: Update 2.8.3-4 -> 2.8.4Yuri Victorovich2018-12-062-5/+4
| | | | | | | Reported by: repology Notes: svn path=/head/; revision=486743