Port details |
- cjose C library implementing JavaScript Object Signing and Encryption (JOSE)
- 0.6.1_2 devel
=0 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: 2021-04-07 08:09:01
- Commit Hash: cf118cc
- License: MIT
- Description:
- cjose is a C library implementing the Javascript Object Signing and
Encryption (JOSE) framework.
WWW: https://github.com/cisco/cjose
- SVNWeb : git : Homepage
- 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: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2021 08:09:01 0.6.1_2
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.6.1_2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
22 Mar 2021 10:17:44
0.6.1_2
|
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. |
26 Jul 2019 20:46:57
0.6.1_2
|
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 |
12 Dec 2018 01:35:36
0.6.1_1
|
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 |
23 Sep 2018 06:04:21
0.6.1
|
linimon  |
Fix build on gcc-based archs.
Tested on amd64.
PR: 231495
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
19 Sep 2018 01:09:58
0.6.1
|
wen  |
- Update to 0.6.1
PR: 230253
Submitted by: ndowens@yahoo.com
Approved by: maintainer(timeout, > 40 days) |
13 Sep 2017 01:24:41
0.4.1_1
|
zi  |
- Remove explicit dependency on libcrypto in pkgconfig (resolve build failures
on ports that depend on this one)
- Bump PORTREVISION |
01 Jan 2017 03:45:13
0.4.1
|
sunpoet  |
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket) |
25 Oct 2016 08:44:30
0.4.1
|
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 |
10 Sep 2016 15:07:51
0.4.1
|
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 |
02 Sep 2016 08:11:10
0.4.1
|
vanilla  |
Add cjose 0.4.1, c library implementing Javascript Object Signing &
Encryption (JOSE).
PR: 212314
Submitted by: jamie@chair6.net |