rpms/sudo/devel sudo-1.6.8p12-requiretty.patch, 1.1, 1.2 sudo.spec, 1.40, 1.41

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon May 29 13:19:22 UTC 2006


Author: kzak

Update of /cvs/dist/rpms/sudo/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv4006

Modified Files:
	sudo-1.6.8p12-requiretty.patch sudo.spec 
Log Message:
fix last commit

sudo-1.6.8p12-requiretty.patch:
 sudoers |    6 ++++++
 1 files changed, 6 insertions(+)

Index: sudo-1.6.8p12-requiretty.patch
===================================================================
RCS file: /cvs/dist/rpms/sudo/devel/sudo-1.6.8p12-requiretty.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sudo-1.6.8p12-requiretty.patch	29 May 2006 12:51:22 -0000	1.1
+++ sudo-1.6.8p12-requiretty.patch	29 May 2006 13:19:19 -0000	1.2
@@ -1,9 +1,13 @@
---- sudo-1.6.8p12/sudoers.tty	2006-05-29 14:40:18.000000000 +0200
-+++ sudo-1.6.8p12/sudoers	2006-05-29 14:46:37.000000000 +0200
-@@ -13,6 +13,8 @@
+--- sudo-1.6.8p12/sudoers.tty	2006-05-29 15:10:30.000000000 +0200
++++ sudo-1.6.8p12/sudoers	2006-05-29 15:17:03.000000000 +0200
+@@ -13,6 +13,12 @@
  
  # Defaults specification
  
++#
++# Disable "ssh hostname sudo <cmd>", because it will show the password in clear. 
++#         You have to run "ssh -t hostname sudo <cmd>".
++#
 +Defaults    requiretty
 +
  Defaults    env_reset


Index: sudo.spec
===================================================================
RCS file: /cvs/dist/rpms/sudo/devel/sudo.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- sudo.spec	29 May 2006 12:51:22 -0000	1.40
+++ sudo.spec	29 May 2006 13:19:19 -0000	1.41
@@ -38,7 +38,7 @@
 %patch2 -p1 -b .sess
 %patch3 -p1 -b .strip
 %patch4 -p1 -b .env_reset
-%patch4 -p1 -b .tty
+%patch5 -p1 -b .tty
 
 %build
 %ifarch s390 s390x




More information about the fedora-cvs-commits mailing list