[pkg-opensc-commit] [libp11] 37/86: Build SoftHSMv2 from GitHub

Eric Dorland eric at moszumanska.debian.org
Sun Jul 24 21:40:20 UTC 2016


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository libp11.

commit a8da0cdd4679416385f9de2e82c0a06c2c3b5f92
Author: Michał Trojnara <Michal.Trojnara at stunnel.org>
Date:   Fri Feb 5 23:35:02 2016 +0100

    Build SoftHSMv2 from GitHub
---
 .travis.sh | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/.travis.sh b/.travis.sh
index e887cbc..5805238 100755
--- a/.travis.sh
+++ b/.travis.sh
@@ -25,7 +25,7 @@ set -e
 
 install_from_github() {
     echo "Installing $2"
-    git clone https://github.com/$1/$2.git
+    git clone https://github.com/$1/$2.git -b $3
     cd $2
     autoreconf -fvi
     ./configure
@@ -36,16 +36,15 @@ install_from_github() {
     sudo ldconfig
 }
 
-# ppa:pkg-opendnssec provides a less-obsolete softhsm
-sudo apt-add-repository -y ppa:pkg-opendnssec/ppa
 sudo apt-get update -qq
 # libpcsclite-dev is required for OpenSC
-# softhsm is required for "make check"
-sudo apt-get install -y libpcsclite-dev softhsm
+sudo apt-get install -y libpcsclite-dev
 
 export CC=`which $CC`
 mkdir prerequisites
 cd prerequisites
-install_from_github OpenSC OpenSC
+install_from_github OpenSC OpenSC master
+# softhsm is required for "make check"
+install_from_github mtrojnar SoftHSMv2 libp11
 cd ..
 rm -rf prerequisites

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/libp11.git



More information about the pkg-opensc-commit mailing list