Search Criteria
Package Details: cjose 0.6.2.4-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/cjose.git (read-only, click to copy) |
|---|---|
| Package Base: | cjose |
| Description: | C library implementing the Javascript Object Signing and Encryption (JOSE) |
| Upstream URL: | https://github.com/OpenIDC/cjose |
| Licenses: | MIT |
| Submitter: | alzeih |
| Maintainer: | alzeih (alerque) |
| Last Packager: | alerque |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-08-20 10:53 (UTC) |
| Last Updated: | 2025-06-12 21:51 (UTC) |
Dependencies (2)
- jansson (jansson-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-aegisAUR)
Latest Comments
alerque commented on 2022-12-02 09:19 (UTC)
Please switch this to the maintenance fork here: https://github.com/zmartzone/cjose/
Patches include OpenSSL 3 support, now used by default in Arch.
Erroneous commented on 2022-11-18 22:06 (UTC)
With Openssl 3 in core now this package no longer compiles.
To build it I changed: depends=('openssl-1.1' 'jansson')
and
./configure CFLAGS="-I/usr/include/openssl-1.1" CPPFLAGS="-I/usr/include/openssl-1.1" LDFLAGS="-L/usr/lib/openssl-1.1" --prefix=/usr