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)
This commit is contained in:
Pawel Pekala 2015-02-09 20:44:24 +00:00
parent 158c40c01d
commit 109e4b1b21
2 changed files with 4 additions and 5 deletions

View file

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= jailme
PORTVERSION= 0.1
PORTREVISION= 1
PORTVERSION= 0.2.0
CATEGORIES= sysutils
MAINTAINER= freebsd-ports-maintainers@intermedix.com
@ -14,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= Intermedix
GH_COMMIT= a54cc09
GH_COMMIT= d112a6c
PLIST_FILES= "@(,,4751) sbin/jailme"

View file

@ -1,2 +1,2 @@
SHA256 (jailme-0.1.tar.gz) = 5e7fe3cec179af1e77578bccc5ec8b943bfdc4bc5223c33deb554f02ea331840
SIZE (jailme-0.1.tar.gz) = 4814
SHA256 (jailme-0.2.0.tar.gz) = 68eb3789c34703e43a1b4bc8428c70c54aa04ac17304daa0f6fcbdda4c6d601a
SIZE (jailme-0.2.0.tar.gz) = 5332