summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authors3rj1k2018-01-26 13:10:23 +0200
committers3rj1k2018-01-26 13:10:23 +0200
commit137249d4c3f4160bfef2367c875ad52db7a7c848 (patch)
tree3a3f4e477b1051fff5085e3ac93cff456ac7811e
parent6e09f5869ef266ce7544a779f920ba509b7a0de9 (diff)
downloadaur-137249d4c3f4160bfef2367c875ad52db7a7c848.tar.gz
add comments
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03c21ba7f4ce..bad6bdc6305f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sac-core
pkgdesc = Safenet Authentication Client for Alladin eToken, stripped core package
pkgver = 9.1.7
- pkgrel = 8
+ pkgrel = 9
install = sac-core.install
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 1cc6817aa693..d1cc951b447c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname='sac-core'
pkgver='9.1.7'
-pkgrel='7'
+pkgrel='9'
pkgdesc='Safenet Authentication Client for Alladin eToken, stripped core package'
arch=('x86_64')
depends=('pcsclite' 'libusb-compat' 'openssh' 'nss')
@@ -37,3 +37,10 @@ package() {
ln -sf libAksIfdh.so.9.1 libAksIfdh.so
ln -sf libAksIfdh.so.9.1 libAksIfdh.so.9
}
+
+# To add eToken to Firefox eval output of this cmd:
+# find ~ -name secmod.db -type f -printf "modutil -dbdir %h -add eToken -libfile /usr/lib/libeToken.so -mechanisms RSA:DES -force\n"
+
+# To add eToken to Chromium run this cmd:
+# modutil -dbdir sql:.pki/nssdb/ -add "eToken" -libfile /usr/lib/libeToken.so
+# modutil -dbdir sql:.pki/nssdb/ -list