From owner-freebsd-questions@FreeBSD.ORG Tue Apr 22 16:15:26 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9AAAB30E for ; Tue, 22 Apr 2014 16:15:26 +0000 (UTC) Received: from mail-oa0-x22b.google.com (mail-oa0-x22b.google.com [IPv6:2607:f8b0:4003:c02::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 60A2D1A3C for ; Tue, 22 Apr 2014 16:15:26 +0000 (UTC) Received: by mail-oa0-f43.google.com with SMTP id eb12so5878573oac.2 for ; Tue, 22 Apr 2014 09:15:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=cj66YaMWFHD06LzLZiykmxhry0SNBwSQ5b+NxKsZ72Q=; b=dlhbuL43FMdCPwSVYGkzgQB4KIHqj54bJySNMAqvsqjxIbUBFHdRjj29n9wlDNlpxm A8SzZlA/53Nw+67/CvGtyZWuYg5ghCHgbeXb5rVBe46sfa/wdJuBGx4gIQn1gU6mQR8l HbhbFbQVCp45Yhq8C7q4THwtkwLtl3Qwmj//cqn/R/e83IDlspOcoHcU6MGGl3TKN/xo eGjwibQruXAlp9nJl/TjpCoqvdasgVI1n2PEfB8iWlsfVlhmzWWTKPfENZTZpSb8yW1z 23FmEudVcEM5nTIEZZQ0DD3S89yorAk1wKTwjMCDKmoKSJP6HclDOlfPYthk/f1SlAKu nVrA== X-Received: by 10.60.43.232 with SMTP id z8mr1952825oel.69.1398183325677; Tue, 22 Apr 2014 09:15:25 -0700 (PDT) Received: from [192.168.1.64] (pool-71-170-112-253.dllstx.fios.verizon.net. [71.170.112.253]) by mx.google.com with ESMTPSA id cn1sm179469617oeb.11.2014.04.22.09.15.24 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 22 Apr 2014 09:15:24 -0700 (PDT) References: Mime-Version: 1.0 (1.0) In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: X-Mailer: iPad Mail (11D167) From: Matthew Pherigo Subject: Re: How to apply security patches to applications within a jail? Date: Tue, 22 Apr 2014 11:15:26 -0500 To: "edflecko ." Cc: "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2014 16:15:26 -0000 Hi Ed, When you say "patches," there may be a few things you're thinking of, so I'd= like you to clarify: how would you get and maintain your applications norma= lly? =20 You may be referring to patches in the ports tree. If so, this can easily be= done with "portmaster -aD" to update all ports. Of course, the ports tree h= as to be updated first in /usr/jails/basejail, with the command "ezjail-admi= n update -P". --Matt > On Apr 22, 2014, at 11:00 AM, "edflecko ." wrote: >=20 > As security patches periodically are released for applications that you > might be running in a jail (ezjail, to be specific) like Apache, Bind, > etc...how do you patch them? >=20 > In other words, you can't just apply a patch, recompile, etc. like you > would if they weren't in a jail, can you? >=20 > Ed > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.or= g"