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
F81652403: D11472.diff
Fri, Apr 19, 12:10 PM
Unknown Object (File)
Dec 23 2023, 1:08 AM
Unknown Object (File)
Dec 14 2023, 11:07 AM
Unknown Object (File)
Nov 24 2023, 9:13 AM
Unknown Object (File)
Nov 19 2023, 1:53 PM
Unknown Object (File)
Nov 19 2023, 1:53 PM
Unknown Object (File)
Nov 19 2023, 1:53 PM
Unknown Object (File)
Nov 19 2023, 1:41 PM
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
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Jul 4 2017, 7:55 AM
dns/powerdns-recursor/Makefile
26 ↗(On Diff #30387)

Why += ?

30 ↗(On Diff #30387)

why += ?

52–55 ↗(On Diff #30387)

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.