public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-admin/sudo/files: sudo-1.8.5-securedir.patch
@ 2012-05-17 19:07 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2012-05-17 19:07 UTC (permalink / raw
  To: gentoo-commits

vapier      12/05/17 19:07:30

  Added:                sudo-1.8.5-securedir.patch
  Log:
  Fix parsing of #includedir directives #416371 by Marcin Mirosław.
  
  (Portage version: 2.2.0_alpha102/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.1                  app-admin/sudo/files/sudo-1.8.5-securedir.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/files/sudo-1.8.5-securedir.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/files/sudo-1.8.5-securedir.patch?rev=1.1&content-type=text/plain

Index: sudo-1.8.5-securedir.patch
===================================================================
the new includedir parsing forgets to check for the positive case

https://bugs.gentoo.org/416371

--- a/plugins/sudoers/toke.c
+++ b/plugins/sudoers/toke.c
@@ -843,6 +843,8 @@
 			(unsigned int) sudoers_gid);
 		}
 		debug_return_bool(false);
+	    case SUDO_PATH_SECURE:
+		break;
 	    default:
 		/* NOTREACHED */
 		debug_return_bool(false);
--- a/plugins/sudoers/toke.l
+++ b/plugins/sudoers/toke.l
@@ -843,6 +843,8 @@
 			(unsigned int) sudoers_gid);
 		}
 		debug_return_bool(false);
+	    case SUDO_PATH_SECURE:
+		break;
 	    default:
 		/* NOTREACHED */
 		debug_return_bool(false);






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-admin/sudo/files: sudo-1.8.5-securedir.patch
@ 2012-05-18  0:39 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2012-05-18  0:39 UTC (permalink / raw
  To: gentoo-commits

vapier      12/05/18 00:39:52

  Removed:              sudo-1.8.5-securedir.patch
  Log:
  Version bump -- its the same as 1.8.5-r1, but with the patch integrated upstream.
  
  (Portage version: 2.2.0_alpha102/cvs/Linux x86_64, RepoMan options: --force)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-18  0:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-17 19:07 [gentoo-commits] gentoo-x86 commit in app-admin/sudo/files: sudo-1.8.5-securedir.patch Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-18  0:39 Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox