| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
21 Aug 2008 07:18:49
1.6.9.17
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
07 Jul 2008 00:20:05
1.6.9.17
|
tmclaugh  |
- Update to 1.6.9p17
* the -i flag implies resetting the environment as it did prior to
1.6.9. The -i and -E flags are now mutually-exclusive. |
10 Apr 2008 15:00:22
1.6.9.15_1
|
tmclaugh  |
- Fix pkg-plist, libtool archive is no longer installed.
Prompted by: pavmail |
09 Apr 2008 17:44:28
1.6.9.15
|
tmclaugh  |
- Update to 1.6.9p15
* The HOME environment variable is once again preserved by default, as per
the documentation.
- Finally remember to fix the $FreeBSD$ line in pam file. |
09 Mar 2008 20:51:31
1.6.9.14
|
tmclaugh  |
- Update to 1.6.9p14
* Check sudoers even if user is found in LDAP so Defaults can take
effect.
* Fix crash when pam_lastlog is (incorrectly) usesd in session section
of PAM file. |
28 Jan 2008 06:29:03
1.6.9.12
|
tmclaugh  |
Update to 1.6.9p12
Changes:
- The ALL command in sudoers now implies SETENV permissions.
- The command search is now performed using the target user's auxiliary
group vector too.
- Various LDAP code improvements.
- Added passprompt_override flag to sudoers to cause sudo's prompt to be
used in all cases. Also set when the -p flag is used.
- New %p prompt escape that expands to the user whose password is being
prompted, as specified by the rootpw, targetpw and runaspw sudoers
flags. |
12 Nov 2007 01:21:20
1.6.9.6
|
tmclaugh  |
- Make fetchable again. Add my MASTER_SITE_LOCAL to the mix and replace
a number of outdated sites.
Notified by: Ferenc Gartner
Approved by: portmgr (linimon, erwin) |
23 Oct 2007 01:46:45
1.6.9.6
|
tmclaugh  |
Update to 1.6.9p6
- Sudo now only prints the password prompt if the process is in the
foreground. |
17 Sep 2007 15:55:13
1.6.9.5
|
tmclaugh  |
Update to 1.6.9p5:
- Fixed a bug in the IP address matching introduced by the IPV6 merge.
- Fixed sudoedit when used on a non-existent file.
- Groups and netgroups are now valid in an LDAP sudoRunas statement. |
03 Sep 2007 18:13:29
1.6.9.4
|
tmclaugh  |
Install schema.OpenLDAP into DOCSDIR.
Prompted by: flz |
27 Aug 2007 20:40:48
1.6.9.4
|
tmclaugh  |
Update to 1.6.9p4
- IPv6 support added.
- Added notes to default sudoers for handling environmental variables
related to our pkg_* tools and portupgrade. |
13 Aug 2007 01:14:15
1.6.9.3_1
|
tmclaugh  |
- 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] |
03 Aug 2007 01:56:01
1.6.9.3_1
|
tmclaugh  |
Fix session stack in default pam file. |
02 Aug 2007 18:25:19
1.6.9.3
|
tmclaugh  |
Update to 1.6.9p3
- Fixes bug related to supplemental group matching |
30 Jul 2007 16:01:47
1.6.9.2
|
tmclaugh  |
Update to 1.6.9p2
- Environment handling fix. |
27 Jul 2007 02:00:56
1.6.9.1
|
tmclaugh  |
Fix PORTVERSION
Noticed by: ume |
26 Jul 2007 16:53:40
1.6.9.p1
|
tmclaugh  |
- Update to 1.6.9p1
* Worked around a bug in some PAM implementations that caused a crash
when no tty was present.
* Fixed a crash on some platforms in the error logging function.
- Change default pam session stack to pam_permit like su does [1]
- Grab maintainership
Sugested by: des [1] |
23 Jul 2007 04:54:05
1.6.9_1
|
tmclaugh  |
- Fix segfault when there is no TTY when executing. [1]
- Temporarilly disable session entry in default pam file because
pam_lastlog causes users to appear as though they have logged out in
system logs. [2]
Reported by: yarodin@gmail.com [1], Paul Fraser <pfraser@gmail.com> [2]
Submitted by: Todd Miller [1] |
21 Jul 2007 04:15:13
1.6.9
|
tmclaugh  |
Update to 1.6.9
Application changes:
- PAM, since present, is used by default.
- Environment variable handling has changed significantly.
- Sudo checks the user's supplemental group vector so nsswitch order is
no longer important for group based rules.
(See UPGRADE and CHANGING under share/doc/sudo/ for more.)
Port changes:
- PAM file is no longer clobered on reinstall.
- OPIE option has been removed due to PAM being used by default.
- Selected documentation is now installed. |
02 May 2007 19:47:17
1.6.8.12_2
|
sat  |
- Add an option to enable insults
Submitted by: Dan Casey <dcasey@debtresolve.com> |
10 Apr 2007 13:47:09
1.6.8.12_2
|
des  |
Install a PAM policy, rather than just suggesting that the admin do so. |
23 Mar 2007 09:47:31
1.6.8.12_1
|
linimon  |
Reset mharo due to maintainer-timeouts and no response to PRs.
Hat: portmgr |
28 Jul 2006 07:54:29
1.6.8.12_1
|
mharo  |
fix option text
Reported by: Nick Fishman <kwlogical@bellsouth.net> |
28 Apr 2006 20:34:09
1.6.8.12_1
|
sem  |
- Add LDAP support (off by default)
- OPTIONS'fy
- Remove obsoleted USE_REINPLACE
PR: ports/95598
Submitted by: Dmitriy Kirhlarov <dkirhlarov@localhost.oilspace.com>
Approved by: maintainer timeout (2 weeks) |
24 Jan 2006 01:03:33
1.6.8.12_1
|
edwin  |
SHA256ify
Approved by: krion@ |
17 Dec 2005 22:12:42
1.6.8.12_1
|
pav  |
- Remove etc/sudoers on deinstall if user haven't modified it
PR: ports/69288 (based on)
Approved by: maintainer timeout (mharo; year and a half) |
14 Nov 2005 04:20:02
1.6.8.12
|
mharo  |
Upgrade to 1.6.8.12
PR: 88865
Submitted by: Phil Oleson <oz@nixil.net> |
21 Jun 2005 13:52:01
1.6.8.9  |
osa  |
Security update to latest release: 1.6.8p9.
<Security Alert>
Summary:
A race condition in Sudo's command pathname handling prior
to Sudo version 1.6.8p9 that could allow a user with Sudo
privileges to run arbitrary commands.
Sudo versions affected:
Sudo versions 1.3.1 up to and including 1.6.8p8.
</Security Alert>
More information about this incident available at:
http://www.sudo.ws/sudo/alerts/path_race.html |
15 Apr 2005 16:06:09
1.6.8.8  |
mharo  |
Upgrade to 1.6.8p8 |
07 Feb 2005 18:46:42
1.6.8.7  |
mharo  |
update to 1.6.8p7 |
08 Jan 2005 19:56:10
1.6.8.6  |
mharo  |
Upgrade to 1.6.8p6 |
30 Nov 2004 01:22:23
1.6.8.5  |
mharo  |
Update to 1.6.8p5 |
18 Nov 2004 02:17:47
1.6.8.4  |
mharo  |
Update to latest release of sudo |
17 Nov 2004 11:50:07
1.6.8.3  |
roam  |
Update to sudo-1.6.3p8, which *really* includes the CDPATH fix, and
another one that does not directly affect FreeBSD (our _PATH_VARTMP
was fine before, too).
Approved by: mharo (maintainer) |
16 Nov 2004 08:38:38
1.6.8.2_1  |
mharo  |
strip out CDPATH
Submitted by: Peter Pentchev <roam@ringlet.net> |
12 Nov 2004 21:19:00
1.6.8.2  |
mharo  |
Update to 1.6.8p2
o Bash exported functions and the CDPATH variable are now stripped from
the environment passed to the program to be executed. |
19 Sep 2004 06:31:33
1.6.8.1  |
mharo  |
Update to 1.6.8p1
Submitted by: many people
Approved by: portsmgr (marcus) |
20 Aug 2004 07:49:35
1.6.8  |
mharo  |
Update to 1.6.8 |
20 Jul 2004 09:30:14
1.6.7.5_2  |
edwin  |
Undo yesterdays change after sysutils/porttools suddenly failed.
Kris (bento (noh! pointyhat)) reported it
PR: ports/58387 |
19 Jul 2004 09:15:33
1.6.7.5_1  |
edwin  |
[PATCH] security/sudo: Utilize EXAMPLESDIR
Utilize EXAMPLESDIR to improves layout; i.e.,
configuration file -> ${PREFIX}/etc
sample configuration file -> ${PREFIX}/share/examples/${PORTNAME}
This change helps if many configuration files and sample ones exist.
PR: ports/58387
Submitted by: Hideyuki KURASHINA <rushani@FreeBSD.org> |
30 Jan 2004 03:31:51
1.6.7.5  |
mharo  |
Add SIZE |
17 Dec 2003 03:43:37
1.6.7.5  |
mharo  |
Add more MASTER_SITES and remove dead one |
16 Dec 2003 23:30:41
1.6.7.5  |
mharo  |
Add another MASTER_SITE
Submitted by: "Michael Sharp" <ms@probsd.org> |
17 Jul 2003 05:49:47
1.6.7.5  |
mharo  |
Add WITH_SHELL_SETS_HOME knob to security/sudo
PR: 47087
Submitted by: Stefan Farfeleder <stefan@fafoe.dyndns.org> |
17 Jul 2003 05:47:51
1.6.7.5  |
mharo  |
upgrade from 1.6.7.4 to 1.6.7.5
PR: 52237
Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru> |
19 Apr 2003 21:21:29
1.6.7.4  |
mharo  |
update from 1.6.6 to 1.6.7p4
PR: 51084
Submitted by: Sergey A. Osokin <osa@freebsd.org.ru> |
07 Mar 2003 06:10:51
1.6.6_1  |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
13 Feb 2003 08:26:38
1.6.6_1  |
roam  |
Add a patch from the Sudo CVS repository for proper handling of
the PAM transition from echoed to non-echoed input.
PR: 46026
Approved by: mharo (maintainer) |
14 Sep 2002 20:27:18
1.6.6  |
mharo  |
don't depend on perl
Submitted by: David Yeske <dyeske@yahoo.com> |
24 Aug 2002 03:20:55
1.6.6  |
mharo  |
remove insults and allow root to use sudo |
25 Apr 2002 18:20:23
1.6.6  |
mharo  |
update to 1.6.6 |
23 Apr 2002 00:45:48
1.6.5.2  |
mharo  |
revert change from this morning |
22 Apr 2002 16:30:41
1.6.5.2.1  |
mharo  |
Patch sudo 1.6.5.2 with GlobalInterSec's sudo patch. |
24 Jan 2002 05:01:26 
|
mharo  |
update to 1.6.5p2 |
17 Jan 2002 23:15:56 
|
mharo  |
update the distfile name |
17 Jan 2002 17:00:36 
|
mharo  |
update to 1.6.5p1 |
17 Jan 2002 10:52:56 
|
ijliao  |
correct checksum |
17 Jan 2002 04:53:46 
|
mharo  |
update to 1.6.5 |
16 Jan 2002 20:53:56 
|
mharo  |
update to 1.6.4p2 |
15 Jan 2002 02:56:33 
|
mharo  |
Update to 1.6.4.1, which fixes a security hole when sending email
notifications |
09 Jan 2002 17:04:16 
|
mharo  |
Bump port revision to reflect change in November to pkg-install which sets the
file permissions on the sudoers file. |
21 Nov 2001 02:09:13 
|
petef  |
Fix permissions on the sudoers file when installed from package |
29 Sep 2001 03:15:23 
|
kuriyama  |
Support latest -current which has no libskey.2. |
19 Sep 2001 00:50:50 
|
mharo  |
if the sudoers file is unchanged from the sample one, remove it too |
24 Jun 2001 14:39:56 
|
mharo  |
Use PAM and bump PORTREVISION as a result |
22 Jun 2001 10:48:48 
|
mharo  |
Add WITH_OPIE, which will compile with OPIE instead of S/Key |
07 Mar 2001 10:31:40 
|
mharo  |
update to 1.6.3p7 |
21 Feb 2001 12:43:00 
|
mharo  |
Update to 1.6.3p5 |
14 Feb 2001 20:19:44 
|
lioux  |
typo clean up police: \s -> \t |
08 Oct 2000 08:30:58 
|
asami  |
Convert category security to new layout. |
28 Aug 2000 00:46:54 
|
mharo  |
update to p5 |
10 Jun 2000 06:31:38 
|
mharo  |
update to 1.6.3p4 |