mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: PostgreSQL@11: Update to 11.16 [fixes CVE-2022-1552].
* gnu/packages/databases.scm (postgresql-11): Update to 11.16.
This commit is contained in:
parent
f4f31bb99c
commit
a18f937b56
1 changed files with 2 additions and 2 deletions
|
@ -1279,14 +1279,14 @@ (define-public postgresql-11
|
|||
(package
|
||||
(inherit postgresql-13)
|
||||
(name "postgresql")
|
||||
(version "11.15")
|
||||
(version "11.16")
|
||||
(source (origin
|
||||
(inherit (package-source postgresql-13))
|
||||
(uri (string-append "https://ftp.postgresql.org/pub/source/v"
|
||||
version "/postgresql-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1qvrm0vhwnc5nijfbqybhwfjbq4r7vmk445sz7s6fiagpn78xxf8"))
|
||||
"1983a7y4y6zhbgh0qcdfkf99445j1zm5q1ncrbkrx555y08y3n9d"))
|
||||
(patches (search-patches
|
||||
"postgresql-disable-resolve_symlinks.patch"))))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue