diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-10-28 23:40:24 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-10-29 00:38:50 +0100 |
commit | 6d7d32c12e073a57a9e5946e55f4c1fbb68bd442 (patch) | |
tree | af51767c449cd28263550f5ebbdb826c884e522f /main/postgresql | |
parent | d661db44d4bbe3712688f0e743f738ffb5464b2d (diff) | |
download | aports-6d7d32c12e073a57a9e5946e55f4c1fbb68bd442.tar.bz2 aports-6d7d32c12e073a57a9e5946e55f4c1fbb68bd442.tar.xz |
main/postgresql: upgrade to 11.0
Diffstat (limited to 'main/postgresql')
-rw-r--r-- | main/postgresql/APKBUILD | 7 | ||||
-rw-r--r-- | main/postgresql/disable-broken-tests.patch | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/main/postgresql/APKBUILD b/main/postgresql/APKBUILD index 03e8d9926d..96b7b520c3 100644 --- a/main/postgresql/APKBUILD +++ b/main/postgresql/APKBUILD @@ -2,7 +2,7 @@ # Contributor: G.J.R. Timmer <gjr.timmer@gmail.com> # Contributor: Jakub Jirutka <jakub@jirutka.cz> pkgname=postgresql -pkgver=10.5 +pkgver=11.0 pkgrel=0 pkgdesc="A sophisticated object-relational DBMS" url="https://www.postgresql.org/" @@ -80,7 +80,6 @@ build() { export PYTHON=/usr/bin/python3 _configure - make -C src/backend submake-errcodes make -C src/pl/plpython all @@ -298,11 +297,11 @@ _submv() { done } -sha512sums="1bad30ae88beca66f7e8b99b82e7f02aac1e9230b328e6e5a762a704cdd9dc767d924f5a66c68c93586badfef91b7ff336120a567ce970eaa58bb44c662ad48c postgresql-10.5.tar.bz2 +sha512sums="2cf471618dfaabdcbcbd68be3b85b6083376c97fdadce36d2ceb28438b7c736816118eacb1d4f12d48c39f584d78d7ffa89fa6d65858d440045a53921429970a postgresql-11.0.tar.bz2 1f8e7dc58f5b0a12427cf2fd904ffa898a34f23f3332c8382b94e0d991c007289e7913a69e04498f3d93fc5701855796c207b4b1cc4a0b366f586050124d7fcc initdb.patch 5f9d8bb4957194069d01af8ab3abc6d4d83a7e7f8bd7ebe1caae5361d621a3e58f91b14b952958138a794e0a80bc154fbb7e3e78d211e2a95b9b7901335de854 perl-rpath.patch 8439a6fdfdea0a4867daeb8bc23d6c825f30c00d91d4c39f48653f5ee77341f23282ce03a77aad94b5369700f11d2cb28d5aee360e59138352a9ab331a9f9d0f conf-unix_socket_directories.patch -1966b2a3971f56fbecd8daa45965236d487683e13300e5c000e595bbadbbe9d0e1301fbbfa034f452abe8a4e4a427781f772370b9ff392bb03fc11ee43c9dee7 disable-broken-tests.patch +81832b4e6b6024fb149580709a7ef48e2f875513e4163fdc644502e496e1fe00e1d073993b2294a745be05bad692025aeb7866cf43bb4051ea06793383b807f3 disable-broken-tests.patch 224e80f9e62843fd248e625abdd0d9fe477729ff3f9a64fc5c86dd37bb7176d3504107fbed7ce578e3a1db7f60b8cf2abf5fe4862c81f76b6d026e29ca495cfc postgresql.initd a6d9cba5c7270484b3a22083b2b37742faefb01b6643040050c92235840c601b2e206ebda32804937b729c6cf42c79a558b921900e52fc420df2a03b5f29e1f7 postgresql.confd f5a1cba051e7d846c2d16703514601cb25729ed96b677c9bd0c199d64552120a8b14b238af01917fdb87106681e12dee6fff7447558155ba273e4f96be5e2892 pg-restore.initd diff --git a/main/postgresql/disable-broken-tests.patch b/main/postgresql/disable-broken-tests.patch index 0bb5b03fa4..39d6010bed 100644 --- a/main/postgresql/disable-broken-tests.patch +++ b/main/postgresql/disable-broken-tests.patch @@ -70,13 +70,13 @@ have no idea. :( # ---------- # Another group of parallel tests # ---------- --test: brin gin gist spgist privileges init_privs security_label collate matview lock replica_identity rowsecurity object_address tablesample groupingsets drop_operator password -+test: brin gin gist spgist privileges init_privs security_label collate matview lock replica_identity rowsecurity tablesample groupingsets drop_operator password +-test: brin gin gist spgist privileges init_privs security_label collate matview lock replica_identity rowsecurity object_address tablesample groupingsets drop_operator password func_index ++test: brin gin gist spgist privileges init_privs security_label collate matview lock replica_identity rowsecurity tablesample groupingsets drop_operator password func_index # ---------- # Another group of parallel tests -@@ -98,7 +98,7 @@ - test: select_parallel +@@ -99,7 +99,7 @@ + test: write_parallel # no relation related tests can be put in this group -test: publication subscription |