From owner-svn-src-head@FreeBSD.ORG Tue Dec 3 10:59:59 2013 Return-Path: Delivered-To: svn-src-head@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 C2B4D917; Tue, 3 Dec 2013 10:59:59 +0000 (UTC) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4519E18BD; Tue, 3 Dec 2013 10:59:58 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.7/8.14.7) with ESMTP id rB3Axo9d062181 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 3 Dec 2013 14:59:50 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.7/8.14.7/Submit) id rB3AxoG4062180; Tue, 3 Dec 2013 14:59:50 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Tue, 3 Dec 2013 14:59:50 +0400 From: Gleb Smirnoff To: Pawel Jakub Dawidek Subject: Re: svn commit: r258850 - in head/lib: libcapsicum libcasper Message-ID: <20131203105950.GT48919@FreeBSD.org> References: <201312021707.rB2H7MBZ090689@svn.freebsd.org> <20131202171907.GN48919@FreeBSD.org> <20131202203430.GA1407@garage.freebsd.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131202203430.GA1407@garage.freebsd.pl> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Dec 2013 10:59:59 -0000 On Mon, Dec 02, 2013 at 09:34:30PM +0100, Pawel Jakub Dawidek wrote: P> > On Mon, Dec 02, 2013 at 05:07:22PM +0000, Pawel Jakub Dawidek wrote: P> > P> Author: pjd P> > P> Date: Mon Dec 2 17:07:22 2013 P> > P> New Revision: 258850 P> > P> URL: http://svnweb.freebsd.org/changeset/base/258850 P> > P> P> > P> Log: P> > P> Both libcasper and libcapsicum libraries have to be installed in /lib/, P> > P> as they are used by /sbin/casperd. P> > P> > Although time window was small, still you need to put the files into P> > ObsoletedFiles.inc. P> > P> > Couple of my hosts already got /usr/lib/libcasper.* installed. P> P> Something like this? P> P> http://people.freebsd.org/~pjd/patches/ObsoleteFiles.inc.patch Looks okay. -- Totus tuus, Glebius.