diff --git a/sudo-1.8.3.tar.gz b/sudo-1.8.3.tar.gz new file mode 100644 index 0000000..3a3fb23 --- /dev/null +++ b/sudo-1.8.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff1fcc410c5465063ee4912912e29936ea39f017d9a8a57ec76b0ded71b7c3c4 +size 1536180 diff --git a/sudo.changes b/sudo.changes index 064c29f..cb588b0 100644 --- a/sudo.changes +++ b/sudo.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Mon Oct 24 08:42:33 UTC 2011 - vcizek@suse.com + +- update to sudo-1.8.3 + - Fixed expansion of strftime() escape sequences + in the log_dir sudoers setting. + - Esperanto, Italian and Japanese + translations from translationproject.org. + - Added --enable-werror configure option for gcc's + -Werror flag. - Visudo no longer + assumes all editors support the +linenumber command line argument. + It now uses a whitelist of editors known to support the option. + - Fixed matching of network addresses when a netmask is specified but + the address is not the first one in the CIDR block. + - The configure script now check whether or not errno.h declares the + errno variable. Previously, sudo would always declare errno itself + for older systems that don't declare it in errno.h. + - The NOPASSWD tag is now honored for denied commands too, + which matches historic sudo behavior (prior to sudo 1.7.0). + - Sudo now honors the DEREF + setting in ldap.conf which controls how alias dereferencing is done + during an LDAP search. + - A symbol conflict with the + pam_ssh_agent_auth PAM module that would cause a crash been + resolved. + - The inability to load a group provider plugin is no + longer a fatal error. + - A potential crash in the utmp handling + code has been fixed. + - Two PAM session issues have been resolved. + In previous versions of sudo, the PAM session was opened as one + user and closed as another. Additionally, if no authentication was + performed, the PAM session would never be closed. + - The LOGNAME, + USER and USERNAME environment variables are preserved correctly + again in sudoedit mode. + ------------------------------------------------------------------- Thu Oct 13 00:59:49 UTC 2011 - prusnak@opensuse.org diff --git a/sudo.spec b/sudo.spec index cf26be0..76e6af4 100644 --- a/sudo.spec +++ b/sudo.spec @@ -18,7 +18,7 @@ Name: sudo -Version: 1.8.2 +Version: 1.8.3 Release: 1 License: BSD3c(or similar) Summary: Execute some commands as root @@ -34,8 +34,8 @@ BuildRequires: audit-devel BuildRequires: libselinux-devel BuildRequires: openldap2-devel BuildRequires: pam-devel -PreReq: coreutils -PreReq: permissions +Requires(pre): coreutils +Requires(pre): permissions BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -140,6 +140,11 @@ rm -rf %{buildroot} %attr(0755,root,root) %{_sbindir}/sudoers2ldif %{_libexecdir}/sudo %attr(0700,root,root) %dir %ghost %{_localstatedir}/lib/sudo +# translation +%dir %{_datadir}/locale/* +%dir %{_datadir}/locale/*/LC_MESSAGES +%{_datadir}/locale/*/LC_MESSAGES/sudo.mo +%{_datadir}/locale/*/LC_MESSAGES/sudoers.mo %files devel %defattr(-,root,root)