* update postgresql to 15.4-2
This commit is contained in:
parent
47c9f57991
commit
1e2e671592
@ -2,17 +2,19 @@
|
||||
# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
|
||||
# Maintainer: Dan McGee <dan@archlinux.org>
|
||||
|
||||
#FIXME: wasn't worth building clang15/llvm15 for just this, so still using 14.x
|
||||
|
||||
pkgbase=postgresql
|
||||
pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
|
||||
pkgver=15.3
|
||||
pkgver=15.4
|
||||
_majorver=${pkgver%.*}
|
||||
pkgrel=3
|
||||
pkgrel=2
|
||||
pkgdesc='Sophisticated object-relational DBMS'
|
||||
url='https://www.postgresql.org/'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
license=('custom:PostgreSQL')
|
||||
makedepends=('krb5' 'libxml2' 'python' 'perl' 'tcl>=8.6.0' 'openssl>=1.0.0'
|
||||
'pam' 'zlib' 'icu' 'systemd' 'libldap' 'llvm' 'clang' 'libxslt'
|
||||
'pam' 'zlib' 'icu' 'systemd' 'libldap' 'llvm14' 'clang14' 'libxslt'
|
||||
'util-linux')
|
||||
source=(https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2
|
||||
postgresql-run-socket.patch
|
||||
@ -23,7 +25,7 @@ source=(https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.ta
|
||||
postgresql-check-db-dir
|
||||
postgresql.sysusers
|
||||
postgresql.tmpfiles)
|
||||
md5sums=('7cb75773ff8fbe533701562c3278206b'
|
||||
md5sums=('f2f861fb99d742cb9c2f8aa46a8a947d'
|
||||
'14674b7e9a224975ea70e19359682142'
|
||||
'297acc9145b94143e74c93f5ede34856'
|
||||
'96f82c38f3f540b53f3e5144900acf17'
|
||||
@ -32,7 +34,7 @@ md5sums=('7cb75773ff8fbe533701562c3278206b'
|
||||
'7ac75a6797737ef3e628c0278aaae024'
|
||||
'2050d34e4dfa05f3c6fe4cd7615eaa4b'
|
||||
'02d017978f0bba21f455feceb3f0a45a')
|
||||
sha256sums=('ffc7d4891f00ffbf5c3f4eab7fbbced8460b8c0ee63c5a5167133b9e6599d932'
|
||||
sha256sums=('baec5a4bdc4437336653b6cb5d9ed89be5bd5c0c58b94e0becee0a999e63c8f9'
|
||||
'1c3f7ba96400cf5064093f8a839df9076eaa064df020e6ec9c5e7ab8b6d527c6'
|
||||
'aee0792a7e0490810aa1e15dbfd5b45842780d864de6971926b362242b8d7cf0'
|
||||
'57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
|
||||
@ -41,7 +43,7 @@ sha256sums=('ffc7d4891f00ffbf5c3f4eab7fbbced8460b8c0ee63c5a5167133b9e6599d932'
|
||||
'a5d5fe94da6df6e9824db1dba7ad3bb85761f1356e627784fecec7caae0a87f0'
|
||||
'7fa8f0ef3f9d40abd4749cc327c2f52478cb6dfb6e2405bd0279c95e9ff99f12'
|
||||
'4a4c0bb9ceb156cc47e9446d8393d1f72b4fe9ea1d39ba17213359df9211da57')
|
||||
b2sums=('4d2e79a9cb21faf47be963e31b1a8ccc9ae205b5836dfbf8ea426229a31dc63f40cd0280108abfa0553affe692c42137f7ad4e3bd1d269298689fee82c5dbb89'
|
||||
b2sums=('e17c62c4e3f048f28073c1706bfa1d3eb065c1416117061fd07b325072c19348f8f2badea1364a054aebccf6d65c2ca21bb46d9cf621d78bd0a75f5dc4b21fe5'
|
||||
'd7a9d4d8281c5cdf642b5d6f7ebb03bdde00afc520bee4cac9fd18a2c25e4bc0aa59f3c3c9f44c257860e2560d126646f2ba81693f966fe93eb4e041adbb0b88'
|
||||
'5d94b9565506a0ee1029595ff36e0052727174a9bab2a878a33985031b855c6052f579abdab242dad3a265d07203d800305a795b0827f2b3a4171f2a49c80a17'
|
||||
'3eab84d332d96678fe6e435ee243c8f1a82b838f601d61d3604d11e918aed7a62202edca5e476c4b9031ed284570e6fcd6c659cfdbd9624aa0019d3233755f81'
|
||||
@ -91,6 +93,7 @@ build() {
|
||||
# Fix static libs
|
||||
CFLAGS+=" -ffat-lto-objects"
|
||||
|
||||
LLVM_CONFIG=llvm-config-14 CLANG=/usr/lib/llvm14/bin/clang \
|
||||
./configure "${configure_options[@]}"
|
||||
make world
|
||||
}
|
||||
@ -170,7 +173,7 @@ package_postgresql() {
|
||||
pkgdesc='Sophisticated object-relational DBMS'
|
||||
backup=('etc/pam.d/postgresql' 'etc/logrotate.d/postgresql')
|
||||
depends=("postgresql-libs>=${pkgver}" 'krb5' 'libxml2' 'readline>=6.0'
|
||||
'openssl>=1.0.0' 'pam' 'icu' 'systemd-libs' 'libldap' 'llvm-libs'
|
||||
'openssl>=1.0.0' 'pam' 'icu' 'systemd-libs' 'libldap' 'llvm14-libs'
|
||||
'libxslt' 'lz4' 'zstd')
|
||||
optdepends=('python: for PL/Python 3 support'
|
||||
'perl: for PL/Perl support'
|
||||
|
Loading…
x
Reference in New Issue
Block a user