Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.6.9.17 11 Oct 2008 20:39:03 |
tmclaugh |
- Add FTP_PASSIVE_MODE to example env_keep line for pkg utilities and fetch.
Suggested by: koitsu |
1.6.9.17 21 Aug 2008 06:18:49 |
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 ) |
1.6.9.17 06 Jul 2008 23:20:05 |
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. |
1.6.9.15_1 10 Apr 2008 14:00:22 |
tmclaugh |
- Fix pkg-plist, libtool archive is no longer installed.
Prompted by: pavmail |
1.6.9.15 09 Apr 2008 16:44:28 |
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. |
1.6.9.14 09 Mar 2008 20:51:31 |
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. |
1.6.9.12 28 Jan 2008 06:29:03 |
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. |
1.6.9.6 12 Nov 2007 01:21:20 |
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) |
1.6.9.6 23 Oct 2007 00:46:45 |
tmclaugh |
Update to 1.6.9p6
- Sudo now only prints the password prompt if the process is in the
foreground. |
1.6.9.5 17 Sep 2007 14:55:13 |
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. |
1.6.9.4 03 Sep 2007 17:13:29 |
tmclaugh |
Install schema.OpenLDAP into DOCSDIR.
Prompted by: flz |
1.6.9.4 27 Aug 2007 19:40:48 |
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. |
1.6.9.3_1 13 Aug 2007 00:14:15 |
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] |
1.6.9.3_1 03 Aug 2007 00:56:01 |
tmclaugh |
Fix session stack in default pam file. |
1.6.9.3 02 Aug 2007 17:25:19 |
tmclaugh |
Update to 1.6.9p3
- Fixes bug related to supplemental group matching |
1.6.9.2 30 Jul 2007 15:01:47 |
tmclaugh |
Update to 1.6.9p2
- Environment handling fix. |
1.6.9.1 27 Jul 2007 01:00:56 |
tmclaugh |
Fix PORTVERSION
Noticed by: ume |
1.6.9.p1 26 Jul 2007 15:53:40 |
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] |
1.6.9_1 23 Jul 2007 03:54:05 |
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] |
1.6.9 21 Jul 2007 03:15:13 |
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. |
1.6.8.12_2 02 May 2007 18:47:17 |
sat |
- Add an option to enable insults
Submitted by: Dan Casey <dcasey@debtresolve.com> |
1.6.8.12_2 10 Apr 2007 12:47:09 |
des |
Install a PAM policy, rather than just suggesting that the admin do so. |
1.6.8.12_1 23 Mar 2007 09:47:31 |
linimon |
Reset mharo due to maintainer-timeouts and no response to PRs.
Hat: portmgr |
1.6.8.12_1 28 Jul 2006 06:54:29 |
mharo |
fix option text
Reported by: Nick Fishman <kwlogical@bellsouth.net> |
1.6.8.12_1 28 Apr 2006 19:34:09 |
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) |
1.6.8.12_1 24 Jan 2006 01:03:33 |
edwin |
SHA256ify
Approved by: krion@ |
1.6.8.12_1 17 Dec 2005 22:12:42 |
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) |
1.6.8.12 14 Nov 2005 04:20:02 |
mharo |
Upgrade to 1.6.8.12
PR: 88865
Submitted by: Phil Oleson <oz@nixil.net> |
1.6.8.9 21 Jun 2005 12:52:01 |
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 |
1.6.8.8 15 Apr 2005 15:06:09 |
mharo |
Upgrade to 1.6.8p8 |
1.6.8.7 07 Feb 2005 18:46:42 |
mharo |
update to 1.6.8p7 |
1.6.8.6 08 Jan 2005 19:56:10 |
mharo |
Upgrade to 1.6.8p6 |
1.6.8.5 30 Nov 2004 01:22:23 |
mharo |
Update to 1.6.8p5 |
1.6.8.4 18 Nov 2004 02:17:47 |
mharo |
Update to latest release of sudo |
1.6.8.3 17 Nov 2004 11:50:07 |
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) |
1.6.8.2_1 16 Nov 2004 08:38:38 |
mharo |
strip out CDPATH
Submitted by: Peter Pentchev <roam@ringlet.net> |
1.6.8.2 12 Nov 2004 21:19:00 |
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. |
1.6.8.1 19 Sep 2004 05:31:33 |
mharo |
Update to 1.6.8p1
Submitted by: many people
Approved by: portsmgr (marcus) |
1.6.8 20 Aug 2004 06:49:35 |
mharo |
Update to 1.6.8 |
1.6.7.5_2 20 Jul 2004 08:30:14 |
edwin |
Undo yesterdays change after sysutils/porttools suddenly failed.
Kris (bento (noh! pointyhat)) reported it
PR: ports/58387 |
1.6.7.5_1 19 Jul 2004 08:15:33 |
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> |
1.6.7.5 30 Jan 2004 03:31:51 |
mharo |
Add SIZE |
1.6.7.5 17 Dec 2003 03:43:37 |
mharo |
Add more MASTER_SITES and remove dead one |
1.6.7.5 16 Dec 2003 23:30:41 |
mharo |
Add another MASTER_SITE
Submitted by: "Michael Sharp" <ms@probsd.org> |
1.6.7.5 17 Jul 2003 04:49:47 |
mharo |
Add WITH_SHELL_SETS_HOME knob to security/sudo
PR: 47087
Submitted by: Stefan Farfeleder <stefan@fafoe.dyndns.org> |
1.6.7.5 17 Jul 2003 04:47:51 |
mharo |
upgrade from 1.6.7.4 to 1.6.7.5
PR: 52237
Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru> |
1.6.7.4 19 Apr 2003 20:21:29 |
mharo |
update from 1.6.6 to 1.6.7p4
PR: 51084
Submitted by: Sergey A. Osokin <osa@freebsd.org.ru> |
1.6.6_1 07 Mar 2003 06:10:51 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.6.6_1 13 Feb 2003 08:26:38 |
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) |
1.6.6 14 Sep 2002 19:27:18 |
mharo |
don't depend on perl
Submitted by: David Yeske <dyeske@yahoo.com> |
1.6.6 24 Aug 2002 02:20:55 |
mharo |
remove insults and allow root to use sudo |
1.6.6 25 Apr 2002 17:20:23 |
mharo |
update to 1.6.6 |
1.6.5.2 22 Apr 2002 23:45:48 |
mharo |
revert change from this morning |
1.6.5.2.1 22 Apr 2002 15:30:41 |
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 02:15:23 |
kuriyama |
Support latest -current which has no libskey.2. |
18 Sep 2001 23:50:50 |
mharo |
if the sudoers file is unchanged from the sample one, remove it too |
24 Jun 2001 13:39:56 |
mharo |
Use PAM and bump PORTREVISION as a result |
22 Jun 2001 09: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 07:30:58 |
asami |
Convert category security to new layout. |
27 Aug 2000 23:46:54 |
mharo |
update to p5 |
10 Jun 2000 05:31:38 |
mharo |
update to 1.6.3p4 |