non port: dns/knot-resolver/Makefile |
Number of commits found: 82 |
Wednesday, 7 May 2025
|
14:15 Vladimir Druzenko (vvd) Author: Leo Vandewoestijne
dns/knot-resolver: Update 5.7.4 => 5.7.5
Security
* DoS: fix unconfirmed crashes with the line below (!1683) [system]
requirement "h && h->end > h->begin" failed in queue_pop_impl
Release notes:
https://www.knot-resolver.cz/2025-04-24-knot-resolver-5.7.5.html
PR: 286628
MFH: 2025Q2
fa6a633 |
Friday, 18 Apr 2025
|
05:37 Po-Chuan Hsieh (sunpoet)
devel/protobuf: Update to 29.4
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
186a878 |
Tuesday, 28 Jan 2025
|
17:23 Po-Chuan Hsieh (sunpoet)
devel/protobuf: Update to 29.3
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
adfb819 |
Tuesday, 29 Oct 2024
|
14:38 Po-Chuan Hsieh (sunpoet)
devel/protobuf: Update to 28.3
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
94829e7 |
Monday, 7 Oct 2024
|
14:16 Po-Chuan Hsieh (sunpoet)
devel/protobuf: Update to 28.2
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
232b56f |
Monday, 23 Sep 2024
|
23:29 Daniel Engberg (diizzy)
dns/knot-resolver: Remove libtool as dependency
Not used in project
Approved by: portmgr (blanket)
105113c |
Wednesday, 18 Sep 2024
|
19:10 Po-Chuan Hsieh (sunpoet)
devel/protobuf: Update to 28.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
edc44d2 |
Sunday, 15 Sep 2024
|
20:09 Po-Chuan Hsieh (sunpoet)
devel/protobuf: Update to 28.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
f01013c |
Monday, 19 Aug 2024
|
14:06 Vladimir Druzenko (vvd) Author: Leo Vandewoestijne
dns/knot-resolver: Upgrade 5.7.3 → 5.7.4
Changelog:
Security
reduce buffering of transmitted data, especially TCP-based in
userspace Also expose some of the new tweaks in lua:
(require 'ffi').C.the_worker.engine.net.tcp.user_timeout = 1000
(require
'ffi').C.the_worker.engine.net.listen_{tcp,udp}_buflens.{snd,rcv}
Improvements
add the fresh DNSSEC root key "KSK-2024" already, Key ID 38696
(!1556)
Incompatible changes
libknot 3.0.x support is dropped (!1558) Upstream last maintained
3.0.x in spring 2022.
https://www.knot-resolver.cz/2024-07-23-knot-resolver-5.7.4.html
PR: 280688
353f214 |
Thursday, 15 Aug 2024
|
10:55 Po-Chuan Hsieh (sunpoet)
devel/protobuf: Update to 27.3
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
216e30a |
Friday, 9 Aug 2024
|
07:26 Fernando Apesteguía (fernape) Author: Michael Grimm
dns/knot-resolver: Depend on knot3
In preparation for the removal of dns/knot3-lib
04151eb |
Thursday, 8 Aug 2024
|
14:36 Fernando Apesteguía (fernape) Author: Leo Vandewoestijne
dns/knot-resolver: fixing rc scripts krescachegc and kresd
* kresd.i lacked activation of defined status_cmd="${name}_status"
* dns/knot-resolver/files/krescachegc.in needed full clean-up:
* daemon didn't start due to missing '-c <resolver_cache>'
* missing 'start', 'stop' and 'status' functionality added
PR: 277540
Reported by: trashcan@ellael.org
42b2996 |
Sunday, 23 Jun 2024
|
16:43 Alexander Leidinger (netchild)
dns/knot-resolver: make the rc scripts service jails aware
PR: 279632
Approved by: maintainer
d81ae4e |
Monday, 15 Apr 2024
|
02:42 Gabriel M. Dutra (dutra) Author: Leo Vandewoestijne
dns/knot-resolver: Update to 5.7.2
changeLog:
https://www.knot-resolver.cz/2024-03-27-knot-resolver-5.7.2.html
PR: 278364
Approved by: submitter is maintainer
1eb2989 |
Sunday, 25 Feb 2024
|
17:49 Muhammad Moinur Rahman (bofh) Author: Michael Grimm
dns/knot-resolver: Update version 5.7.0=>5.7.1
Changelog: https://www.knot-resolver.cz/2024-02-13-knot-resolver-5.7.1.html
PR: 277306
Approved by: portmgr (security)
e8c9d59 |
Friday, 12 Jan 2024
|
22:40 Muhammad Moinur Rahman (bofh)
*/*: Sanitize MANPREFIX for meson ports
Approved by: portmgr
9f8f710 |
Thursday, 14 Dec 2023
|
17:03 Po-Chuan Hsieh (sunpoet)
devel/protobuf: Update to 24.4
- Use USES=pathfix to fix .pc installation
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
69e2e87 |
Thursday, 31 Aug 2023
|
09:38 Fernando Apesteguía (fernape) Author: Leo Vandewoestijne
dns/knot-resolver: upgrade to 5.7.0
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)
3015e94 |
Tuesday, 27 Jun 2023
|
19:34 Rene Ladan (rene)
all: remove explicit versions in USES=python for "3.x+"
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>
3d9a815 |
Tuesday, 7 Feb 2023
|
17:37 Nuno Teixeira (eduardo) Author: Leo Vandewoestijne
dns/knot-resolver: Update to 5.6.0
- 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
0cd6739 |
Saturday, 15 Oct 2022
|
21:49 Adam Weinberger (adamw)
dns/knot-resolver: Use USES=luajit (defaults to luajit-devel)
b721594 |
Sunday, 9 Oct 2022
|
15:37 Po-Chuan Hsieh (sunpoet)
devel/protobuf: Update to 3.21.7
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
05e7a8b |
Friday, 9 Sep 2022
|
21:02 Daniel Engberg (diizzy)
*/*: Update path set in BUILD_DEPENDS for CMake in more ports
Commit b23ea4e2d2f51b53d8915fe9fd7b4efbdd575e38 changed its location to
devel/cmake-core
Approved by: portmgr (blanket)
e2438a8 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
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)
b7f0544 |
Thursday, 25 Aug 2022
|
16:29 Fernando Apesteguía (fernape) Author: Leo Vandewoestijne
dns/knot-resolver: upgrade to 5.5.2
ChangeLog: https://www.knot-resolver.cz/2022-08-16-knot-resolver-5.5.2.html
PR: 266020
Reported by: freebsd@dns.company (maintainer)
c222659 |
Tuesday, 23 Aug 2022
|
12:06 Felix Palmen (zirias) Author: Leo Vandewoestijne
dns/knot3-lib: Fix pkg-plist after master upgrade
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
c297c07 |
Wednesday, 20 Jul 2022
|
14:21 Tobias C. Berner (tcberner)
dns: remove 'Created by' lines
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
66ee090 |
Friday, 27 May 2022
|
15:38 Fernando Apesteguía (fernape) Author: Leo Vandewoestijne
dns/knot-resolver: upgrade to 5.5.0
ChangeLog: https://www.knot-resolver.cz/2022-03-15-knot-resolver-5.5.0.html
PR: 264222
Reported by: freebsd@dns.company (maintainer)
50b1d4ee |
Saturday, 16 Apr 2022
|
04:19 Po-Chuan Hsieh (sunpoet)
devel/protobuf: Update to 3.20.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
10d211b |
Monday, 28 Feb 2022
|
12:46 Po-Chuan Hsieh (sunpoet)
devel/protobuf: Update to 3.19.4
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
f7e42ce |
Wednesday, 12 Jan 2022
|
11:41 Guangyuan Yang (ygy) Author: Leo Vandewoestijne
dns/knot-resolver: Update to 5.4.4
Changelog: https://www.knot-resolver.cz/2022-01-05-knot-resolver-5.4.4.html
PR: 261087
4ee1ab7 |
Wednesday, 29 Dec 2021
|
22:08 Guangyuan Yang (ygy) Author: Leo Vandewoestijne
dns/knot-resolver: Update to 5.4.3
Changelog: https://www.knot-resolver.cz/2021-12-01-knot-resolver-5.4.3.html
PR: 260800
9fae4c0 |
Tuesday, 24 Aug 2021
|
19:39 Nuno Teixeira (eduardo) Author: Leo Vandewoestijne
dns/knot-resolver: Update to 5.4.1
ChangeLog: https://www.knot-resolver.cz/2021-08-19-knot-resolver-5.4.1.html
PR: 258020
8911364 |
Tuesday, 3 Aug 2021
|
21:44 Li-Wen Hsu (lwhsu) Author: Leo Vandewoestijne
dns/knot-resolver: Update to 5.4.0
Changes: https://www.knot-resolver.cz/2021-07-29-knot-resolver-5.4.0.html
PR: 257553
eef9934 |
Wednesday, 21 Jul 2021
|
18:11 Po-Chuan Hsieh (sunpoet)
devel/protobuf: Update to 3.17.3
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 257026
Exp-run by: antoine
f4acead |
Wednesday, 14 Apr 2021
|
00:39 Kevin Bowling (kbowling)
dns/knot-resolver: Apply maintainer's cleanup
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)
fed0c40 |
Tuesday, 13 Apr 2021
|
23:07 Kevin Bowling (kbowling)
dns/knot-resolver: Fix @sample use
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
d94ae2c |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Tuesday, 16 Mar 2021
|
18:11 nc
dns/knot-resolver: Update to 5.3.0
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)
 |
Tuesday, 26 Jan 2021
|
14:01 sunpoet
Bump PORTREVISION for devel/protobuf shlib change
 |
Sunday, 4 Oct 2020
|
11:06 pi
dns/knot-resolver: update 5.1.2 -> 5.1.3
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
 |
Sunday, 30 Aug 2020
|
20:19 sunpoet
Bump PORTREVISION for devel/protobuf shlib change
 |
Saturday, 11 Jul 2020
|
20:57 pi
dns/knot-resolver: update 5.1.1 -> 5.1.2
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
 |
Sunday, 14 Jun 2020
|
19:19 pi
dns/knot-resolver: update 5.0.1 -> 5.1.1
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
 |
Wednesday, 3 Jun 2020
|
18:32 sunpoet
Bump PORTREVISION for devel/protobuf shlib change
 |
Monday, 11 May 2020
|
23:51 dbaio
Update Sphinx
- 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
 |
Tuesday, 14 Apr 2020
|
15:49 mat
USES=lua gained flavors.
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
 |
Saturday, 15 Feb 2020
|
18:19 pi
dns/knot-resolver: upgrade 4.2.2 -> 5.0.1
- 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
 |
Wednesday, 22 Jan 2020
|
05:53 sunpoet
Bump PORTREVISION for devel/protobuf shlib change
 |
Wednesday, 4 Dec 2019
|
17:25 pi
dns/knot-resolver: upgrade 4.1.0 -> 4.2.2, fix breakage due to knot2-lib upgrade
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
 |
Thursday, 7 Nov 2019
|
15:49 rene
dns/knot-resolver: no need to explicitly set NOT_FOR_ARCH here.
The ports framework ignores this port by itself because the dependency of this
port will fail.
Reported by: mat
MFH: 2019Q4
 |
Wednesday, 6 Nov 2019
|
09:10 rene
dns/knot-resolver: IGNORE on i386 because dns/knot2 is broken there
While here remove a trailing whitespace.
MFH: 2019Q4 (part of D21974)
 |
Wednesday, 9 Oct 2019
|
10:34 bapt
Drop the ipv6 virtual category for d* category as it is not relevant anymore
 |
Wednesday, 25 Sep 2019
|
22:37 dmgk
dns/knot-resolver: Remove redundant lang/go build dependency
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
 |
Wednesday, 31 Jul 2019
|
16:38 sunpoet
Bump PORTREVISION for devel/protobuf shlib change
 |
Friday, 26 Jul 2019
|
20:46 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
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
 |
Sunday, 21 Jul 2019
|
19:18 pi
dns/knot-resolver: upgrade 3.2.1 -> 4.1.0
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
 |
Tuesday, 9 Jul 2019
|
17:13 sunpoet
Update security/nettle to 3.5.1
- Bump PORTREVISION of dependent ports for shlib change
- Fix build of devel/pijul [1]
Changes: https://git.lysator.liu.se/nettle/nettle/blob/master/NEWS
PR: 238991
Exp-run by: antoine
Thanks to: tobik [1]
 |
Friday, 5 Jul 2019
|
19:08 sunpoet
Update devel/protobuf to 3.8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 238808
Exp-run by: antoine
 |
Saturday, 29 Jun 2019
|
03:51 tobik
Convert all Go ports to USES=go
This allows for port testing with lang/go-devel via GO_PORT, setting
up the Go build environment in a single place, and is step one in
simplifying Go ports that often define too complicated do-build
targets themselves.
USES=go gains new arguments 'run' to add lang/go to RUN_DEPENDS and
'no_targets' for ports with composite builds that call 'go' themselves
and do not need the do-build/do-install targets of USES=go.
PR: 238849
Submitted by: dg@syrec.org (also D20745)
Reviewed by: mat, tobik
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20746
 |
Sunday, 26 May 2019
|
04:04 tobik
dns/knot-resolver: Spell *_MAKE_ARGS correctly
There is no opt_MAKE_ARGS_ON helper.
 |
Sunday, 31 Mar 2019
|
13:41 sunpoet
Update devel/protobuf to 3.7.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 236157
Exp-run by: antoine
 |
Thursday, 24 Jan 2019
|
20:07 tcberner
dns/knot-resolver: Update to 3.2.1
PR: 235078
Submitted by: Leo Vandewoestijne <freebsd@dns.company> (maintainer)
 |
Sunday, 9 Dec 2018
|
03:11 swills
dns/knot-resolver: use knot2-lib instead of full knot2
PR: 233167
Submitted by: Leo Vandewoestijne <freebsd@dns.company> (maintainer)
 |
Monday, 3 Dec 2018
|
19:41 sunpoet
Update devel/protobuf to 3.6.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 231008
Exp-run by: antoine
 |
Thursday, 8 Nov 2018
|
19:48 pi
dns/knot-resolver: update 2.4.1 -> 3.1.0
PR: 230842
Submitted by: Leo Vandewoestijne <freebsd@dns.company> (maintainer)
Relnotes: https://www.knot-resolver.cz/2018-08-20-knot-resolver-3.0.0.html
https://www.knot-resolver.cz/2018-11-02-knot-resolver-3.1.0.html
 |
Monday, 10 Sep 2018
|
13:14 mat
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
 |
Monday, 13 Aug 2018
|
05:38 pi
dns/knot-resolver: update 2.3.0 -> 2.4.1
- CVE-2018-10920: Improper input validation bug in DNS resolver component
PR: 229485
Reported by: freebsd-vheg@riseup.net,
Approved by: freebsd@dns.company (maintainer timeout)
MFH: 2018Q3
Relnotes: https://www.knot-resolver.cz/2018-07-03-knot-resolver-2.4.0.html
https://www.knot-resolver.cz/2018-08-02-knot-resolver-2.4.1.html
Security: CVE-2018-10920
 |
Sunday, 24 Jun 2018
|
21:11 sunpoet
Revert r473259 and r473260 which are committed by accident
- Bump PORTEPOCH for protobuf and py-protobuf
- Bump PORTREVISION for dependent ports
 |
20:19 sunpoet
Update to 3.6.0
Changes: https://github.com/google/protobuf/releases
 |
Wednesday, 20 Jun 2018
|
03:49 pi
dns/knot-resolver: update 2.1.1 -> 2.3.0, fixing CVE-2018-1110
PR: 229040
Reported by: freebsd-vheg@riseup.net
Approved by: Leo Vandewoestijne <freebsd@dns.company> (maintainer)
MFH: 2018Q2
Relnotes: https://www.knot-resolver.cz/2018-04-23-knot-resolver-2.3.0.html
Security: CVE-2018-1110
 |
Tuesday, 24 Apr 2018
|
00:49 dbaio
Update maintainer email address
Ownership of the former email address confirmed by email
PR: 227620
Submitted by: Leo Vandewoestijne
 |
Wednesday, 7 Mar 2018
|
10:41 yuri
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)
 |
Monday, 5 Mar 2018
|
16:38 pizzamig
dns/knot-resolver: Update to 1.5.3
PR: 223339
Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer
 |
Monday, 11 Dec 2017
|
18:26 sunpoet
Update devel/protobuf to 3.5.0
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases
 |
Wednesday, 16 Aug 2017
|
15:44 sunpoet
Update devel/protobuf to 3.4.0
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases
 |
Thursday, 10 Aug 2017
|
11:53 matthew
Update to 1.3.3
- fix up OPTIONS processing so that
- turning off an OPTION does disable the option even in the presence
of the optional dependencies required for it
- add PLIST_FILES where appropriate for each option
- rename the STATS option to TRUSTANCHOR since that's the important
capability that option controls
- strip installed files where appropriate
Changes: https://gitlab.labs.nic.cz/knot/knot-resolver/raw/v1.3.3/NEWS
PR: 221177
Submitted by: freebsd@dns-lab.com (maintainer)
 |
Friday, 28 Jul 2017
|
13:29 matthew
Update to 1.3.1
New OPTIONS: COOKIES DNSTAP GO STATS
PR: 220419
Submitted by: freebsd@dns-lab.com (maintainer)
 |
Sunday, 26 Feb 2017
|
15:17 rm
dns/knot-resolver: update to 1.2.3
- tweak make variables
- remove unneeded local patches
PR: 217326
Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
 |
Sunday, 1 Jan 2017
|
03:45 sunpoet
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket)
 |
Thursday, 27 Oct 2016
|
11:17 jbeich
dns/knot2: update to 2.3.1
Changes: https://www.knot-dns.cz/2016-10-10-version-231.html
PR: 213830
Submitted by: Leo Vandewoestijne (maintainer)
 |
Sunday, 4 Sep 2016
|
18:56 pi
New port: dns/knot-resolver
The Knot DNS Resolver is a caching full resolver implementation,
including both a resolver library and a daemon.
WWW: https://www.knot-resolver.cz/
PR: 212215
Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com>
 |
Number of commits found: 82 |