This commit is contained in:
parent
96574f9ebd
commit
b232a2dbd6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d9c764cc1dc266b7360aa7193635f81c193e9742ab5c007f15f1771e17c380b
|
||||
size 448536
|
@ -1,6 +1,6 @@
|
||||
--- configure.in
|
||||
+++ configure.in
|
||||
@@ -2323,7 +2323,7 @@
|
||||
@@ -2325,7 +2325,7 @@
|
||||
|
||||
SUDO_LIBS="${SUDO_LIBS}${LDAP_LIBS}"
|
||||
LIBS="$_LIBS"
|
@ -1,6 +1,6 @@
|
||||
--- env.c
|
||||
+++ env.c
|
||||
@@ -529,7 +529,7 @@
|
||||
@@ -530,7 +530,7 @@
|
||||
|
||||
#ifdef SECURE_PATH
|
||||
/* Replace the PATH envariable with a secure one. */
|
@ -1,6 +1,6 @@
|
||||
--- Makefile.in
|
||||
+++ Makefile.in
|
||||
@@ -312,11 +312,11 @@
|
||||
@@ -313,11 +313,11 @@
|
||||
$(DESTDIR)$(noexecdir)
|
||||
|
||||
install-binaries: $(PROGS)
|
||||
@ -14,4 +14,4 @@
|
||||
+@SELINUX@ $(INSTALL) -O $(install_uid) -G $(install_gid) -M 0111 sesh $(DESTDIR)$(libexecdir)/sesh
|
||||
|
||||
install-noexec: sudo_noexec.la
|
||||
$(LIBTOOL) --mode=install $(INSTALL) sudo_noexec.la $(DESTDIR)$(noexecdir)
|
||||
test -f .libs/$(noexecfile) && $(INSTALL) -O $(install_uid) -G $(install_gid) -M 0755 .libs/$(noexecfile) $(DESTDIR)$(noexecdir)
|
@ -1,6 +1,19 @@
|
||||
--- sudo.man.in
|
||||
+++ sudo.man.in
|
||||
@@ -180,8 +180,8 @@
|
||||
specified). If the invoking user is root or if the target user is
|
||||
the same as the invoking user, no password is required. Otherwise,
|
||||
\&\fBsudo\fR requires that users authenticate themselves with a password
|
||||
-by default (\s-1NOTE:\s0 in the default configuration this is the user's
|
||||
-password, not the root password). Once a user has been authenticated,
|
||||
+by default (\s-1NOTE:\s0 in the default configuration this is the root
|
||||
+password, not the user's password). Once a user has been authenticated,
|
||||
a timestamp is updated and the user may then use sudo without a
|
||||
password for a short period of time (\f(CW\*(C`@timeout@\*(C'\fR minutes unless
|
||||
overridden in \fIsudoers\fR).
|
||||
--- sudoers
|
||||
+++ sudoers
|
||||
@@ -13,6 +13,24 @@
|
||||
@@ -15,6 +15,24 @@
|
||||
|
||||
# Defaults specification
|
||||
|
@ -3,3 +3,4 @@ auth include common-auth
|
||||
account include common-account
|
||||
password include common-password
|
||||
session include common-session
|
||||
# session optional pam_xauth.so
|
3
sudo-1.6.9p17.tar.bz2
Normal file
3
sudo-1.6.9p17.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:746cfb56c7db425cfc6405e707ca7ec171e480fe2e8b7ba8a2283b65786878cd
|
||||
size 448899
|
27
sudo.changes
27
sudo.changes
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 6 19:35:05 CEST 2008 - prusnak@suse.cz
|
||||
|
||||
- updated to 1.6.9p17
|
||||
* The -i flag should imply resetting the environment, as it did in
|
||||
sudo version prior to 1.6.9. Also, the -i and -E flags are
|
||||
mutually exclusive.
|
||||
* Fixed the configure test for dirfd() under Linux.
|
||||
* Fixed test for whether -lintl is required to link.
|
||||
* Changed how sudo handles the child process when sending mail.
|
||||
This fixes a problem on Linux with the mail_always option.
|
||||
* Fixed a problem with line continuation characters inside of
|
||||
quoted strings.
|
||||
|
||||
- updated to 1.6.9p16
|
||||
* There was a missing space before the ldap libraries in the Makefile
|
||||
for some configurations.
|
||||
* LDAPS_PORT may not be defined on older Solaris LDAP SDKs.
|
||||
* If the LDAP server could not be contacted and the user was not present
|
||||
in sudoers, a syntax error in sudoers was incorrectly reported.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 30 11:37:52 CEST 2008 - prusnak@suse.cz
|
||||
|
||||
- fix note in manpage (added to sudoers.diff) [bnc#404710]
|
||||
- added commented 'session optional pam_xauth.so' to pam [bnc#402818]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 6 09:43:22 CEST 2008 - prusnak@suse.cz
|
||||
|
||||
|
37
sudo.spec
37
sudo.spec
@ -1,10 +1,17 @@
|
||||
#
|
||||
# spec file for package sudo (Version 1.6.9p15)
|
||||
# spec file for package sudo (Version 1.6.9p17)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
@ -14,8 +21,8 @@
|
||||
Name: sudo
|
||||
BuildRequires: openldap2-devel pam-devel postfix
|
||||
PreReq: coreutils
|
||||
Version: 1.6.9p15
|
||||
Release: 5
|
||||
Version: 1.6.9p17
|
||||
Release: 1
|
||||
AutoReqProv: on
|
||||
Group: System/Base
|
||||
License: BSD 3-Clause
|
||||
@ -116,6 +123,26 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/var/run/sudo
|
||||
|
||||
%changelog
|
||||
* Wed Aug 06 2008 prusnak@suse.cz
|
||||
- updated to 1.6.9p17
|
||||
* The -i flag should imply resetting the environment, as it did in
|
||||
sudo version prior to 1.6.9. Also, the -i and -E flags are
|
||||
mutually exclusive.
|
||||
* Fixed the configure test for dirfd() under Linux.
|
||||
* Fixed test for whether -lintl is required to link.
|
||||
* Changed how sudo handles the child process when sending mail.
|
||||
This fixes a problem on Linux with the mail_always option.
|
||||
* Fixed a problem with line continuation characters inside of
|
||||
quoted strings.
|
||||
- updated to 1.6.9p16
|
||||
* There was a missing space before the ldap libraries in the Makefile
|
||||
for some configurations.
|
||||
* LDAPS_PORT may not be defined on older Solaris LDAP SDKs.
|
||||
* If the LDAP server could not be contacted and the user was not present
|
||||
in sudoers, a syntax error in sudoers was incorrectly reported.
|
||||
* Wed Jul 30 2008 prusnak@suse.cz
|
||||
- fix note in manpage (added to sudoers.diff) [bnc#404710]
|
||||
- added commented 'session optional pam_xauth.so' to pam [bnc#402818]
|
||||
* Tue May 06 2008 prusnak@suse.cz
|
||||
- do not set PAM_RHOST (pam_rhost.diff) [bnc#386587]
|
||||
* Thu Apr 24 2008 prusnak@suse.cz
|
||||
|
Loading…
x
Reference in New Issue
Block a user