- pdns (4.2.1-1+rpi1) bullseye-staging; urgency=medium
++pdns (4.3.0-4+rpi1) bullseye-staging; urgency=medium
+
+ [changes brought forward from 4.1.0-1+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Sun, 31 Dec 2017 14:27:56 +0000]
+ * Add -latomic to ldflags.
+
- -- Raspbian forward porter <root@raspbian.org> Sat, 07 Dec 2019 06:30:25 +0000
++ -- Raspbian forward porter <root@raspbian.org> Tue, 19 May 2020 06:44:04 +0000
++
+ pdns (4.3.0-4) unstable; urgency=medium
+
+ * Update READMEs and tests to include chgrp as needed
+
+ -- Chris Hofstaedtler <zeha@debian.org> Mon, 04 May 2020 11:07:59 +0000
+
+ pdns (4.3.0-3) unstable; urgency=medium
+
+ * Fix build failure on !amd64
+
+ -- Chris Hofstaedtler <zeha@debian.org> Sun, 03 May 2020 21:53:07 +0000
+
+ pdns (4.3.0-2) unstable; urgency=medium
+
+ * Re-release as 4.3.0-2 to work around upload problem.
+
+ -- Chris Hofstaedtler <zeha@debian.org> Sun, 03 May 2020 20:54:33 +0000
+
+ pdns (4.3.0-1) unstable; urgency=medium
+
+ * New upstream version 4.3.0
+ * Follow upstream init support changes.
+ Upstream has moved around socket dir and there are known issues with the
+ init scripts. Operators will be better off just using the systemd units
+ instead.
+ pdns-server now starts as the pdns user, so powerdns.conf needs to be
+ readable by this user; postinst fixes this.
+ * Remove packages for upstream removed backends: lua, mydns
+ * Enable core features: Lua records, protobuf
+ * pdns-backend-bind: install schema files
+ * Bump Standards-Version to 4.5.0
+ * Use debhelper v13
+
+ -- Chris Hofstaedtler <zeha@debian.org> Tue, 07 Apr 2020 15:26:55 +0000
pdns (4.2.1-1) unstable; urgency=medium
# Vendor and version
CXXFLAGS += -DPACKAGEVERSION='"$(DEB_VERSION).$(DEB_VENDOR)"'
+LDFLAGS += -latomic
- # Disable systemd integration on non-linux archs
- ifeq ($(DEB_HOST_ARCH_OS),linux)
- CONFIGURE_ARGS += --enable-systemd --with-systemd=/lib/systemd/system
- else
- CONFIGURE_ARGS += --disable-systemd
- endif
-
# Avoid test failure in docker.
export PDNS_TEST_NO_IPV6=1