Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Nov 2012 16:56:55 GMT
From:      Joe Barbish <qjail@a1poweruser.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/173394: [Maintainer update] sysutils/qjail  bug fix
Message-ID:  <201211051656.qA5Gut63092114@red.freebsd.org>
Resent-Message-ID: <201211051700.qA5H00Rn030014@freefall.freebsd.org>

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

>Number:         173394
>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:   Mon Nov 05 17:00:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Joe Barbish
>Release:        9.0
>Organization:
none
>Environment:
>Description:
On 'qjail install' command run on -BETA or -RC host has no binary distribution source available by design. Added logic to check for this condition and issue error message informing user.

On 'qjail install' command run on a host that has had security binary patches applied results in [uname -r] command returning [Release-9.0-p3]. There is no binary distribution source available by design for patched systems. Added code to strip the -p3 suffix resulting in the 9.0-Release distribution source being downloaded and used to populate the basejail. 

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN qjail6/Makefile qjail/Makefile
--- qjail6/Makefile	2012-11-05 11:39:07.000000000 -0500
+++ qjail/Makefile	2012-11-05 11:43:43.000000000 -0500
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/sysutils/qjail/Makefile,v 1.8 2012/09/18 17:44:47 crees Exp $
 
 PORTNAME=	qjail
-PORTVERSION=	1.6
+PORTVERSION=	1.7
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/${PORTNAME}
 
diff -ruN qjail6/distinfo qjail/distinfo
--- qjail6/distinfo	2012-11-05 11:39:07.000000000 -0500
+++ qjail/distinfo	2012-11-05 11:47:45.000000000 -0500
@@ -1,2 +1,2 @@
-SHA256 (qjail-1.6.tar.bz2) = 53b6743ddf948a2ec6d0eacff23fda7a37f99cd570d54ed517011a560c5e15e9
-SIZE (qjail-1.6.tar.bz2) = 40745
+SHA256 (qjail-1.7.tar.bz2) = 2f1db1cedd49559d20057397cf95d37ce6b26054343d06398ddb484b9a031c73
+SIZE (qjail-1.7.tar.bz2) = 40938


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



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