Bug 108784 - security/stunnel: [patch] assign permanent uid and gid
Summary: security/stunnel: [patch] assign permanent uid and gid
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Peter Pentchev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-05 04:00 UTC by Alex Kozlov
Modified: 2007-08-28 11:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.69 KB, patch)
2007-02-05 04:00 UTC, Alex Kozlov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Kozlov 2007-02-05 04:00:36 UTC
Assign permanent uid and gid to stunnel
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-02-05 04:00:55 UTC
Responsible Changed
From-To: freebsd-ports-bugs->roam

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-08-28 11:01:06 UTC
roam        2007-08-28 10:01:00 UTC

  FreeBSD ports repository

  Modified files:
    .                    UIDs GIDs 
    security/stunnel     Makefile pkg-install 
  Log:
  Reserve a user and group ID for the stunnel daemon.
  Loosely based on the PR, although I just used the next available UID/GID.
  
  PR:             108784
  Submitted by:   Alex Kozlov <spam@rm-rf.kiev.ua>
  
  Revision  Changes    Path
  1.46      +2 -1      ports/GIDs
  1.49      +2 -1      ports/UIDs
  1.79      +1 -0      ports/security/stunnel/Makefile
  1.2       +3 -3      ports/security/stunnel/pkg-install
_______________________________________________
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 Peter Pentchev freebsd_committer freebsd_triage 2007-08-28 11:01:25 UTC
State Changed
From-To: open->closed

I just committed a similar change, although I simply used the next 
available user/group ID, 341, instead of 361 :) 
Thanks a lot for the update, though!