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

We can get rid of one local patch. While here remove daemon_flags
from rc script. Now pdns_control works.

OK?

diff --git Makefile Makefile
index 62480d4..50fa958 100644
--- Makefile
+++ Makefile
@@ -7,7 +7,7 @@ COMMENT-mysql=          MySQL database access module for 
PowerDNS
 COMMENT-pgsql=         PGSQL database access module for PowerDNS
 COMMENT-ldap=          LDAP module for PowerDNS
 
-V=                     3.4.3
+V=                     3.4.4
 DISTNAME=              pdns-${V}
 EXTRACT_SUFX =         .tar.bz2
 PKGNAME=               powerdns-${V}
diff --git distinfo distinfo
index 4581a8a..dc94c1f 100644
--- distinfo
+++ distinfo
@@ -1,2 +1,2 @@
-SHA256 (pdns-3.4.3.tar.bz2) = XNmgh3VwZkJ80MNI9UbLhLS+S9XgbHzpaewrwh27jOY=
-SIZE (pdns-3.4.3.tar.bz2) = 1332686
+SHA256 (pdns-3.4.4.tar.bz2) = 7En1oLVbaboFe/nOKKuB5SWPxgyNSVTZEA/juz79Ccg=
+SIZE (pdns-3.4.4.tar.bz2) = 1336624
diff --git patches/patch-configure patches/patch-configure
deleted file mode 100644
index 3f088fb..0000000
--- patches/patch-configure
+++ /dev/null
@@ -1,12 +0,0 @@
-$OpenBSD: patch-configure,v 1.1 2015/04/14 18:10:27 florian Exp $
-already fixed upstream in https://github.com/PowerDNS/pdns/pull/2324
---- configure.orig     Fri Apr  3 17:59:21 2015
-+++ configure  Fri Apr  3 17:59:24 2015
-@@ -19748,7 +19748,6 @@ $as_echo_n "checking for PgSQL library directory... " 
-       ;;
-     /*)
-       PGSQL_lib="-L$PGSQL_libdir -Wl,-rpath,$PGSQL_libdir -lpq"
--      LDFLAGS="$PGSQL_lib $LDFLAGS"
-       ;;
-     *)
-       as_fn_error $? "The PgSQL library directory ($PGSQL_libdir) must be an 
absolute path." "$LINENO" 5
diff --git pkg/pdns_server.rc pkg/pdns_server.rc
index d3948f1..29dff2f 100644
--- pkg/pdns_server.rc
+++ pkg/pdns_server.rc
@@ -3,7 +3,6 @@
 # $OpenBSD: pdns_server.rc,v 1.2 2011/12/17 22:01:13 sthen Exp $
 
 daemon="${TRUEPREFIX}/sbin/pdns_server --daemon=yes"
-daemon_flags="--guardian=no --control-console --loglevel=9"
 
 . /etc/rc.d/rc.subr
 


-- 
I'm not entirely sure you are real.

Reply via email to