aboutsummaryrefslogtreecommitdiff
path: root/dns/knot-resolver
Commit message (Collapse)AuthorAgeFilesLines
* dns/knot-resolver: Update to 5.7.2Leo Vandewoestijne2024-04-152-4/+4
| | | | | | | | changeLog: https://www.knot-resolver.cz/2024-03-27-knot-resolver-5.7.2.html PR: 278364 Approved by: submitter is maintainer
* dns/knot-resolver: Update version 5.7.0=>5.7.1Michael Grimm2024-02-252-5/+4
| | | | | | | Changelog: https://www.knot-resolver.cz/2024-02-13-knot-resolver-5.7.1.html PR: 277306 Approved by: portmgr (security)
* */*: Sanitize MANPREFIX for meson portsMuhammad Moinur Rahman2024-01-122-2/+2
| | | | Approved by: portmgr
* devel/protobuf: Update to 24.4Po-Chuan Hsieh2023-12-141-0/+1
| | | | | | | - Use USES=pathfix to fix .pc installation - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/protocolbuffers/protobuf/releases
* dns/knot-resolver: upgrade to 5.7.0Leo Vandewoestijne2023-08-312-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | ChangeLog: https://www.knot-resolver.cz/2023-08-22-knot-resolver-5.7.0.html Security * avoid excessive TCP reconnections in a few more cases Like before, the remote server had to behave nonsensically in order to inflict this upon itself, but it might be abusable for DoS. Improvements * forwarding mode: tweak dealing with failures from forwarders, in particular prefer sending CD=0 upstream Bugfixes * fix unusual timestamp format in debug dumps of records * adjust linker options; it should help less common platforms * hints module: fix names inside home.arpa. * EDNS padding (RFC 8467) compatibility with knot-dns 3.3 libs PR: 273308 Reported by: freebsd@dns.company (maintainer)
* all: remove explicit versions in USES=python for "3.x+"Rene Ladan2023-06-271-1/+1
| | | | | | | | | | | | | | | | | | | The logic in USES=python will automatically convert this to 3.8+ by itself. Adjust two ports that only had Python 3.7 mentioned but build fine on Python 3.8 too. finance/quickfix: mark BROKEN with PYTHON libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found ^~~~~~~~~~ 1 warning and 1 error generated. Reviewed by: portmgr, vishwin, yuri Differential Revision: <https://reviews.freebsd.org/D40568>
* dns/knot-resolver: Update to 5.6.0Leo Vandewoestijne2023-02-072-29/+8
| | | | | | | | | | - Remove unused TEST option - Remove broken TESTCONFIG and TESTEXTRA options - Update TESTUNIT option description to reflect that it only builds tests so `make test` can be run after ChangeLog: https://www.knot-resolver.cz/2023-01-26-knot-resolver-5.6.0.html PR: 269368
* dns/knot-resolver: Fix file permissionsFernando Apesteguía2022-11-101-1/+1
| | | | | | To enable cache garbage collector PR: 267016 Reported by: yonas.yanfa@gmail.com
* dns/knot-resolver: Use USES=luajit (defaults to luajit-devel)Adam Weinberger2022-10-151-4/+3
|
* dns/knot-resolver: Fix service statusFernando Apesteguía2022-10-121-0/+10
| | | | | | | | Add status() function to rc script. PR: 266320 Reported by: yonas.yanfa@gmail.com Approved by: freebsd@dns.company (maintainer, timeout > 1 month)
* devel/protobuf: Update to 3.21.7Po-Chuan Hsieh2022-10-091-0/+1
| | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/protocolbuffers/protobuf/releases
* */*: Update path set in BUILD_DEPENDS for CMake in more portsDaniel Engberg2022-09-091-1/+1
| | | | | | | Commit b23ea4e2d2f51b53d8915fe9fd7b4efbdd575e38 changed its location to devel/cmake-core Approved by: portmgr (blanket)
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* dns/knot-resolver: upgrade to 5.5.2Leo Vandewoestijne2022-08-253-6/+4
| | | | | | | ChangeLog: https://www.knot-resolver.cz/2022-08-16-knot-resolver-5.5.2.html PR: 266020 Reported by: freebsd@dns.company (maintainer)
* dns/knot3-lib: Fix pkg-plist after master upgradeLeo Vandewoestijne2022-08-231-0/+1
| | | | | | | | | | | | After commit 19c2289c66eba7a9a02ebd0862c5009ceb36f637 dns/knot3: upgrade to 3.2.0 the pkg-plist of the slave port must be updated as well. Also bump PORTREVISION on consumer dns/knot-resolver. PR: 265999 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36308
* dns: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Aaron Dalton <aaron@FreeBSD.org> * Akinori MUSHA aka knu <knu@idaemons.org> * Alex Samorukov <samm@freebsd.org> * Alexey Dokuchaev <danfe@FreeBSD.org> * Allan Jude <allanjude@freebsd.org> * Amar Takhar <verm@drunkmonk.net> * Anders Nordby <anders@fix.no> * Andrew Greenwood <greenwood.andy@gmail.com> * Anton Berezin <tobez@FreeBSD.org> * Ashish SHUKLA <ashish@FreeBSD.org> * Attila Nagy <bra@fsn.hu> * Bas Kruit <baskruit@bsltwr.dhis.org> * Bruce M. Simpson <bms@FreeBSD.org> * Carlos J Puga Medina <cpm@fbsd.es> * Chris St Denis (<chris@ctgameinfo.com>) * Clement Laforet <clement@FreeBSD.org> * Clement Laforet <sheepkiller@cultdeadsheep.org> * Dan Langille <dvl@FreeBSD.org> * Dan Pelleg <daniel+mdnsd@pelleg.org> * Dan Smith <dan@algenta.com> * David O'Brien (obrien@NUXI.com) * Dean Hollister <dean@odyssey.apana.org.au> * Dirk Froemberg <dirk@FreeBSD.org> * Dmitry Pryadko <d.pryadko@rambler-co.ru> * Dmitry Sivachenko <mitya@yandex-team.ru> * Dominik Brettnacher <domi@saargate.de> * Douglas Thrift <douglas@douglasthrift.net> * Edwin Groothuis (edwin@mavetju.org) * Edwin Groothuis <edwin@mavetju.org> * Emanuel Haupt <ehaupt@FreeBSD.org> * Emanuel Haupt <ehaupt@critical.ch> * Eyal Soha <esoha@attbi.com> * Filip Parag <filip@parag.rs> * Filippo Natali <filippo.natali@gmail.com> * Frank Behrens * Gea-Suan Lin <gslin@gslin.org> * Geoffroy Desvernay <dgeo@centrale-marseille.fr> * George Reid <greid@ukug.uk.freebsd.org> * Goran Mekić <meka@tilda.center> * Hajimu UMEMOTO <ume@FreeBSD.org> * Herve Quiroz <hq@FreeBSD.org> * Hirohisa Yamaguchi <umq@ueo.co.jp> * Hye-Shik Chang <perky@fallin.lv> * Jaap Akkerhuis <jaap@NLnetLabs.nl> * James FitzGibbon <jfitz@FreeBSD.org> * Jase Thew <freebsd@beardz.net> * Jimmy Bergman jimmy@sigint.se * Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> * Joe Barbish * Jov <amutu@amutu.com> * Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw> * Karl Dietz (Karl.Dietz@frankfurt.netsurf.de) * Kirill Ponomarew <ponomarew@oberon.net> * Koen Martens <gmc@sonologic.nl> * Konstantin Saurbier <saurbier@math.uni-bielefeld.de> * Kostya Lukin <lukin@okbmei.msk.su> * Kris Kennaway <kris@FreeBSD.org> * Kubilay Kocak <koobs@FreeBSD.org> * Kurt Jaeger <fbsd-ports@opsec.eu> * Leo Vandewoestijne <freebsd@dns-lab.com> * Leo Vandewoestijne <freebsd@dns.company> * MIHIRA Yoshiro <sanpei@jp.FreeBSD.org> * Marcin Gondek <drixter@e-utp.net> * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> * Mark Felder <feld@FreeBSD.org> * Mark Linimon <linimon@lonesome.com> * Mark Pulford <mark@kyne.com.au> * Martin Matuska <mm@FreeBSD.org> * Martin Wilke <miwi@FreeBSD.org> * Matthew Hunt <mph@pobox.com> * Matthew Seaman * Michael Cardell Widerkrantz <mc@hack.org> * Moritz Warning <moritzwarning@web.de> * Natacha Porte <natbsd@instinctive.eu> * Neil Blakey-Milner * Olivier Duchateau * Paul Chvostek <paul@it.ca> * Paul Dlug <paul@aps.org> * Philippe Pepiot <phil@philpep.org> * Piotr Kubaj <pkubaj@FreeBSD.org> * Piotr Kubaj <pkubaj@anongoth.pl> * Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Rafal Lesniak <fbsd@grid.einherjar.de> * Roman Shterenzon <roman@xpert.com> * Rong-En Fan <rafan@FreeBSD.org> * Roy Marples <roy@marples.name> * Ryan Steinmetz <rpsfa@rit.edu> * Ryan Steinmetz <zi@FreeBSD.org> * Sahil Tandon <sahil@tandon.net> * Seamus Venasse <svenasse@polaris.ca> * Sergei Kolobov <sergei@FreeBSD.org> * Sergei Kolobov <sergei@kolobov.com> * Sergey Matveychuk <sem@FreeBSD.org> * Sergey Skvortsov <skv@protey.ru> * Simon Dick <simond@irrelevant.org> * Stefan Esser <se@FreeBSD.org> * Steve Wills <swills@FreeBSD.org> * Steve Wills <swills@freebsd.org> * Steven Honson * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> * Timothy Beyer <beyert@cs.ucr.edu> * Waitman Gobble <waitman@waitman.net> * Wen Heping <wen@FreeBSD.org> * Wen Heping <wenheping@gmail.com> * Zane C, Bowers <vvelox@vvelox.net> * adamw * alexis * andrew@ugh.net.au * bkhl * clsung * clsung@dragon2.net * dglo@ssec.wisc.edu * dnscheckengine-port@academ.com (Stan Barber) * fenner * geniusj@ods.org * ijliao * ismail.yenigul@endersys.com.tr * krion * mark@foster.cc * n@nectar.com * roam@FreeBSD.org * rodrigc@FreeBSD.org * rpsfa@rit.edu * sten@blinkenlights.nl With hat: portmgr
* dns/knot-resolver: upgrade to 5.5.0Leo Vandewoestijne2022-05-273-5/+5
| | | | | | | ChangeLog: https://www.knot-resolver.cz/2022-03-15-knot-resolver-5.5.0.html PR: 264222 Reported by: freebsd@dns.company (maintainer)
* dns/knot-resolver: Fix PLISTPo-Chuan Hsieh2022-04-161-0/+1
| | | | | | | | | | | | | | | - Bump PORTREVISION for package change ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: lib/knot-resolver/debug_opensslkeylog.so ===> Checking for items in pkg-plist which are not in STAGEDIR ===> Error: Plist issues found. *** Error code 1 Stop. make: stopped in /usr/ports/dns/knot-resolver
* devel/protobuf: Update to 3.20.0Po-Chuan Hsieh2022-04-161-1/+1
| | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/protocolbuffers/protobuf/releases
* devel/protobuf: Update to 3.19.4Po-Chuan Hsieh2022-02-281-0/+1
| | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/protocolbuffers/protobuf/releases
* dns/knot-resolver: Update to 5.4.4Leo Vandewoestijne2022-01-122-4/+4
| | | | | | Changelog: https://www.knot-resolver.cz/2022-01-05-knot-resolver-5.4.4.html PR: 261087
* dns/knot-resolver: Update to 5.4.3Leo Vandewoestijne2021-12-292-4/+4
| | | | | | Changelog: https://www.knot-resolver.cz/2021-12-01-knot-resolver-5.4.3.html PR: 260800
* dns/knot-resolver: Update to 5.4.1Leo Vandewoestijne2021-08-242-4/+4
| | | | | | ChangeLog: https://www.knot-resolver.cz/2021-08-19-knot-resolver-5.4.1.html PR: 258020
* dns/knot-resolver: Update to 5.4.0Leo Vandewoestijne2021-08-035-29/+63
| | | | | | Changes: https://www.knot-resolver.cz/2021-07-29-knot-resolver-5.4.0.html PR: 257553
* devel/protobuf: Update to 3.17.3Po-Chuan Hsieh2021-07-211-0/+1
| | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/protocolbuffers/protobuf/releases PR: 257026 Exp-run by: antoine
* dns/knot-resolver: Apply maintainer's cleanupKevin Bowling2021-04-141-12/+11
| | | | | | | | This also fixes the kresd.conf @sample, prefer the maintainer's approach in the cleanup patch that arrived after d94ae2c3c666 PR: 254765 Approved by: Leo Vandewoestijne <freebsd@dns.company> (maintainer)
* dns/knot-resolver: Fix @sample useKevin Bowling2021-04-132-2/+4
| | | | | | | | | The port was not using the @sample functionality correctly, stage the correct sample config in post-install and fix the pkg-plist. PR: 254765 Reported by: Marcel <marcel@brickporch.com> Approved by: maintainer timeout
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-062-6/+2
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* dns/knot-resolver: Update to 5.3.0Neel Chauhan2021-03-164-32/+36
| | | | | | | | | | Changes: https://www.knot-resolver.cz/2021-02-25-knot-resolver-5.3.0.html PR: 254155 Submitted by: Leo Vandewoestijne <freebsd AT dns DOT company> (maintainer) Notes: svn path=/head/; revision=568596
* Bump PORTREVISION for devel/protobuf shlib changeSunpoet Po-Chuan Hsieh2021-01-261-0/+1
| | | | Notes: svn path=/head/; revision=562671
* dns/knot-resolver: update 5.1.2 -> 5.1.3Kurt Jaeger2020-10-042-8/+7
| | | | | | | | | PR: 249365 Submitted by: Leo Vandewoestijne <freebsd@dns.company> (maintainer) Relnotes: https://www.knot-resolver.cz/2020-09-08-knot-resolver-5.1.3.html Notes: svn path=/head/; revision=551382
* Bump PORTREVISION for devel/protobuf shlib changeSunpoet Po-Chuan Hsieh2020-08-301-0/+1
| | | | Notes: svn path=/head/; revision=547081
* dns/knot-resolver: update 5.1.1 -> 5.1.2Kurt Jaeger2020-07-119-74/+193
| | | | | | | | | | PR: 247699 Submitted by: Leo Vandewoestijne <freebsd@dns.company> (maintainer) andrew@tao11.riddles.org.uk Relnotes: https://www.knot-resolver.cz/2020-07-01-knot-resolver-5.1.2.html Notes: svn path=/head/; revision=542054
* dns/knot-resolver: update 5.0.1 -> 5.1.1Kurt Jaeger2020-06-143-8/+5
| | | | | | | | | | | PR: 246578 Approved by: freebsd@dns.company (maintainer timeout) Relnotes: https://www.knot-resolver.cz/2020-05-19-knot-resolver-5.1.1.html Security: CVE-2020-12667 MFH: 2020Q2 Notes: svn path=/head/; revision=538826
* Bump PORTREVISION for devel/protobuf shlib changeSunpoet Po-Chuan Hsieh2020-06-031-0/+1
| | | | Notes: svn path=/head/; revision=537830
* Update SphinxDanilo G. Baio2020-05-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Repocopy textproc/py-sphinx to textproc/py-sphinx18 Update it to 1.8.5 (latest version from 1.8.X). This version supports Python 2 and 3. Add test target. - textproc/py-sphinx: Update to 3.0.2 Python 3 only (3.5+). Add test target. - Mk/Uses/python.mk: Add PY_SPHINX Shared macro to use with flavors and not break ports with USES=python (all versions). Python >=3.5 --> textproc/py-sphinx (v3.0.2) Python < 3.5 --> textproc/py-sphinx18 (v1.8.5) All ports that uses sphinx were changed to use the new variable ${PY_SPHINX} in the dependency line, exceptions: * Ports that fails to build with sphinx 3.0.2 because of code. They are pointing to textproc/py-sphinx18 directly. There aren't many ports. * Ports that doesn't know Python flavors. - Add several patches to fix Sphinx consumers The most common issues are related with pkg-plist, the output files from Sphinx changes between versions, keep this dynamically is the better approach. This will save time in future sphinx updates. PR: 245629 Exp-run by: antoine Notes: svn path=/head/; revision=534966
* USES=lua gained flavors.Mathieu Arnold2020-04-141-2/+2
| | | | | | | | | | | | | | | | | | Ports using USES=lua:module or lua:flavors will be flavored. A range of supported lua versions can be set using XX-YY (or XX-, or -YY, or simply ZZ) for ports not supporting all lua versions. USES=lua sets LUA_FLAVOR that needs to be used on all dependencies of flavored lua ports, in a similar way as PHP or Python flavors. PR: 245038 Submitted by: andrew tao11 riddles org uk Reviewed by: mat, kevans, russ haley gmail com Approved by: mat (portmgr) Differential Revision: https://reviews.freebsd.org/D16494 Notes: svn path=/head/; revision=531700
* dns/knot-resolver: upgrade 4.2.2 -> 5.0.1Kurt Jaeger2020-02-154-62/+70
| | | | | | | | | | | | | | - for changes from 4.x to 5.x which might cause trouble during upgrades, please read: https://knot-resolver.readthedocs.io/en/stable/upgrading.html PR: 243948 Submitted by: Leo Vandewoestijne <freebsd@dns.company> (maintainer) Relnotes: https://www.knot-resolver.cz/2020-01-27-knot-resolver-5.0.0.html https://www.knot-resolver.cz/2020-02-05-knot-resolver-5.0.1.html Notes: svn path=/head/; revision=526235
* Bump PORTREVISION for devel/protobuf shlib changeSunpoet Po-Chuan Hsieh2020-01-221-0/+1
| | | | Notes: svn path=/head/; revision=523788
* dns/knot-resolver: upgrade 4.1.0 -> 4.2.2, fix breakage due to knot2-lib upgradeKurt Jaeger2019-12-043-5/+5
| | | | | | | | | | | | | PR: 242411 Reported by: antoine Approved by: Leo Vandewoestijne <freebsd@dns.company> (maintainer) Relnotes: https://www.knot-resolver.cz/2019-07-10-knot-resolver-4.1.0.html https://www.knot-resolver.cz/2019-08-05-knot-resolver-4.2.0.html https://www.knot-resolver.cz/2019-09-26-knot-resolver-4.2.1.html https://www.knot-resolver.cz/2019-09-26-knot-resolver-4.2.2.html Notes: svn path=/head/; revision=519032
* dns/knot-resolver: no need to explicitly set NOT_FOR_ARCH here.Rene Ladan2019-11-071-3/+0
| | | | | | | | | | | The ports framework ignores this port by itself because the dependency of this port will fail. Reported by: mat MFH: 2019Q4 Notes: svn path=/head/; revision=516980
* dns/knot-resolver: IGNORE on i386 because dns/knot2 is broken thereRene Ladan2019-11-061-9/+4
| | | | | | | | | While here remove a trailing whitespace. MFH: 2019Q4 (part of D21974) Notes: svn path=/head/; revision=516866
* Drop the ipv6 virtual category for d* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
| | | | Notes: svn path=/head/; revision=514130
* dns/knot-resolver: Remove redundant lang/go build dependencyDmitri Goutnik2019-09-251-1/+0
| | | | | | | | | | | | go.mk already configures BUILD_DEPENDS, adding lang/go second time just adds a duplicate (and conflicting) dependency when another Go port (e.g. lang/go-devel) is selected with GO_PORT. Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D21793 Notes: svn path=/head/; revision=512859
* Convert to UCL & cleanup pkg-message (categories d)Mathieu Arnold2019-08-131-4/+6
| | | | Notes: svn path=/head/; revision=508835
* Bump PORTREVISION for devel/protobuf shlib changeSunpoet Po-Chuan Hsieh2019-07-311-1/+1
| | | | Notes: svn path=/head/; revision=507719
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. 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, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* dns/knot-resolver: upgrade 3.2.1 -> 4.1.0Kurt Jaeger2019-07-215-98/+129
| | | | | | | | | | | | PR: 239261 Submitted by: freebsd@dns.company (maintainer) MFH: 2019Q3 Relnotes: https://www.knot-resolver.cz/2019-07-10-knot-resolver-4.1.0.html https://www.knot-resolver.cz/2019-04-18-knot-resolver-4.0.0.html Security: CVE-2019-10190, CVE-2019-10191 Notes: svn path=/head/; revision=507063