From: Sven Wegener Date: Tue, 6 Aug 2019 08:11:18 +0000 (+0200) Subject: net-dns/pdns: Add empty line between messages X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9b6fcfeb8cc469def1208355fa632d4df3772409;p=gentoo.git net-dns/pdns: Add empty line between messages Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Sven Wegener --- 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-.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-.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"