diff options
| author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2015-01-21 13:40:24 +0000 |
|---|---|---|
| committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2015-01-21 13:40:24 +0000 |
| commit | b7ec4f61830ee08f4987d34baf45a8ca1117f671 (patch) | |
| tree | 269301c4e3bfc3ac6da81d2046fa612797f19d91 /sysutils/pesign/files/patch-src-siglist.c | |
| parent | Bump PORTREVISION after r377564. (diff) | |
New port: sysutils/pesign
Signing tool for PE-COFF binaries, hopefully at least vaguely compliant
with the PE and Authenticode specifications.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sysutils/pesign/files/patch-src-siglist.c')
| -rw-r--r-- | sysutils/pesign/files/patch-src-siglist.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/pesign/files/patch-src-siglist.c b/sysutils/pesign/files/patch-src-siglist.c new file mode 100644 index 000000000000..201171766621 --- /dev/null +++ b/sysutils/pesign/files/patch-src-siglist.c @@ -0,0 +1,11 @@ +--- src/siglist.c.orig 2014-10-24 21:51:06.000000000 +0200 ++++ src/siglist.c 2015-01-16 10:02:50.000000000 +0100 +@@ -60,7 +60,7 @@ struct signature_list { + }; + + struct sig_type { +- efi_guid_t *type; ++ const efi_guid_t *type; + uint32_t size; + }; + |
