Commit graph

6592 commits

Author SHA1 Message Date
Leo Vandewoestijne
c2226594e3 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)
2022-08-25 18:29:07 +02:00
Baptiste Daroussin
b9b250f912 rust: bring back update to 1.63
Revert back the revert of the update of rust and related commits

This revert was drive by beside validation by portmgr via exp-run
and not respectful of the etiquette we have between committers

This reverts commit 8ecb1f8141.
This reverts commit 04d257baa1.
This reverts commit 2757c63bd0.
This reverts commit 75f4713de5.
This reverts commit e88e592111.
This reverts commit 783c056d7d.

With hat:	portmgr
2022-08-25 16:49:50 +02:00
Piotr Kubaj
783c056d7d Revert "lang/rust: Bump revisions after 1.63.0"
This reverts commit c7912d9775.

PR:	265915
2022-08-25 12:49:39 +02:00
Mikael Urankar
c7912d9775 lang/rust: Bump revisions after 1.63.0 2022-08-25 10:51:32 +02:00
Piotr Kubaj
d2120c5f9f dns/dq: update to 20220822 2022-08-23 16:03:17 +00:00
Leo Vandewoestijne
c297c0722c dns/knot3-lib: Fix pkg-plist after master upgrade
After commit 19c2289c66
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
2022-08-23 14:06:14 +02:00
Alexey Dokuchaev
169351c83b Relinquish control of the ports I no longer regularly use. 2022-08-23 11:51:28 +00:00
Leo Vandewoestijne
19c2289c66 dns/knot3: upgrade to 3.2.0
Changes: https://www.knot-dns.cz/2022-08-22-version-320.html

PR:	265992
2022-08-22 10:43:48 -07:00
Tobias C. Berner
021c28353c KDE: Update KDE Frameworks to 5.97
Sunday, 14 August 2022

KDE today announces the release of KDE Frameworks 5.97.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Announcement:	https://kde.org/announcements/frameworks/5/5.97.0/

PR:		265831
Exp-run by:	antoine
2022-08-21 18:48:37 +02:00
Ryan Steinmetz
0c38cb23ad
dns/gdnsd3: Update to 3.8.0 2022-08-19 10:15:24 -04:00
Jaap Akkerhuis
616885da34 dns/{py-}ldns: update to 1.8.3
ChangeLog: https://www.nlnetlabs.nl/news/2022/Aug/15/ldns-1.8.3-released/

1.8.3   2022-08-15
         * bugfix #183: Assertion failure with OPT record without rdata.
         * Fix for syntax error in pyldns

1.8.2   2022-08-12
         * bugfix #147: Allow for tabs in whitespace before quoted rdata
           fields.
         * bugfix #149: Add some missing [out] annotations to doxygen
           parameters.
         * Fix build error on Solaris 10 with inet_ntop redeclaration
           error.
         * Fix -U flag with ldns-signzone.
         * Enable compile of SVCB and HTTPS support by default.
         * bugfix #179: Free line memory even if zone file parsing fails
         * bugfix #166: Grow buffer when writing chars and fixed size
           strings when converting to presentation format, preventing
           potential assersion errors.
         * bugfix #46: Print network errors when secure tracing.
         * EDNS0 Option handling and conversion into presentation format.
         * bugfix #145: ldns-verify-zone should not call occluded records
           glue.

PR:	265859
Reported by:	jaap@NLnetLabs.nl (maintainer)
2022-08-16 17:56:04 +02:00
Bernhard Froehlich
eaaf895348
dns/dnscontrol: Update to 3.19.0 2022-08-16 09:39:32 +00:00
Fernando Apesteguía
a73bfe1712 dns/acme-dns: Bump PORTEPOCH
When passing to 1.0 the port version went backwards. Bump PORTEPOCH.

PR:		265732
Reported by:	portscout
Fixes:		0e2a2eb930
2022-08-14 17:26:04 +02:00
Ralf van der Enden
1bbd1ede91 dns/powerdns-recursor: Update to 4.7.1
ChangeLog:	https://blog.powerdns.com/2022/07/08/powerdns-recursor-4-7-1-released/
PR:		265810
2022-08-13 22:49:01 +01:00
Bernhard Froehlich
6e8120250c
dns/dnscontrol: Update to 3.18.1 2022-08-13 17:13:01 +00:00
punkt.de Hosting Team
0e2a2eb930 dns/acme-dns: update to 1.0
ChangeLog: https://github.com/joohoi/acme-dns/releases/tag/v1.0

 * Deps update
 * Add acme-dns-client to the documentation
 * Migrate to GitHub actions for coverage & unit test automation
 * relax subdomain validation from UUID to actual subdomain
 * README: Use https URLs for API testing
 * Add support for LE expiration notification e-mails on API cert
 * Update README.md
 * Handle go modules properly in Dockerfile with Go 1.13
 * Revert "Update modules
 * Update readme
 * Update modules
 * Removed example for health check endpoint because it is misleading.

PR:	265732
Reported by:	mops@punkt.de (maintainer)
2022-08-13 19:04:55 +02:00
Matthias Andree
37b050fb9c dns/dnsmasq-devel: update to 2.87test9
CHANGELOG difference in Git between test8 and test9

* Enhance --domain to accept, for instance,
  --domain=net2.thekelleys.org.uk,eth2 so that hosts get a domain
  which relects the interface they are attached to in a way which
  doesn't require hard-coding addresses. Thanks to Sten Spans for
  the idea.

* Fix write-after-free error in DHCPv6 server code.
  CVE-2022-0934 refers.

* Add the ability to specify destination port in
  DHCP-relay mode. This change also removes a previous bug
  where --dhcp-alternate-port would affect the port used
  to relay _to_ as well as the port being listened on.
  The new feature allows configuration to provide bug-for-bug
  compatibility, if required. Thanks to Damian Kaczkowski
  for the feature suggestion.

* Bound the value of UDP packet size in the EDNS0 header of
  forwarded queries to the configured or default value of
  edns-packet-max. There's no point letting a client set a larger
  value if we're unable to return the answer. Thanks to Bertie
  Taylor for pointing out the problem and supplying the patch.

* Fix problem with the configuration

      --server=/some.domain/# --address=/#/<ip> --server=<server_ip>

  This would return <ip> for queries in some.domain, rather than
  forwarding the query via the default server.
2022-08-12 20:57:23 +02:00
Dima Panov
4cf39decb3 */*: bump all consumers after recent boost upgrade 2022-08-12 17:46:53 +03:00
Bernard Spil
29f6daa454 dns/ldns: Fix EOL
* Apologies for this very poor patching

Reported by:	leres
2022-08-09 10:18:51 +00:00
Bernard Spil
d9f50fb705 dns/ldns: Fix patch from previous commit
Apologies...
2022-08-07 14:49:09 +00:00
Bernard Spil
0314ae446c dns/ldns: Fix build with LibreSSL 3.5
* Merged upstream https://github.com/NLnetLabs/ldns/pull/151

Approved by:	Maintainer timeout
2022-08-07 14:41:38 +00:00
Bernard Spil
9ed08e850c dns/unbound: Security update to 1.6.2
PR:		265645
Reported by:	Jaap Akkerhuis <jaap NLnetLabs nl> (maintainer)
Security:	bc43a578-14ec-11ed-856e-d4c9ef517024
MFH:		2022Q3
2022-08-05 18:58:00 +00:00
Dmitri Goutnik
4476f89764 all: Bump PORTREVISION after Go update
Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
2022-08-03 16:35:13 -05:00
Dmitri Goutnik
fcbe735f93 all: Keep ports that need go1.18 on 1.18
Some ports are not (yet) buildable with go1.19, keep them on 1.18 for
now.
2022-08-03 16:35:13 -05:00
Vinícius Zavam
79dd08e3fa
dns/dnscrypt-proxy2: update 2.1.1_3 to 2.1.2
* https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.1.2
2022-08-02 12:45:46 +00:00
Daniel Ponte
76d7410873 dns/blocky: Add buildinfo symbols to -ldflags
- add buildinfo symbols to -ldflags so they do not show up as
   "undefined"
 - bump PORTREVISION

PR:		265563
2022-08-02 02:51:31 +01:00
Po-Chuan Hsieh
8ec562aaa0
dns/rubygem-public_suffix: Update to 5.0.0
Changes:	https://github.com/weppos/publicsuffix-ruby/blob/main/CHANGELOG.md
2022-07-31 03:25:43 +08:00
Po-Chuan Hsieh
eee6f68429
dns/rubygem-google-cloud-dns: Update to 0.36.0
Changes:	https://github.com/googleapis/google-cloud-ruby/releases
		https://github.com/googleapis/google-cloud-ruby/blob/main/google-cloud-dns/CHANGELOG.md
2022-07-31 03:25:42 +08:00
Vinícius Zavam
7fc56f7b68
dns/dnscrypt-proxy2: fix 'pkg-message warning is out of date'
PR:		264323
Reported by:	Bill Blake <billblake2018 % gmail.com>
2022-07-28 19:06:09 +00:00
Baptiste Daroussin
02ee212d4b dns/openresolv: use pkg-message to show message on remove 2022-07-27 16:27:11 +02:00
Mathieu Arnold
7f75f9cf42
dns/bind918: update to 9.18.5
Changes:	https://downloads.isc.org/isc/bind9/9.18.5/doc/arm/html/notes.html#notes-for-bind-9-18-5
MFH:		2022Q3
2022-07-22 15:43:13 +02:00
Mathieu Arnold
0bd2969d04
dns/bind916: update to 9.16.31
Changes:	https://downloads.isc.org/isc/bind9/9.16.31/doc/arm/html/notes.html#notes-for-bind-9-16-31
MFH:		2022Q3
2022-07-22 15:43:08 +02: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
Yuri Victorovich
ba12fcffdf dns/py-dnspython: Add python concurrency
PR:             265298
Reported by:	yuri
2022-07-19 14:12:35 -05:00
Ralf van der Enden
1b9e9a2580 dns/powerdns: update to 4.6.3
ChangeLog:
https://blog.powerdns.com/2022/07/13/powerdns-authoritative-server-4-6-3/

PR:	265268
Reported by:	tremere@cainites.net (maintainer)
MFH:	2022Q3 (bugfix release)
2022-07-18 17:19:41 +02:00
Tobias C. Berner
0d5d9e18b4 KDE: Update KDE Frameworks to 5.96
9th July 2022. KDE today announces the release of KDE Frameworks 5.96.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide
variety of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see

https://kde.org/products/frameworks/

Exp-run by:	antoine
PR:		265116
2022-07-18 09:48:52 +02:00
Tatsuki Makino
fa2609e30f
dns/bind918: fix nullfs mount when chrooted
PR:		263487
2022-07-15 16:30:17 +02:00
Dmitri Goutnik
153cb65ac8 all: Bump PORTREVISION after lang/go{117,118} update 2022-07-14 07:46:05 -05:00
Yuri Victorovich
447c451939 dns/doggo: Update 0.5.3 -> 0.5.4
Reported by:	portscout
2022-07-13 22:55:27 -07:00
Po-Chuan Hsieh
7e768ca95c
dns/libidn2: Update to 2.3.3
Changes:	https://gitlab.com/libidn/libidn2/-/blob/master/NEWS
2022-07-13 08:19:06 +08:00
Jaap Akkerhuis
0046203e3a dns/unbound: Update to 1.16.1
ChangeLog: https://www.nlnetlabs.nl/projects/unbound/download/#unbound-1-16-1

PR:	265151
Reported by:	jaap@NLnetLabs.nl (maintainer)
MFH:	2022Q3 (bugfixes)
2022-07-12 19:47:33 +02:00
Oleksii Samorukov
bbd17de322 dns/inadyn: update to the 2.9.1 version
Changes: https://github.com/troglobit/inadyn/releases
Reported by: repology.org
2022-07-12 13:19:57 +00:00
Felix Hanley
7d7a2605f9 dns/encrypted-dns-server: Update to 0.9.6
ChangeLog: https://github.com/DNSCrypt/encrypted-dns-server/releases/tag/0.9.6

PR:		265130
2022-07-11 09:13:23 +01:00
Dan Langille
d19dc2556a dns/py-tldextract: Update to 3.3.1 2022-07-09 23:49:15 +00:00
Ryan Steinmetz
badc57307b
dns/c-ares: Remove MAKE_JOBS_UNSAFE and SSP_UNSAFE
- Bump PORTREVISION
PR:		265120
Reported by:	Evgeniy Khramtsov <evgeniy@khramtsov.org>
2022-07-09 17:17:30 -04:00
Norikatsu Shigemura
9b3c78a9da
dns/py-aiodns: Update to 3.0.0
Release notes:
https://github.com/saghul/aiodns/releases/tag/aiodns-3.0.0

PR:		262251
2022-07-09 09:26:20 -10:00
Po-Chuan Hsieh
d27ebe478c
dns/rubygem-google-apis-dns_v1: Update to 0.23.0
Changes:	https://github.com/googleapis/google-api-ruby-client/blob/main/generated/google-apis-dns_v1/CHANGELOG.md
2022-07-08 05:43:04 +08:00
Po-Chuan Hsieh
e1af6d00a7
dns/public_suffix_list: Update to 20220629
- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
2022-07-07 20:36:12 +08:00
Mikael Urankar
a50372b91f lang/rust: Bump revisions after 1.62.0 2022-07-02 15:47:05 +02:00
Yuri Victorovich
d1ec478230 dns/amass: Update 3.19.2 -> 3.19.3
Reported by:	portscout
2022-07-01 20:46:38 -07:00
Jaap Akkerhuis
77f1561b63 dns/nsd: update to 4.6.0
Changes: https://www.nlnetlabs.nl/news/2022/Jun/30/nsd-4.6.0-released/

PR:	264961
2022-06-30 19:29:23 -07:00
Po-Chuan Hsieh
3155f52306
dns/rubygem-google-apis-dns_v1: Update to 0.22.0
Changes:	https://github.com/googleapis/google-api-ruby-client/blob/main/generated/google-apis-dns_v1/CHANGELOG.md
2022-06-30 05:50:49 +08:00
Po-Chuan Hsieh
84d4297481
dns/py-dns-lexicon: Update to 3.11.3
Changes:	https://github.com/AnalogJ/lexicon/releases
2022-06-30 00:32:42 +08:00
Dave Cottlehuber
ab4964e6d9 */*: Remove expired erlang and elixir ports
The rebar, rebar3 and mix tools are now more than a decade old, and are
the preferred ways to fetch and install specific erlang and elixir
modules, aside from core compilers, documentation, and custom build
tools.

See UPDATING and MOVED for details.

https://www.freebsd.org/status/report-2021-07-2021-09/#_freebsd_erlang_ecosystem_ports_update

archivers/erlang-snappy
converters/erlang-base64url
databases/elixir-calecto
databases/elixir-db_connection
databases/elixir-ecto
databases/elixir-geo
databases/elixir-mariaex
databases/elixir-postgrex
databases/elixir-timex_ecto
databases/erlang-couchbeam
databases/erlang-epgsql
databases/erlang-eredis
devel/elixir-apex
devel/elixir-bson
devel/elixir-cachex
devel/elixir-calendar
devel/elixir-combine
devel/elixir-conform
devel/elixir-connection
devel/elixir-coverex
devel/elixir-crontab
devel/elixir-csv
devel/elixir-decimal
devel/elixir-deppie
devel/elixir-dialyze
devel/elixir-distillery
devel/elixir-estree
devel/elixir-eternal
devel/elixir-exactor
devel/elixir-excoveralls
devel/elixir-exjsx
devel/elixir-exprotobuf
devel/elixir-gen_stage
devel/elixir-gettext
devel/elixir-inflex
devel/elixir-libring
devel/elixir-math
devel/elixir-msgpax
devel/elixir-nadia
devel/elixir-nats
devel/elixir-nimble_csv
devel/elixir-paratize
devel/elixir-plug
devel/elixir-poison
devel/elixir-quantum
devel/elixir-smppex
devel/elixir-timex
devel/elixir-trailing_format_plug
devel/elixir-tzdata
devel/elixir-unsafe
devel/erlang-bbmustache
devel/erlang-certifi
devel/erlang-cuttlefish
devel/erlang-erlware_commons
devel/erlang-gen_smtp
devel/erlang-getopt
devel/erlang-goldrush
devel/erlang-hut
devel/erlang-jobs
devel/erlang-jsx
devel/erlang-katana
devel/erlang-lager
devel/erlang-lager_syslog
devel/erlang-meck
devel/erlang-metrics
devel/erlang-parse_trans
devel/erlang-providers
devel/erlang-ssl_verify_fun
devel/erlang-unicode_util_compat
dns/erlang-idna
misc/elixir-mime
misc/elixir-uuid
misc/erlang-mimerl
misc/erlang-mimetypes
net/elixir-kafka_ex
net/elixir-oauth2
net/erlang-ranch
security/elixir-comeonin
security/elixir-comeonin_i18n
security/elixir-jose
security/erlang-fast_tls
security/erlang-jose
textproc/elixir-earmark
textproc/elixir-funnel
textproc/elixir-sweet_xml
textproc/erlang-edown
textproc/erlang-fast_xml
textproc/erlang-p1_utils
textproc/erlang-yamerl
www/elixir-html_entities
www/elixir-html_sanitize_ex
www/elixir-httpoison
www/elixir-httpotion
www/elixir-joken
www/elixir-maru
www/elixir-phoenix
www/elixir-phoenix_ecto
www/elixir-phoenix_html
www/elixir-phoenix_pubsub
www/elixir-webassembly
www/erlang-cowboy
www/erlang-cowlib
www/erlang-hackney
www/erlang-ibrowse
www/erlang-mochiweb
www/erlang-mochiweb-basho
www/erlang-webmachine

PR:		263694
Reviewed by:	olgeni@FreeBSD.org
Approved by:	erlang (with hat)
Sponsored by:	SkunkWerks, GmbH
2022-06-28 06:32:30 +00:00
Matthew Seaman
0ea661c93b dns/p5-DNS-nsdiff: add OPTIONS to select version of bind
Add a radiobutton option to select which of the availabile bind ports
should be used to supply the `named-compilezone` executable that
nsdiff depends on.

Set the default to dns/bind918 as that's the recommended stable
version from upstream.
2022-06-26 20:43:25 +01:00
Nuno Teixeira
f7a54f55ba dns/blocky: Adopt port
- switch to GO_MODULE
2022-06-26 20:08:20 +01:00
Bernhard Froehlich
048b2cb65a
dns/dnscontrol: Update to 3.17.0 2022-06-25 14:26:19 +00:00
Olivier Cochard
b1deda5bd6 dns/nextdns: Use a cleaner way to manage its configuration file sample. 2022-06-24 01:47:29 +02:00
Olivier Cochard
2b2c9a4d2f dns/nextdns: Prevent to delete its configuration file after each upgrade
Approved by:	rs@nextdns.io (maintainer)
2022-06-23 22:34:39 +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
Tobias C. Berner
b79b213264 KDE: Update KDE Frameworks to 5.94
12th June 2022. KDE today announces the release of KDE Frameworks
5.95.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
https://kde.org/products/frameworks/

Exp-run by:	antoine
PR:		264651
2022-06-22 14:11:30 +02:00
Mathieu Arnold
2327fe6477
dns/bind9-devel: update to latest commit 2022-06-20 12:51:59 +02:00
Yuri Victorovich
afd0c15d08 dns/doggo: Update 0.5.1 -> 0.5.3
Reported by:	portscout
2022-06-17 01:15:53 -07:00
Po-Chuan Hsieh
e67e20ef81
dns/rubygem-google-apis-dns_v1: Update to 0.21.0
Changes:	https://github.com/googleapis/google-api-ruby-client/blob/main/generated/google-apis-dns_v1/CHANGELOG.md
2022-06-16 22:01:31 +08:00
Po-Chuan Hsieh
56f072ecc3
dns/dnscap: Update to 2.0.3
Changes:	https://github.com/DNS-OARC/dnscap/releases
2022-06-16 21:59:08 +08:00
Mathieu Arnold
e9c383825f
dns/bind918: update to 9.18.4
Changes:	https://downloads.isc.org/isc/bind9/9.18.4/doc/arm/html/notes.html#notes-for-bind-9-18-4
2022-06-16 12:12:36 +02:00
Mathieu Arnold
b675cc597a
dns/bind916: update to 9.16.30
Changes:	https://downloads.isc.org/isc/bind9/9.16.30/doc/arm/html/notes.html#notes-for-bind-9-16-30
2022-06-16 12:12:31 +02:00
Dan Langille
f2c9189cb9 dns/py-tldextract: Add missing dependency
Add sysutils/py-filelock as RUN_DEPENDS
Add LICENSE_FILE

Reported by:	sunpoet
2022-06-15 13:41:34 +00:00
Dan Langille
44b7d635f9 dns/py-tldextract: Update to 3.3.0 2022-06-14 12:46:29 +00:00
Mathieu Arnold
92436afa3d
dns/bind9-devel: update to latest commit 2022-06-14 14:12:28 +02:00
Daniel Engberg
df81f424d8 dns/blocky: Fix incomplete update to 0.19
Update GH_TUPLE and reflect changes in configuration sample.

PR:	264565
Reported by:	diizzy@
Fixes:	668b46a45c
2022-06-10 08:14:24 +02:00
Fernando Apesteguía
668b46a45c dns/blocky: update to 0.19
ChangeLog: https://github.com/0xERR0R/blocky/releases/tag/v0.19

Features:

 * Add rewrite support to custom DNS
 * CustomDNS: parameter "filterUnmappedTypes" to allow/disable forwarding to
 * the upstream resolver
 * filtering of queries
 * Support of DoH/DoT as bootstrap DNS
 * Memory optimization internal blacklist/whitelist cache
 * Cache refresh memory consumption optimization
 * Enable "ForceAttemptHTTP2" for DoH upstreamClient
 * Improve DoT server TLS cipher suites
 * Hide DoH client http header "User-Agent"
 * Add HTTP Secure Headers on HTTPS server response
 * Make DoH/DoT server mininum TLS version configurable
 * Adds user customizable DoH upstream user agent
 * Support for multiple configuration files
 * Self-signed certificate generation

Misc

 * Updated dependencies and documentation
 * Environment variable for configurable config file location

Reported by:	portscout
2022-06-09 22:49:54 +02:00
Yuri Victorovich
1650e8db74 dns/subfinder: Update 2.5.1 -> 2.5.2
Reported by:	portscout
2022-06-08 23:16:24 -07:00
Jaap Akkerhuis
993f58d32e
dns/unbound: Update to 1.16.0
This release has EDE support, for extended EDNS error reporting,
it fixes unsupported ZONEMD algorithms to load, and has more bug fixes.

The EDE errors can be turned on by `ede: yes`, it is default disabled.
Validation errors and other errors are then reported. If you also want
stale answers for expired responses to have an error code, the option
`ede-serve-expired: yes` can be used.

On request, the port now also has dnscrypt support default enabled.

PR:		264538
2022-06-08 18:33:33 +08:00
Dmitri Goutnik
309cdeccd8 */*: Bump port revisons after lang/go{117,118} update 2022-06-07 16:56:10 -05:00
Leo Vandewoestijne
52dee6eb58
dns/libidn: Update to 1.38
PR:		253936
Reported by:	Dennis Clarke <dclarke@blastwave.org>
Approved by:	maintainer
2022-06-07 21:23:18 +08:00
Bernhard Froehlich
7442bde75b
dns/dnscontrol: Update to 3.16.2 2022-06-05 10:54:14 +00:00
Ralf van der Enden
440d8725ca dns/powerdns-recursor: Update to 4.7.0
ChangeLog: https://blog.powerdns.com/2022/05/30/powerdns-recursor-4-7-0-released/

PR:		264427
2022-06-04 21:29:52 +01:00
Po-Chuan Hsieh
f471650e62
dns/rubygem-google-apis-dns_v1: Update to 0.20.0
Changes:	https://github.com/googleapis/google-api-ruby-client/blob/main/generated/google-apis-dns_v1/CHANGELOG.md
2022-06-04 07:36:43 +08:00
Po-Chuan Hsieh
a18461b186
dns/py-publicsuffixlist: Update to 0.7.13
Changes:	https://github.com/ko-zu/psl/commits/master
2022-06-04 07:36:35 +08:00
Po-Chuan Hsieh
77a371244c
dns/public_suffix_list: Update to 20220518
- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
2022-06-04 07:36:29 +08:00
Po-Chuan Hsieh
c67fba1b19
dns/py-idna: Convert to USE_PYTHON=unittest 2022-06-04 00:57:46 +08:00
Po-Chuan Hsieh
2cd8560639
dns/py-py3dns: Convert to USE_PYTHON=pytest 2022-06-04 00:57:21 +08:00
Po-Chuan Hsieh
861d945e20
dns/py-dns-lexicon: Update to 3.11.2
Changes:	https://github.com/AnalogJ/lexicon/releases
2022-06-03 17:00:40 +08:00
Po-Chuan Hsieh
4607e7e700
dns/p5-Net-DNS: Update to 1.34
Changes:	https://metacpan.org/dist/Net-DNS/changes
2022-06-03 17:00:31 +08:00
Mikael Urankar
e9a35a1c50 lang/rust: Bump revisions after 1.61.0 2022-05-31 15:06:17 +02:00
Bernhard Froehlich
db5f67f69e
dns/dnscontrol: Update to 3.16.1 2022-05-28 12:05:15 +00:00
Yuri Victorovich
0a02528621 dns/coredns: Update 1.9.2 -> 1.9.3
Reported by:	portscout
2022-05-27 13:25:34 -07:00
Leo Vandewoestijne
50b1d4eea5 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)
2022-05-27 17:38:11 +02:00
Leo Vandewoestijne
15e04b6c3c dns/yadifa: update to 2.5.4
ChangeLog: https://www.yadifa.eu/sites/default/files/README_2.5.4.txt

PR:	264202
Reported by:	freebsd@dns.company (maintainer)
2022-05-27 17:36:24 +02:00
Koichiro Iwao
98e3ee3d8e dns/acme-dns: Revert update to 0.8
0.8 was not update. Misdetected by portscout.

PR:		264138
Reported by:	Raivo Hool
Approved by:	punkt.de Hosting Team (maintainer)

This reverts commit 4a6fdbeea1.
2022-05-25 20:51:24 +09:00
punkt.de Hosting Team
4a6fdbeea1 dns/acme-dns: Update to 0.8
Changes:	https://github.com/joohoi/acme-dns/releases/tag/v0.8
PR:		264138
MFH:		2022Q2
2022-05-25 15:15:09 +09:00
Ralf van der Enden
aa77a46d8e dns/powerdns: Update to 4.6.2
ChangeLog: https://blog.powerdns.com/2022/04/12/powerdns-authoritative-server-4-6-2/

PR:		264171
2022-05-23 15:25:46 +01:00
Bernhard Froehlich
e83504d9aa
dns/dnscontrol: Update to 3.16.0 2022-05-23 10:08:33 +00:00
Dima Panov
b082b3d13e devel/boost-all: bump all library consumers after boost upgrade
PR:	246106
2022-05-22 23:17:16 +03:00
Po-Chuan Hsieh
14e2793b0d
dns/py-dns-lexicon: Update to 3.11.1
Changes:	https://github.com/AnalogJ/lexicon/releases
2022-05-22 12:37:28 +08:00
freultwah
b30a7af70d dns/acme-dns: add new port
This port provides a limited DNS server with RESTful HTTP API to
handle ACME DNS challenges.
2022-05-20 13:11:15 +02:00
Tobias C. Berner
ac6754ec21 KDE: Update KDE Frameworks to 5.94
Saturday, 14 May 2022

KDE today announces the release of KDE Frameworks 5.94.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Changelog:	https://kde.org/announcements/frameworks/5/5.94.0/
PR:		263968
Exp-run by:	antoine
2022-05-20 06:10:32 +02:00
Mathieu Arnold
316d7437b5
dns/bind916: Update to 9.16.29
Changes:	https://downloads.isc.org/isc/bind9/9.16.29/doc/arm/html/notes.html
2022-05-19 16:27:49 +02:00
Mathieu Arnold
4aba7dcbfb
dns/bind918: Update to 9.18.3
MFH:		2022Q2
Security:	CVE-2022-1183
Changes:	https://downloads.isc.org/isc/bind9/9.18.3/doc/arm/html/notes.html
2022-05-19 16:27:31 +02:00
Yuri Victorovich
b23c5aa233 dns/doggo: Update 0.4.2 -> 0.5.1
Reported by:	portscout
2022-05-17 11:44:46 -07:00
Leo Vandewoestijne
71d793f905 dns/knot3: Upgrade to 3.1.8
ChangeLog: https://www.knot-dns.cz/2022-04-28-version-318.html

PR:		263895
2022-05-16 12:53:06 +01:00
Thierry Thomas
fd4268a39c dns/pear-Net_DNS2: upgrade to 1.5.2
Version 1.5.0 produces errors when used with PHP-8:

PHP Fatal error:  Uncaught ValueError: fread(): Argument #2 ($length) must be greater than 0 in /usr/local/share/pear/Net/DNS2/Cache/File.

It has been fixed in 1.5.2.

PR:		263924
Approved by:	sunpoet (maintainer)
2022-05-15 11:29:47 +02:00
Alexandre C. Guimarães
4c0dedf27c
dns/yandex-ddns: New Port
- Use Yandex DNS as a dynamic DNS service.
2022-05-14 01:00:56 -03:00
Jaap Akkerhuis
624dbc61a1 dns/nsd: Update to 4.5.0
Changes:	https://www.nlnetlabs.nl/news/2022/May/13/nsd-4.5.0-released/

This release fixes a couple of minor bugs and adds IXFR out
functionality. With this functionality NSD can respond to IXFR queries
and serve IXFR transfers downstream.

It is default disabled, that means it does not store IXFR contents for
zones by default. The response on the wire is different, also with IXFR
disabled, because it is now supported, and thus also for those zones a
reply is served, that no differential data is available.

FEATURES:
- Merge PR #209: IXFR out
This adds IXFR out functionality to NSD. NSD can copy IXFRs from
upstream to downstream clients, or create IXFRs from zonefiles.
The options store-ixfr: yes and create-ixfr: yes can be used to
turn this on. Default is turned off. The options ixfr-number and
ixfr-size can be used to tune the number of IXFR transfers and
total data size stored. This is configured per zone, the IXFRs
are served to the hosts that are allowed to perform zone transfers.
And if TSIG is configured, signed with the same key. The content
is stored to file if a zonefile is configured for the zone, in
the zonefile.ixfr and zonefile.ixfr.2, .. files. They contain
readable text format. The number of IXFRs is num.rixfr in
statistics output, also per zone if per zone statistics are enabled.
If offline, nsd-checkzone -i can create ixfr files.
NSD already supports requesting IXFRs, this addition allows NSD
to serve IXFR transfers to clients.
NSD stops responding with NOTIMPL to IXFR requests, also for zones
that do not have IXFR enabled. The clients gets a full zone reply
or a status reply if the serial is up to date.

BUG FIXES:
- Fix code analyzer zero divide warning.
- Fix code analyzer large value with assertion.
- Fix another code analyzer zero divide warning.
- Fix code analyzer warning about uninitialized temp storage in loop.
- Fix spelling error in comment in svcbparam_lookup_key.
- Update cirrus script FreeBSD version.

PR:		263952
2022-05-13 17:29:07 -05:00
Po-Chuan Hsieh
e7ed7bef15
dns/py-dns-lexicon: Update to 3.11.0
Changes:	https://github.com/AnalogJ/lexicon/releases
2022-05-14 03:30:02 +08:00
Po-Chuan Hsieh
e14d4b4bac
dns/py-dns-lexicon: Update to 3.10.0
Changes:	https://github.com/AnalogJ/lexicon/releases
2022-05-13 19:39:34 +08:00
Po-Chuan Hsieh
4b06038ec6
dns/public_suffix_list: Update to 20220430
- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
2022-05-13 19:39:15 +08:00
Yuri Victorovich
a39e31cc36 dns/coredns: Update 1.9.1 -> 1.9.2
Reported by:	portscout
2022-05-11 20:05:25 -07:00
Don Lewis
051701ce15 dns/py-pydnstable: Upgrade to version 0.7.3
pydnstable (0.7.3-1) debian-farsightsec; urgency=medium

  * Fix bug in Python3 support.

  * Add simple tests for text and fmt_dict output

MFH:		2022Q2
Sponsored by:	DomainTools
2022-05-09 01:27:59 -07:00
Olivier Cochard
e362008922 dns/nextdns: Update to 1.37.11
Approved by:	rs@nextdns.io (maintainer)
2022-05-08 23:45:48 +02:00
Ralf van der Enden
8aa2acaac4 dns/dnsdist: update to 1.7.1
PR:		263809
2022-05-07 19:37:25 +02:00
Tobias Kortkamp
57c3caaa6c
lang/rust: Relink ports after the Rust 1.60.0 update 2022-05-03 10:00:34 +02:00
Po-Chuan Hsieh
b15032a204
dns/py-dns-lexicon: Update to 3.9.5
Changes:	https://github.com/AnalogJ/lexicon/releases
2022-04-26 23:01:27 +08:00
Joseph Mingrone
04b57ef638
lx's ports: Reset maintainer to ports@ per his request
Sponsored by:	The FreeBSD Foundation
2022-04-25 12:06:48 -03:00
Yuri Victorovich
1420d55375 dns/subfinder: Update 2.5.0 -> 2.5.1
Reported by:	portscout
2022-04-22 20:52:24 -07:00
Jaap Akkerhuis
60d0d50339 dns/drool: update to version 2.0.0
ChangeLog: https://www.dns-oarc.net/tools/drool

PR:	263148
Reported by:	jaap@NLnetLabs.nl (maintainer)
2022-04-22 20:34:43 +02:00
Mathieu Arnold
7a9f416ffa
dns/bind9-devel: upgrade to latest commit 2022-04-22 17:55:52 +02:00
Mathieu Arnold
279801056e
dns/bind918: upgrade to 9.18.2
With this release, the 9.18 branch switches from bind-dev to bind, so it
is now used for bind-tools.

Changes:	https://downloads.isc.org/isc/bind9/9.18.2/doc/arm/html/notes.html#notes-for-bind-9-18-2
2022-04-22 17:55:47 +02:00
Mathieu Arnold
a61f9745cc
dns/bind916: update to 9.16.28
BIND9 9.16 is now the new ESV release, replacing BIND9 9.11.

Changes:	https://downloads.isc.org/isc/bind9/9.16.28/doc/arm/html/notes.html#notes-for-bind-9-16-28
2022-04-22 17:55:42 +02:00
Tobias C. Berner
cbf73704b3 KDE: Update KDE Frameworks to 5.93
10th April 2022. KDE today announces the release of KDE Frameworks 5.93.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide
variety of commonly needed functionality in mature, peer reviewed and
well tested libraries with friendly licensing terms.

For an introduction see
https://kde.org/products/frameworks/

Full Changelog:
	https://kde.org/announcements/frameworks/5/5.93.0/

PR:		263207
Exp-run by:	antoine
2022-04-21 15:28:16 +02:00
Po-Chuan Hsieh
aba16facca
dns/rubygem-public_suffix: Update to 4.0.7
Changes:	https://github.com/weppos/publicsuffix-ruby/blob/main/CHANGELOG.md
2022-04-18 07:58:41 +08:00
Po-Chuan Hsieh
2cafbaead8
dns/p5-AnyEvent-CacheDNS: Update version requirement of *_DEPENDS 2022-04-18 07:58:11 +08:00
Yuri Victorovich
6d17df7909 dns/amass: Update 3.19.1 -> 3.19.2
Reported by:	portscout
2022-04-17 16:24:12 -07:00
Po-Chuan Hsieh
87cebeb7a9
dns/knot-resolver: Fix PLIST
- 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
2022-04-16 12:19:50 +08:00
Po-Chuan Hsieh
50a6d37469
dns/public_suffix_list: Update to 20220331
- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
2022-04-16 12:19:08 +08:00
Po-Chuan Hsieh
10d211b655
devel/protobuf: Update to 3.20.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
2022-04-16 12:19:07 +08:00
Don Lewis
9c3e1c57db dns/wdns: Upgrade to version 0.11.0
* Improve support for CAA records. (CAA was previously rendered as a
    "generic" rdata type.)

  * Bug fix for NSEC/NSEC3/CSYNC: do not output empty rrtype bitmaps
    per RFC6840 section 6.4.

  * Fix parsing of A6 records that ommit and address portion. Correct
    parsing of A6 records with prefix length 0. Correct handling of
    A6 address bytes. The address bytes of an A6 record are an address
    suffix relative to the prefix represented by the domain name, and
    so must be copied to and from the lower order bytes of the internal
    address representation. These A6 code updates were for the purposes
    of clearing "round trip" test errors in the existing code base.
    (A6 is deprecated and was moved to historic status.)

  * Fix bug in IPv6 prefix length processing in
    _wdns_str_to_rdata_ubuf().

  * Add support for SVCB and HTTPS resource record types. This is based
    on an Internet-Draft but is widely used in the real world.
    https://datatracker.ietf.org/doc/html/draft-ietf-dnsop-svcb-https-08

Bump PORTREVISION of dependent ports due to shared library version
change.

Sponsored by:	DomainTools
2022-04-11 22:31:39 -07:00
Mathieu Arnold
9524f35705
dns/bind9-devel: Update to latest commit
While there, remove PORTREVISION option, it has not worked in a long
time, and was never really useful.
2022-04-11 10:21:20 +02:00
Charlie Li
d63665f7cd
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
2022-04-10 15:11:41 -04:00
Ralf van der Enden
9e279309f3 dns/powerdns-recursor: Update to 4.6.2
Changelog:	https://blog.powerdns.com/2022/04/04/powerdns-recursor-4-6-2-and-4-5-9-released/

PR:		263160
2022-04-09 04:38:59 -04:00
Yuri Victorovich
2b77829ce8 dns/amass: Update 3.18.1 -> 3.19.1 2022-04-08 19:30:27 -07:00
Ryan Steinmetz
d84019773a
dns/c-ares: Update to 1.18.1 2022-04-08 13:19:20 -04:00
Leo Vandewoestijne
af0db7d6c7 dns/dsc: update to 2.13.0
While here, USE localbase.

PR:	263035
Reported by:	freebsd@dns.company (maintainer)
Reviewed by:	diizzy@
2022-04-07 16:36:52 +02:00
Jan Beich
268cee3b02 devel/icu: update to 71.1
Changes:	https://github.com/unicode-org/icu/releases/tag/release-71-1
Reported by:	GitHub (watch releases)
PR:		262654
Exp-run by:	antoine
Approved by:	fluffy
2022-04-07 00:39:10 +00:00
Ralf van der Enden
56b664aa3d dns/powerdns-recursor: update to 4.6.1
Fixes CVE-2022-27227

PR:	262879
Reported by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
MFH:	2022Q2 (security fix)
Security:	CVE-2022-27227
2022-04-06 12:35:45 +02:00
Ralf van der Enden
79872ab609 dns/powerdns: update to 4.6.1
Fixes CVE-2022-27227

PR:	262879
Reported by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
MFH:	2022Q2 (security fix)
Security:	CVE-2022-27227
2022-04-06 12:29:22 +02:00
Daniel Engberg
97e347a3a6 dns/libpsl: Don't rebuild man pages
Upstream confusingly refers to (re)generation of man pages as
"--enable-man" in configure script. Pages are already pre-built
so no need to rebuild

PR:		262954
Reported by:	gja822@narod.ru
Approved by:	portmgr (blanket)
2022-04-05 18:49:05 +02:00
Leo Vandewoestijne
bf2dfd0c14 dns/dnsjit: update to 1.2.3
PR:	263034
Reported by:	freebsd@dns.company (maintainer)
2022-04-05 15:47:20 +02:00
Mathieu Arnold
4b7e9697b7
dns/doh-proxy: update to 0.9.3 2022-04-04 09:21:55 +02:00
Mathieu Arnold
df038f5132
dns/bind9-devel: update to latest commit 2022-04-04 09:05:45 +02:00
Matthias Andree
9e9b4f9da9 dns/dnsmasq-devel: fix CVE-2022-0934 DHCPv6 vuln
Security:       3f321a5a-b33b-11ec-80c2-1bb2c6a00592
Security:       CVE-2022-0934
MFH:            2022Q2
2022-04-03 13:15:58 +02:00
Matthias Andree
03b5b25346 dns/dnsmasq: fix CVE-2022-0934 DHCPv6 vuln
Security:	3f321a5a-b33b-11ec-80c2-1bb2c6a00592
Security:	CVE-2022-0934
MFH:		2022Q2
2022-04-03 13:15:58 +02:00
Dmitry Marakasov
7b4d1f0b36 */*: fix trailing whitespace in pkg-descr's
Approved by:	portmgr blanket
2022-04-01 18:09:49 +03:00
Rene Ladan
97cf09b1df cleanup: Remove expired ports:
2022-03-31 security/revealrk: Deprecate, marked BROKEN on 12+ in 2018
2022-03-31 devel/apache-commons-modeler: Abandoned upstream, last release in 2013
2022-03-31 security/afl: Abandoned upstream, no new release since 2017. Please consider using security/afl++ instead
2022-03-31 www/mod_line_edit: Abandoned upstream, last release in 2006, Apache includes mod_sed
2022-03-31 www/myfaces: Unsupported by upstream, released in 2005
2022-03-31 www/mod_backtrace: Abandoned upstream in 2012 (version 2.0)
2022-03-31 security/base: Broken with PHP 7+, forked here https://github.com/NathanGibbs3/BASE/
2022-03-31 security/find-zlib: Deprecated, no longer relevant
2022-03-31 security/razorback-clamavNugget: Abandonware, last release in 2012 and listed as alpha quality by upstream
2022-03-31 security/shimmer: Abandonware, last release in 2008
2022-03-31 security/kripp: Abandonware, upstream returns 404 and last release was back in 2007
2022-03-31 security/ipfilter2dshield: Abandonware, no word of it on upstream web site
2022-03-31 security/sha: Obsolete, we have tools in base
2022-03-31 security/gputty: Unfetchable, dead upstream
2022-03-31 java/apache-commons-discovery: Abandoned upstream, last release in 2006
2022-03-31 www/geronimo: Port outdated, unsupported upstream and depends on deprecated software
2022-03-31 security/isakmpd: 15+ years old and broken on multiple versions
2022-03-31 security/razorback-swfScanner: Abandonware, last release in 2012 and listed as alpha quality by upstream
2022-03-31 devel/hadoop: Outdated, unsupported upstream
2022-03-31 java/apache-commons-primitives: Abandoned upstream, last release in 2003
2022-03-31 security/l5: Abandonware, broken on amd64 for 10+ years
2022-03-31 security/unicornscan: Very outdated and abandoned, current version in tree was released in 2004 and last release by upstream in Aug 2013. Please consider using security/nmap or security/rustscan
2022-03-31 security/gringotts: Abandonware, upstream dead and last release in 2009
2022-03-31 security/axTLS: Very outdated and abandoned, current version in tree was released in 2013 and last by upstream in 2019
2022-03-31 security/shttpscanner: Abandonware, last release in 2006
2022-03-31 security/sniff: Abandonware, last release around 2000 and dead upstream. Please consider using net/wireshark
2022-03-31 security/razorback-archiveInflate: Abandonware, last release in 2012 and listed as alpha quality by upstream
2022-03-31 security/scanssh: Abandonware, last release in 2005. Please consider using security/nmap or security/rustscan
2022-03-31 security/symbion-sslproxy: Abandonware, last release in 2009 and inactive upstream
2022-03-31 security/manipulate_data: Abandonware, unsupported upstream
2022-03-31 security/vinetto: Obsolete, targets deprecated Windows operating systems such as XP and 2003 Server
2022-03-31 security/pbnj: Abandonware, last release in 2006 and reported broken upstream in 2017 upstream
2022-03-31 databases/jasperreports: Unsupported by upstream, released in 2013
2022-03-31 security/retranslator: Deprecated upstream (EOL)
2022-03-31 security/cp2fwb: Abandonware, used with deprecated software Firewall Builder.
2022-03-31 security/webscarab: Deprecated by upstream in 2014
2022-03-31 security/pscan: Abandonware, last release in 2000
2022-03-31 security/vnccrack: Outdated and abandoned, last release in 2008. Upstream is at 2.1 while version in ports is 1.0.0
2022-03-31 security/doscan: Abandonware, last release in 2014. Please consider using security/masscan or sysutils/pnscan
2022-03-31 security/radamsa: Abandonware, last release in 2017 and marked as BROKEN in late 2020
2022-03-31 security/trinokiller: Abandonware, dead upstream
2022-03-31 security/spybye: Abandonware, last release in 2008 and no upstream development
2022-03-31 security/razorback-officeCat: Abandonware, last release in 2012 and listed as alpha quality by upstream
2022-03-31 textproc/crimson: Deprecated by upstream 2010-08-06
2022-03-31 security/tripwire-131: Deprecated, please consider using security/tripwire instead
2022-03-31 security/bruteforceblocker: Abandonware, please consider using security/sshguard
2022-03-31 security/razorback-fsMonitor: Abandonware, last release in 2012 and listed as alpha quality by upstream
2022-03-31 security/tlswrap: Abandonware, last release in 2007 and dead upstream
2022-03-31 security/sslsniffer: Abandonware, last release in 2001. Please consider using security/sslsplit or security/sslproxy
2022-03-31 security/strobe: Abandonware, last release around 2000 and dead upstream. Please consider using security/nmap or security/rustscan
2022-03-31 security/amap: Abandoned upstream, no new release for 10+ years. Please consider using security/nmap or security/rustscan
2022-03-31 security/ppars: Abandonware, no word of it on upstream web site
2022-03-31 security/zebedee: Abandonware, last release in 2005 and runtime issues reported upstream
2022-03-31 security/matrixssl: Abandonware, dead upstream
2022-03-31 security/razorback-virusTotal: Abandonware, last release in 2012 and listed as alpha quality by upstream
2022-03-31 security/stud: Abandonware, marked BROKEN on 12+ in 2019
2022-03-31 security/sslwrap: Abandonware, marked BROKEN on 12+ in 2019
2022-03-31 security/dcetest: Targets deprecated protocol by Microsoft in favour of .NET
2022-03-31 security/l0phtcrack: Obsolete, Microsoft LANMAN and NT password hashes are deprecated
2022-03-31 security/slurpie: Abandonware, last release around 2000 and dead upstream
2022-03-31 security/ike: Abandonware, last release in 2013 and IKEv1 is considered to be insecure
2022-03-31 security/mussh: Abandonware, last release in 2011 please consider using security/teleport
2022-03-31 security/razorback-fsWalk: Abandonware, last release in 2012 and listed as alpha quality by upstream
2022-03-31 security/hackbot: Abandonware, last release in 2003. Please consider using security/nmap or security/rustscan
2022-03-31 security/phpsecinfo: Abandonware, last release in 2006
2022-03-31 security/libpreludedb: Very outdated, current version in tree was released back in 2015 and upstream is still active
2022-03-31 security/ipfw2dshield: Abandonware, no word of it on upstream web site
2022-03-31 security/razorback-fileInject: Abandonware, last release in 2012 and listed as alpha quality by upstream
2022-03-31 security/gwee: Abandonware, last release 15+ years ago and dead upstream
2022-03-31 security/pktsuckers: Abandonware, last release from somewhere around 1999
2022-03-31 security/slush: Obsolete, listed as alpha quality, last release around 2000 and dead upstream
2022-03-31 security/integrit: Abandonware, last release in 2003
2022-03-31 security/razorback-pdfFox: Abandonware, last release in 2012 and listed as alpha quality by upstream
2022-03-31 security/razorback-yaraNugget: Abandonware, last release in 2012 and listed as alpha quality by upstream
2022-03-31 security/hlfl: Abandonware, last release in 2003
2022-03-31 security/jbrofuzz: Abandonware, no word of it on upstream web site and last release was 10 years ago
2022-03-31 security/libpwstor: Abandonware, last release in 2008
2022-03-31 security/smtpscan: Abandonware, last release in 2003 and dead upstream. Please consider using security/nmap
2022-03-31 security/cisco-torch: Abandonware, dead upstream
2022-03-31 security/amavis-stats: Abandoned, upstream is dead and last release was back in 2005
2022-03-31 textproc/lucene4: Unsupported by upstream, released in 2015
2022-03-31 java/apache-commons-discovery: Abandoned upstream, last release in 2006
2022-03-31 devel/liballium: Abandonware, last release in 2014 and upstream is dead
2022-03-31 www/sakai: Depends on expired www/tomcat7
2022-03-31 graphics/deegree-wpvs: Depends on expired www/tomcat7
2022-03-31 graphics/deegree-igeoportal: Depends on expired www/tomcat7
2022-03-31 www/jspwiki: Depends on expired www/tomcat7
2022-03-31 graphics/deegree-wcs: Depends on expired www/tomcat7
2022-03-31 graphics/deegree-csw: Depends on expired www/tomcat7
2022-03-31 graphics/deegree-wms: Depends on expired www/tomcat7
2021-12-31 www/tomcat7: Tomcat 7 is EOL on 2021-03-31. Please upgrade to a later version
2022-03-31 devel/gitblit: Depends on expired www/tomcat7
2022-03-31 graphics/barbecue: Depends on expired www/tomcat7
2022-03-31 graphics/deegree-wfs: Depends on expired www/tomcat7
2022-03-31 graphics/deegree-wps: Depends on expired www/tomcat7
2022-03-31 sysutils/rubygem-smart_proxy_chef: Depends on expired sysutils/rubygem-chef-api
2021-12-31 sysutils/rubygem-chef-api: The chef-api gem is no longer maintained. Please use the supported Chef::ServerAPI library from the Chef gem
2022-03-31 databases/redis5: EOLed upstream
2022-03-31 security/outguess: Abandonware, dead upstream and last release in 2001
2022-01-15 devel/maven3: Outdated, unsupported upstream
2022-01-15 devel/maven33: Outdated, unsupported upstream
2022-03-31 devel/monotone: Abandoned upstream, no release since 2014
2022-03-31 security/botan110: Deprecated upstream, users are recommended to migrate to 2.x
2022-03-31 net/hping: Deprecated upstream, please consider using net/hping3 instead
2022-03-31 sysutils/autopsy: Very outdated, current version in tree was released back in 2010 and upstream is still active
2022-03-31 java/cryptix-jce: Abandonware, last release in 2005 and listed as dead upstream
2022-03-31 net-mgmt/netustad: Abandonware, dead upstream, unfetchable and is marked BROKEN for 13+
2022-03-31 www/paros: Abandonware, last release in 2006 and dead upstream
2022-03-31 net/queso: Abandonware and obsolete, last release back in 1998. Please consider using security/nmap instead
2022-03-31 mail/rlytest: Abandonware, last release in 2003 and dead upstream
2022-03-31 net/ssvnc: Abandonware, last release in 2011 and broken functionality reported upstream
2022-03-31 sysutils/webjob: Abandonware, last release in 2012 and broken on multiple architectures
2022-03-31 dns/bundy: Project is in hibernation and not recommended to use in production
2022-03-31 lang/ruby26: Use newer version of Ruby. Ruby 2.6 will reach its EoL on March 31, 2022
2022-03-31 textproc/kibana6: Uses expired www/node10
2021-04-30 www/node10: Node.js v10.x reaches end-of-life on 2021-04-30, see https://github.com/nodejs/Release
2022-03-31 comms/zssh: Abandonware, last release in 2003. Please consider using scp or net/croc instead
2022-03-31 devel/py-dataclasses: Included in Python 3.7 or later
2022-03-31 net-im/diligent: Abandoned upstream, users also confirms port to be non working
2022-03-31 www/typo3-9: Mainstream support ended 2021-09-30
2022-03-31 databases/adodb: Unsupported upstream, cannot be used with PHP 8.0+
2022-03-31 audio/clementine-player: Last release in 2016, many issue reports upstream and little to no development for years. Please consider using audio/strawberry
2022-03-31 security/libprelude: Very outdated, current version in tree was released back in 2015 and upstream is still active
2022-03-31 www/crp: Abandonware, last release in 2003 and upstream refers to PHP 4.x and is dead
2022-03-31 devel/fb-adb: Last release in 2016 and deprecated by upstream, please consider using devel/android-tools-adb instead
2022-03-31 comms/o2sms: Abandonware, last release in 2010 and upstream is dead
2022-03-31 comms/p5-SMS-Send-TW-Qma: QMA service provider is no longer around
2022-03-31 comms/p5-SMS-Send-TW-ShareSMS: Service provider is no longer around
2022-03-31 comms/yaps: Service providers are no longer around and/or are no longer providing this service
2022-03-31 security/arirang: Abandoned upstream and last release was back in 2011
2022-03-31 security/openvpn-mbedtls: mbedTLS only has a minimum viable TLSv1.3 implementation, and OpenVPN-mbedtls does not work on FreeBSD 14-CURRENT
2022-03-31 www/mod_proxy_xml: Abandoned upstream, last release in 2004
2022-03-31 www/mod_xmlns: Abandoned upstream, last release in 2004
2022-03-31 www/mod_authnz_crowd: Abandoned upstream in 2014, doesn't work with Apache 2.4+
2022-03-31 security/razorback-scriptNugget: Abandonware, last release in 2012 and listed as alpha quality by upstream
2022-03-31 dns/bind911: End of life, please migrate to a newer version of BIND9
2022-03-31 www/grafana6: EOLed upstream, unfixed vulnerabilities
2022-03-31 security/govpn: Deprecated upstream, reference: http://www.govpn.info/
2022-03-31 22:31:14 +02:00
Leo Vandewoestijne
e0acd66f28 dns/knot3: Update to 3.1.7
Changes: https://www.knot-dns.cz/2022-03-30-version-317.html

PR:	262934
2022-03-30 10:31:12 -07:00
Rene Ladan
801ede8b16 cleanup: Remove expired ports:
2022-03-30 dns/py-dnspython2: Use dns/py-dnspython
2022-03-30 12:31:23 +02:00
Guangyuan Yang
d690b5102f */*: Bump PORTREVISION after lang/go 1.18 update 2022-03-30 03:01:44 -04:00
Yasuhiro Kimura
4ca30f86b0 dns/fastresolve: Fix build when default version of berkeley db is 18
PR:		262138
Approved by:	maintainer timeout
MFH:		2022Q1
2022-03-30 15:10:49 +09:00
Yuri Victorovich
7b4d6e5eac dns/doggo: Downgrade 0.5.0 -> 0.4.2
0.5.0 was made by mistake, see
https://github.com/mr-karan/doggo/issues/33#issuecomment-1082173618
2022-03-29 10:47:37 -07:00
Mathieu Arnold
588a9dc788
dns/bind918: fix build
The ISC is doing new strange things in their Makefiles, so add back
gmake to the dependency chain when building DOCS or MANPAGES.
2022-03-28 11:50:38 +02:00
Mathieu Arnold
fd68b282ec
dns/bind9-devel: update to latest commit
The ISC is doing new strange things in their Makefiles, so add back
gmake to the dependency chain when building DOCS or MANPAGES.
2022-03-28 11:50:33 +02:00
Matthias Fechner
247c7db751 textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd7
2022-03-26 09:27:27 +01:00
Po-Chuan Hsieh
c63a64140b
dns/py-publicsuffixlist: Update to 0.7.12
Changes:	https://github.com/ko-zu/psl/commits/master
2022-03-25 21:37:03 +08:00
Po-Chuan Hsieh
9b72a13ca9
dns/py-idna: Update to 3.3
- Update LICENSE
- Update pkg-descr

Changes:	https://github.com/kjd/idna/blob/master/HISTORY.rst
2022-03-25 21:37:03 +08:00
Po-Chuan Hsieh
b44a311e35
dns/dnscap: Update to 2.0.2
Changes:	https://github.com/DNS-OARC/dnscap/releases
2022-03-25 21:36:41 +08:00
Mathieu Arnold
2fad974ce2
dns/bind918: update to 9.18.1
MFH:		2021Q1
Security:	CVE-2021-25220, CVE-2022-0396, CVE-2022-0635, CVE-2022-0667
2022-03-24 18:02:15 +01:00
Yuri Victorovich
e2881fb378 dns/amass: Update 3.17.1 -> 3.18.1
Reported by:	portscout
2022-03-24 09:35:03 -07:00
Ralf van der Enden
787638c39c dns/powerdns: Update to 4.6.0
Changelog:	https://blog.powerdns.com/2022/01/25/authoritative-server-4-6-0/

PR:		262740
2022-03-24 03:59:13 -04:00
Xin LI
8c822626be dns/bind916: Security update to 9.16.27
Security:	CVE-2022-0396, CVE-2021-25220
MFH:		2022Q1
With hat:	secteam
2022-03-23 20:50:07 -07:00
Xin LI
ddbaee768d dns/bind911: Security update to 9.11.37.
Security:	CVE-2021-25220
MFH:		2022Q1
With hat:	secteam
2022-03-23 20:50:06 -07:00
Neel Chauhan
ab52f5ed5c dns/Makefile: add new port luaunbound 2022-03-22 14:54:42 -07:00
Thomas Morper
95e4dba682 dns/luaunbound: new port
PR:	262666
2022-03-22 10:29:01 -07:00
Martin Matuska
2389b91c2a dns/lua-resty-dns: New Port
Lua DNS resolver for the ngx_lua based on the cosocket API

WWW: https://github.com/openresty/lua-resty-dns
2022-03-20 00:49:44 +01:00
Tobias C. Berner
4c02428b35 KDE: Update KDE Frameworks to 5.92.0
Saturday, 12 March 2022

KDE today announces the release of KDE Frameworks 5.92.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Announcement and Changelog:
	https://kde.org/announcements/frameworks/5/5.92.0/

PR:		262522
Exp-run by:	antoine
2022-03-19 20:10:32 +01:00
Daniel Engberg
ed9bc952d8 dns/dnsjit: Switch to upstream's build fix
Backport upstream commit 4346a4859b1ff21f74cc4ae7c79ba6af07a5774f to fix
build with LLVM 12+

PR:		261274
Reported by:	Jaap Akkerhuis <jaap@NLnetLabs.nl>
Approved by:	portmgr (blanket)
2022-03-18 09:00:41 +01:00
Mikael Urankar
e255ac5487 lang/rust: Bump revisions after 1.59.0 2022-03-15 10:51:58 +01:00
Jaap Akkerhuis
b1fffcc632 dns/dnsjit: Fix build issues on 13-STABLE and newer versions
PR:		261274
Approved by:	Leo Vandewoestijne <freebsd@dns.company> (maintainer timeout, 7+ weeks)
2022-03-13 08:53:54 +01:00
Daniel Engberg
229ab97a2e */*: Return ports back to pool
Greg's mail bounes (no MX record) so return his ports to pool for now.
Thanks for your time and effort maintaing these ports!
2022-03-13 08:53:54 +01:00
Daniel Engberg
4267d38522 dns/blocky: Update to 0.18
Changelog: https://github.com/0xERR0R/blocky/releases/tag/v0.18

PR:		262211
Approved by:	Greg Fitzgerald <gregf@beastie.tech> (maintainer timeout, 2+ weeks)
2022-03-13 08:53:54 +01:00
Yuri Victorovich
cc33cbfa7c dns/coredns: Update 1.9.0 -> 1.9.1
Reported by:	portscout
2022-03-12 12:23:27 -08:00
Bernhard Froehlich
e82949ed77
dns/dnscontrol: Update to 3.15.0 2022-03-12 13:18:13 +00:00
Muhammad Moinur Rahman
b6ebe26148 dns/py-dnspython: Update version 2.2.0=>2.2.1
- Remove OPTIONS PYCRYPTODOME
 - Add OPTIONS CURIO DNSSEC DOH EXAMPLES IDNA TRIO
Relnotes: https://www.dnspython.org/news/2.2.1/
2022-03-12 04:29:21 -06:00
Yuri Victorovich
cfd245613a dns/coredns: Update 1.8.7 -> 1.9.0
Reported by:	portscout
2022-03-11 23:16:39 -08:00
Yuri Victorovich
65bd47ffb7 dns/amass: Update 3.16.0 -> 3.17.1
Reported by:	portscout
2022-03-11 23:16:38 -08:00
Dave Cottlehuber
38ab63405e dns/py-ns1-python: update to 0.17.1 2022-03-09 08:42:52 +00:00
Dmitry Sivachenko
a29712eec5 dns/py-pycares: update to version 4.1.2.
PR: 262361
Submitted by:	Norikatsu Shigemura <nork@ninth-nine.com>
2022-03-08 19:50:14 +00:00
Yuri Victorovich
8519d6e586 dns/subfinder: Update 2.4.9 -> 2.5.0
Reported by:	portscout
2022-03-07 12:14:13 -08:00
Po-Chuan Hsieh
9a140b31fe
*/py-*: Take maintainership 2022-03-08 03:24:01 +08:00
Rene Ladan
3d89f95e2f all: return koobs' ports to the pool after safekeeping his commit bit. 2022-03-07 20:07:39 +01:00
Po-Chuan Hsieh
c4fbf3ade6
dns/rubygem-google-apis-dns_v1: Update to 0.19.0
Changes:	https://github.com/googleapis/google-api-ruby-client/blob/main/generated/google-apis-dns_v1/CHANGELOG.md
2022-03-08 02:13:00 +08:00
Po-Chuan Hsieh
95e6cc5cd8
dns/py-dns-lexicon: Update to 3.9.4
Changes:	https://github.com/AnalogJ/lexicon/releases
2022-03-08 02:11:20 +08:00
Po-Chuan Hsieh
ab250dfbdc
dns/public_suffix_list: Update to 20220228
- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
2022-03-08 02:10:56 +08:00
Loïc Bartoletti
2d8f857316 devel/py-qt5, devel/py-sip: Update versions
- Update sip to 6.5.1
- Update PyQt5 to 5.15.6
- Update PyQtChart, PyQtNetworkAuth and PyQtWebengine to 5.15.5
- Update PyQtSip to 12.9.1
- Update PyQtBuilder to 1.12.2
- Add ${_MAKE_JOBS} for pyqt.mk (reported by Tatsuki Makino)

PR:		261685
Exp-run by:	antoine
2022-03-07 18:39:13 +01:00
Yuri Victorovich
4dcaac8fda dns/knock: Update 5.2.0 -> 5.3.0
Reported by:	portscout
2022-03-05 20:22:36 -08:00
Muhammad Moinur Rahman
29d76ee75d dns/py-dnspython2: Mark DEPRECATED
- After upgrading py-dnspython to 2.2.0 mark this DEPRECATED
- Set EXPIRATION_DATE to 2022-03-30
2022-02-28 20:15:06 -06:00
Muhammad Moinur Rahman
75c97e7a74 Update dependency to py-dnspython
After adding py-dnspython1 and updating py-dnspython to 2.2.0 update
some dependency of ports.
2022-02-28 20:10:52 -06:00
Muhammad Moinur Rahman
5d855cc1c5 dns/py-dnspython: Update version 1.16.0=>2.2.0
- Take MAINTAINERSHIP

Relnotes: https://www.dnspython.org/news/2.2.0/
2022-02-28 19:57:18 -06:00
Muhammad Moinur Rahman
6832a88f6d dns/py-dnspython1: New port
This port is copied from dns/py-dnspython. Assign to original author.
This port is created to streamline the updated version of 2.x release
for using with other ports.

dnspython is a DNS toolkit for Python. It supports almost all record
types. It can be used for queries, zone transfers, and dynamic
updates. It supports TSIG authenticated messages and EDNS0.

dnspython provides both high and low level access to DNS. The high
level classes perform queries for data of a given name, type, and
class, and return an answer set. The low level classes allow direct
manipulation of DNS zones, messages, names, and records.

This is 1.x version of the port which supports python 2.7

WWW: http://www.dnspython.org/
2022-02-28 19:45:18 -06:00
Muhammad Moinur Rahman
08b5ebce79 dns/py-dnspython: Revert 7fc16da
- Remove duplicate PORTVERSION based on PYTHON_MAJOR_VER
- Add PORTEPOCH as version number going backwards 2.1.0=>1.16.0
- Restrict python upto 3.7
- Fix finance/electrum which was changed based on this.
- Fix dns/py-dns-lexicon which was changed based on this.
PR:		261325
Approved by:	portmgr
Fixes: 7fc16da dns/py-dnspython: Update to 2.1.0 for Python 3
2022-02-28 17:40:41 -06:00
Rene Ladan
8e2a89b541 cleanup: Remove ports depending on expired lang/gcc6-aux
Keep ports-mgmt/synth and dependencies (including lang/gcc6-aux itself)
for now as synth is the only Ada port still maintained and might be
somewhat high-profile.

Removed ports:
archivers/zip-ada
cad/ghdl
databases/adabase
databases/apq
databases/apq-mysql
databases/apq-odbc
databases/apq-pgsql
devel/ada-util
devel/adabooch
devel/adaid
devel/ahven
devel/alog
devel/aunit
devel/florist-gpl
devel/gprbuild
devel/libspark2012
devel/matreshka
devel/pcsc-ada
devel/pragmarcs
devel/sdl_gnat
dns/ironsides
graphics/generic_image_decoder
lang/adacontrol
lang/asis
lang/gnat_util
lang/lua-ada
math/plplot-ada
misc/excel-writer
net/adasockets
net/anet
security/libadacrypt
textproc/adabrowse
textproc/templates_parser
textproc/words
textproc/xmlada
x11-toolkits/gtkada
x11-toolkits/gtkada3
2022-02-28 22:34:25 +01:00
Po-Chuan Hsieh
f7e42ce5d5
devel/protobuf: Update to 3.19.4
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
2022-02-28 20:46:46 +08:00
Po-Chuan Hsieh
35624f1cc5
dns/public_suffix_list: Update to 20220201
- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
2022-02-28 20:46:00 +08:00
Tobias C. Berner
a480b02ab6 KDE: Update KDE Frameworks to 5.91
Sunday, 13 February 2022

KDE today announces the release of KDE Frameworks 5.91.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Announcement:
	https://kde.org/announcements/frameworks/5/5.91.0/

PR:		261934
Exp-run by:	antoine
2022-02-27 19:39:06 +01:00
Jaap Akkerhuis
ed63185054 dns/unbound: Fix DoH compilation
PR:		262145
Reported by:	freebsd@rail.eu.org
Tested by:	freebsd@rail.eu.org
2022-02-26 15:29:48 -07:00
Jaap Akkerhuis
449c5b8032 dns/nsd: Update version 4.3.9=>4.4.0
- Pet portclippy

This release changes the memory allocation for outgoing zonetransfers,
and this reduces the memory footprint. The defaults for the amounts are
the same as before, but there are config options to configure the memory
usage. There are also bug fixes.

4.4.0
================
FEATURES:
- Merge #193: Lower memory usage of the XFRD process by default.
  Instead of preallocating all elements, they are allocated when used.
  There are options for managing the memory usage, defaults are the
  same as before. xfrd-tcp-max sets the number of sockets for tcp
  connections that xfrd can make to download zone contents. And
  xfrd-tcp-pipeline the number of simultaneous transfers over the
  same connection.

BUG FIXES:
- Fix #200: nsd-checkzone succeeds even with incorrect serial in SOA
  record.
- Merge #204 from jonathangray: correct some spelling mistakes.
- Fix to change file mode before changing file owner for the
  nsd-control unix socket file.
- Fix to document nsd-checkzone -p in the man page for nsd-checkzone.
- Fix #206: build with --without-ssl fails.
- Merge #207 Sync nsd-control-setup with unbound-control-setup to
  generate certificates with SANs.
- Fix unit tests for nds-control-setup exit code and the
  xfrd-tcp-max default.

PR:		262034
Approved by:	jaap@NLnetLabs.nl (maintainer)
Relnotes: https://nlnetlabs.nl/news/2022/Feb/17/nsd-4.4.0-released/
2022-02-18 09:48:03 -06:00
Mathieu Arnold
774b522ad0
dns/bind916: update to 9.16.26
Changes:	https://downloads.isc.org/isc/bind9/9.16.26/doc/arm/html/notes.html#notes-for-bind-9-16-26

MFH:		2021Q1
2022-02-17 23:17:42 +01:00
Jaap Akkerhuis
cfd10e7acc dns/unbound: Update to 1.15.0
[The Makefile of the port got cleaned up to make portfmt happy]

This release has bug fixes for crashes that happened on heavy network
usage. The default for the aggressive-nsec option has changed, it is now
enabled.

The ratelimit logic had to be reworked for the crash fixes. As a result,
there are new options to control the behaviour of ratelimiting.
The ratelimit-backoff and ip-ratelimit-backoff options can be used to
control how severe the backoff is when the ratelimit is exceeded.

The rpz-signal-nxdomain-ra option can be used to unset the RA flag, for
NXDOMAIN answers from RPZ. That is used by some clients to detect that
the domain is externally blocked. The RPZ option for-downstream can be
used like for auth zones, this allows the RPZ zone information to be
queried. That can be useful for monitoring scripts.

Features
- Fix #596: unset the RA bit when a query is blocked by an unbound
  RPZ nxdomain reply. The option rpz-signal-nxdomain-ra allows to
  signal that a domain is externally blocked to clients when it
  is blocked with NXDOMAIN by unsetting RA.
- Add rpz: for-downstream: yesno option, where the RPZ zone is
  authoritatively answered for, so the RPZ zone contents can be
  checked with DNS queries directed at the RPZ zone.
- Merge PR #616: Update ratelimit logic. It also introduces
  ratelimit-backoff and ip-ratelimit-backoff configuration options.
- Change aggressive-nsec default to yes.

Bug Fixes
- Fix compile warning for if_nametoindex on windows 64bit.
- Merge PR #581 from fobser: Fix -Wmissing-prototypes and -Wshadow
  warnings in rpz.
- Fix validator debug output about DS support, print correct algorithm.
- Add code similar to fix for ldns for tab between strings, for
  consistency, the test case was not broken.
- Allow local-data for classes other than IN to inherit a configured
  local-zone's type if possible, instead of defaulting to type
  transparent as per the implicit rule.
- Fix to pick up other class local zone information before unlock.
- Add missing configure flags for optional features in the
  documentation.
- Fix Unbound capitalization in the documentation.
- Fix #591: Unbound-anchor manpage links to non-existent license file.
- contrib/aaaa-filter-iterator.patch file renewed diff content to
  apply cleanly to the current coderepo for the current code version.
- Fix to add test for rpz-signal-nxdomain-ra.
- Fix #596: only unset RA when NXDOMAIN is signalled.
- Fix that RPZ does not set RD flag on replies, it should be copied
  from the query.
- Fix for #596: fix that rpz return message is returned and not just
  the rcode from the iterator return path. This fixes signal unset RA
  after a CNAME.
- Fix unit tests for rpz now that the AA flag returns successfully from
  the iterator loop.
- Fix for #596: add unit test for nsdname trigger and signal unset RA.
- Fix for #596: add unit test for nsip trigger and signal unset RA.
- Fix #598: Fix unbound-checkconf fatal error: module conf
  'respip dns64 validator iterator' is not known to work.
- Fix for #596: Fix rpz-signal-nxdomain-ra to work for clientip
  triggered operation.
- Merge #600 from pemensik: Change file mode before changing file
  owner.
- Fix prematurely terminated TCP queries when a reply has the same ID.
- For #602: Allow the module-config "subnetcache validator cachedb
  iterator".
- Fix EDNS to upstream where the same option could be attached
  more than once.
- Add a region to serviced_query for allocations.
- For dnstap, do not wakeupnow right there. Instead zero the timer to
  force the wakeup callback asap.
- Fix #610: Undefine-shift in sldns_str2wire_hip_buf.
- Fix #588: Unbound 1.13.2 crashes due to p->pc is NULL in
  serviced_udp_callback.
- Merge PR #612: TCP race condition.
- Test for NSID in SERVFAIL response due to DNSSEC bogus.
- Fix #599: [FR] RFC 9156 (obsoletes RFC 7816), by noting the new RFC
  document.
- Fix tls-* and ssl-* documented alternate syntax to also be available
  through remote-control and unbound-checkconf.
- Better cleanup on failed DoT/DoH listening socket creation.
- iana portlist update.
- Fix review comment for use-after-free when failing to send UDP out.
- Merge PR #603 from fobser: Use OpenSSL 1.1 API to access DSA and RSA
  internals.
- Merge PR #532 from Shchelk: Fix: buffer overflow bug.
- Merge PR #617: Update stub/forward-host notation to accept port and
  tls-auth-name.
- Update stream_ssl.tdir test to also use the new forward-host
  notation.
- Fix header comment for doxygen for authextstrtoaddr.
- please clang analyzer for loop in test code.
- Fix docker splint test to use more portable uname.
- Update contrib/aaaa-filter-iterator.patch with diff for current
  software version.
- Fix for #611: Integer overflow in sldns_wire2str_pkt_scan.

PR:	261888
2022-02-17 22:21:08 +01:00
Gian-Simon Purkert
3fcb3729c1 dns/openresolv: Update to 3.12.0
ChangeLog:
https://roy.marples.name/git/openresolv/shortlog/refs/tags/openresolv-3.12.0

PR:	259337
Reported by:	gspurki@gmail.com
Approved by:	roy@marples.name (maintainer)
2022-02-17 15:55:22 +01:00
Mathieu Arnold
cfada54fb3
dns/bind918: add newest version of BIND9
Amongts many new features are the two methods of securing DNS trafic
over Transport Layer Security (TLS). TLS is used by both DNS over TLS
(DoT) and DNS over HTTPS (DoH).

Changes:	https://downloads.isc.org/isc/bind9/9.18.0/doc/arm/html/notes.html
2022-02-10 16:35:41 +01:00
Mathieu Arnold
3f8d9dce08
dns/bind9-devel: update to latest commit
Add back the Administrator Reference Manual in the DOCS option.
2022-02-10 16:35:32 +01:00
Mathieu Arnold
e84b73e5ff
dns/bind916: update to 9.16.25
Add back the Administrator Reference Manual in the DOCS option.

Changes:	https://downloads.isc.org/isc/bind9/9.16.25/doc/arm/html/notes.html#notes-for-bind-9-16-25
2022-02-10 16:35:27 +01:00
Mathieu Arnold
687d3153fa
dns/bind911: fix expiration date 2022-02-10 14:25:43 +01:00
Leo Vandewoestijne
69bd0a2eea dns/knot3: Update to 3.1.6
Changelog:	https://www.knot-dns.cz/2022-02-08-version-316.html

PR:		261823
2022-02-09 23:24:43 -05:00
Matthias Andree
c331ef6115 dns/dnsmasq-devel: update to v2.87test8
new CHANGELOG entries since test7:

- Fix problem with binding DHCP sockets to an individual interface.
  Despite the fact that the system call tales the interface _name_ as a
  parameter, it actually, binds the socket to interface _index_.
  Deleting the interface and creating a new one with the same name
  leaves the socket bound to the old index. (Creating new sockets always
  allocates a fresh index, they are not reused). We now take this
  behaviour into account and keep up with changing indexes.

- Add --conf-script configuration option.
2022-02-09 19:56:23 +01:00
Bernhard Froehlich
95315ac271
dns/dnscontrol: Update to 3.14.0 2022-02-07 12:37:27 +00:00
Matthias Andree
6fc24efefe dns/dnsmasq-devel: update to 2.87test7
with one patch by Johnny S. Lee via mailing list to
avoid a build failure on *BSD.
2022-02-06 12:23:10 +01:00
Matthias Andree
41b0378ad4 dns/dnsmasq: cherry-pick 2.86-related man update
https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=commitdiff;h=10cd342f5c847a5e0226d6f0f9ff4ca16db610a5

Obtained from:	Simon Kelley's upstream git repository
2022-02-06 12:23:10 +01:00
Tobias Kortkamp
d64a2a380f
lang/rust: Relink consumers
PR:		261449
Security:	ee26f513-826e-11ec-8be6-d4c9ef517024
2022-02-03 15:02:32 +01:00
Will Tisdale
1e910ea086 dns/nextdns: Update to 1.37.7
Changes: https://github.com/nextdns/nextdns/compare/v1.32.2...v1.37.7

PR:	261246
Reported by:	willtisdale@gmail.com
Approved by:	rs@nextdns.io (maintainer, timeout > 2 weeks)
2022-02-01 09:39:03 +01:00
Ryan Steinmetz
2002ab9ac6
dns/dns-ui: Fixup support for php8+, bump PORTREVISION 2022-01-31 23:26:09 -05:00
Po-Chuan Hsieh
8f4f315f91
dns/py-dns-lexicon: Change RUN_DEPENDS from py-dnspython2 to py-dnspython after 7fc16dab84
- Bump PORTREVISION for dependency change
2022-01-29 07:26:48 +08:00
Tijl Coosemans
b93e64d3c3 security/mbedtls: Update to 2.28.0 and fix make test
Also bump dependent ports for library version change.

PR:		255084
2022-01-28 13:14:09 +01:00
Loïc Bartoletti
4f0a5e1540 PyQt: Update sip to 6.5.0, reintroduce sip4 and simplify PyQt framework.
SIP:
As mentioned in the update from sip to sip5, this is a transitional version
to remove what is deprecated in sip4.
Sip6 completely removes the deprecated parts.
Unfortunately, some ports — mostly cura things — can not use sip6, so we
reintroduce sip4.

PyQt:
At the same time, we took the opportunity to simplify PyQT and propose only one
package as for devel/pyside2. */py-qt5-* have been merged — excepted chart,
networkauth and webengine — into devel/py-qt5-pyqt.

This allows us to be in adequacy with the packages that the author of these
libraries proposes, namely:

PyQt - devel/py-qt5-pyqt
PyQt-Charts - x11-toolkits/py-qt5-chart
PyQt-NetworkAuth – net/py-qt5-networkauth
PyQt-WebEngine – www/py-qt5-webengine
SIP – devel/py-sip
py-sip - devel/py-qt5-sip
PyQt-builder - devel/py-qtbuilder
Qscintilla - devel/py-qt5-qscintilla2

Reviewed by:	diizzy, kde
Tested by:	kai, rhurlin, arrowd, madpilot
Approved by:	makc, tcberner, kde
Differential Revision:	https://reviews.freebsd.org/D33237
Exp-run by:	antoine
2022-01-27 07:12:26 +01:00
Dag-Erling Smørgrav
ad43a663a8 dns/nsnotifyd: update to 2.0
Approved by:	maintainer (dvl)
2022-01-26 12:40:24 +01:00
Po-Chuan Hsieh
310b8356d5
dns/rubygem-google-apis-dns_v1: Update to 0.18.0
Changes:	https://github.com/googleapis/google-api-ruby-client/blob/main/generated/google-apis-dns_v1/CHANGELOG.md
2022-01-26 03:51:04 +08:00
Po-Chuan Hsieh
c7dc2124cb
dns/rubygem-dnsruby: Update to 1.61.9
Changes:	https://github.com/alexdalitz/dnsruby/blob/master/RELEASE_NOTES.md
2022-01-26 03:51:04 +08:00
Po-Chuan Hsieh
08f0549f5b
dns/py-dns-lexicon: Update to 3.9.2
- Remove TRANSIP option

Changes:	https://github.com/AnalogJ/lexicon/releases
2022-01-26 03:50:23 +08:00
Muhammad Moinur Rahman
4db069e975 UNBREAK some ports with php81
- Pet portclippy/portfmt

Approved by:	portmgr (blanket infrastructure)
Sponsored by:	Bounce Experts
2022-01-25 12:36:58 -06:00
Muhammad Moinur Rahman
0ddbe884d6 UNBREAK some ports with php80
- Pet portclippy/portfmt

Approved by:	portmgr (blanket infrastructure)
Sponsored by:	Bounce Experts
2022-01-25 10:34:17 -06:00
Jaap Akkerhuis
6eb036d0d6
dns/unbound: Fix the aaaa-filter-iterator.patch
PR:		260553
Reported by:	tech-lists@zyxst.net
2022-01-25 21:12:42 +08:00
Ralf van der Enden
3eaa26afbd dns/powerdns: Update to 4.5.3
Changelog:	https://blog.powerdns.com/2022/01/21/powerdns-authoritative-server-4-5-3/

PR:		261423
2022-01-24 15:56:35 -05: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
Po-Chuan Hsieh
31f1e051bd
dns/rubygem-google-apis-dns_v1: Update to 0.17.0
Changes:	https://github.com/googleapis/google-api-ruby-client/blob/main/generated/google-apis-dns_v1/CHANGELOG.md
2022-01-24 03:09:30 +08:00
Po-Chuan Hsieh
589b55c7eb
dns/py-dns-lexicon: Update to 3.9.0
Changes:	https://github.com/AnalogJ/lexicon/releases
2022-01-24 02:47:24 +08:00
Po-Chuan Hsieh
9830944546
dns/p5-Mozilla-PublicSuffix: Update to 1.0.6
Changes:	https://metacpan.org/dist/Mozilla-PublicSuffix/changes
2022-01-24 02:18:29 +08:00
Yuri Victorovich
7029bf7119 dns/coredns: Update 1.8.6 -> 1.8.7
Reported by:	portscout
2022-01-20 09:46:40 -08:00
Muhammad Moinur Rahman
4c9c8b01f4 dns/py-dnspython2: Update version 2.1.0=>2.2.0
Relnotes: https://www.dnspython.org/news/2.2.0/
2022-01-19 16:48:27 -06:00
Daniel Engberg
05da06fe8b dns/bundy: Deprecate and set expiration date to 2022-03-31
Project is in hibernation and not recommended to use in production.
It also fails on multiple platforms and on FreeBSD 14

PR:		260659
Reviewed by:	mat@ (maintainer)
2022-01-19 11:37:44 +01:00
Yasuhiro Kimura
7fc16dab84 dns/py-dnspython: Update to 2.1.0 for Python 3
While updating this port to 2.1.0 fixes runtime error "AttributeError:
module 'base64' has no attribute 'decodestring'" with python 3.9 or
later, it isn't compatible with Python 2.7. So update to 2.1.0 only
for Python 3.

ChangeLog:	https://github.com/rthalley/dnspython/blob/v2.1.0/doc/whatsnew.rst
PR:		260475
Approved by:	maintainer timeout (> 1 month)
2022-01-19 15:36:06 +09:00
Yuri Victorovich
30ce7c4f37 dns/amass: Update 3.15.2 -> 3.16.0
Reported by:	portscout
2022-01-18 10:42:43 -08:00
Mikael Urankar
c7dd5ca11a *: Linux emulation: add support for aarch64
PR:		256008
Submitted by:	Vincent Milum Jr (prior version)
Approved by:	emulation (maintainer timeout)
2022-01-17 15:47:28 +01:00
Tobias Kortkamp
835bd57330
lang/rust: Bump revisions after 1.58.0 2022-01-17 12:57:45 +01:00
Tobias C. Berner
564e629303 KDE: Update KDE Frameworks to 5.90
Saturday, 8 January 2022

KDE today announces the release of KDE Frameworks 5.90.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Full changelog:
	https://kde.org/announcements/frameworks/5/5.90.0/

Exp-run by:	antoine
PR:		261029
2022-01-13 07:21:22 +01:00
Leo Vandewoestijne
4ee1ab77d1 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
2022-01-12 06:41:47 -05:00
Po-Chuan Hsieh
7a47b91e1e
dns/py-publicsuffixlist: Update to 0.7.11
Changes:	https://github.com/ko-zu/psl/commits/master
2022-01-12 02:44:36 +08:00
Po-Chuan Hsieh
317c605005
dns/p5-Net-DNS: Update to 1.33
Changes:	https://metacpan.org/dist/Net-DNS/changes
2022-01-12 02:44:11 +08:00
Po-Chuan Hsieh
25844d1255
dns/public_suffix_list: Update to 20211231
- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
2022-01-12 02:44:00 +08:00
Muhammad Moinur Rahman
66a1aa9082 Mark ports to IGNORE with new php81
Approved by:	portmgr (infrastructure blanket)
Sponsored by:	Bounce Experts
2022-01-10 12:33:12 -06:00
Muhammad Moinur Rahman
80f7a0af11 Mark ports to IGNORE with new php81
- Mark some additional ports to IGNORE with the upcoming php DEFAULT
  php80 [1]

PR: 260595 [1]
Reported by: portmgr (exp-run) [1]
Approved by: portmgr (infrastructure blanket)
Sponsored by:	Bounce Experts
2022-01-10 12:23:24 -06:00
Stefan Eßer
bcaf25a8c8 Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).

A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.

These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,

Approved by:	portmgr (implicit)
2022-01-10 16:15:39 +01:00
Rene Ladan
fcceccb7d4 dns/bind911: restore port
It is still in extended security mode, see
https://www.isc.org/blogs/bind-update-summer2021/

Reported by:	yasu
2022-01-01 14:49:17 +01:00
Rene Ladan
75b955057c cleanup: Remove expired ports:
2021-10-31 devel/sdl_sge: Upstream no longer maintained
2021-12-31 net/appkonference: Outdated, depends on unsupported version of net/asterisk
2021-12-31 dns/bind911: End of life, please migrate to a newer version of BIND9
2021-12-31 net/zebra: Abandoned upstream, last release in 2005. Consider migrating to net/frr7 or net/bird2
2021-12-31 audio/osalp: Abandoned upstream, listed as beta and no new release since 2008
2021-12-31 games/stransball2: Depends on expired devel/sdl_sge
2021-12-31 devel/rubygem-ruby-sdl-ffi: Depends on expired devel/sdl_sge
2021-12-31 devel/rubygem-rubygame: Depends on expired devel/sdl_sge
2021-12-31 devel/ruby-sdl: Depends on expired devel/sdl_sge
2021-12-31 games/magicmaze: Depends on expired devel/sdl_sge
2021-12-31 games/trophy: Depends on expired devel/clanlib1
2021-12-31 devel/clanlib1: Older than expired and removed devel/clanlib
2021-12-31 www/py-django31: Upgrade to Django 3.2+. Mainstream support ended (April 6, 2021). Extended support ends December 2021. See https://www.djangoproject.com/download/
2021-12-31 www/py-dj31-django-prometheus: Extended support of Django 3.1 ends December 2021, upgrade to the Django 3.2+ version of this port. See https://www.djangoproject.com/download/
2021-12-31 databases/postgis24: Deprecated in favour of databases/postgis3x
2021-12-31 net-im/ekiga: Last release in 2013, not actively maintained
2021-12-31 sysutils/sample: abandoned upstream, incompatible with newer kernels
2021-12-31 www/mediawiki131: Upstream EOL
2021-12-31 www/py-dj31-django-mptt: Extended support of Django 3.1 ends December 2021, upgrade to the Django 3.2+ version of this port. See https://www.djangoproject.com/download/
2021-12-31 net/py-flask-xml-rpc: No longer maintained upstream
2021-12-31 audio/libaacplus: Abandoned upstream, no new release since 2011
2021-12-31 security/obfsclient: https://github.com/Yawning/obfsclient/issues/37
2021-12-31 devel/eric6: Uses EOL Python 2.7 via www/py-qt5-webengine
2021-12-31 www/grafana: No longer maintained upstream, use www/grafana8
2021-12-31 www/py-dj31-django-auth-ldap: Extended support of Django 3.1 ends December 2021, upgrade to the Django 3.2+ version of this port. See https://www.djangoproject.com/download/
2021-12-31 www/py-dj31-django-filter: Extended support of Django 3.1 ends December 2021, upgrade to the Django 3.2+ version of this port. See https://www.djangoproject.com/download/
2021-12-31 www/py-dj31-drf-yasg: Extended support of Django 3.1 ends December 2021, upgrade to the Django 3.2+ version of this port. See https://www.djangoproject.com/download/
2021-12-31 www/py-dj31-django-js-asset: Extended support of Django 3.1 ends December 2021, upgrade to the Django 3.2+ version of this port. See https://www.djangoproject.com/download/
2021-12-31 www/py-dj31-django-timezone-field: Extended support of Django 3.1 ends December 2021, upgrade to the Django 3.2+ version of this port. See https://www.djangoproject.com/download/
2021-12-31 www/py-dj31-django-tables2: Extended support of Django 3.1 ends December 2021, upgrade to the Django 3.2+ version of this port. See https://www.djangoproject.com/download/
2021-12-31 www/py-dj31-django-taggit: Extended support of Django 3.1 ends December 2021, upgrade to the Django 3.2+ version of this port. See https://www.djangoproject.com/download/
2021-12-31 graphics/librasterlite: Deprecated in favour of graphics/librasterlite2
2021-12-31 www/py-dj31-django-cacheops: Extended support of Django 3.1 ends December 2021, upgrade to the Django 3.2+ version of this port. See https://www.djangoproject.com/download/
2021-12-31 net-mgmt/p0f2: newer version available in net-mgmt/p0f
2021-12-31 devel/libhash: Abandoned upstream
2021-12-31 www/py-dj31-django-debug-toolbar: Extended support of Django 3.1 ends December 2021, upgrade to the Django 3.2+ version of this port. See https://www.djangoproject.com/download/
2021-12-31 www/py-dj31-django-cors-headers: Extended support of Django 3.1 ends December 2021, upgrade to the Django 3.2+ version of this port. See https://www.djangoproject.com/download/
2021-12-31 audio/flake: Abandoned upstream, no new release since 2007
2021-12-31 audio/ifp-line: Abandoned upstream, no new release since 2005
2021-12-31 audio/libnjb: Abandoned upstream, no new release since 2011
2021-12-31 audio/lpac: Abandoned upstream in 2003
2021-12-31 multimedia/mmsclient: Abandoned upstream, Microsoft deprecated MMS in 2003
2021-12-31 www/plugger: Uses incompatible plugin interface NPAPI
2021-12-31 audio/mpiosh: Abandoned upstream, no new release since 2004
2021-12-31 audio/rplay: Abandoned upstream, no new releases since 1999
2021-12-31 audio/celt: Deprecated and considered obsolete by upstream in 2016 in favour of (lib)opus
2021-12-31 security/nacl: Unmaintained by upstream, use libsodium instead
2021-12-31 net-mgmt/unifi-poller: Now called unpoller by upstream
2021-12-31 lang/nml: Abandoned upstream, last release 2004-04-19
2021-12-31 audio/mp32ogg: Abandoned upstream and unfetchable from upstream
2021-12-31 net/libstorj: Deprecated in favour of net/storj due to v3 rearchitecture
2021-12-31 devel/yasm-devel: No need to keep the -devel version due to upstream inactivity
2021-12-31 www/py-dj31-django-redis: Extended support of Django 3.1 ends December 2021, upgrade to the Django 3.2+ version of this port. See https://www.djangoproject.com/download/
2021-12-31 devel/py-dj31-django-rq: Extended support of Django 3.1 ends December 2021, upgrade to the Django 3.2+ version of this port. See https://www.djangoproject.com/download/
2021-12-31 graphics/libreatlas: Abandoned upstream, no new release since 2012
2021-12-31 www/py-dj31-djangorestframework: Extended support of Django 3.1 ends December 2021, upgrade to the Django 3.2+ version of this port. See https://www.djangoproject.com/download/
2021-12-31 14:40:03 +01:00
Leo Vandewoestijne
772adafbe8 dns/knot3: Update to 3.1.5
Changelog:	https://www.knot-dns.cz/2021-12-20-version-315.html

PR:		260799
2021-12-29 17:08:57 -05:00
Leo Vandewoestijne
9e77598933 dns/yadifa: Update to 2.5.3
Changelog:	https://www.yadifa.eu/sites/default/files/README_2.5.3.txt

PR:		260798
2021-12-29 17:08:42 -05:00
Leo Vandewoestijne
9fae4c08c9 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
2021-12-29 17:08:11 -05:00
Yuri Victorovich
d315149ca6 dns/knock: Update 5.1.0 -> 5.2.0
Reported by:	portscout
2021-12-23 17:54:57 -08:00
Yuri Victorovich
2387d8a9b5 dns/doggo: Update 0.4.1 -> 0.5.0
Reported by:	portscout
2021-12-23 17:54:57 -08:00
Po-Chuan Hsieh
ec3b5bc43b
dns/public_suffix_list: Update to 20211126
- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
2021-12-22 02:46:24 +08:00
Bernhard Froehlich
2230392ed1
dns/dnscontrol: Update to 3.13.1 2021-12-21 15:39:25 +00:00