diff options
author | 2019-08-06 09:53:47 +0200 | |
---|---|---|
committer | 2019-08-06 09:57:43 +0200 | |
commit | 550f5491c328313a60c2ee791406230bab11f22c (patch) | |
tree | 77ac73e1d5c9d45f4867dc498735e27140a0f921 /net-dns | |
parent | app-admin/sudo: ppc64 stable wrt bug #691410 (diff) | |
download | gentoo-550f5491c328313a60c2ee791406230bab11f22c.tar.gz gentoo-550f5491c328313a60c2ee791406230bab11f22c.tar.bz2 gentoo-550f5491c328313a60c2ee791406230bab11f22c.zip |
net-dns/pdns: Revision bump to include security notice
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Sven Wegener <swegener@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/pdns/pdns-4.1.11-r1.ebuild (renamed from net-dns/pdns/pdns-4.1.11.ebuild) | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-dns/pdns/pdns-4.1.11.ebuild b/net-dns/pdns/pdns-4.1.11-r1.ebuild index 9c4996e63d3b..7a1b547621f5 100644 --- a/net-dns/pdns/pdns-4.1.11.ebuild +++ b/net-dns/pdns/pdns-4.1.11-r1.ebuild @@ -154,4 +154,18 @@ pkg_postinst() { break done + + if use postgres; then + for old in ${REPLACING_VERSIONS}; do + ver_test ${old} -lt 4.1.11-r1 || continue + + ewarn "PowerDNS 4.1.11 contains a security fix for the PostgreSQL backend." + ewarn "This security fix needs to be applied manually to the database schema." + ewarn "Please refer to the official security advisory for more information:" + ewarn + ewarn " https://doc.powerdns.com/authoritative/security-advisories/powerdns-advisory-2019-06.html" + + break + done + fi } |