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 | 20dcd44484b54602543876b25f5e7fe0ee02a0fd (patch) | |
| tree | d9c5d740523fb7ac13a2c7c1af169fea660f68e2 /gnu/packages/databases.scm | |
| parent | 75a84eaea63b41ca8e770e275e8be4e4b55590f8 (diff) | |
gnu: postgresql-15: Update to 15.18.
PostgreSQL 14.23 contains fixes for CVE-2026-6472, CVE-2026-6473,
CVE-2026-6474, CVE-2026-6475, CVE-2026-6477, CVE-2026-6478,
CVE-2026-6479 and CVE-2026-6637.
* gnu/packages/databases.scm (postgresql-15): Update to 15.18.
Change-Id: I6435952609e84c232cf3ed092ff067f855f9a414
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 10523f6615f..05d58f154fd 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm | |||
| @@ -1773,14 +1773,14 @@ pictures, sounds, or video.") | |||
| 1773 | (package | 1773 | (package |
| 1774 | (inherit postgresql-16) | 1774 | (inherit postgresql-16) |
| 1775 | (name "postgresql") | 1775 | (name "postgresql") |
| 1776 | (version "15.15") | 1776 | (version "15.18") |
| 1777 | (source (origin | 1777 | (source (origin |
| 1778 | (method url-fetch) | 1778 | (method url-fetch) |
| 1779 | (uri (string-append "https://ftp.postgresql.org/pub/source/v" | 1779 | (uri (string-append "https://ftp.postgresql.org/pub/source/v" |
| 1780 | version "/postgresql-" version ".tar.bz2")) | 1780 | version "/postgresql-" version ".tar.bz2")) |
| 1781 | (sha256 | 1781 | (sha256 |
| 1782 | (base32 | 1782 | (base32 |
| 1783 | "1ais46b2ij38y75i1w336as03pybyndsd2pp2q8gdjq9igmsllsp")) | 1783 | "1d13qckpslfqamdmp23q3rbzxlp1rqwszylilyllpsp3gzwhvpqi")) |
| 1784 | (patches (search-patches | 1784 | (patches (search-patches |
| 1785 | "postgresql-disable-resolve_symlinks.patch")))) | 1785 | "postgresql-disable-resolve_symlinks.patch")))) |
| 1786 | (native-inputs (modify-inputs native-inputs | 1786 | (native-inputs (modify-inputs native-inputs |
