./security/sudo, Allow others to run commands as root

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2009Q4, Version: 1.7.2p4, Package name: sudo-1.7.2p4, Maintainer: kim

Sudo is a program designed to allow a sysadmin to give limited root
privileges to users and log root activity. The basic philosophy is to
give as few privileges as possible but still allow people to get their
work done.


Required to build:
[devel/libtool-base]

Package options: skey

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2010-02-26 07:51:06 by S.P.Zeidler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket 3024 - requested by taca
security update

Revisions pulled up:
- pkgsrc/security/sudo/Makefile		1.119
- pkgsrc/security/sudo/distinfo		1.61

   --------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Fri Feb 26 01:08:38 UTC 2010

   Modified Files:
           pkgsrc/security/sudo: Makefile distinfo

   Log message:
   Update sudo package to 1.7.2p4.

   Major changes between version 1.7.2p3 and 1.7.2p4:

       * Fix a bug that could allow users with permission to run sudoedit
         to run arbitrary commands.

   Major changes between version 1.7.2p2 and 1.7.2p3:

       * Fix printing of entries with multiple host entries on a single line.

       * Fix use after free when sending error messages via email.

       * Use setrlimit64(), if available, instead of setrlimit() when
         setting AIX resource limits since rlim_t is 32bits.

       * Fix size arg when realloc()ing include stack.

       * Avoid a duplicate fclose() of the sudoers file.

   To generate a diff of this commit:
   cvs rdiff -u -r1.118 -r1.119 pkgsrc/security/sudo/Makefile
   cvs rdiff -u -r1.60 -r1.61 pkgsrc/security/sudo/distinfo

   ------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   zafer
   Date:           Tue Feb  9 00:05:48 UTC 2010

   Modified Files:
           pkgsrc/security/sudo: Makefile

   Log message:
   update master_sites

   To generate a diff of this commit:
   cvs rdiff -u -r1.117 -r1.118 pkgsrc/security/sudo/Makefile