Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Dec 2012 20:16:46 GMT
From:      Joe Barbish <qjail@a1poweruser.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/174644: [Maintainer update] sysutils/qjail  bug fix
Message-ID:  <201212222016.qBMKGk28010687@red.freebsd.org>
Resent-Message-ID: <201212222020.qBMKK0a8047314@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         174644
>Category:       ports
>Synopsis:       [Maintainer update] sysutils/qjail  bug fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 22 20:20:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Joe Barbish
>Release:        9.1-RELEASE
>Organization:
none
>Environment:
>Description:
Added code to qjail install function to check for 
-STABLE, -PRERELEAASE, and -CURRENT versions running 
on the host and if so issue message that binary source 
is not available for download and to use the 
[qjail install -c] flag to clone the host system to 
populate the basejail with.

Used setenv UNAME_r "9-stable" command on host to set
release value seen by qjail.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN qjail8/Makefile qjail/Makefile
--- qjail8/Makefile	2012-12-22 15:16:35.000000000 -0500
+++ qjail/Makefile	2012-12-22 15:17:34.000000000 -0500
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/sysutils/qjail/Makefile,v 1.11 2012/12/02 12:36:05 svnexp Exp $
 
 PORTNAME=	qjail
-PORTVERSION=	1.8
+PORTVERSION=	1.9
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/${PORTNAME}
 
diff -ruN qjail8/distinfo qjail/distinfo
--- qjail8/distinfo	2012-12-22 15:16:35.000000000 -0500
+++ qjail/distinfo	2012-12-22 15:19:38.000000000 -0500
@@ -1,2 +1,2 @@
-SHA256 (qjail-1.8.tar.bz2) = 39085c360a4b3c65d9c8f68e9e9c38955b3c5c4c1e1396891713f5acee2ef400
-SIZE (qjail-1.8.tar.bz2) = 41314
+SHA256 (qjail-1.9.tar.bz2) = e1a9990a571b56b83eb71a266312a6373ab4a11094ec4d1c6503e4f48ff01aed
+SIZE (qjail-1.9.tar.bz2) = 41275


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212222016.qBMKGk28010687>