diff options
| author | Nguyễn Gia Phong <cnx@loang.net> | 2026-05-27 22:27:28 +0900 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-05-29 16:41:30 +0900 |
| commit | 75a84eaea63b41ca8e770e275e8be4e4b55590f8 (patch) | |
| tree | 238a55f222dbf513adf5641f175f372446929e41 /gnu/packages/databases.scm | |
| parent | f15277c19a743e572496495d1d18e9ef3d4fbc07 (diff) | |
gnu: postgresql-16: Update to 16.14.
PostgreSQL 16.14 contains fixes for CVE-2026-6472, CVE-2026-6473,
CVE-2026-6474, CVE-2026-6475, CVE-2026-6477, CVE-2026-6478,
CVE-2026-6479, CVE-2026-6637 and CVE-2026-6638.
* gnu/packages/databases.scm (postgresql-16): Update to 16.14.
Change-Id: Ifa8a9a86618a06d5ca6b4f34b542f05508b87b30
Diffstat (limited to 'gnu/packages/databases.scm')
| -rw-r--r-- | gnu/packages/databases.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index cfb7505e7f7..10523f6615f 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm | |||
| @@ -1742,14 +1742,14 @@ pictures, sounds, or video.") | |||
| 1742 | (package | 1742 | (package |
| 1743 | (inherit postgresql-17) | 1743 | (inherit postgresql-17) |
| 1744 | (name "postgresql") | 1744 | (name "postgresql") |
| 1745 | (version "16.10") | 1745 | (version "16.14") |
| 1746 | (source (origin | 1746 | (source (origin |
| 1747 | (method url-fetch) | 1747 | (method url-fetch) |
| 1748 | (uri (string-append "https://ftp.postgresql.org/pub/source/v" | 1748 | (uri (string-append "https://ftp.postgresql.org/pub/source/v" |
| 1749 | version "/postgresql-" version ".tar.bz2")) | 1749 | version "/postgresql-" version ".tar.bz2")) |
| 1750 | (sha256 | 1750 | (sha256 |
| 1751 | (base32 | 1751 | (base32 |
| 1752 | "0hib575m9x3z8c71gkcv9jsyq77d3qk7q2zgzvfy6clwrvs8b16y")) | 1752 | "0w9lgsn03m4k0v3m622v7fk3gqbfbjvwv34mrrc0i4ip4wa7gl7n")) |
| 1753 | (patches (search-patches | 1753 | (patches (search-patches |
| 1754 | "postgresql-disable-normalize_exec_path.patch")))) | 1754 | "postgresql-disable-normalize_exec_path.patch")))) |
| 1755 | (arguments | 1755 | (arguments |
