diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-01-15 01:00:01 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-01-15 01:00:00 +0100 |
commit | f088763356e88c4911ee933fdafcad6ed66a7aa3 (patch) | |
tree | a60a8826ca42349b5ee7196771407b146ed58bde /gnu/packages/admin.scm | |
parent | 323d868ceb0eb6451d86f8ff0a7a0aa20c3cfd00 (diff) | |
download | guix-f088763356e88c4911ee933fdafcad6ed66a7aa3.tar.gz |
gnu: sudo: Update to 1.9.12p2 [fixes CVE-2023-22809].
* gnu/packages/admin.scm (sudo): Update to 1.9.12p2.
Diffstat (limited to 'gnu/packages/admin.scm')
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 9efedda74a..5cea17d562 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1968,7 +1968,7 @@ system administrator.") (define-public sudo (package (name "sudo") - (version "1.9.12p1") + (version "1.9.12p2") (source (origin (method url-fetch) (uri @@ -1978,7 +1978,7 @@ system administrator.") version ".tar.gz"))) (sha256 (base32 - "1n5ppabp9ark1qz7xi63528s07pmpak67c7agj8v5a1xxfl1hnj7")) + "0fc55axh2hfd8hn66dpmyrrgb0gf0nz71zpaygkrpp8x1ypb385r")) (modules '((guix build utils))) (snippet '(begin |