-
Notifications
You must be signed in to change notification settings - Fork 4
/
README
49 lines (30 loc) · 1.16 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
elfgpg
======
1. About
A simple (Linux) utility to inject/verify PGP signatures in elf files
using GPG.
This is an alpha release... please see website for details.
http://www.jukie.net/~bart/elfgpg
http://github.com/bartman/elfgpg
2. License & Warranty
This software is offered to you with no warranty. It is released under
the terms and conditions of the GPL; see the COPYING files for details.
3. Dependencies
You will need to install libelf development package (or source + headers).
On Debian you can run:
apt-get install libelfg0-dev libgpgme-dev
Currently this package has only been tested on Linux. I don't expect it to
be extremely portable at this time.
More to the point, I've built and tested it with the following Debian
and Redhat configurations:
Debian/testing RedHat/7.2
kernel 2.4.20 2.4.20
gcc 2.95.4-17 2.96
libc6-dev 2.3.1-16 2.2.5-32
libgpgme-dev 0.3.15-1 0.3.5-fr1
libelfg0-dev 0.8.2-1 0.7.0-1
4. Bugs & Issues
The is a list of known issues in the BUGS file. If there are any other
issues you have found, I would appreciate if you send me some details.
Bart Trojanowski