From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 5 17:00:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2268ACED for ; Mon, 5 Nov 2012 17:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id EBBE28FC14 for ; Mon, 5 Nov 2012 17:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qA5H00qS030015 for ; Mon, 5 Nov 2012 17:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qA5H00Rn030014; Mon, 5 Nov 2012 17:00:00 GMT (envelope-from gnats) Resent-Date: Mon, 5 Nov 2012 17:00:00 GMT Resent-Message-Id: <201211051700.qA5H00Rn030014@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Joe Barbish Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B2447C46 for ; Mon, 5 Nov 2012 16:56:55 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 91A968FC08 for ; Mon, 5 Nov 2012 16:56:55 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id qA5GutdA092115 for ; Mon, 5 Nov 2012 16:56:55 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id qA5Gut63092114; Mon, 5 Nov 2012 16:56:55 GMT (envelope-from nobody) Message-Id: <201211051656.qA5Gut63092114@red.freebsd.org> Date: Mon, 5 Nov 2012 16:56:55 GMT From: Joe Barbish To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/173394: [Maintainer update] sysutils/qjail bug fix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Nov 2012 17:00:01 -0000 >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: