Mailinglist Archive: opensuse-commit (1192 mails)
| < Previous | Next > |
commit sudo
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 07 Aug 2008 12:00:05 +0200
- Message-id: <20080807100006.288CF678178@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package sudo
checked in at Thu Aug 7 12:00:05 CEST 2008.
--------
--- sudo/sudo.changes 2008-05-06 09:44:11.000000000 +0200
+++ /mounts/work_src_done/STABLE/sudo/sudo.changes 2008-08-06
19:36:43.000000000 +0200
@@ -1,0 +2,27 @@
+Wed Aug 6 19:35:05 CEST 2008 - prusnak@xxxxxxx
+
+- 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@xxxxxxx
+
+- fix note in manpage (added to sudoers.diff) [bnc#404710]
+- added commented 'session optional pam_xauth.so' to pam [bnc#402818]
+
+-------------------------------------------------------------------
Old:
----
sudo-1.6.9p15-defaults.diff
sudo-1.6.9p15-env.diff
sudo-1.6.9p15-ldap.diff
sudo-1.6.9p15.pamd
sudo-1.6.9p15-pam_rhost.diff
sudo-1.6.9p15-__P.diff
sudo-1.6.9p15-secure_path.diff
sudo-1.6.9p15-strip.diff
sudo-1.6.9p15-sudoers.diff
sudo-1.6.9p15.tar.bz2
New:
----
sudo-1.6.9p17-defaults.diff
sudo-1.6.9p17-env.diff
sudo-1.6.9p17-ldap.diff
sudo-1.6.9p17.pamd
sudo-1.6.9p17-pam_rhost.diff
sudo-1.6.9p17-__P.diff
sudo-1.6.9p17-secure_path.diff
sudo-1.6.9p17-strip.diff
sudo-1.6.9p17-sudoers.diff
sudo-1.6.9p17.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ sudo.spec ++++++
--- /var/tmp/diff_new_pack.T23681/_old 2008-08-07 11:59:53.000000000 +0200
+++ /var/tmp/diff_new_pack.T23681/_new 2008-08-07 11:59:53.000000000 +0200
@@ -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 @@
/var/run/sudo
%changelog
+* Wed Aug 06 2008 prusnak@xxxxxxx
+- 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@xxxxxxx
+- 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@xxxxxxx
- do not set PAM_RHOST (pam_rhost.diff) [bnc#386587]
* Thu Apr 24 2008 prusnak@xxxxxxx
++++++ sudo-1.6.9p15-defaults.diff -> sudo-1.6.9p17-defaults.diff ++++++
++++++ sudo-1.6.9p15-env.diff -> sudo-1.6.9p17-env.diff ++++++
++++++ sudo-1.6.9p15-ldap.diff -> sudo-1.6.9p17-ldap.diff ++++++
--- sudo/sudo-1.6.9p15-ldap.diff 2008-03-19 16:46:46.000000000 +0100
+++ /mounts/work_src_done/STABLE/sudo/sudo-1.6.9p17-ldap.diff 2008-07-30
11:37:36.000000000 +0200
@@ -1,6 +1,6 @@
--- configure.in
+++ configure.in
-@@ -2323,7 +2323,7 @@
+@@ -2325,7 +2325,7 @@
SUDO_LIBS="${SUDO_LIBS}${LDAP_LIBS}"
LIBS="$_LIBS"
++++++ sudo-1.6.9p15-pam_rhost.diff -> sudo-1.6.9p17-pam_rhost.diff ++++++
++++++ sudo-1.6.9p15-__P.diff -> sudo-1.6.9p17-__P.diff ++++++
++++++ sudo-1.6.9p15-secure_path.diff -> sudo-1.6.9p17-secure_path.diff ++++++
--- sudo/sudo-1.6.9p15-secure_path.diff 2008-03-19 16:46:46.000000000 +0100
+++ /mounts/work_src_done/STABLE/sudo/sudo-1.6.9p17-secure_path.diff
2008-07-30 11:37:36.000000000 +0200
@@ -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. */
++++++ sudo-1.6.9p15-strip.diff -> sudo-1.6.9p17-strip.diff ++++++
--- sudo/sudo-1.6.9p15-strip.diff 2008-03-19 16:46:46.000000000 +0100
+++ /mounts/work_src_done/STABLE/sudo/sudo-1.6.9p17-strip.diff 2008-07-30
11:37:35.000000000 +0200
@@ -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)
++++++ sudo-1.6.9p15-sudoers.diff -> sudo-1.6.9p17-sudoers.diff ++++++
--- sudo/sudo-1.6.9p15-sudoers.diff 2007-08-28 10:31:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/sudo/sudo-1.6.9p17-sudoers.diff
2008-07-30 11:37:35.000000000 +0200
@@ -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
++++++ sudo-1.6.9p15.tar.bz2 -> sudo-1.6.9p17.tar.bz2 ++++++
++++ 2864 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |