summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2019-08-06 10:11:18 +0200
committerSven Wegener <swegener@gentoo.org>2019-08-06 10:11:41 +0200
commit9b6fcfeb8cc469def1208355fa632d4df3772409 (patch)
treeaa1782dae9cd5992882be351fb7903adb53c5f4f /net-dns/pdns
parentapp-admin/sudo: ppc stable wrt bug #691410 (diff)
downloadgentoo-9b6fcfeb8cc469def1208355fa632d4df3772409.tar.gz
gentoo-9b6fcfeb8cc469def1208355fa632d4df3772409.tar.bz2
gentoo-9b6fcfeb8cc469def1208355fa632d4df3772409.zip
net-dns/pdns: Add empty line between messages
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Sven Wegener <swegener@gentoo.org>
Diffstat (limited to 'net-dns/pdns')
-rw-r--r--net-dns/pdns/pdns-4.1.11-r1.ebuild3
-rw-r--r--net-dns/pdns/pdns-4.2.0_rc2.ebuild2
2 files changed, 5 insertions, 0 deletions
diff --git a/net-dns/pdns/pdns-4.1.11-r1.ebuild b/net-dns/pdns/pdns-4.1.11-r1.ebuild
index 7a1b547621f5..0078fa5323ce 100644
--- a/net-dns/pdns/pdns-4.1.11-r1.ebuild
+++ b/net-dns/pdns/pdns-4.1.11-r1.ebuild
@@ -136,6 +136,7 @@ pkg_postinst() {
elog "/etc/powerdns/pdns-<suffix>.conf configuration file instead of the default."
if use ldap ; then
+ echo
ewarn "The official LDAP backend module is only compile-tested by upstream."
ewarn "Try net-dns/pdns-ldap-backend if you have problems with it."
fi
@@ -144,6 +145,7 @@ pkg_postinst() {
for old in ${REPLACING_VERSIONS}; do
ver_test ${old} -lt 3.2 || continue
+ echo
ewarn "To fix a security bug (bug #458018) had the following"
ewarn "files/directories the world-readable bit removed (if set):"
ewarn " ${EPREFIX}/etc/powerdns"
@@ -159,6 +161,7 @@ pkg_postinst() {
for old in ${REPLACING_VERSIONS}; do
ver_test ${old} -lt 4.1.11-r1 || continue
+ echo
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:"
diff --git a/net-dns/pdns/pdns-4.2.0_rc2.ebuild b/net-dns/pdns/pdns-4.2.0_rc2.ebuild
index 23e9ad567d77..839351637f06 100644
--- a/net-dns/pdns/pdns-4.2.0_rc2.ebuild
+++ b/net-dns/pdns/pdns-4.2.0_rc2.ebuild
@@ -135,6 +135,7 @@ pkg_postinst() {
elog "/etc/powerdns/pdns-<suffix>.conf configuration file instead of the default."
if use ldap ; then
+ echo
ewarn "The official LDAP backend module is only compile-tested by upstream."
ewarn "Try net-dns/pdns-ldap-backend if you have problems with it."
fi
@@ -143,6 +144,7 @@ pkg_postinst() {
for old in ${REPLACING_VERSIONS}; do
ver_test ${old} -lt 3.2 || continue
+ echo
ewarn "To fix a security bug (bug #458018) had the following"
ewarn "files/directories the world-readable bit removed (if set):"
ewarn " ${EPREFIX}/etc/powerdns"