Skip to content

Commit

Permalink
pdns: update to 4.9.0 and add maintainer
Browse files Browse the repository at this point in the history
Signed-off-by: Peter van Dijk <[email protected]>
  • Loading branch information
Habbie committed Mar 15, 2024
1 parent d359fa0 commit 83fc9e7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
6 changes: 3 additions & 3 deletions net/pdns/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=pdns
PKG_VERSION:=4.8.4
PKG_VERSION:=4.9.0
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://downloads.powerdns.com/releases/
PKG_HASH:=7f40c8cbc4650d06fe49abba79902ebabb384363dabbd5cef271964a07c3645c
PKG_HASH:=fe1d5433c88446ed70d931605c6ec377da99839c4e151b90b71aa211bd6eea92

PKG_MAINTAINER:=Peter van Dijk <[email protected]>
PKG_MAINTAINER:=Peter van Dijk <[email protected]>, Remi Gacogne <[email protected]>
PKG_LICENSE:=GPL-2.0-only
PKG_LICENSE_FILES:=COPYING
PKG_CPE_ID:=cpe:/a:powerdns:authoritative
Expand Down
15 changes: 8 additions & 7 deletions net/pdns/patches/100-pdns-disable-pdns.conf-dist.patch
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
--- a/pdns/Makefile.am
+++ b/pdns/Makefile.am
@@ -80,7 +80,6 @@ CLEANFILES = \
@@ -82,7 +82,6 @@ CLEANFILES = \
backends/gsql/gsqlbackend.gcda \
backends/gsql/gsqlbackend.gcno \
backends/gsql/gsqlbackend.gcov \
- pdns.conf-dist \
apidocfiles.h

if !HAVE_API_SWAGGER_JSON
@@ -114,7 +113,6 @@ apidocfiles.h: api-swagger.yaml api-swag
./incfiles $^ > $@
@@ -116,8 +115,6 @@ apidocfiles.h: api-swagger.yaml api-swagger.json
$(AM_V_GEN)$(srcdir)/incfiles $^ > [email protected]
@mv [email protected] $@

noinst_SCRIPTS = pdns.init
-sysconf_DATA = pdns.conf-dist
-
sbin_PROGRAMS = pdns_server
bin_PROGRAMS = \
@@ -155,7 +153,7 @@ if IXFRDIST
pdns_control \
@@ -157,7 +154,7 @@ if IXFRDIST
bin_PROGRAMS += \
ixfrdist

Expand All @@ -25,7 +26,7 @@
ixfrdist.example.yml
endif

@@ -1324,9 +1322,6 @@ dnspcap2protobuf_LDADD = \
@@ -1341,9 +1338,6 @@ dnspcap2protobuf_LDADD = \
$(BOOST_PROGRAM_OPTIONS_LIBS) \
$(RT_LIBS)

Expand Down

0 comments on commit 83fc9e7

Please sign in to comment.