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)
Dec 29 2024, 12:26 AM
Unknown Object (File)
Nov 23 2024, 12:21 PM
Unknown Object (File)
Oct 9 2024, 8:34 AM
Unknown Object (File)
Sep 20 2024, 10:35 AM
Unknown Object (File)
Sep 12 2024, 10:55 PM
Unknown Object (File)
Sep 4 2024, 7:51 AM
Unknown Object (File)
Aug 30 2024, 8:51 PM
Unknown Object (File)
Aug 17 2024, 5:28 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.