Bug 113056

Summary: [NEW PORT] security/p5-Sudo: Perl extension for running a command line sudo
Product: Ports & Packages Reporter: gslin
Component: Individual Port(s)Assignee: Cheng-Lung Sung <clsung>
Status: Closed FIXED    
Severity: Affects Only Me CC: gslin
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
p5-Sudo-0.31.shar none

Description gslin 2007-05-27 13:40:01 UTC
Sudo runs commands as another user, provided the system sudo
implementation is setup to enable this. This does not allow running
applications securely, simply it allows the programmer to run a
program as another user (suid) using the sudo tools rather than
suidperl. Suidperl is not generally recommended for secure operation
as another user. While sudo itself is a single point tool to enable
one user to execute commands as another sudo does not itself make you
any more or less secure.

WWW:	http://search.cpan.org/dist/Sudo

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-05-27 13:40:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-07-02 02:00:33 UTC
clsung      2007-07-02 01:00:27 UTC

  FreeBSD ports repository

  Modified files:
    security             Makefile 
  Added files:
    security/p5-Sudo     Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add p5-Sudo 0.31, perl extension for running a command line sudo.
  
  PR:             ports/113056
  Submitted by:   Gea-Suan Lin <gslin at gslin.org>
  
  Revision  Changes    Path
  1.897     +1 -0      ports/security/Makefile
  1.1       +33 -0     ports/security/p5-Sudo/Makefile (new)
  1.1       +3 -0      ports/security/p5-Sudo/distinfo (new)
  1.1       +10 -0     ports/security/p5-Sudo/pkg-descr (new)
  1.1       +4 -0      ports/security/p5-Sudo/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-07-02 02:00:48 UTC
State Changed
From-To: open->closed

New port added. Thank You.