File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 44ARG ALPINE_VERSION=3.22
55ARG PACKAGE_PATH=main/postgresql17
66ARG PACKAGE_NAME=postgresql17
7- ARG PACKAGE_VERSION=17.5
7+ ARG PACKAGE_VERSION=17.6
88
99FROM docker.io/library/alpine:${ALPINE_VERSION} AS build
1010
@@ -86,6 +86,8 @@ COPY --from=build /usr/local/bin/psql /usr/local/bin/pg_dump /
8686ENTRYPOINT ["/psql" ]
8787
8888# ######### CHANGES ##########
89+ # 20251015:
90+ # * Upgrade postgresql17 to 17.6
8991# 20250531:
9092# * Upgrade postgresql17 to 17.5
9193# * Commit APKBUILD to git for reproducible build
Original file line number Diff line number Diff line change 22# Contributor: G.J.R. Timmer <gjr.timmer@gmail.com>
33# Contributor: Jakub Jirutka <jakub@jirutka.cz>
44_pkgname=postgresql
5- pkgver=17.5
5+ pkgver=17.6
66pkgrel=0
77_majorver=${pkgver%% [_.]* }
88# Should this aport provide libpq* and libecpg*? true/false
@@ -100,6 +100,10 @@ case "$CARCH" in
100100esac
101101
102102# secfixes:
103+ # 17.6-r0:
104+ # - CVE-2025-8713
105+ # - CVE-2025-8714
106+ # - CVE-2025-8715
103107# 17.5-r0:
104108# - CVE-2025-4207
105109# 17.4-r0:
@@ -499,7 +503,7 @@ _setdiff() {
499503}
500504
501505sha512sums="
502- deae865e6c8e2ef5bb622288f790c5b83d22235496513e60351354970ff193eb885fb632c2d1321b8311c88c05b76a370d8d838473936c8438dbb569086b139f postgresql-17.5 .tar.bz2
506+ d377ed208b3fd1bf9611f148f4286e8c655374218cc3b12cd766917063001750f7dede140065874b7c8bdc2f2b3ecaf15c18cc6cd341929b2c3a574a7797a67e postgresql-17.6 .tar.bz2
503507c3de763d8fba5a2ac5f51a4e2831c11c40b455302cd3d5a023b2c4e90839c3600ec882eba0985d595796ee3b25c1332437a93c453e674e2f6e367b67fa39b20b initdb.patch
50450842e7ff5e4114390ec7f0f69b037ebcbc9a7739b239d992bc6f4d13561e188f9027e896892230a5d7cbf1ec0a1ad68deacdd414dcfc7d919bfc368442a220d352 perl-rpath.patch
5055097501022ac2befce1adcf72a4ca06f10af3aad6ad19692fa53e6fa7cc24457ce0852ef1805ddfcd82db6402f6d1e684570b3151028397f0a55a696164aa73975d per-version-dirs.patch
You can’t perform that action at this time.
0 commit comments