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

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


Branch: pkgsrc-2014Q4, Version: 1.7.10p9, Package name: sudo-1.7.10p9, 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.



Package options: skey

Master sites: (Expand)

SHA1: fc2cad927063f5d6249387e96c6bf0082c13e37e
RMD160: 5ca8479deae0a360934d130d97bc8daf77845366
Filesize: 1196.159 KB

Version history: (Expand)


CVS history: (Expand)


   2015-02-14 10:31:17 by Matthias Scheler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #4612 - requested by spz
security/sudo: security update

Revisions pulled up:
- security/sudo/Makefile                                        1.145
- security/sudo/distinfo                                        1.82

---
   Module Name:	pkgsrc
   Committed By:	spz
   Date:		Wed Feb 11 09:11:59 UTC 2015

   Modified Files:
   	pkgsrc/security/sudo: Makefile distinfo

   Log message:
   update of sudo to the next upstream patch version (1.7.10p8 to 1.7.10p9)

   Upstream Changelog:

   +   The TZ environment variable is now checked for safety instead of
       simply being copied to the environment of the command.
       This fixes a potential security issue.

   +   Sudo now only builds Position Independent Executables (PIE) by
       default on Linux systems and verifies that a trivial test program
       builds and runs.

   +   On Solaris 11.1 and higher, sudo binaries will now have the ASLR tag
       enabled if supported by the linker.