Port details |
- cjose C library implementing JavaScript Object Signing and Encryption (JOSE)
- 0.6.1_2 devel =2 0.6.1_2Version of this port present on the latest quarterly branch.
- Maintainer: jamie@chair6.net
- Port Added: 2016-09-02 08:11:18
- Last Update: 2024-07-01 20:27:23
- Commit Hash: 19d6872
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/cisco/cjose
- Description:
- cjose is a C library implementing the Javascript Object Signing and
Encryption (JOSE) framework.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/cjose/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/cjose
- pkg install cjose
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cjose
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1537319052
SHA256 (cisco-cjose-0.6.1_GH0.tar.gz) = 208eaa0fa616b44a71d8aa155c40b14c7c9d0fa2bb91d1408824520d2fc1b4dd
SIZE (cisco-cjose-0.6.1_GH0.tar.gz) = 1586963
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libjansson.so : devel/jansson
- This port is required by:
- for Libraries
-
- www/mod_auth_openidc
Configuration Options:
- No options to configure
- Options name:
- devel_cjose
- USES:
- compiler:c++11-lang libtool pathfix pkgconfig ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.1_2 01 Jul 2024 20:27:23 |
Rene Ladan (rene) |
all: drop support for FreeBSD 13.2 which reached EOL today
Thanks again to jbeich for noticing various things I overlooked.
Reviewed by: acm, ashish, eduardo, ehaupt, eugen, jbeich, martymac, mat,
nobukata, sunpoet, tagattie, yuri, arrowd, kde
Differential Revision: https://reviews.freebsd.org/D45141 |
0.6.1_2 19 Jul 2023 17:30:38 |
Muhammad Moinur Rahman (bofh) |
devel/cjose: Fix build with llvm16
- Fix build with OpenSSL 3 and later
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
0.6.1_2 12 Jun 2023 19:45:16 |
Muhammad Moinur Rahman (bofh) |
devel/cjose: Fix build with llvm15
Approved by: portmgr (blanket) |
0.6.1_2 30 Apr 2023 18:33:28 |
Muhammad Moinur Rahman (bofh) |
devel/cjose: Mark BROKEN_SSL
- Requires OpenSSL 3.0.0 deprecated RSA_ routines
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.6.1_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.6.1_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.6.1_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.6.1_2 22 Mar 2021 10:17:44 |
danfe |
Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,
contractions, "<portname> is ..." cases, missing Oxford commas, and
other miscellaneous style bugs in the COMMENT line. |
0.6.1_2 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
0.6.1_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
0.6.1 23 Sep 2018 06:04:21 |
linimon |
Fix build on gcc-based archs.
Tested on amd64.
PR: 231495
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
0.6.1 19 Sep 2018 01:09:58 |
wen |
- Update to 0.6.1
PR: 230253
Submitted by: ndowens@yahoo.com
Approved by: maintainer(timeout, > 40 days) |
0.4.1_1 13 Sep 2017 01:24:41 |
zi |
- Remove explicit dependency on libcrypto in pkgconfig (resolve build failures
on ports that depend on this one)
- Bump PORTREVISION |
0.4.1 01 Jan 2017 03:45:13 |
sunpoet |
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket) |
0.4.1 25 Oct 2016 08:44:30 |
amdmi3 |
- Mark broken on FreeBSD 9.x: does not build
jwe.c:752: error: 'EVP_CTRL_GCM_GET_TAG' undeclared (first use in this function)
jwe.c:752: error: (Each undeclared identifier is reported only once
jwe.c:752: error: for each function it appears in.)
- Remove unneeded GH_PROJECT
- Add LICENSE_FILE
Approved by: portmgr blanket |
0.4.1 10 Sep 2016 15:07:51 |
marino |
devel/cjose: Allow building with LibreSSL
This requires USES+=pkgconfig and to configure to the proper *ssl base
as well as a patch to free cjose from being openssl-specific.
Approved by: SSL blanket |
0.4.1 02 Sep 2016 08:11:10 |
vanilla |
Add cjose 0.4.1, c library implementing Javascript Object Signing &
Encryption (JOSE).
PR: 212314
Submitted by: jamie@chair6.net |