notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: dns/powerdns/pkg-plist

Number of commits found: 39

Friday, 23 Feb 2024
15:39 Muhammad Moinur Rahman (bofh) search for other commits by this committer
dns/powerdns: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: 2417a0167214edf529caa63da17167f71c8ca455 commit hash: 2417a0167214edf529caa63da17167f71c8ca455 commit hash: 2417a0167214edf529caa63da17167f71c8ca455 commit hash: 2417a0167214edf529caa63da17167f71c8ca455 2417a01
Saturday, 5 Nov 2022
07:32 Florian Smeets (flo) search for other commits by this committer 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/
commit hash: e327fc11cdaf98c9838acbc3ad6dcc8d44821da7 commit hash: e327fc11cdaf98c9838acbc3ad6dcc8d44821da7 commit hash: e327fc11cdaf98c9838acbc3ad6dcc8d44821da7 commit hash: e327fc11cdaf98c9838acbc3ad6dcc8d44821da7 e327fc1
Friday, 16 Jul 2021
07:49 Kevin Bowling (kbowling) search for other commits by this committer
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)
commit hash: 4f93a44b5d390ce5d1a98c74cc77d34e56f1f14f commit hash: 4f93a44b5d390ce5d1a98c74cc77d34e56f1f14f commit hash: 4f93a44b5d390ce5d1a98c74cc77d34e56f1f14f commit hash: 4f93a44b5d390ce5d1a98c74cc77d34e56f1f14f 4f93a44
Thursday, 15 Jul 2021
20:03 Kevin Bowling (kbowling) search for other commits by this committer 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
commit hash: 5fc7c691dbe755e3dd044f1ada2444f5b107592c commit hash: 5fc7c691dbe755e3dd044f1ada2444f5b107592c commit hash: 5fc7c691dbe755e3dd044f1ada2444f5b107592c commit hash: 5fc7c691dbe755e3dd044f1ada2444f5b107592c 5fc7c69
Sunday, 15 Nov 2020
19:01 mikael search for other commits by this committer
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)
Original commitRevision:555419 
Tuesday, 29 Sep 2020
01:46 pi search for other commits by this committer
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
Original commitRevision:550465 
Thursday, 14 May 2020
13:02 pi search for other commits by this committer
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>
Original commitRevision:535231 
Friday, 8 May 2020
07:33 pi search for other commits by this committer
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/
Original commitRevision:534332 
Thursday, 5 Sep 2019
16:51 pi search for other commits by this committer
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
Original commitRevision:511195 
Sunday, 13 Jan 2019
20:58 adamw search for other commits by this committer
Remove GeoIP-related options. Where possible, replace GeoIP 1 defaults
with GeoIP 2.

Also, as suggested by zi, add an UPDATING note about this.
Original commitRevision:490211 
Thursday, 10 May 2018
15:21 krion search for other commits by this committer
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
Original commitRevision:469562 
Monday, 4 Dec 2017
12:38 krion search for other commits by this committer
Update to 4.1.0

IMPORTANT: This release removes support for recursor pass-through.
This might impact a lot of people!

More information can be found here (including other
improvements/fixes/changes):
https://blog.powerdns.com/2017/11/30/powerdns-authoritative-server-4-1/

Changelog: https://doc.powerdns.com/authoritative/changelog/4.1.html

PR:		224028
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D13339
Original commitRevision:455511 
Monday, 15 Aug 2016
01:39 junovitch search for other commits by this committer
dns/powerdns: update 3.4.9 -> 4.0.1

- Mark BROKEN on FreeBSD 9
- Option changes:
  - Add USE=ssl, PowerDNS no longer requires embedded PolarSSL or Botan
  - Remove GEO and LMDB backends
  - Add UNIXODBC option for the GODBC backend
  - The internal Lua engine can be regular Lua or Luajit
  - Add PROTOBUF option which builds an extra tool (dnspcap2protobuf)

Changes:	https://doc.powerdns.com/md/changelog/#powerdns-authoritative-server-400
		https://doc.powerdns.com/md/changelog/#powerdns-authoritative-server-401

PR:		211147
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
Security:	CVE-2016-6172
Security:	https://vuxml.FreeBSD.org/freebsd/7d08e608-5e95-11e6-b334-002590263bf5.html
Original commitRevision:420208 
Sunday, 10 Apr 2016
09:00 bapt search for other commits by this committer
Convert to @sample
Original commitRevision:412902 
Wednesday, 2 Sep 2015
16:42 feld search for other commits by this committer
dns/powerdns: Update to 3.4.6

- No longer install dnsdist, which conflicted with dns/dnsdist port
- Luabackend patch is now FreeBSD/i386 specific and has been submitted upstream
for inclusion

This update also fixes a DoS vulnerability:

https://doc.powerdns.com/md/security/powerdns-advisory-2015-02/

Changelog:	https://doc.powerdns.com/md/changelog/#powerdns-authoritative-server-346

PR:		202738
MFH:		2015Q3
Security:	55c43f5b-5190-11e5-9ad8-14dae9d210b8
Security:	CVE-2015-5230
Original commitRevision:395863 
Thursday, 12 Feb 2015
02:21 brd search for other commits by this committer
- Update dns/powerdns to 3.4.2
- Pet portlint

PR:		196889
Submitted by:	Ralf van der Enden <tremere@cainites.net>
Approved by:	bdrewery
Original commitRevision:378861 
Friday, 17 Oct 2014
20:08 pi search for other commits by this committer
dns/powerdns: 3.3.1 -> 3.4.0

Changelog
http://doc.powerdns.com/html/changelog.html#changelog-auth-3.4.0

- Moved remote backend to regular (was experimental)
- Added the GeoIP, LMDB (both experimental) and Bind backend
- Removed Crypto++ support (as suggested by the author)
- Fixed the Luabackend on i386
- Added note to pkg-message about mandatory schema changes for
  gmysql, gpgsql and gsqlite3 backends
- Changed the example pdns.conf to include all possible configuration
  options when all backends are enabled

PR:		194057
Submitted by:	me@nileshgr.com, updated by tremere@cainites.net
Approved by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
Original commitRevision:371076 
Saturday, 23 Aug 2014
16:23 marino search for other commits by this committer
dns/powerdns: Fix pkg-plist when backend options are selected

PR:		192401
Reported by:	michelle
Fixed by:	maintainer (Ralf van der Enden)
Original commitRevision:365753 
Thursday, 24 Jul 2014
18:34 tijl search for other commits by this committer
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD

databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip

databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample

databases/libgdamm:
- Drop :keepla
- USES=tar:bzip2
- Use INSTALL_TARGET=install-strip

databases/libgdamm5:
- Add INSTALL_TARGET=install-strip
- Drop --enable-static (inherited from old repocopy)

devel/anjuta x11-toolkits/py-gnome-extras:
- Drop :keepla

dns/powerdns dns/powerdns-devel:
- Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
- Disable static modules
- Stop creating library symlinks with .0 suffix, not needed for dynamically
  opened modules

mail/dovecot2:
- Add USES=libtool

mail/dovecot2-pigeonhole:
- Drop CONFIGURE_TARGET (incorrect for Dragonfly)
- Add USES=libtool and INSTALL_TARGET=install-strip

math/gnumeric:
- USES=libtool tar:xz

Approved by:	portmgr (implicit, bump unstaged ports)
Original commitRevision:362835 
Sunday, 10 Nov 2013
23:09 danilo search for other commits by this committer
- Use options helpers to simplify the Makefile
- Remove SQLITE2 option as it was dropped from powerdns on 2012
Original commitRevision:333453 
Wednesday, 9 Oct 2013
22:15 danilo search for other commits by this committer
- Convert LIB_DEPENDS to new syntax [1]
- Add stage support [1]
- Use OPTIONS_RADIO to handle SQLITE
- Remove indefinite article from COMMENT

PR:		ports/182631
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer) [1]
Approved by:	wg/culot (mentors, implicit)
Original commitRevision:329932 
Thursday, 1 Aug 2013
06:23 madpilot search for other commits by this committer
- Update to 3.3
- Depend on Botan 1.10 and make it new default
- Both Botan and Crypto++ can be compiled in now
- Support MySQL forks like MariaDB
- Ability to choose embedded or system-installed PolarSSL
- Convert USE_GMAKE to USES
- Use EXAMPLES OPTION in plce of NOPORTEXAMPLES

Changelog: http://rtfm.powerdns.com/changelog.html#changelog-auth-3-3

PR:		ports/180875
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
Original commitRevision:324088 
Sunday, 10 Feb 2013
08:12 miwi search for other commits by this committer
- Update to 3.2

PR:		175480
Submitted by:	maintainer
Original commitRevision:312010 
Monday, 8 Aug 2011
12:38 pav search for other commits by this committer
- Update to 3.0

PR:             ports/159349
Submitted by:   Ralf van der Enden <tremere@cainites.net> (maintainer)
Original commit
Sunday, 1 Feb 2009
16:51 beat search for other commits by this committer
- Update to 2.9.22

PR:             ports/131210
Submitted by:   Ralf van der Enden <tremere AT cainites.net> (maintainer)
Approved by:    miwi (mentor)
Original commit
Thursday, 7 Aug 2008
12:10 miwi search for other commits by this committer
- Update to 2.9.21.1

PR:             126282
Submitted by:   Ralf van der Enden <tremere@cainites.net>
Original commit
Wednesday, 7 May 2008
12:45 jadawin search for other commits by this committer
- Add CONFLICTS for dns/powerdns-devel

PR:             ports/122982
Submitted by:   Ralf van der Enden <tremere@cainites.net>
Approved by:    thierry (mentor)
Original commit
12:26 jadawin search for other commits by this committer
¦‡/
Original commit
Friday, 27 Apr 2007
07:25 clsung search for other commits by this committer
- Update PowerDNS to 2.9.21
- Add patch from SVN to support DNSSEC records
- Update examples (config and table creation files)
- For the complete changelog see http://doc.powerdns.com/changelog.html

PR:             ports/112055
Submitted by:   maintainer (Ralf van der Enden)
Reviewed by:    maintainer
Original commit
Tuesday, 30 Jan 2007
21:04 pav search for other commits by this committer
- Remove SQLITE3 backend option, it was added prematurely
- Fix plist

PR:             ports/108182
Submitted by:   Tobias Roth <ports@fsck.ch>
Approved by:    Ralf van der Enden <tremere@cainites.net> (maintainer)
Original commit
Friday, 12 Jan 2007
23:49 gabor search for other commits by this committer
- Add support for geo backend
- Add support for OpenDBX backend
- OPTIONify
- Bump PORTREVISION

PR:             ports/96891
Submitted by:   Ralf van der Enden <tremere@cainites.net> (maintainer)
Approved by:    erwin (mentor)
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit
Friday, 4 Nov 2005
10:27 kwm search for other commits by this committer
Update to 2.9.19

Changelog: http://rtfm.powerdns.com/changelog.html#CHANGELOG-2-9-19
Add extra patch to plug memory hole.

PR:             88231
Submitted by:   Ralf van der Ende <tremere AT cainites dot net> (maintainer)
Original commit
Monday, 18 Jul 2005
12:59 pav search for other commits by this committer
- Update to 2.9.18

PR:             ports/83605
Submitted by:   Ralf van der Enden <tremere@cainites.net> (maintainer)
Original commit
Saturday, 20 Nov 2004
01:21 nork search for other commits by this committer
pdns_recursor related issues fixed.
I committed pre-improved version's PR.  This is my mistake.

Pointed out by: Ralf van der Enden <tremere@cainites.net> (maintainer)
Pointy hat to:  myself
PR:             ports/73862
Submitted by:   Ralf van der Enden <tremere@cainites.net> (maintainer)
Original commit
Friday, 19 Nov 2004
16:40 nork search for other commits by this committer
pdns_recursor related issues fixed

PR:             ports/73862
Submitted by:   Ralf van der Enden <tremere@cainites.net> (maintainer)
Original commit
Saturday, 6 Mar 2004
12:44 pav search for other commits by this committer
- Add WITH_SQLITE knob to enable SQLite backend

PR:             ports/63817
Submitted by:   Ralf van der Enden <tremere@cainites.net> (maintainer)
Original commit
Saturday, 28 Feb 2004
20:03 pav search for other commits by this committer
- Add sample startup script

PR:             ports/62344
Submitted by:   maintainer
Original commit
Sunday, 7 Dec 2003
11:55 dinoex search for other commits by this committer
- Fix build with postgresql 7.4
- Fix package with ldapbackend
- reorder makefile
- detect if recursor is buildable
Original commit

Number of commits found: 39