From owner-freebsd-questions@FreeBSD.ORG Tue Apr 22 16:00:18 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B78719AE for ; Tue, 22 Apr 2014 16:00:18 +0000 (UTC) Received: from mail-ob0-x232.google.com (mail-ob0-x232.google.com [IPv6:2607:f8b0:4003:c01::232]) (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 832DC17A0 for ; Tue, 22 Apr 2014 16:00:18 +0000 (UTC) Received: by mail-ob0-f178.google.com with SMTP id wn1so5911744obc.37 for ; Tue, 22 Apr 2014 09:00:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=hpvBeNazys2NPA782XUntFC0EX5u5UYBrWFIEuyNk/I=; b=Ah8KNg9zSidF3GuPbN9SvbtNV8r6+PTazZqP0S98PhZf40uD0DO5kVsCNOhIvggTHX LlMoh3yrcd45LkjM8a9tSRTQpkKocQCk1E7bgfVpxoaVON20a81h2U7FHInOuv0ePA8o b3EQrl7m6PcXycegoEV5hEphFUyqu4UJ6imn95vS25CR/6ohV3AyVMSPUoU2Ii/ln07T /0oiblha1vjzwQ2uqYHSV+ixhU9LVtAbtsx3q01274I+WZ+6l1hAbK/uw2J6qzyGAwva JbN5SwMKofxvvAptXe7/scS2U1/AImQ09jyRfXr9yMdhuAI0igin8Oe4baaT6+U9FTsb 1dyQ== MIME-Version: 1.0 X-Received: by 10.60.159.36 with SMTP id wz4mr38348090oeb.30.1398182417861; Tue, 22 Apr 2014 09:00:17 -0700 (PDT) Received: by 10.60.144.137 with HTTP; Tue, 22 Apr 2014 09:00:17 -0700 (PDT) Date: Tue, 22 Apr 2014 09:00:17 -0700 Message-ID: Subject: How to apply security patches to applications within a jail? From: "edflecko ." To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 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:00:18 -0000 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? In other words, you can't just apply a patch, recompile, etc. like you would if they weren't in a jail, can you? Ed