Page MenuHomeFreeBSD

dns/powerdns-recursor: Update to latest version (v4.0.5)
ClosedPublic

Authored by ultima on Jul 4 2017, 1:07 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 2, 4:47 PM
Unknown Object (File)
Mon, Mar 2, 4:12 PM
Unknown Object (File)
Sat, Feb 28, 3:48 PM
Unknown Object (File)
Jan 13 2026, 2:21 PM
Unknown Object (File)
Dec 2 2025, 1:15 PM
Unknown Object (File)
Oct 27 2025, 2:57 AM
Unknown Object (File)
Oct 21 2025, 3:21 AM
Unknown Object (File)
Oct 14 2025, 4:06 AM
Subscribers

Details

Summary
  • Updated to 4.0.5

Changelog: https://doc.powerdns.com/md/changelog/#powerdns-recursor-405

PR\: 220289
Sumitted by\: Ralf van der Enden <tremere@cainites.net> (maintainer)
Reviewed by\: lifanov (mentor), matthew (mentor)
Approved by\: lifanov (mentor), matthew (mentor)
Differential Revision\: https://reviews.freebsd.org/DXXXXX

There were some variables out of order / in wrong sections block, moved them accordingly.

Test Plan

portlint:
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy.
WARN: Makefile: "LIB_DEPENDS" has to appear earlier.
WARN: Makefile: "BUILD_DEPENDS" has to appear earlier.
0 fatal errors and 3 warnings found.

last 2 false positives, BROKEN_* Comes before LIB_DEPENDS and BUILD_DEPENDS

poudriere:
103i386
103amd64
110i386
110amd64
12i386
12amd64

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 10290
Build 10708: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Jul 4 2017, 7:55 AM
dns/powerdns-recursor/Makefile
26

Why += ?

30

why += ?

52–55

SETUID_VARS= USERS=pdns_recursor GROUPS=pdns

Thanks for catching these. Added suggestions, and reran QA.

This revision was automatically updated to reflect the committed changes.