Bug 197207 - sysutils/jailme - Update to version 0.2.0
Summary: sysutils/jailme - Update to version 0.2.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-30 21:11 UTC by Nicholas Kiraly
Modified: 2015-02-09 20:45 UTC (History)
4 users (show)

See Also:
steve.polyack: maintainer-feedback+


Attachments
update sysutils/jailme to version 0.2.0 release (2.40 KB, patch)
2015-01-30 21:11 UTC, Nicholas Kiraly
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nicholas Kiraly 2015-01-30 21:11:36 UTC
Created attachment 152393 [details]
update sysutils/jailme to version 0.2.0 release

Update jailme to version 0.2.0 release

## 0.2.0 Change Log, Initially tracked as milestone 0.1.1

Bugs:
 - Fix NULL check against lcap data from the jail which was actually setting lcap to NULL. This lines up with similar code in jexec(8). Github PR #1
 - Fix compile warning and segfault if lcap was actually NULL - can't cast the jusername struct to string output Github PR #2

Enhancements:
 - Support dynamic maximum number of groups rather than relying on compile-time NGROUPS Github PR #2
 - Support specify target jail by jailname or jail ID through use of libjail jail_get_id() Github PR #3
 - Return more specific details when username/UID mapping into jail fails Github PR #3
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2015-01-30 21:11:36 UTC
Maintainer CC'd
Comment 2 steve.polyack 2015-02-03 01:42:08 UTC
Looks good to me.
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-02-09 20:45:18 UTC
A commit references this bug:

Author: pawel
Date: Mon Feb  9 20:44:25 UTC 2015
New revision: 378754
URL: https://svnweb.freebsd.org/changeset/ports/378754

Log:
  Update to version 0.2.0

  Bugs:
   - Fix NULL check against lcap data from the jail which was actually setting
     lcap to NULL. This lines up with similar code in jexec(8). Github PR #1
   - Fix compile warning and segfault if lcap was actually NULL - can't cast
     the jusername struct to string output Github PR #2

  Enhancements:
   - Support dynamic maximum number of groups rather than relying on
     compile-time NGROUPS Github PR #2
   - Support specify target jail by jailname or jail ID through use of libjail
     jail_get_id() Github PR #3
   - Return more specific details when username/UID mapping into jail
     fails Github PR #3

  PR:		197207
  Submitted by:	Nicholas Kiraly <kiraly.nicholas@gmail.com>
  Approved by:	steve.polyack@intermedix.com (maintainer)

Changes:
  head/sysutils/jailme/Makefile
  head/sysutils/jailme/distinfo