Port details |
- p5-Crypt-JWT JSON Web Token (JWT, JWS, JWE) as defined by RFC7519, RFC7515, RFC7516
- 0.036 security
=2 0.035Version of this port present on the latest quarterly branch. - Maintainer: svysh.fbsd@gmail.com
 - Port Added: 2021-04-27 20:51:08
- Last Update: 2025-01-30 02:46:40
- Commit Hash: 6bba195
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Crypt-JWT
- Description:
- JSON Web Token (JWT, JWS, JWE) as defined by RFC7519, RFC7515, RFC7516
implements the Perl interface to:
* JSON Web Token (JWT)
* JSON Web Signature (JWS)
* JSON Web Encryption (JWE)
As defined by RFC7519, RFC7515, RFC7516.
The module implements all (100%) algorithms defined in RFC7518 - JSON
Web Algorithms (JWA). This module supports Compact JWS/JWE and
flattened JWS/JWE JSON serialization, general JSON serialization
is not supported yet.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Crypt-JWT>0:security/p5-Crypt-JWT
- To install the port:
- cd /usr/ports/security/p5-Crypt-JWT/ && make install clean
- To add the package, run one of these commands:
- pkg install security/p5-Crypt-JWT
- pkg install p5-Crypt-JWT
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Crypt-JWT
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1737997260
SHA256 (Crypt-JWT-0.036.tar.gz) = 1ae478bad92f3df0a423d5e2795533b876ceed3ba7e96b410f2e169a55f28a29
SIZE (Crypt-JWT-0.036.tar.gz) = 85345
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:
-
- p5-CryptX>=0.067 : security/p5-CryptX
- p5-JSON>=0 : converters/p5-JSON
- perl5>=5.36<5.37 : lang/perl5.36
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- p5-CryptX>=0.067 : security/p5-CryptX
- p5-JSON>=0 : converters/p5-JSON
- perl5>=5.36<5.37 : lang/perl5.36
- This port is required by:
- for Build
-
- security/p5-openxpki
- for Run
-
- security/p5-openxpki
Configuration Options:
- No options to configure
- Options name:
- security_p5-Crypt-JWT
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 8
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.036 30 Jan 2025 02:46:40
    |
Vanilla I. Shu (vanilla)  |
security/p5-Crypt-JWT: Update to 0.036.
PR: 284394
Reported by: maintainer |
0.035 04 Oct 2023 20:02:27
    |
Robert Clausecker (fuz)  Author: Sergei Vyshenski |
security/p5-Crypt-JWT: Update to 0.035
ChangeLog: https://metacpan.org/dist/Crypt-JWT/changes
PR: 274262 |
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.034 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.034 20 Jul 2022 14:22:56
    |
Tobias C. Berner (tcberner)  |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.034 01 Dec 2021 13:44:16
    |
Dries Michiels (driesm)  Author: Sergei Vyshenski |
security/p5-Crypt-JWT: Update to 0.034
Ensure payload is serialized consistently (canonical).
PR: 260112
Approved by: philip (mentor)
Differential Revision: https://reviews.freebsd.org/D33201 |
0.033 03 May 2021 20:14:19
    |
Rainer Hurling (rhurlin)  |
security/p5-Crypt-JWT: Update to 0.033
Changelog: https://metacpan.org/changes/distribution/Crypt-JWT
PR: 255568
Reported by: Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer) |
0.032 27 Apr 2021 20:50:18
    |
Neel Chauhan (nc)  |
New port: security/p5-Crypt-JWT
JSON Web Token (JWT, JWS, JWE) as defined by RFC7519, RFC7515, RFC7516
implements the Perl interface to:
* JSON Web Token (JWT)
* JSON Web Signature (JWS)
* JSON Web Encryption (JWE)
As defined by RFC7519, RFC7515, RFC7516.
The module implements all (100%) algorithms defined in RFC7518 - JSON
Web Algorithms (JWA). This module supports Compact JWS/JWE and
flattened JWS/JWE JSON serialization, general JSON serialization
is not supported yet.
PR: 255447
Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> |
Number of commits found: 8
|