Ralf van der Enden
34a5a96e90
dns/dnsdist: Update 1.9.6 → 1.9.7
...
Changelog:
https://dnsdist.org/changelog.html#change-1.9.7
Move boost to BUILD_DEPENDS: not linked to any boost shared library, but
depends on boost includes.
PR: 281913
2024-10-11 16:23:27 +03:00
Dima Panov
55cfbcf56c
*/*: bump consumers after devel/boost* update
...
With hat: office
Sponsored by: Future Crew, LLC
2024-10-03 13:25:14 +03:00
Junho Choi
91edac3c56
dns/dnsdist: update to 1.9.6
...
PR: 280360
Approved by: Ralf van der Enden <tremere@cainites.net > (maintainer)
2024-07-22 09:38:29 +02:00
Ralf van der Enden
2bbcb45283
dns/dnsdist: Update to 1.9.5
...
Changelog: https://blog.powerdns.com/2024/06/20/powerdns-dnsdist-1.9.5-released
PR: 279941
Approved by: tcberner (mentor, implicit)
2024-06-25 17:07:15 +02:00
Vsevolod Stakhov
b66e4949cb
security/libsodium: update to 1.0.19, bump dependent ports
...
PR: 278259
Reported by: Andrey Korobkov <alster-vinterdalen.se>
2024-05-20 10:33:03 +00:00
Ralf van der Enden
9422b76b11
dns/dnsdist: update to 1.9.4 (fixes CVE-2024-25581)
...
PR: 278954
Approved by: submitter is maintainer
2024-05-14 22:02:40 -04:00
Ralf van der Enden
46afb701a0
dns/dnsdist: update to 1.9.3
...
Changelog:
https://dnsdist.org/changelog.html#change-1.9.3
PR: 278186
Approved by: arrowd (mentor, implicit)
2024-04-06 13:35:43 +03:00
Ralf van der Enden
74acf3311b
dns/dnsdist: Update to 1.9.0
...
ChangeLog:
https://blog.powerdns.com/2024/02/16/powerdns-dnsdist-1.9.0-released
PR: 277176
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D44085
2024-02-26 21:55:47 -03:00
Chris Hutchinson
bafc6672e6
*: Move man pages to share/man
...
Approved by: portmgr (blanket)
2024-01-27 13:52:27 +03:00
Ralf van der Enden
b87ea73042
dns/dnsdist: update to 1.8.3
...
PR: 275894
Changes: https://dnsdist.org/changelog.html#change-1.8.3
2023-12-25 15:56:53 +09:00
Dave Cottlehuber
7710d75e67
dns/dnsdist: update to 1.8.2
...
https://dnsdist.org/changelog.html#change-1.8.2
This release fixes the HTTP2 rapid reset attack, and requires
the updated libh2o fix.
Security: CVE-2023-44487
2023-10-28 22:13:46 +00:00
Ralf van der Enden
595b030e0b
dns/dnsdist: update to 1.8.1
...
Changelog: https://blog.powerdns.com/powerdns-dnsdist-1.8.1-released
PR: 273708
2023-09-12 10:54:16 -04:00
Po-Chuan Hsieh
0c509fb2dc
devel/re2: Update to 20230801
...
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/google/re2/releases
2023-09-11 11:22:48 +08:00
Po-Chuan Hsieh
94713bad76
devel/re2: Update to 20230301
...
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/google/re2/releases
2023-05-03 03:58:21 +08:00
Ralf van der Enden
1ad04ed2ae
dns/dnsdist: update to 1.8.0
...
ChangeLog: https://blog.powerdns.com/2023/03/30/powerdns-dnsdist-1-8-0-released/
PR: 270612
Reported by: tremere@cainites.net (maintainer)
2023-04-05 07:32:29 +02:00
Ralf van der Enden
803b163b55
dns/dnsdist: Update to 1.7.3
...
PR: 267569
Relnotes: https://blog.powerdns.com/2022/11/02/dnsdist-1-7-3-released/
2022-11-05 08:37:28 +01:00
Dave Cottlehuber
42875692d7
dns/dnsdist: re-enable scrypt hashing
...
PR: 266722
2022-11-03 22:38:52 +00:00
Adam Weinberger
980ee53847
dns/dnsdist: Use USES=luajit (defaults to luajit-devel)
2022-10-15 13:58:49 -06:00
Stefan Eßer
fb16dfecae
Remove WWW entries moved into port Makefiles
...
Commit b7f05445c0 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)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0
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)
2022-09-07 23:10:59 +02:00
Dima Panov
4cf39decb3
*/*: bump all consumers after recent boost upgrade
2022-08-12 17:46:53 +03:00
Tobias C. Berner
66ee090cca
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
2022-07-20 16:21:47 +02:00
Ralf van der Enden
44e554be61
dns/dnsdist: update to 1.7.2
...
ChangeLog: https://blog.powerdns.com/2022/06/14/dnsdist-1-7-2-released/
PR: 264677
Reported by: tremere@cainites.net (maintainer)
2022-06-23 17:41:26 +02:00
Dima Panov
b082b3d13e
devel/boost-all: bump all library consumers after boost upgrade
...
PR: 246106
2022-05-22 23:17:16 +03:00
Ralf van der Enden
8aa2acaac4
dns/dnsdist: update to 1.7.1
...
PR: 263809
2022-05-07 19:37:25 +02:00
Ralf van der Enden
04a3a75163
dns/dnsdist: Update to 1.7.0
...
Changelog: https://blog.powerdns.com/2022/01/17/dnsdist-1-7-0-released/
PR: 261421
2022-01-24 15:56:10 -05:00
Ralf van der Enden
ca1e7a1c46
dns/dnsdist: Update to 1.6.1
...
Changelog: https://dnsdist.org/changelog.html#change-1.6.1
PR: 258603
2021-09-19 15:51:40 -04:00
Bernhard Froehlich
115b632c52
dns/dnsdist: Fix CPE information
...
Approved by: portmgr (blanket)
2021-08-19 14:48:08 +00:00
Jason Helfman
c5be0226f0
dns/dnsdist: drop i386 support, adjust configure arguments and deps
...
PR: 255841
Reported by: maintainer (tremere@cainites.net )
2021-05-22 02:47:20 -05:00
Ralf van der Enden
23ac052089
dns/dnsdist: update to 1.6.0
...
Changes: https://blog.powerdns.com/2021/05/11/dnsdist-1-6-0-released/
PR: 255781
2021-05-11 09:29:40 -07:00
Mathieu Arnold
135fdeebb9
all: Remove all other $FreeBSD keywords.
2021-04-06 16:31:13 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles.
2021-04-06 16:31:07 +02:00
Alexey Dokuchaev
ee895ff14c
Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,
...
contractions, "<portname> is ..." cases, missing Oxford commas, and
other miscellaneous style bugs in the COMMENT line.
2021-03-22 10:17:43 +00:00
Dave Cottlehuber
81d129b86c
dns/dnsdist: ensure pidfile exists & has appropriate permissions
...
PR: 253887
Approved by: Ralf van der Enden <tremere@cainites.net > (maintainer)
Sponsored by: SkunkWerks, GmbH
2021-03-03 22:42:20 +00:00
Chris Rees
cf87ea8e80
Chase devel/re2 shlib bump
...
Upstream has changed their minds about so.10 and reverted to so.9
The only changes were private.
PR: ports/253255
Reported by: sunpoet
2021-03-03 20:54:59 +00:00
Sunpoet Po-Chuan Hsieh
60321667ec
Bump PORTREVISION for devel/re2 shlib change
2021-02-03 19:46:35 +00:00
Sunpoet Po-Chuan Hsieh
fef65679d6
Bump PORTREVISION for devel/protobuf shlib change
2021-01-26 14:01:09 +00:00
Mikael Urankar
b26c7d5f70
dns/dnsdist: Update to 1.5.1
...
Update to dnsdist 1.5.1 and make rc.d script start earlier
PR: 250026
Submitted by: Juraj Lutter, Ralf van der Enden (maintainer)
2020-10-03 08:36:03 +00:00
Sunpoet Po-Chuan Hsieh
b94e8d8c27
Bump PORTREVISION for devel/protobuf shlib change
2020-08-30 20:19:41 +00:00
Tobias C. Berner
4ce9271f52
dns/dnsdist: fix build on recent current
...
Obtained from: e7c6996eb6
2020-08-28 19:43:23 +00:00
Kurt Jaeger
a7fc895023
dns/dnsdist: update 1.4.0 -> 1.5.0
...
- Please check the upgrade guide before upgrading:
https://dnsdist.org/upgrade_guide.html#to-1-5-x
- Reworked the Lua options. You can now choose from Lua,
LuaJIT and LuaJIT-openresty
- Also added options for CDB and LMDB Key Value stores
PR: 248385
Submitted by: Ralf van der Enden <tremere@cainites.net > (maintainer)
Relnotes: https://dnsdist.org/changelog.html
2020-08-01 17:08:19 +00:00
Sunpoet Po-Chuan Hsieh
1c489784e1
Bump PORTREVISION for devel/protobuf shlib change
2020-06-03 18:32:05 +00:00
Sunpoet Po-Chuan Hsieh
74d47c7a3b
Bump PORTREVISION for devel/re2 shlib change
2020-04-04 07:23:29 +00:00
Baptiste Daroussin
19d1e27e28
Remove useless dependency on bison
...
byacc is perfecly able to work for this port
2020-03-10 11:12:30 +00:00
Mateusz Piotrowski
e7e9048f05
dns/dnsdist: Update to 1.4.0
...
- Lint Makefile
- Some configure switches changed from --enable to --with
- Rename FSTRM to DNSTAP
- Add DoH support
- Switch to LuaJIT-Openresty (when LUAJIT is selected instead of LUA)
- Remove unnecessary patch (files/patch-dnsdist-lua-vars.cc)
- Major improvement in the rc script: allowing multiple daemons
- Start using -C and %%ETCDIR%% causing the default path for dnsdist.conf
changes to usually /usr/local/etc/dnsdist/ in which you can store single
or multiple config files, includes, key-files for DNSCrypt, key/certs for
DoH, etc.
Also, change maintainer to Ralf van der Enden.
Changelog:
https://dnsdist.org/changelog.html
PR: 242125
Submitted by: Jørn Åne de Jong, Ralf van der Enden, Leo Vandewoestijne
Reviewed by: cpm@, Sascha Biberhofer, Yann Kerherve
Approved by: maintainer
2020-02-04 10:38:44 +00:00
Sunpoet Po-Chuan Hsieh
11493c54b5
Bump PORTREVISION for devel/protobuf shlib change
2020-01-22 05:53:20 +00:00
Jan Beich
701aa3bcf8
devel/boost-*: update to 1.72.0
...
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136
2019-12-11 17:53:48 +00:00
Jan Beich
befa71e0f3
devel/boost-*: update to 1.71.0
...
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774
2019-08-19 15:35:27 +00:00
Sunpoet Po-Chuan Hsieh
4f3e0d828f
Bump PORTREVISION for devel/protobuf shlib change
2019-07-31 16:38:52 +00:00
Gerald Pfeifer
ea8c8ec7da
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
2019-07-26 20:46:53 +00:00