Date: Thu, 26 Feb 2015 11:35:46 +0100 From: Baptiste Daroussin <bapt@FreeBSD.org> To: Edward Tomasz Napierala <trasz@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r279315 - in head/usr.sbin: . uefisign Message-ID: <20150226103545.GK34473@ivaldir.etoilebsd.net> In-Reply-To: <201502260915.t1Q9FPxD075675@svn.freebsd.org> References: <201502260915.t1Q9FPxD075675@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--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 <bsd.prog.mk> >=20 regards, Bapt --vbzKE9fGfpHIBC6T Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlTu9wEACgkQ8kTtMUmk6EyGpwCfeM4nAtGDDyPviEWmT9TUbZEM sgQAnRGgfYN5LEnlyUY4UdJz9dgfNUiE =Cf+J -----END PGP SIGNATURE----- --vbzKE9fGfpHIBC6T--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150226103545.GK34473>