Bug 235732 - [New Port] security/p5-Unix-setuid Get/set real/effective UID/username via (localizeable) variable
Summary: [New Port] security/p5-Unix-setuid Get/set real/effective UID/username via (l...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-14 06:08 UTC by Zane C. Bowers-Hadley
Modified: 2019-05-30 02:01 UTC (History)
1 user (show)

See Also:


Attachments
svn diff (3.08 KB, patch)
2019-02-14 06:08 UTC, Zane C. Bowers-Hadley
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!