From: Raspbian automatic forward porter Date: Tue, 19 May 2020 06:44:04 +0000 (+0100) Subject: Merge version 4.2.1-1+rpi1 and 4.3.0-4 to produce 4.3.0-4+rpi1 X-Git-Tag: archive/raspbian/4.3.0-4+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fc93077393dd4b1076bd4d3d01b2c1f14342ebbc;p=pdns.git Merge version 4.2.1-1+rpi1 and 4.3.0-4 to produce 4.3.0-4+rpi1 --- fc93077393dd4b1076bd4d3d01b2c1f14342ebbc diff --cc debian/changelog index 554c915,af16ae8..bc56430 --- a/debian/changelog +++ b/debian/changelog @@@ -1,9 -1,37 +1,44 @@@ - 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 at Sun, 31 Dec 2017 14:27:56 +0000] + * Add -latomic to ldflags. + - -- Raspbian forward porter Sat, 07 Dec 2019 06:30:25 +0000 ++ -- Raspbian forward porter 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 Mon, 04 May 2020 11:07:59 +0000 + + pdns (4.3.0-3) unstable; urgency=medium + + * Fix build failure on !amd64 + + -- Chris Hofstaedtler 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 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 Tue, 07 Apr 2020 15:26:55 +0000 pdns (4.2.1-1) unstable; urgency=medium diff --cc debian/rules index e5a9d6f,b046c2b..ce3a202 --- a/debian/rules +++ b/debian/rules @@@ -8,15 -8,7 +8,8 @@@ include /usr/share/dpkg/default.m # 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