From 75391bf1c3031b5a67f844a6c1b7a3c4a1a388a2fcc5fe20fde19d627d9c9d91 Mon Sep 17 00:00:00 2001 From: Kristyna Streitova Date: Mon, 2 Jan 2017 09:53:20 +0000 Subject: [PATCH] Accepting request 447202 from home:stroeder:branches:Base:System update to 1.8.19p1 (not sure what the deal with /usr/lib/tmpfiles.d on older platforms is) OBS-URL: https://build.opensuse.org/request/show/447202 OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=110 --- sudo-1.8.18p1.tar.gz | 3 --- sudo-1.8.18p1.tar.gz.sig | Bin 72 -> 0 bytes sudo-1.8.19p1.tar.gz | 3 +++ sudo-1.8.19p1.tar.gz.sig | Bin 0 -> 72 bytes sudo.changes | 54 +++++++++++++++++++++++++++++++++++++++ sudo.spec | 2 +- 6 files changed, 58 insertions(+), 4 deletions(-) delete mode 100644 sudo-1.8.18p1.tar.gz delete mode 100644 sudo-1.8.18p1.tar.gz.sig create mode 100644 sudo-1.8.19p1.tar.gz create mode 100644 sudo-1.8.19p1.tar.gz.sig diff --git a/sudo-1.8.18p1.tar.gz b/sudo-1.8.18p1.tar.gz deleted file mode 100644 index 551aab0..0000000 --- a/sudo-1.8.18p1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5a0471c721281a693025bbde33ebd9d3db43245d83ab8516bbfc23980379434 -size 2822109 diff --git a/sudo-1.8.18p1.tar.gz.sig b/sudo-1.8.18p1.tar.gz.sig deleted file mode 100644 index 21572aa12abfb2552e4d7d7fdca941e2e049906dc23d22b6f8c8531d9d1fd359..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0$2O5zyJyf5L$`fqJHFX#3=^=pLbo4q2^ECH)L3x^B|X@ eBt-OSF#w>NS}`wVhLBG(OH&w4_&UPX`8#v8s~qV7 diff --git a/sudo-1.8.19p1.tar.gz b/sudo-1.8.19p1.tar.gz new file mode 100644 index 0000000..d300793 --- /dev/null +++ b/sudo-1.8.19p1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8afb1cf8736b6c61f171f2bf4b174818d9e00e92ef73da55fabcd01286ffc92 +size 2860124 diff --git a/sudo-1.8.19p1.tar.gz.sig b/sudo-1.8.19p1.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..74ba56004e6e2a564558c3ff4c06f17948484d1f23919ad1eb9f5f968e717c08 GIT binary patch literal 72 zcmV-O0Jr~$Mg#y60ssaD0$5pUmjDV05L$`fqJHFX#NF2boDAvph{Ti0zPxq3hB0IP eCA_W6?f{^rS!_t~C`~(;)VTlRXab1|CDFkkN+DJN literal 0 HcmV?d00001 diff --git a/sudo.changes b/sudo.changes index d76eb91..9f86413 100644 --- a/sudo.changes +++ b/sudo.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Mon Dec 19 23:08:10 UTC 2016 - michael@stroeder.com + +- update to 1.8.19p1 + +Major changes between sudo 1.8.19p1 and 1.8.19: + * Fixed a bug introduced in sudo 1.8.19 that resulted in the wrong + syslog priority and facility being used. + +Major changes between sudo 1.8.19 and 1.8.18p1: + * New "syslog_maxlen" Defaults option to control the maximum size of + syslog messages generated by sudo. + * Sudo has been run against PVS-Studio and any issues that were + not false positives have been addressed. + * I/O log files are now created same group ID as the parent directory + and not the invoking user's group ID. + * I/O log permissions and ownership are now configurable via the + "iolog_mode", "iolog_user" and "iolog_group" sudoers Defaults + variables. + * Fixed configuration of the sudoers I/O log plugin debug subsystem. + Previously, I/O log information was not being written to the + sudoers debug log. + * Fixed a bug in visudo that broke editing of files in an include + dir that have a syntax error. Normally, visudo does not edit + those files, but if a syntax error is detected in one, the user + should get a chance to fix it. + * Warnings about unknown or unparsable sudoers Defaults entries now + include the file and line number of the problem. + * Visudo will now use the file and line number information about an + unknown or unparsable Defaults entry to go directly to the file + with the problem. + * Fixed a bug in the sudoers LDAP back-end where a negated sudoHost + entry would prevent other sudoHost entries following it from matching. + * Warnings from visudo about a cycle in an Alias entry now include the + file and line number of the problem. + * In strict mode, visudo will now use the file and line number + information about a cycle in an Alias entry to go directly to the + file with the problem. + * The sudo_noexec.so file is now linked with -ldl on systems that + require it for the wordexp() wrapper. + * Fixed linking of sudo_noexec.so on macOS systems where it must be + a dynamic library and not a module. + * Sudo's "make check" now includes a test for sudo_noexec.so + working. + * The sudo front-end now passes the user's umask to the plugin. + Previously the plugin had to determine this itself. + * Sudoreplay can now display the stdin and ttyin streams when they + are explicitly added to the filter list. + * Fixed a bug introduced in sudo 1.8.17 where the "all" setting + for verifypw and listpw was not being honored. Bug #762. + * The syslog priority (syslog_goodpri and syslog_badpri) can now + be negated or set to "none" to disable logging of successful or + unsuccessful sudo attempts via syslog. + ------------------------------------------------------------------- Fri Oct 28 08:53:16 UTC 2016 - michael@stroeder.com diff --git a/sudo.spec b/sudo.spec index 89a1cdc..a742fa6 100644 --- a/sudo.spec +++ b/sudo.spec @@ -17,7 +17,7 @@ Name: sudo -Version: 1.8.18p1 +Version: 1.8.19p1 Release: 0 Summary: Execute some commands as root License: ISC