mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-07-05 04:04:08 +02:00
gnu: postgresql-17: Update to 17.10.
PostgreSQL 17.10 contains fixes for CVE-2026-6472, CVE-2026-6473, CVE-2026-6474, CVE-2026-6475, CVE-2026-6476, CVE-2026-6477, CVE-2026-6478, CVE-2026-6479, CVE-2026-6637 and CVE-2026-6638. * gnu/packages/databases.scm (postgresql-17): Update to 17.10. Change-Id: I761ff3cc28c7b21eb15a6cd7f5cb2e2c48a1915b
This commit is contained in:
@@ -1672,14 +1672,14 @@ and high-availability (HA).")
|
||||
(define-public postgresql-17
|
||||
(package
|
||||
(name "postgresql")
|
||||
(version "17.7")
|
||||
(version "17.10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://ftp.postgresql.org/pub/source/v"
|
||||
version "/postgresql-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1dg9labqgph2idaypb8khdvbag29pr3h4bqv5w8k7kgc08rk97pg"))
|
||||
"144cb40gn1lasvz0jvz4i72mda8k7pm1bx6azq2vggfddm8h72h7"))
|
||||
(patches (search-patches
|
||||
"postgresql-disable-normalize_exec_path.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
|
||||
Reference in New Issue
Block a user