diff options
author | J0WI <J0WI@users.noreply.github.com> | 2020-09-23 01:28:32 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-10-12 00:10:28 +0000 |
commit | f39009a9b637881ca62c4b4438a4ecdba99947af (patch) | |
tree | c251da3413bcc1192360e80703b7acc6043aa727 | |
parent | 1efb054f0bf22ebeed68e934b92a5c49b7755cc6 (diff) | |
download | aports-f39009a9b637881ca62c4b4438a4ecdba99947af.tar.gz aports-f39009a9b637881ca62c4b4438a4ecdba99947af.tar.bz2 aports-f39009a9b637881ca62c4b4438a4ecdba99947af.tar.xz |
community/pdns: security upgrade to 4.1.14
-rw-r--r-- | community/pdns/4.1.10_to_4.1.11.schema.pgsql.sql.patch | 31 | ||||
-rw-r--r-- | community/pdns/APKBUILD | 8 |
2 files changed, 4 insertions, 35 deletions
diff --git a/community/pdns/4.1.10_to_4.1.11.schema.pgsql.sql.patch b/community/pdns/4.1.10_to_4.1.11.schema.pgsql.sql.patch deleted file mode 100644 index 525f954d14..0000000000 --- a/community/pdns/4.1.10_to_4.1.11.schema.pgsql.sql.patch +++ /dev/null @@ -1,31 +0,0 @@ -diff --git a/modules/gpgsqlbackend/4.1.10_to_4.1.11.schema.pgsql.sql b/modules/gpgsqlbackend/4.1.10_to_4.1.11.schema.pgsql.sql -new file mode 100644 -index 0000000..b0c2ee1 ---- /dev/null -+++ b/modules/gpgsqlbackend/4.1.10_to_4.1.11.schema.pgsql.sql -@@ -0,0 +1 @@ -+ALTER TABLE domains ALTER notified_serial TYPE bigint USING CASE WHEN notified_serial >= 0 THEN notified_serial::bigint END; -diff --git a/modules/gpgsqlbackend/Makefile.am b/modules/gpgsqlbackend/Makefile.am -index 8a820d5..9e2f271 100644 ---- a/modules/gpgsqlbackend/Makefile.am -+++ b/modules/gpgsqlbackend/Makefile.am -@@ -12,6 +12,7 @@ dist_doc_DATA = \ - schema.pgsql.sql \ - nodnssec-3.x_to_3.4.0_schema.pgsql.sql \ - dnssec-3.x_to_3.4.0_schema.pgsql.sql \ -+ 4.1.10_to_4.1.11.schema.pgsql.sql \ - 3.4.0_to_4.1.0_schema.pgsql.sql - - libgpgsqlbackend_la_SOURCES = \ -diff --git a/modules/gpgsqlbackend/Makefile.in b/modules/gpgsqlbackend/Makefile.in -index 4c1f978..9793c9d 100644 ---- a/modules/gpgsqlbackend/Makefile.in -+++ b/modules/gpgsqlbackend/Makefile.in -@@ -479,6 +479,7 @@ dist_doc_DATA = \ - schema.pgsql.sql \ - nodnssec-3.x_to_3.4.0_schema.pgsql.sql \ - dnssec-3.x_to_3.4.0_schema.pgsql.sql \ -+ 4.1.10_to_4.1.11.schema.pgsql.sql \ - 3.4.0_to_4.1.0_schema.pgsql.sql - - libgpgsqlbackend_la_SOURCES = \ diff --git a/community/pdns/APKBUILD b/community/pdns/APKBUILD index 12c481a31f..9dfa964113 100644 --- a/community/pdns/APKBUILD +++ b/community/pdns/APKBUILD @@ -5,7 +5,7 @@ # Contributor: Fabian Zoske <fabian@zoske.it> # Maintainer: Matt Smith <mcs@darkregion.net> pkgname=pdns -pkgver=4.1.11 +pkgver=4.1.14 pkgrel=0 pkgdesc="PowerDNS Authoritative Server" url="https://www.powerdns.com/" @@ -38,12 +38,13 @@ pkggroups="pdns" source="https://downloads.powerdns.com/releases/$pkgname-$pkgver.tar.bz2 $pkgname.initd $pkgname.conf - 4.1.10_to_4.1.11.schema.pgsql.sql.patch README.alpine " builddir="$srcdir/$pkgname-$pkgver" # secfixes: +# 4.1.14-r0: +# - CVE-2020-17482 # 4.1.11-r0: # - CVE-2019-10203 # 4.1.10-r0: @@ -145,8 +146,7 @@ backend_remote() { _mv_backend remote; } backend_sqlite3() { _mv_backend gsqlite3 sqlite; } #backend_tinydns() { _mv_backend tinydns; } -sha512sums="18215f523a39d48c8756bc13ecae1bd78967c2d66619d93ddaafb13062690002a9bdfe1d337796820706692c449286c7b9e9b8d45933684d32acbc20e490c0c4 pdns-4.1.11.tar.bz2 +sha512sums="d78e5548fd6d497c827b3e3ad3c10f0d14d1c5da8c302aacb853e6c54f853288b86c6efd5d7e0cd84d4508accc7b0641c70f9278117540c6e22ba1fdf64d37d1 pdns-4.1.14.tar.bz2 3a55547e1b6407e7d2faa6e02982ed903c2364381af1b7eeb626ae3a8b0e32558dd79bf31c982b134414e5636d4868c1f3660ac523f25d2440ed6f7b436843bf pdns.initd 3f809f3257680c3e496fa6a4c86c8a636db5d9d5b92aef96fe54c29b8266ee590deb792d13205cc171e27307fa73295dd3b101b09102fd66a2393a7cdbf9dd27 pdns.conf -a3caac012fae6d53afa9d08eaf4d2e70b406197e586b6716e0a9177d3833165493a55bf119669fd29c4397a8230a33982e38ef0b5a6883d71ee8869c06f0fe22 4.1.10_to_4.1.11.schema.pgsql.sql.patch f2781a23e14bea9b4bbb84f3b596663c76359c449ef6fd39c87b5ea1163c47e01c5ba490c804709033598f0542ac558bde477729ad1ab9f17d49606fa61b2049 README.alpine" |