diff --git a/sudo-1.9.12p1.tar.gz b/sudo-1.9.12p1.tar.gz deleted file mode 100644 index 299f61a..0000000 --- a/sudo-1.9.12p1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:475a18a8eb3da8b2917ceab063a6baf51ea09128c3c47e3e0e33ab7497bab7d8 -size 4908060 diff --git a/sudo-1.9.12p1.tar.gz.sig b/sudo-1.9.12p1.tar.gz.sig deleted file mode 100644 index 034ebaa..0000000 Binary files a/sudo-1.9.12p1.tar.gz.sig and /dev/null differ diff --git a/sudo-1.9.12p2.tar.gz b/sudo-1.9.12p2.tar.gz new file mode 100644 index 0000000..d526c05 --- /dev/null +++ b/sudo-1.9.12p2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9a0b1ae0f1ddd9be7f3eafe70be05ee81f572f6f536632c44cd4101bb2a8539 +size 4909431 diff --git a/sudo-1.9.12p2.tar.gz.sig b/sudo-1.9.12p2.tar.gz.sig new file mode 100644 index 0000000..1d0ff2e Binary files /dev/null and b/sudo-1.9.12p2.tar.gz.sig differ diff --git a/sudo.changes b/sudo.changes index b2b1f24..06109f2 100644 --- a/sudo.changes +++ b/sudo.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Thu Jan 19 03:39:52 UTC 2023 - Jason Sikes + +- Update to 1.9.12p2: + * Fixes bsc#1207082 + * Changes in 1.9.12p2: + Fixed a compilation error on Linux/aarch64. GitHub issue #197. + + Fixed a potential crash introduced in the fix GitHub issue #134. + If a user’s sudoers entry did not have any RunAs user’s set, + running sudo -U otheruser -l would dereference a NULL pointer. + + Fixed a bug introduced in sudo 1.9.12 that could prevent sudo + from creating a I/O files when the iolog_file sudoers setting + contains six or more Xs. + + Fixed a compilation issue on AIX with the native compiler. + GitHub issue #231. + + Fixed CVE-2023-22809, a flaw in sudo’s -e option (aka sudoedit) + that could allow a malicious user with sudoedit privileges to + edit arbitrary files. For more information, see Sudoedit can + edit arbitrary files. + ------------------------------------------------------------------- Mon Nov 21 22:25:54 UTC 2022 - Jason Sikes diff --git a/sudo.spec b/sudo.spec index 4de3ab4..a5187dc 100644 --- a/sudo.spec +++ b/sudo.spec @@ -1,7 +1,7 @@ # # spec file for package sudo # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: sudo -Version: 1.9.12p1 +Version: 1.9.12p2 Release: 0 Summary: Execute some commands as root License: ISC