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: pgpv2_wpcG5a1.pgp
Description: PGP signature

Reply via email to