From 575bcb9220287a6f0d2577db1fd9fe55d9d8b745 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 23 Feb 2025 19:24:10 +0000 Subject: gentoo auto-resync : 23:02:2025 - 19:24:09 --- net-dns/pdns/Manifest | 2 +- net-dns/pdns/pdns-4.9.4.ebuild | 31 ++++++++++--------------------- 2 files changed, 11 insertions(+), 22 deletions(-) (limited to 'net-dns/pdns') diff --git a/net-dns/pdns/Manifest b/net-dns/pdns/Manifest index b7edb49f27de..3686216f1264 100644 --- a/net-dns/pdns/Manifest +++ b/net-dns/pdns/Manifest @@ -3,5 +3,5 @@ AUX pdns-r1 2815 BLAKE2B cd607cb30a94540eca9cfa2defb7c996f6e151875fcaad8ad335726 DIST pdns-4.9.3.tar.bz2 1375976 BLAKE2B 1c4b459d658696bb00eb1dd34f41fde480f8880503f7bc8549485aa27556fb07f0c59d47c16f2854a6761d35175a232af010b1f334c96b11dbfd1973900b0e43 SHA512 fdedd2a766b758362d43fe7baa645e8e9a20bd632647fe8a175b9c5fbf74aaa9aa57a500dc2857fe8ccf7574f538f8f2a46ee2456a2427f264dd7fa0a27daa60 DIST pdns-4.9.4.tar.bz2 1375659 BLAKE2B 1cbd27f5950b0561d21ab7bbd43aa761e4ded69b2f0f0ca2ad5e9512cae55e32082b77a260066d69d16c5541088a03a565fb8b9a3f543f607cbd0a562e5e3ed6 SHA512 fe597a84443bef2c47fdc8302b0fc3e809a48012cec40c4fafb79196eb13be547846d3bd088a93e3bac31bec94bed904b128afc9b8effd78c63c21178f0b2b1a EBUILD pdns-4.9.3.ebuild 4383 BLAKE2B c2777d097430c1a885d341e9150c098d5f643f79d96fba040a4e3b4772ae1fda3e7ba71217727e302e57f1ed63a12d8cf4eea08eff158635b1c8e9d6c7f8e5f7 SHA512 b571a61b362213d02283357ba857138157710afb1263da2988d4ec191456e8b1a5c7ac0c344a87e5b4a21e9a9a524a795517f2e8e84b05a3b7615d597860c712 -EBUILD pdns-4.9.4.ebuild 4385 BLAKE2B 35d1f4e22ee4522bd1cd052c9ccdfd8ab915abce08311263a0b6a8bccc4c179e4efef1c27d0d3d965efe0b4dc1be7ac7e390e8ef0fe72aeb1d708a2ce570b3c1 SHA512 2a9d2cb86432ebe013947263e9e77021ed116f2d0b39abb025c9030364a89b7d24908fda9983f51e214ba02c3604fc875113842c303752cc317011316b86b62d +EBUILD pdns-4.9.4.ebuild 4251 BLAKE2B beb4a352c3c75f2358e06c61145fb7daa3422624eb66204fdbc00c541b1c14b7ccf2735a5a3eabc0709b00e87a0e2f9726a9b2d9f6a961e9b43cbcb706dc4274 SHA512 6f185f22af0532018c14e611115985a6263bf8f0d551a924ab5fdb9d714eb3020531f16a80732395af7ac652c1cebeb6fb5bcba22d552d03ac93ce3b79adc749 MISC metadata.xml 951 BLAKE2B 37f168bd4a7db2c11c6da9d5a07abc506c5b7115f10512b0e500cb3c3ea64758cd44d4222b2d750be3a731e8a6d12dee922f829ee5beb11eb1bd5c01f0827af1 SHA512 70612d620009416b680dc442cc0cfe7ea903f87a27f9b2e76fe77ad14eb1428f5a0133eb9e393bd286f404a755246250feeb5f5da63772aa2be2c5db4bc11ee9 diff --git a/net-dns/pdns/pdns-4.9.4.ebuild b/net-dns/pdns/pdns-4.9.4.ebuild index f6df116ae075..aa6d7d980d2e 100644 --- a/net-dns/pdns/pdns-4.9.4.ebuild +++ b/net-dns/pdns/pdns-4.9.4.ebuild @@ -6,7 +6,7 @@ EAPI=8 LUA_COMPAT=( lua5-{1..4} luajit ) PYTHON_COMPAT=( python3_{10..13} ) -inherit flag-o-matic lua-single python-any-r1 +inherit eapi9-ver flag-o-matic lua-single python-any-r1 DESCRIPTION="The PowerDNS Daemon" HOMEPAGE="https://www.powerdns.com/" @@ -132,10 +132,7 @@ pkg_postinst() { elog "The name must be in the format pdns. and PowerDNS will use the" elog "/etc/powerdns/pdns-.conf configuration file instead of the default." - local old - for old in ${REPLACING_VERSIONS}; do - ver_test ${old} -lt 3.2 || continue - + if ver_replacing -lt 3.2; then echo ewarn "To fix a security bug (bug #458018) had the following" ewarn "files/directories the world-readable bit removed (if set):" @@ -144,22 +141,14 @@ pkg_postinst() { ewarn "Check if this is correct for your setup" ewarn "This is a one-time change and will not happen on subsequent updates." chmod o-rwx "${EPREFIX}"/etc/powerdns/{,pdns.conf} + fi - break - done - - if use postgres; then - 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:" - ewarn - ewarn " https://doc.powerdns.com/authoritative/security-advisories/powerdns-advisory-2019-06.html" - - break - done + if use postgres && ver_replacing -lt 4.1.11-r1; then + 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:" + ewarn + ewarn " https://doc.powerdns.com/authoritative/security-advisories/powerdns-advisory-2019-06.html" fi } -- cgit v1.2.3