Merge version 4.2.1-1+rpi1 and 4.3.0-4 to produce 4.3.0-4+rpi1 archive/raspbian/4.3.0-4+rpi1 raspbian/4.3.0-4+rpi1
authorRaspbian automatic forward porter <root@raspbian.org>
Tue, 19 May 2020 06:44:04 +0000 (07:44 +0100)
committerRaspbian automatic forward porter <root@raspbian.org>
Tue, 19 May 2020 06:44:04 +0000 (07:44 +0100)
1  2 
debian/changelog
debian/rules

index 554c9159d2a5447cddb7938355ac97e10bf8ba73,af16ae804475150810d8a3284212805b8dc460a8..bc56430f11df4106d55106b9dc3ab8a564516039
@@@ -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 <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
  
diff --cc debian/rules
index e5a9d6fd9fbae6e361445a36173d9dddbfeaeff3,b046c2b171ed377a923f4376fb8211e7e035bd5f..ce3a202de9bbdf87506c9b9964b178fc0ef552da
@@@ -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