Well well, since I don’t trust others with this and I haven’t found signed binaries for GPG 1.4.11 from people I trust, I rolled my own. If you are looking for them and know or find that you can trust me, find them here. A detached signature exists as well here.
The executables in the archive are actually signed with my code-signing certificate and can be checked with signtool
or sigcheck
. To fulfill the requirements of the GPL: the source code to the aforementioned binaries can be found over at the FTP server of the project (signature).
The build was configured as follows:
./configure --enable-threads=win32 --without-libiconv-prefix \ --disable-gnupg-iconv --with-included-zlib --enable-noexecstack
// Oliver