svn commit: r279315 - in head/usr.sbin: . uefisign

Baptiste Daroussin bapt at FreeBSD.org
Thu Feb 26 10:35:52 UTC 2015


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20150226/3bc459a7/attachment.sig>


More information about the svn-src-all mailing list