Skip to content

Commit beef5a7

Browse files
committed
UPG: upgrade main/postgresql17 to 17.6
1 parent 0619727 commit beef5a7

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

main/postgresql17/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
ARG ALPINE_VERSION=3.22
55
ARG PACKAGE_PATH=main/postgresql17
66
ARG PACKAGE_NAME=postgresql17
7-
ARG PACKAGE_VERSION=17.5
7+
ARG PACKAGE_VERSION=17.6
88

99
FROM 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 /
8686
ENTRYPOINT ["/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

main/postgresql17/aports/APKBUILD

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
66
pkgrel=0
77
_majorver=${pkgver%%[_.]*}
88
# Should this aport provide libpq* and libecpg*? true/false
@@ -100,6 +100,10 @@ case "$CARCH" in
100100
esac
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

501505
sha512sums="
502-
deae865e6c8e2ef5bb622288f790c5b83d22235496513e60351354970ff193eb885fb632c2d1321b8311c88c05b76a370d8d838473936c8438dbb569086b139f postgresql-17.5.tar.bz2
506+
d377ed208b3fd1bf9611f148f4286e8c655374218cc3b12cd766917063001750f7dede140065874b7c8bdc2f2b3ecaf15c18cc6cd341929b2c3a574a7797a67e postgresql-17.6.tar.bz2
503507
c3de763d8fba5a2ac5f51a4e2831c11c40b455302cd3d5a023b2c4e90839c3600ec882eba0985d595796ee3b25c1332437a93c453e674e2f6e367b67fa39b20b initdb.patch
504508
42e7ff5e4114390ec7f0f69b037ebcbc9a7739b239d992bc6f4d13561e188f9027e896892230a5d7cbf1ec0a1ad68deacdd414dcfc7d919bfc368442a220d352 perl-rpath.patch
505509
7501022ac2befce1adcf72a4ca06f10af3aad6ad19692fa53e6fa7cc24457ce0852ef1805ddfcd82db6402f6d1e684570b3151028397f0a55a696164aa73975d per-version-dirs.patch

0 commit comments

Comments
 (0)