svn commit: r378754 - head/sysutils/jailme
Pawel Pekala
pawel at FreeBSD.org
Mon Feb 9 20:44:26 UTC 2015
Author: pawel
Date: Mon Feb 9 20:44:24 2015
New Revision: 378754
URL: https://svnweb.freebsd.org/changeset/ports/378754
QAT: https://qat.redports.org/buildarchive/r378754/
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 at gmail.com>
Approved by: steve.polyack at intermedix.com (maintainer)
Modified:
head/sysutils/jailme/Makefile
head/sysutils/jailme/distinfo
Modified: head/sysutils/jailme/Makefile
==============================================================================
--- head/sysutils/jailme/Makefile Mon Feb 9 20:44:13 2015 (r378753)
+++ head/sysutils/jailme/Makefile Mon Feb 9 20:44:24 2015 (r378754)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= jailme
-PORTVERSION= 0.1
-PORTREVISION= 1
+PORTVERSION= 0.2.0
CATEGORIES= sysutils
MAINTAINER= freebsd-ports-maintainers at 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"
Modified: head/sysutils/jailme/distinfo
==============================================================================
--- head/sysutils/jailme/distinfo Mon Feb 9 20:44:13 2015 (r378753)
+++ head/sysutils/jailme/distinfo Mon Feb 9 20:44:24 2015 (r378754)
@@ -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
More information about the svn-ports-all
mailing list