aboutsummaryrefslogtreecommitdiff
path: root/utils/stoken
Commit message (Collapse)AuthorAge
* stoken: fix compilation with BUILD_NLSRosen Penev2021-03-04
| | | | | | Fixes linking issue as libxml2 uses iconv. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Remove self from PKG_MAINTAINERFlorian Fainelli2019-12-21
| | | | Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* stoken: Update to 0.92 and switch to normal tarball.Rosen Penev2018-08-05
| | | | | | Simplifies the Makefile quite a bit. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* stoken: Explicitly link with zlibFlorian Fainelli2017-06-16
| | | | | | | | | | | | | | | | | | | | | | | Fixes build issues with external toolchains: /home/florian/dev/toolchains/stbgcc-4.8-1.5/bin/../lib/gcc/mipsel-linux-gnu/4.8.5/../../../../mipsel-linux-gnu/bin/ld: warning: libz.so.1, needed by /home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libxml2.so, not found (try using -rpath or -rpath-link) /home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libxml2.so: undefined reference to `gzopen64' /home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libxml2.so: undefined reference to `gzdirect' /home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libxml2.so: undefined reference to `gzclose' /home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libxml2.so: undefined reference to `gzwrite' /home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libxml2.so: undefined reference to `gzdopen' /home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libxml2.so: undefined reference to `gzread' collect2: error: ld returned 1 exit status Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* cmdpad, pcsc-lite, slide-switch, stoken: shorten titleHannu Nyman2017-04-27
| | | | | | | | | Longest package titles are not shown in the menuconfig, which decreases manuconfig usability. Shorten some of the longest titles. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* stoken: move to Encryption submenuAlberto Bursi2016-10-24
| | | | | Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* stoken: Fix binary installationFlorian Fainelli2016-06-30
| | | | | | | | We were copying a wrapper script instead of the actual executable. Fixes #2910 Signed-off-by: Florian Fainelli <florian@openwrt.org>
* utils: add stokenFlorian Fainelli2014-12-07
stoken is a tokencode generator compatible with RSA SecurID 128-bit (AES). stoken supports libtomcrypt and libnettle, we build against nettle by default since tomcrypt is not packaged by OpenWrt Signed-off-by: Florian Fainelli <florian@openwrt.org>