Bug 235732

Summary: [New Port] security/p5-Unix-setuid Get/set real/effective UID/username via (localizeable) variable
Product: Ports & Packages Reporter: Zane C. Bowers-Hadley <vvelox>
Component: Individual Port(s)Assignee: Steve Wills <swills>
Status: Closed FIXED    
Severity: Affects Only Me CC: swills
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
svn diff none

Description Zane C. Bowers-Hadley 2019-02-14 06:08:49 UTC
Created attachment 202009 [details]
svn diff

This module is inspired by File::chdir and File::umask, using a tied
scalar variable to get/set stuffs. One benefit of this is being able to
use Perl's "local" with it, effectively setting something locally.
Comment 1 Zane C. Bowers-Hadley 2019-02-14 06:10:56 UTC
BTW this really does not have any dependencies outside of Perl. All the required modules come with the base Perl install. This surprised me when I was writing the port of it up.
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-05-30 02:01:45 UTC
A commit references this bug:

Author: swills
Date: Thu May 30 02:00:44 UTC 2019
New revision: 503028
URL: https://svnweb.freebsd.org/changeset/ports/503028

Log:
  security/p5-Unix-setuid: create port

  This module is inspired by File::chdir and File::umask, using a tied
  scalar variable to get/set stuffs. One benefit of this is being able to
  use Perl's "local" with it, effectively setting something locally.

  WWW: https://metacpan.org/release/Unix-setuid

  PR:		235732
  Submitted by:	Zane C. Bowers-Hadley <vvelox@vvelox.net>

Changes:
  head/security/Makefile
  head/security/p5-Unix-setuid/
  head/security/p5-Unix-setuid/Makefile
  head/security/p5-Unix-setuid/distinfo
  head/security/p5-Unix-setuid/pkg-descr
  head/security/p5-Unix-setuid/pkg-plist
Comment 3 Steve Wills freebsd_committer freebsd_triage 2019-05-30 02:01:48 UTC
Committed, thanks!