rpms/sudo/F-8 sources, 1.17, 1.18 sudo-1.6.8p12-sudoers, 1.3, 1.4 sudo.spec, 1.53, 1.54

Peter Vrabec (pvrabec) fedora-extras-commits at redhat.com
Thu Feb 21 17:37:25 UTC 2008


Author: pvrabec

Update of /cvs/extras/rpms/sudo/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22753

Modified Files:
	sources sudo-1.6.8p12-sudoers sudo.spec 
Log Message:
fix visudo line number reports on syntax error (#428546)



Index: sources
===================================================================
RCS file: /cvs/extras/rpms/sudo/F-8/sources,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- sources	20 Aug 2007 12:11:21 -0000	1.17
+++ sources	21 Feb 2008 17:36:49 -0000	1.18
@@ -1,2 +1,2 @@
 5439d24b48db69d2b6b42e97b47fdfd6  sudo-1.6.9p4.tar.gz
-3dad7cdd28925f9bdf387510961f8e9f  sudo-1.6.8p12-sudoers
+573c851f2a204f1cdbbdb657015fc6ef  sudo-1.6.8p12-sudoers


Index: sudo-1.6.8p12-sudoers
===================================================================
RCS file: /cvs/extras/rpms/sudo/F-8/sudo-1.6.8p12-sudoers,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sudo-1.6.8p12-sudoers	26 Oct 2006 09:14:04 -0000	1.3
+++ sudo-1.6.8p12-sudoers	21 Feb 2008 17:36:49 -0000	1.4
@@ -56,12 +56,11 @@
 Defaults    requiretty
 
 Defaults    env_reset
-Defaults    env_keep = "COLORS DISPLAY HOSTNAME HISTSIZE INPUTRC KDEDIR \
-                        LS_COLORS MAIL PS1 PS2 QTDIR USERNAME \
-                        LANG LC_ADDRESS LC_CTYPE LC_COLLATE LC_IDENTIFICATION \
-                        LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC \
-                        LC_PAPER LC_TELEPHONE LC_TIME LC_ALL LANGUAGE LINGUAS \
-                        _XKB_CHARSET XAUTHORITY"
+Defaults    env_keep =  "COLORS DISPLAY HOSTNAME HISTSIZE INPUTRC KDEDIR LS_COLORS"
+Defaults    env_keep += "MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE"
+Defaults    env_keep += "LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES"
+Defaults    env_keep += "LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE"
+Defaults    env_keep += "LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY"
 
 ## Next comes the main part: which users can run what software on 
 ## which machines (the sudoers file can be shared between multiple


Index: sudo.spec
===================================================================
RCS file: /cvs/extras/rpms/sudo/F-8/sudo.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- sudo.spec	7 Jan 2008 18:34:12 -0000	1.53
+++ sudo.spec	21 Feb 2008 17:36:49 -0000	1.54
@@ -1,7 +1,7 @@
 Summary: Allows restricted root access for specified users
 Name: sudo
 Version: 1.6.9p4
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: BSD
 Group: Applications/System
 URL: http://www.courtesan.com/sudo/
@@ -128,6 +128,9 @@
 /bin/chmod 0440 /etc/sudoers || :
 
 %changelog
+* Thu Feb 21 2008 Peter Vrabec <pvrabec at redhat.com> 1.6.9p4-4
+- fix visudo line number reports on syntax error (#428546)
+
 * Mon Jan 07 2008 Peter Vrabec <pvrabec at redhat.com> 1.6.9p4-3
 - fix complains about audit_log_user_command(): Connection 
   refused (#401201)




More information about the fedora-extras-commits mailing list