aboutsummaryrefslogtreecommitdiff
path: root/utils/opensc
Commit message (Collapse)AuthorAge
* treewide: assign PKG_CPE_IDFabrice Fontaine2024-02-04
| | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* opensc: update to version 0.24.0Daniel Golle2023-12-20
| | | | | | | | | | | | Brings security fixes for CVE-2023-40660, CVE-2023-40661 and CVE-2023-4535. See release notes for further details: https://github.com/OpenSC/OpenSC/releases/tag/0.24.0 and https://github.com/OpenSC/OpenSC/releases/tag/0.23.0 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* treewide: remove AUTORELEASEPaul Fertser2023-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically compute and substitute current values for all $(AUTORELEASE) instances as this feature is deprecated and shouldn't be used. The following temporary change was made to the core: diff --git a/rules.mk b/rules.mk index 57d7995d4fa8..f16367de87a8 100644 --- a/rules.mk +++ b/rules.mk @@ -429,7 +429,7 @@ endef abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1)))) COMMITCOUNT = $(if $(DUMP),0,$(call commitcount)) -AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1)) +AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile)) all: FORCE: ; And this command used to fix affected packages: for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \ sed 's^.*/\([^/]*\)/Makefile^\1^';); do make package/$i/download done Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* opensc: do not build man pagesEneas U de Queiroz2022-04-08
| | | | | | Add --disable-man to configure flags to skip building man pages. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* opensc: update to version 0.22.0Daniel Golle2021-08-16
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* opensc: update to version 0.21.0Daniel Golle2021-03-25
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* opensc: update to version 0.20.0Daniel Golle2020-01-07
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* opensc: Fix compilation without deprecated OpenSSL APIsRosen Penev2019-12-08
| | | | | | Based on upstream patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* 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>
* opensc: Update to 0.19.0Rosen Penev2018-11-22
| | | | | | Pass --disable-notify to avoid libgio dependency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* opensc: Update to 0.18.0Rosen Penev2018-06-08
| | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: fix incorrect *_BUILD_DEPENDSMatthias Schiffer2018-01-09
| | | | | | | | | | | | | | | | Build depends refer to source package names, not binary package names. In many cases, PKG_BUILD_DEPENDS simply duplicated runtime dependencies of a source package's binary packages; as the corresponding source packages are implicitly added as bulid dependencies, PKG_BUILD_DEPENDS can simply be dropped in these cases. In the other cases, *_BUILD_DEPENDS is fixed to refer to the correct source package name. Dependency of mysql-server is adjusted from libncursesw to libncurses (as libncursesw is a virtual package provided by libncurses), so the build dependency on ncurses is emitted unconditionally. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* treewide: remove superfluous + signs from PKG_BUILD_DEPENDSMatthias Schiffer2018-01-07
| | | | | | A + sign does not have meaning in build depends. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* opensc: update to version 0.17.0Daniel Golle2017-11-07
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* 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>
* packages: cleanup Makefile variablesStephen Walker2017-06-03
| | | | | | Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses and consistent section assignments Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
* opensc: update to release version 0.16.0Daniel Golle2016-09-19
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* pcsc-lite: update to version 1.8.18Daniel Golle2016-09-19
| | | | | | Support for GnuK token is included in this release, remove patches. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* utils: Fix typos (found by codespell)Stefan Weil2016-03-26
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* opensc: update source, refresh patchesDaniel Golle2015-05-13
| | | | | | Also import two new GnuK-related patches. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* opensc: fix help output of openpgp-toolDaniel Golle2014-12-13
| | | | | | | A comma sign was left-out when re-basing the GnuK patch on top of opensc. Also order options more intuitively, put --do last. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* opensc: bump to git codebase of 20141126 and rebase GnuK patchesDaniel Golle2014-11-27
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* opensc: add PKG_LICENSE informationDaniel Golle2014-08-10
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* opensc: partially revert commit 79bdb90Daniel Golle2014-07-01
| | | | | | add actual libpkcs11-spy dependencies and restore submenus Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* opensc: fix compilationEtienne CHAMPETIER2014-06-30
| | | | Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
* opensc: updated projects's web pageNikos Mavrogiannopoulos2014-06-20
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* add OpenSC packageDaniel Golle2014-06-17
OpenSC is a smart card middleware. Patches for support of the GnuK USB token have been added. Signed-off-by: Daniel Golle <daniel@makrotopia.org>