Bug 108784

Summary: security/stunnel: [patch] assign permanent uid and gid
Product: Ports & Packages Reporter: Alex Kozlov <spam>
Component: Individual Port(s)Assignee: Peter Pentchev <roam>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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!