[Cryptech-Commits] [releng/alpha] branch master updated: Track library name change: libpkcs11 => libcryptech-pkcs11.
git at cryptech.is
git at cryptech.is
Wed Jul 13 15:01:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a commit to branch master
in repository releng/alpha.
The following commit(s) were added to refs/heads/master by this push:
new f4088df Track library name change: libpkcs11 => libcryptech-pkcs11.
f4088df is described below
commit f4088df3576ab7c9acda2efdc7c4321f01ac612f
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Wed Jul 13 10:58:15 2016 -0400
Track library name change: libpkcs11 => libcryptech-pkcs11.
---
build-homebrew-formula.py | 4 ++--
source/Makefile | 6 +++---
source/sw/pkcs11 | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/build-homebrew-formula.py b/build-homebrew-formula.py
index cbaa35c..2579a3c 100755
--- a/build-homebrew-formula.py
+++ b/build-homebrew-formula.py
@@ -74,8 +74,8 @@ class CryptechAlpha < Formula
# Install other (non-Python) stuff, then we are done.
share.install "cryptech-alpha-firmware.tar.gz"
- lib.install "sw/pkcs11/libpkcs11.dylib"
- bin.install "sw/pkcs11/p11util"
+ lib.install "sw/pkcs11/libcryptech-pkcs11.dylib"
+ #bin.install "sw/pkcs11/p11util"
end
end
diff --git a/source/Makefile b/source/Makefile
index 916d30b..af018b1 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -18,9 +18,9 @@ clean distclean:
install: all
install -D -m 644 cryptech-alpha-firmware.tar.gz ${DESTDIR}/usr/share/cryptech-alpha-firmware.tar.gz
- install -D -m 644 sw/pkcs11/libpkcs11.so ${DESTDIR}/usr/lib/libpkcs11.so
- ln -s libpkcs11.so ${DESTDIR}/usr/lib/libpkcs11.so.0
- install -D sw/pkcs11/p11util ${DESTDIR}/usr/bin/p11util
+ install -D -m 644 sw/pkcs11/libcryptech-pkcs11.so ${DESTDIR}/usr/lib/libcryptech-pkcs11.so
+ ln -s libcryptech-pkcs11.so ${DESTDIR}/usr/lib/libcryptech-pkcs11.so.0
+# install -D sw/pkcs11/p11util ${DESTDIR}/usr/bin/p11util
# install -D sw/pkcs11/libhal/cryptech_rpcd ${DESTDIR}/usr/bin/cryptech_rpcd
install -D sw/stm32/projects/hsm/cryptech_upload ${DESTDIR}/usr/bin/cryptech_upload
install -D sw/stm32/projects/hsm/cryptech_probe ${DESTDIR}/usr/bin/cryptech_probe
diff --git a/source/sw/pkcs11 b/source/sw/pkcs11
index f5afedf..9cfb3fb 160000
--- a/source/sw/pkcs11
+++ b/source/sw/pkcs11
@@ -1 +1 @@
-Subproject commit f5afedfb91659fc209df990f13aec9904a7cce33
+Subproject commit 9cfb3fbc22f3e79ec16a037e2c3140cd9c7c634c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Commits
mailing list