[PATCH] Switch to released version of osslsigncode

Wald Commits scm-commit at wald.intevation.org
Wed Jul 30 15:45:51 CEST 2014


# HG changeset patch
# User Andre Heinecke <andre.heinecke at intevation.de>
# Date 1406727947 -7200
# Node ID b642e80c77a82bf967ee2b36e53464d04e8c3536
# Parent  f3d332c91b034b98e1dd9e81f05d4bbd589d20b2
Switch to released version of osslsigncode

diff -r f3d332c91b03 -r b642e80c77a8 INSTALL
--- 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)


More information about the Trustbridge-commits mailing list