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
[-- Attachment #1 --] 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 > > Log: > Add uefisign(8), UEFI Secure Boot signing utility. > > MFC after: 1 month > Sponsored by: The FreeBSD Foundation > > 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 > > Modified: head/usr.sbin/Makefile > ============================================================================== > --- 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= adduser \ > traceroute \ > trpt \ > tzsetup \ > + uefisign \ > ugidfw \ > vigr \ > vipw \ > > Added: head/usr.sbin/uefisign/Makefile > ============================================================================== > --- /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= uefisign > +SRCS= uefisign.c child.c pe.c > +MAN= uefisign.8 > + > +LDFLAGS= -lcrypto LIBADD= crypto ? > + > +WARNS= 6 > + > +.include <bsd.prog.mk> > regards, Bapt [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlTu9wEACgkQ8kTtMUmk6EyGpwCfeM4nAtGDDyPviEWmT9TUbZEM sgQAnRGgfYN5LEnlyUY4UdJz9dgfNUiE =Cf+J -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150226103545.GK34473>
