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

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


Branch: pkgsrc-2017Q4, Version: 1.8.21p2nb1, Package name: sudo-1.8.21p2nb1, 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:
[pkgtools/cwrappers]

Package options: skey

Master sites: (Expand)

SHA1: 1a2410517a5e7b74f422b120adedf508b346df66
RMD160: fbac868cbf7261a4e9bda538ac93792b6512628c
Filesize: 2906.329 KB

Version history: (Expand)


CVS history: (Expand)


   2018-01-19 21:22:41 by S.P.Zeidler | Files touched by this commit (3)
Log message:
Pullup ticket #5680 - requested by maya
security/sudo: function fix

Revisions pulled up:
- security/sudo/Makefile                                        1.158
- security/sudo/distinfo                                        1.94
- security/sudo/patches/patch-lib_util_gethostname.c            1.1

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	maya
   Date:		Sun Jan 14 15:29:38 UTC 2018

   Modified Files:
   	pkgsrc/security/sudo: Makefile distinfo
   Added Files:
   	pkgsrc/security/sudo/patches: patch-lib_util_gethostname.c

   Log message:
   sudo: avoid segfault if hostname is empty

   from andrew hall in pr pkg/52923
   PKGREVISION++

   To generate a diff of this commit:
   cvs rdiff -u -r1.157 -r1.158 pkgsrc/security/sudo/Makefile
   cvs rdiff -u -r1.93 -r1.94 pkgsrc/security/sudo/distinfo
   cvs rdiff -u -r0 -r1.1 \
       pkgsrc/security/sudo/patches/patch-lib_util_gethostname.c