aboutsummaryrefslogtreecommitdiff
path: root/libs/libp11
Commit message (Collapse)AuthorAge
* libp11: update to version 0.4.12Daniel Golle2022-09-07
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* libp11: update to version 0.4.11Daniel Golle2020-10-16
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* treewide: Change .*GPL.*+ licenses to SPDX compatible identifierSven Eckelmann2019-09-10
| | | | | | | | The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL licenses. But a lot of packages did use a different, non-SPDX style with a "+" at the end instead of "-or-later". Signed-off-by: Sven Eckelmann <sven@narfation.org>
* libp11: update to version 0.4.10Daniel Golle2019-05-10
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libp11: Fix dependency breakageRosen Penev2019-03-03
| | | | | This requires a +. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libp11: Mandate ENGINE supportRosen Penev2019-01-03
| | | | | | | libp11 uses OpenSSL's ENGINE quite extensively with seemingly no simple way to disable it. Add it as a dependency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libp11: Update to 0.4.9Rosen Penev2018-09-08
| | | | | | | | Reorganized Makefile a little bit for consistency with other packages. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libp11: include also p11_err.h when InstallDevYousong Zhou2017-12-08
| | | | | | | | | | | | | Fix the following compilation error In file included from openconnect-internal.h:95:0, from ssl.c:41: /home/yousong/git-repo/lede-project/lede/staging_dir/target-mips_24kc_musl/usr/include/libp11.h: At top level: /home/yousong/git-repo/lede-project/lede/staging_dir/target-mips_24kc_musl/usr/include/libp11.h:27:21: fatal error: p11_err.h: No such file or directory compilation terminated. make[5]: *** [libopenconnect_la-ssl.lo] Error 1 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* libp11: update to version 0.4.7Daniel Golle2017-11-07
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libp11: update to version 0.4.6Daniel Golle2017-06-19
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libp11: package PKCS#11 OpenSSL engineDaniel Golle2016-09-26
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libp11: update to release version 0.4.1Daniel Golle2016-09-19
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libp11: update sourceDaniel Golle2015-05-13
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libp11: add PKG_LICENSE informationDaniel Golle2014-08-10
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* add OpenSC's libp11 libraryDaniel Golle2014-06-17
libp11 is a PKCS#11 wrapper library Signed-off-by: Daniel Golle <daniel@makrotopia.org>