Summary: | [patch] security/sudo: workaround a bug in configure.in | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Vasil Dimov <vd> |
Component: | Individual Port(s) | Assignee: | Tom McLaughlin <tmclaugh> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | tmclaugh |
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Vasil Dimov
![]() ![]() Responsible Changed From-To: freebsd-ports-bugs->tmclaugh Over to maintainer tmclaugh 2007-08-13 00:14:15 UTC FreeBSD ports repository Modified files: security/sudo Makefile pkg-plist Log: - Work around broken configure script and explicitly set location of sudo_noexec.so to unbreak NOEXEC option. [1] - Build using --with-secure-path if SUDO_SECURE_PATH is set when building the port. SUDO_SECURE_PATH should be set to a PATH string. [2] - Don't bother deleting sudo_noexec.la. Deleting the file after it's installed is ugly and since it's not harmful it's not worth patching the install. - Set CONFIGURE_TARGET. PR: 115442 [1], 115381 [2] Submitted by: vd [1], Janos Mohacsi [2] Revision Changes Path 1.89 +11 -4 ports/security/sudo/Makefile 1.14 +1 -0 ports/security/sudo/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Patch commited to port and committed upstream. Thanks. |