community/powerdns to 4.5.3-1

This commit is contained in:
Kevin Mihelich 2022-01-21 13:49:43 +00:00
parent 52a9b2cec8
commit 47cb1e60a3
2 changed files with 3 additions and 18 deletions

View file

@ -9,8 +9,8 @@
# - explicitly link v5/v6 with libatomic
pkgname=powerdns
pkgver=4.5.2
pkgrel=3
pkgver=4.5.3
pkgrel=1
pkgdesc='Authoritative DNS server'
url='https://www.powerdns.com/'
arch=('x86_64')
@ -32,7 +32,7 @@ conflicts=('pdns')
backup=('etc/powerdns/pdns.conf')
source=(https://downloads.powerdns.com/releases/pdns-${pkgver}.tar.bz2{,.asc}
sysusers.conf)
sha512sums=('0a183d8c0bb517799afa0f9382e3c06ad3c6e9c871b7912073a860364ca97dc121be2372080100677db10601c8ef96ad56b10787c02a9a9ede82f8a1cc904c6e'
sha512sums=('9708f69ed045c801e5cbc5d62f57532ad461f1e9e4574fe2b5d5f72e8534587cfc28f55afaaa1a52f59d7feb8331a683b3f5db7e896d01002996321598550607'
'SKIP'
'522bde8b76367db6edd461fca8f81d50304a4d764addf33774b3e2c5c93a9e72d93993f54ddd4ee887ceeccf70280aceea3ffaf6370d26310e0a7ebbbf61f26a')
validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7' # Winkels, Erik <erik.winkels@open-xchange.com>

View file

@ -1,15 +0,0 @@
Upstream commit: https://github.com/PowerDNS/pdns/commit/311f26839819
diff -upr pdns-4.4.1.orig/pdns/Makefile.am pdns-4.4.1/pdns/Makefile.am
--- pdns-4.4.1.orig/pdns/Makefile.am 2021-02-07 00:37:20.000000000 +0200
+++ pdns-4.4.1/pdns/Makefile.am 2021-06-09 00:18:28.264532242 +0300
@@ -6,7 +6,8 @@ AM_CPPFLAGS += \
$(LIBEDIT_CFLAGS) \
$(LIBCRYPTO_INCLUDES) \
$(SYSTEMD_CFLAGS) \
- $(YAML_CFLAGS)
+ $(YAML_CFLAGS) \
+ -DBOOST_CONTAINER_USE_STD_EXCEPTIONS
AM_CXXFLAGS = \
-DSYSCONFDIR=\"$(sysconfdir)\" \