commit: 9b6fcfeb8cc469def1208355fa632d4df3772409
Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 6 08:11:18 2019 +0000
Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Tue Aug 6 08:11:41 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b6fcfeb
net-dns/pdns: Add empty line between messages
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
net-dns/pdns/pdns-4.1.11-r1.ebuild | 3 +++
net-dns/pdns/pdns-4.2.0_rc2.ebuild | 2 ++
2 files changed, 5 insertions(+)
diff --git a/net-dns/pdns/pdns-4.1.11-r1.ebuild
b/net-dns/pdns/pdns-4.1.11-r1.ebuild
index 7a1b547621f..0078fa5323c 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 23e9ad567d7..839351637f0 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"