From owner-svn-src-head@FreeBSD.ORG Thu Feb 26 10:35:52 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8DCD631E; Thu, 26 Feb 2015 10:35:52 +0000 (UTC) Received: from mail-wg0-x236.google.com (mail-wg0-x236.google.com [IPv6:2a00:1450:400c:c00::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 183BDE62; Thu, 26 Feb 2015 10:35:52 +0000 (UTC) Received: by wghb13 with SMTP id b13so9338722wgh.0; Thu, 26 Feb 2015 02:35:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=C6z9h7bHTe2cM5/doOhXSiXmalVt+Y9nvFCmhDqkTIs=; b=Hof8BirWHuzoNOApNZEawBG+MRk4L0Sk7hUUpZRVzZFwrA2rBzi9VJG0n7vVakqZYO GssppCYiMdR9UaOwiPurdV4ErF4pSH1aWhDJq7Q00eYQWFetzLfLHwJjJCxlYSEnAVdj UqVwoqHx715kuUIWePfuKOpHQ7cTF6KUcKmdD0zw/LlM2cdo8CAa/FTIJBobx6WwSRhO VVC2nY7DxWUb2Lkg0km9tAa+YjIjFARv7iE+eg3mokH1a6i5x9nrW/4oVDYwSkRTcT6z rUrnivRsQ5TEPATpQJb37pGViMaXosGRXxskVAPq7kHPY/PCfhxbBo4FOb+wQA90GJSG rYfw== X-Received: by 10.194.57.199 with SMTP id k7mr15523408wjq.1.1424946950412; Thu, 26 Feb 2015 02:35:50 -0800 (PST) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id fo17sm750805wjc.19.2015.02.26.02.35.48 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Feb 2015 02:35:49 -0800 (PST) Sender: Baptiste Daroussin Date: Thu, 26 Feb 2015 11:35:46 +0100 From: Baptiste Daroussin To: Edward Tomasz Napierala Subject: Re: svn commit: r279315 - in head/usr.sbin: . uefisign Message-ID: <20150226103545.GK34473@ivaldir.etoilebsd.net> References: <201502260915.t1Q9FPxD075675@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vbzKE9fGfpHIBC6T" Content-Disposition: inline In-Reply-To: <201502260915.t1Q9FPxD075675@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) 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.18-1 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: Thu, 26 Feb 2015 10:35:52 -0000 --vbzKE9fGfpHIBC6T Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Feb 26, 2015 at 09:15:25AM +0000, Edward Tomasz Napierala wrote: > Author: trasz > Date: Thu Feb 26 09:15:24 2015 > New Revision: 279315 > URL: https://svnweb.freebsd.org/changeset/base/279315 >=20 > Log: > Add uefisign(8), UEFI Secure Boot signing utility. > =20 > MFC after: 1 month > Sponsored by: The FreeBSD Foundation >=20 > Added: > head/usr.sbin/uefisign/ > head/usr.sbin/uefisign/Makefile (contents, props changed) > head/usr.sbin/uefisign/child.c (contents, props changed) > head/usr.sbin/uefisign/magic.h (contents, props changed) > head/usr.sbin/uefisign/pe.c (contents, props changed) > head/usr.sbin/uefisign/uefisign.8 (contents, props changed) > head/usr.sbin/uefisign/uefisign.c (contents, props changed) > head/usr.sbin/uefisign/uefisign.h (contents, props changed) > Modified: > head/usr.sbin/Makefile >=20 > Modified: head/usr.sbin/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/usr.sbin/Makefile Thu Feb 26 09:08:48 2015 (r279314) > +++ head/usr.sbin/Makefile Thu Feb 26 09:15:24 2015 (r279315) > @@ -86,6 +86,7 @@ SUBDIR=3D adduser \ > traceroute \ > trpt \ > tzsetup \ > + uefisign \ > ugidfw \ > vigr \ > vipw \ >=20 > Added: head/usr.sbin/uefisign/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/usr.sbin/uefisign/Makefile Thu Feb 26 09:15:24 2015 (r279315) > @@ -0,0 +1,11 @@ > +# $FreeBSD$ > + > +PROG=3D uefisign > +SRCS=3D uefisign.c child.c pe.c > +MAN=3D uefisign.8 > + > +LDFLAGS=3D -lcrypto LIBADD=3D crypto ? > + > +WARNS=3D 6 > + > +.include >=20 regards, Bapt --vbzKE9fGfpHIBC6T Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlTu9wEACgkQ8kTtMUmk6EyGpwCfeM4nAtGDDyPviEWmT9TUbZEM sgQAnRGgfYN5LEnlyUY4UdJz9dgfNUiE =Cf+J -----END PGP SIGNATURE----- --vbzKE9fGfpHIBC6T--