changeset 847:b642e80c77a8

Switch to released version of osslsigncode
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 30 Jul 2014 15:45:47 +0200
parents f3d332c91b03
children 9792c69201c2 ecc6aa433253
files INSTALL
diffstat 1 files changed, 6 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/INSTALL	Wed Jul 30 15:17:09 2014 +0200
+++ b/INSTALL	Wed Jul 30 15:45:47 2014 +0200
@@ -96,14 +96,12 @@
 Osslsigncode is used to create PKCS#7 embedded signatures for Windows Authenticode
 it is needed for the Windows part of the binverify unit test on the build system.
 
-Currently (23.06.2014) there is no released version with the OpenSSL exception
-available so we need to use the git version.
-
-    git clone git://git.code.sf.net/p/osslsigncode/osslsigncode osslsigncode
-    cd osslsigncode
-    git checkout 03848a9c60f957bf13bab39512d8fcfb4cb1fc98
-    ./autogen.sh
-    ./configure --prefix=$YOURPREFIX
+    wget http://downloads.sourceforge.net/project/osslsigncode/osslsigncode/osslsigncode-1.7.1.tar.gz
+    sha256sum osslsigncode-1.7.1.tar.gz
+# f9a8cdb38b9c309326764ebc937cba1523a3a751a7ab05df3ecc99d18ae466c9
+    tar -xf osslsigncode-1.7.1.tar.gz
+    cd osslsigncode-1.7.1
+    ./configure --without-curl --prefix=$YOURPREFIX
     make && make install
 
     # for a windows binary (optional)

http://wald.intevation.org/projects/trustbridge/