Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.9.2_1 20 Nov 2024 12:12:56 |
Dima Panov (fluffy) |
dns/powerdns: unbreak build with boost-1.86
Sponsored by: Future Crew, LLC |
4.9.2_1 20 Nov 2024 10:05:25 |
Dima Panov (fluffy) |
devel/boost: bump consu,ers after update Boost to 1.86 release
Sponsored by: Future Crew, LLC |
4.9.2 11 Oct 2024 14:01:53 |
Vladimir Druzenko (vvd) Author: Ralf van der Enden |
dns/powerdns: Update 4.9.1 → 4.9.2
Changelog:
https://doc.powerdns.com/authoritative/changelog/4.9.html#change-4.9.2
Fix dependencies, clean/fix options, fix whitespace, remove
GNU_CONFIGURE_MANPREFIX.
PR: 281915 |
4.9.1_2 03 Oct 2024 10:25:14 |
Dima Panov (fluffy) |
*/*: bump consumers after devel/boost* update
With hat: office
Sponsored by: Future Crew, LLC |
4.9.1_1 12 Jun 2024 06:34:12 |
Alexander Leidinger (netchild) |
dns/powerdns: make the rc script service jails aware
PR: 279635
Approved by: maintainer |
4.9.1 07 Jun 2024 17:53:29 |
Fernando Apesteguía (fernape) Author: Ralf van der Enden |
dns/powerdns: update to 4.9.1
ChangeLog: https://blog.powerdns.com/2024/05/28/authoritative-server-4-9-1
PR: 279518
Reported by: tremere@cainites.net (maintainer) |
4.9.0 10 May 2024 16:19:55 |
Piotr Kubaj (pkubaj) |
dns/powerdns: fix build on big-endian
dnsproxy.cc:245:9: error: use of undeclared identifier 'd'
d.id = (256 * (uint16_t)buffer[1]) + (uint16_t)buffer[0];
^ |
4.9.0 29 Mar 2024 08:52:24 |
Koichiro Iwao (meta) Author: Ralf van der Enden |
dns/powerdns: update to 4.9.0
PR: 277785
Approved by: submitter is maintainer
Changes: https://blog.powerdns.com/2024/03/15/authoritative-server-4-9-0 |
4.8.4_2 23 Feb 2024 15:39:43 |
Muhammad Moinur Rahman (bofh) |
dns/powerdns: Moved man to share/man
Approved by: portmgr (blanket) |
4.8.4_1 13 Feb 2024 14:44:22 |
Dima Panov (fluffy) |
devel/boost: bump consumers after library update |
4.8.4 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
4.8.4 23 Dec 2023 19:03:40 |
Muhammad Moinur Rahman (bofh) Author: Ralf van der Enden |
dns/powerdns: Update version 4.8.3=>4.8.4
Changelog: https://blog.powerdns.com/2023/12/21/authoritative-server-4-8-4
PR: 275895
Approved by: submitter is maintainer |
4.8.3 11 Oct 2023 06:02:18 |
Robert Clausecker (fuz) Author: Ralf van der Enden |
dns/powerdns: update to 4.8.3
Changelog:
https://doc.powerdns.com/authoritative/changelog/4.8.html#change-4.8.3
Upgrade guide:
https://doc.powerdns.com/authoritative/upgrading.html#any-version-to-4-8-x
(nothing new going from 4.8.2 to 4.8.3)
PR: 274369 |
4.8.2_1 27 Sep 2023 14:36:30 |
Dima Panov (fluffy) |
devel/boost*: bump all consumers after 1.83.0 |
4.8.2 12 Sep 2023 14:54:17 |
Robert Clausecker (fuz) Author: Ralf van der Enden |
dns/powerdns: update to 4.8.2
In Authoritative Server 4.8, the LMDB backend gains a new Lightning
Stream-compatible schema, which requires a data migration (this is
automatic, and there is no migration back to the old schema). LMDB
backend users should pay extra attention to the Upgrade Notes at
https://doc.powerdns.com/authoritative/upgrading.html.
Changelog: https://blog.powerdns.com/2023/09/07/authoritative-server-4-8-2
PR: 273709 |
4.8.1 18 Jul 2023 13:37:37 |
Fernando Apesteguía (fernape) Author: Ralf van der Enden |
dns/powerdns: update to 4.8.1
ChangeLog: https://blog.powerdns.com/2023/07/07/authoritative-server-4-8-1
New Features
* lmdb: add backend commands for checking & refreshing indexes
Improvements
* lmdb: in Lightning Stream mode, during deleteDomain, use RW transaction to
get ID list
* Stop using the now deprecated ERR_load_CRYPTO_strings() to detect OpenSSL
* Work around Red Hat 8 pooping the bed in OpenSSL’s headers
Bug Fixes
* YaHTTP: Prevent integer overflow on very large chunks
PR: 272476
Reported by: tremere@cainites.net (maintainer) |
4.8.0 29 Jun 2023 11:42:24 |
Fernando Apesteguía (fernape) Author: Ralf van der Enden |
dns/powerdns: fix build on 14.0-CURRENT (+ OpenSSL 3.0.9)
This fixes the way OpenSSL is detected (it now uses a non-deprecated function),
which is not available anymore on 14.0-CURRENT. Doesn't change anything for
previous versions of FreeBSD.
PR: 272231
Reported by: tremere@cainites.net (maintainer) |
4.8.0 06 Jun 2023 14:43:57 |
Matthew Seaman (matthew) Author: Ralf van der Enden |
dns/powerdns: update to 4.8.0
Maintainer update to PowerDNS Authoritative Server 4.8.0
Changes: https://doc.powerdns.com/authoritative/changelog/4.8.html#change-4.8.0
Upgrade notes: https://doc.powerdns.com/authoritative/upgrading.html
PR: 271865 |
4.7.4_1 10 May 2023 11:07:08 |
Alexey Dokuchaev (danfe) |
dns/powerdns: improve installation/upgrade instructions (pkg-message)
Fix a typo (mimimum_version -> minimum_version), wrap some very long
lines for better readability, add missing Oxford commas, and replace
UTF-8 quotes with ASCII ones. |
4.7.4_1 27 Apr 2023 18:25:55 |
Dima Panov (fluffy) |
*/*: bump all direct Boost cunsumers |
4.7.4 20 Apr 2023 11:49:24 |
Robert Clausecker (fuz) Author: Ralf van der Enden |
dns/powerdns: update to 4.7.4
Changelog:
https://doc.powerdns.com/authoritative/changelog/4.7.html#change-4.7.4
PR: 270939 |
4.7.3_1 08 Feb 2023 10:53:56 |
Muhammad Moinur Rahman (bofh) |
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap
Convert the USE_LDAP=yes to USES=ldap and adds the following features:
- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features
Reviewed by: delphij
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38233 |
4.7.3_1 16 Jan 2023 19:32:07 |
Dima Panov (fluffy) |
*/*: bump libboost*.so libraries consumert after Boost upgrade |
4.7.3 13 Dec 2022 01:17:08 |
Koichiro Iwao (meta) |
dns/powerdns: Update to 4.7.3
PR: 268326
Changes: https://doc.powerdns.com/authoritative/changelog/4.7.html#change-4.7.3 |
4.7.2 05 Nov 2022 07:32:56 |
Florian Smeets (flo) Author: Ralf van der Enden |
dns/powerdns: Update to 4.7.2
PR: 267568
Relnotes: https://blog.powerdns.com/2022/11/01/authoritative-server-4-7-2/ |
4.7.0_1 27 Oct 2022 15:31:27 |
Fernando Apesteguía (fernape) Author: Ralf van der Enden |
dns/powerdns: broken due to missing mandatory schema changes
Add a message so people are aware and bump PORTREVISION to show it.
PR: 267363
Reported by: freebsd@bengrimm.net (maintainer) |
4.7.0 21 Oct 2022 21:55:06 |
Nuno Teixeira (eduardo) Author: Ralf van der Enden |
dns/powerdns: update to 4.7.0
ChangeLog:
https://blog.powerdns.com/2022/10/20/authoritative-server-4-7-0/
PR: 267260 |
4.6.3_2 15 Oct 2022 21:37:50 |
Adam Weinberger (adamw) |
dns/powerdns: Use USES=luajit (defaults to luajit-devel) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.6.3_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.6.3_1 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
4.6.3 18 Jul 2022 15:19:41 |
Fernando Apesteguía (fernape) Author: Ralf van der Enden |
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) |
4.6.2 23 May 2022 14:25:46 |
Nuno Teixeira (eduardo) Author: Ralf van der Enden |
dns/powerdns: Update to 4.6.2
ChangeLog:
https://blog.powerdns.com/2022/04/12/powerdns-authoritative-server-4-6-2/
PR: 264171 |
4.6.1_1 22 May 2022 20:17:16 |
Dima Panov (fluffy) |
devel/boost-all: bump all library consumers after boost upgrade
PR: 246106 |
4.6.1 06 Apr 2022 10:29:22 |
Fernando Apesteguía (fernape) Author: Ralf van der Enden |
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 |
4.6.0 24 Mar 2022 07:59:13 |
Guangyuan Yang (ygy) Author: Ralf van der Enden |
dns/powerdns: Update to 4.6.0
Changelog: https://blog.powerdns.com/2022/01/25/authoritative-server-4-6-0/
PR: 262740 |
4.5.3 24 Jan 2022 20:56:35 |
Guangyuan Yang (ygy) Author: Ralf van der Enden |
dns/powerdns: Update to 4.5.3
Changelog: https://blog.powerdns.com/2022/01/21/powerdns-authoritative-server-4-5-3/
PR: 261423 |
4.5.2 16 Nov 2021 04:02:21 |
Guangyuan Yang (ygy) Author: Ralf van der Enden |
dns/powerdns: Update to 4.5.2
Changelog: https://blog.powerdns.com/2021/11/10/powerdns-authoritative-server-4-5-2/
PR: 259852 |
4.5.1 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
4.5.1 27 Jul 2021 09:16:26 |
Li-Wen Hsu (lwhsu) Author: Ralf van der Enden |
dns/powerdns: Update to 4.5.1
PR: 257446
MFH: 2021Q3
Security: ce79167f-ee1c-11eb-9785-b42e99a1b9c3 |
4.5.0 19 Jul 2021 18:36:49 |
Kevin Bowling (kbowling) |
dns/powerdns: Set NOT_FOR_ARCHS = i386
archs with 32-bits time_t are no longer supported by upstream
PR: 257257
Reported by: Ralf van der Enden <tremere@cainites.net> (maintainer) |
4.5.0 16 Jul 2021 07:49:26 |
Kevin Bowling (kbowling) |
dns/powerdns: Remove unneeded dep and fix TOOLS option
PR: 257198
Reported by: Ralf van der Enden <tremere@cainites.net> (maintainer)
Reviewed by: Ralf van der Enden <tremere@cainites.net> (maintainer) |
4.5.0 15 Jul 2021 20:03:09 |
Kevin Bowling (kbowling) Author: Ralf van der Enden |
dns/powerdns: update to 4.5.0
* Upgrade notes
https://doc.powerdns.com/authoritative/upgrading.html#x-to-4-5-0-or-master
* Changes
https://blog.powerdns.com/2021/07/13/powerdns-authoritative-server-4-5-0/
PR: 257198 |
4.4.1_1 13 Jul 2021 09:07:26 |
Guido Falsi (madpilot) |
devel/yaml-cpp: Update to 0.7.0
- Patch cmake include to actually work
- Bump PORTREVISION on consumers, testing shows it is not completely
binary compatible |
4.4.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.4.1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
4.4.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.4.1 17 Feb 2021 18:53:22 |
otis |
dns/powerdns: Update to 4.4.1
Changelog:
https://doc.powerdns.com/authoritative/changelog/4.4.html#change-4.4.1
PR: 253405
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
Reviewed by: osa (mentor)
Approved by: osa (mentor)
MFH: 2021Q1
Differential Revision: https://reviews.freebsd.org/D28641 |
4.4.0_1 06 Feb 2021 02:06:28 |
fluffy |
dns/powerdns: unbreak build with lua54
Switch to autoreconf to avoid heavy multiline patching of configure script
PR: 253077
Submitted by: fluffy
Approved by: maintainer
MFH: 2021Q1 |
4.4.0_1 26 Jan 2021 14:01:09 |
sunpoet |
Bump PORTREVISION for devel/protobuf shlib change |
4.4.0 24 Dec 2020 11:42:34 |
otis |
dns/powerdns: Update to 4.4.0
* This release drops GSS/TSIG support, please see
PowerDNS Security Advisory 2020-06.
* New features:
- the LMDB backend now supports long record content, making it production
ready for everybody
- the SVCB and HTTPS record types are supported, with limited additional
processing transaction handling in the 2136 handler and the HTTP API was
again improved a lot, avoiding various spurious issues users may have
noticed if they do a lot of changes a new setting (consistent-backends)
offers a roughly 30% speedup, subject to conditions
- we finally emit Prometheus metrics!
(Only the first 15 lines of the commit message are shown above ) |
4.3.1_2 16 Nov 2020 15:30:13 |
mikael |
dns/powerdns: add missing patch
PR: 250961
Submitted by: Ralf van der Enden (maintainer) |
4.3.1_1 15 Nov 2020 19:01:30 |
mikael |
dns/powerdns: Adjust dependencies for tools
- Adjust dependencies (IXFRTOOL needs yaml-cpp)
- Explicitly disable decaf and sodium in case they are not enabled.
Otherwise they default to "auto" and if detected in the system,
stage-qa reports unresolved dependency.
- Drop user privilges for worker processes to pdns/pdns (UID is new; GUID
already exists)
- Always depend on protobuf. I do the same for dnsdist and powerdns-recursor
- Actually do something with the pdns_flags variable in the rc-script instead of
just mentioning it in the comment block
- Bump PORTREVISION
PR: 250961
Submitted by: Juraj Lutter, Ralf van der Enden
Approved by: Ralf van der Enden (maintainer) |
4.3.1 29 Sep 2020 01:46:09 |
pi |
dns/powerdns: update 4.3.0 -> 4.3.1
Improvements:
- EL8 pkgs: Build mysql backend against mariadb-connector-c-devel
- gpgsql: Reintroduce prepared statements
- gsqlite3backend: add missing indexes
- use real remote for supermaster createSlaveDomain()
- Optimize IXFR-to-AXFR fallback path
- Install bind SQL schema files as part of bindbackend
- Do not send out of zone lookups to the backends
Bug Fixes:
- Raise an exception on invalid hex content in unknown records.
- Handle the extra single-row result set of MySQL stored procedures
PR: 249560
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
Security: CVE-2020-17482
https://doc.powerdns.com/authoritative/security-advisories/powerdns-advisory-2020-05.html
Relnotes: https://doc.powerdns.com/authoritative/changelog/4.3.html#change-4.3.1 |
4.3.0_3 30 Aug 2020 20:19:42 |
sunpoet |
Bump PORTREVISION for devel/protobuf shlib change |
4.3.0_2 03 Jun 2020 18:32:06 |
sunpoet |
Bump PORTREVISION for devel/protobuf shlib change |
4.3.0_1 14 May 2020 13:02:37 |
pi |
dns/powerdns: fix pkg-plist, pidfile in rc.d script and more
- Add missing entries to pkg-plist
- Add ixfrdist tool
- Change pidfile back to ${name}.pid in the rc.d script
- Pet portlint a bit (regenerate files/patch-configure and ran
Makefile though portfmt)
- Remove patch-dns_random.cc (only needed on 12.0, which is EoL)
- Move upgrade instructions from pkg-install to pkg-message
- Bump PORTREVISION
- Upgrading the port now shows a message about required schema
changes for several backends.
PR: 246434
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
Reported by: Dominik Lisiak <dominik.lisiak@bemsoft.pl> |
4.3.0 08 May 2020 07:33:49 |
pi |
dns/powerdns: update 4.2.1 -> 4.3.0
Please note that 4.3.0 comes with a mandatory database schema upgrade.
See: https://doc.powerdns.com/authoritative/upgrading.html#x-to-4-3-0
- added OPTIONS LMDB backend
- removed OPTIONS MyDNS backend
- removed OPTIONS OpenDBX backend
- removed patch-fix_memleak_bindbackend
- added `pidfile=/var/run/pdns/pdns_server.pid` to the rc script.
- updated pkg-descr with a more descriptive blurb from their web page.
PR: 246262
Submitted by: yds@Necessitu.de
Approved by: Ralf van der Enden <tremere@cainites.net> (maintainer)
Relnotes: https://blog.powerdns.com/2020/04/07/powerdns-authoritative-4-3-0/ |
4.2.1_1 22 Jan 2020 05:53:20 |
sunpoet |
Bump PORTREVISION for devel/protobuf shlib change |
4.2.1 17 Jan 2020 18:01:31 |
tcberner |
dns/powerdns: update to 4.2.1
4.2.1 release notes:
This release fixes several bugs and makes a few features more robust or
intuitive. It also contains a few performance improvements for API users.
For a full list of changes look here:
https://doc.powerdns.com/authoritative/changelog/4.2.html#change-4.2.1
PR: 242519
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) |
4.2.0_1 01 Jan 2020 17:27:55 |
brnrd |
Chase rename of security/openssl111
- Categories a-m
MFH: 2020Q1 |
4.2.0_1 11 Dec 2019 17:53:49 |
jbeich |
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 |
4.2.0 09 Oct 2019 10:34:57 |
bapt |
Drop the ipv6 virtual category for d* category as it is not relevant anymore |
4.2.0 05 Sep 2019 16:51:04 |
pi |
dns/powerdns: upgrade 4.1.14 -> 4.2.0
- Please note: to fix CVE-2019-10203, upgrading is not enough
Manually apply the schema change:
ALTER TABLE domains ALTER notified_serial TYPE bigint
USING CASE WHEN notified_serial >= 0 THEN notified_serial::bigint END;
PR: 239850
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
MFH: 2019Q3
Relnotes: https://doc.powerdns.com/authoritative/changelog/4.2.html
http://blog.powerdns.com/2019/08/29/powerdns-authoritative-server-4-2-0/
Security: CVE-2019-10203 |
4.1.10_4 28 Aug 2019 11:49:05 |
linimon |
This port now builds on powerpc64.
Approved by: portmgr (tier-2 blanket) |
4.1.10_4 19 Aug 2019 15:35:28 |
jbeich |
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 |
4.1.10_3 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
4.1.10_3 31 Jul 2019 16:38:53 |
sunpoet |
Bump PORTREVISION for devel/protobuf shlib change |
4.1.10_2 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
4.1.10_1 05 Jul 2019 19:08:49 |
sunpoet |
Update devel/protobuf to 3.8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 238808
Exp-run by: antoine |
4.1.10 01 Jul 2019 15:44:48 |
swills |
dns/powerdns: Actually update to 4.1.10
Previous update was old patch to 4.1.9
PR: 238705
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
MFH: 2019Q2
Security: 1c21f6a3-9415-11e9-95ec-6805ca2fa271 |
4.1.9 30 Jun 2019 20:39:26 |
swills |
dns/powerdns: update to 4.1.10
PR: 238705
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
MFH: 2019Q2
Security: 1c21f6a3-9415-11e9-95ec-6805ca2fa271 |
4.1.8 24 Jun 2019 11:49:26 |
linimon |
Similar to r502813 for dns/powerdns-recursor, fix build on GCC-based
systems:
Don't add -L/usr/lib unconditionally, it makes gcc8 (used on GCC-based
systems) link to base libstdc++.
Given that this is a build fix that does not affect clang-based systems,
there should be no need to bump portrevision.
PR: 238742
Reported by: pkubaj
Approved by: maintainer |
4.1.8 15 Apr 2019 18:01:21 |
swills |
dns/powerdns: update to 4.1.8
PR: 236717
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) |
4.1.7_3 12 Apr 2019 06:36:31 |
jbeich |
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303 |
4.1.7_2 08 Apr 2019 11:51:32 |
jbeich |
security/botan2: update to 2.10.0
PR: 236450 237019
Submitted by: Ralf van der Enden (maintainer) |
4.1.7_1 31 Mar 2019 13:41:03 |
sunpoet |
Update devel/protobuf to 3.7.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 236157
Exp-run by: antoine |
4.1.7 19 Mar 2019 14:51:28 |
swills |
dns/powerdns: update to 4.1.7
PR: 236634
Submitted by: Dani <i.dani@outlook.com>
Approved by: Ralf van der Enden <tremere@cainites.net> (maintainer)
MFH: 2019Q1
Security: 6001cfc6-9f0f-4fae-9b4f-9b8fae001425 |
4.1.6 01 Feb 2019 12:52:47 |
swills |
dns/powerdns: update to 4.1.6
PR: 235374
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) |
4.1.5_4 13 Jan 2019 20:58:37 |
adamw |
Remove GeoIP-related options. Where possible, replace GeoIP 1 defaults
with GeoIP 2.
Also, as suggested by zi, add an UPDATING note about this. |
4.1.5_3 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
4.1.5_2 12 Dec 2018 00:15:50 |
jbeich |
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645 |
4.1.5_1 03 Dec 2018 19:41:33 |
sunpoet |
Update devel/protobuf to 3.6.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 231008
Exp-run by: antoine |
4.1.5 20 Nov 2018 10:18:48 |
krion |
Update to 4.1.5
This releases fixes the following security advisories:
- PowerDNS Security Advisory 2018-03 (CVE-2018-10851)
- PowerDNS Security Advisory 2018-05 (CVE-2018-14626)
It also contains some improvemens and bug fixes.
Full changelog:
https://doc.powerdns.com/authoritative/changelog/4.1.html#change-4.1.5
PR: 233139
Submitted by: maintainer |
4.1.4_1 05 Oct 2018 16:42:25 |
fernape |
security/botan2: update to 2.8.0
* Bump PORTREVISION for dependent ports
* While here do some cleanup to the Makefile.
ChangeLog: https://botan.randombit.net/news.html#version-2-8-0-2018-10-01
PR: 231899
Submitted by: tremere@cainites.net
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D17413 |
4.1.4 10 Sep 2018 13:15:48 |
mat |
Add EXAMPLES options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
4.1.4 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
4.1.4 06 Sep 2018 19:23:39 |
swills |
dns/powerdns: update to 4.1.4
PR: 231170
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) |
4.1.3_5 17 Aug 2018 21:07:58 |
swills |
security/botan2: update to 2.7.0
While here, bump PORTREVISION on dependent ports
PR: 230666
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer
MFH: 2018Q3
Security: 7762d7ad-2e38-41d2-9785-c51f653ba8bd |
4.1.3_4 09 Aug 2018 06:58:31 |
jbeich |
devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165 |
4.1.3_3 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
4.1.3_2 24 Jun 2018 21:11:15 |
sunpoet |
Revert r473259 and r473260 which are committed by accident
- Bump PORTEPOCH for protobuf and py-protobuf
- Bump PORTREVISION for dependent ports |
4.1.3_1 24 Jun 2018 20:19:46 |
sunpoet |
Update to 3.6.0
Changes: https://github.com/google/protobuf/releases |
4.1.3 24 May 2018 20:13:31 |
krion |
Update to 4.1.3
This is a maintenance release addressing a performance issue in the
GeoIP backend and fixes several other issues.
Full changelog:
https://blog.powerdns.com/2018/05/24/powerdns-authoritative-server-4-1-3-released/
PR: 228474
Submitted by: maintainer |
4.1.2 10 May 2018 15:21:52 |
krion |
Update to 4.1.2
Improvements:
* API: increase serial after DNSSEC related updates
* Dnsreplay: bail out on a too small outgoing buffer
* Lower 'packet too short' loglevel
* Make check-zone error on rows that have content but shouldn't
* Avoid an isane amount of new backend connections during an AXFR
* Report unparseable data in stoul invalid_argument exception
* Recheck serial when AXFR is done
* Add TCP support for alias
PR: 228114
Submitted by: maintainer |
4.1.1_2 18 Apr 2018 13:57:43 |
jbeich |
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030 |
4.1.1_1 04 Apr 2018 08:37:42 |
krion |
Bump PORTREVISION after security/botan2 update |
4.1.1 03 Apr 2018 15:16:00 |
brnrd |
dns/powerdns: Fix build with LibreSSL 2.7
- LibreSSL 2.7 implements OpenSSL 1.1 API
PR: 227184
Approved by: Ralf van der Enden <tremere cainites net> (maintainer) |
4.1.1 20 Feb 2018 11:07:49 |
krion |
Update to 4.1.1
This is a bug-fix only release, with fixes to the LDAP and MySQL
backends, the pdnsutil tool, and PDNS internals. Enable the MySQL
backend by default.
Bug Fixes
- Backport: forbid label compression in alias wire format
- Include unistd.h for chroot(2) et al. (Florian Obser)
- Auth: fix out of bounds exception in caa processing, fixes #6089
- Add the missing include to mplexer.hh for struct timeval
- Auth: init openssl and libsodium before chrooting in pdnsutil
- Auth: always bind the results array after executing a mysql statement
- Ldap: fix getdomaininfo() to set this as di.backend (Gregory Oestreicher)
- Ldapbackend: fix listing zones incl. axfr (Chris Hofstaedtler)
- Ixfr: correct behavior of dealing with dns name with multiple records (Leon
Xu)
PR: 226040
Submitted by: maintainer |
4.1.0_3 18 Jan 2018 04:11:03 |
jbeich |
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279 |