notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details
py-jwcrypto Implementation of JOSE Web standards
1.5.7 security on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.5.6Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-08-26 09:33:08
Last Update: 2026-04-27 13:07:49
Commit Hash: 2736dfd
Also Listed In: python
License: LGPL3+
WWW:
https://jwcrypto.readthedocs.io/en/latest/
https://github.com/latchset/jwcrypto
Description:
JWCrypto provides an implementation of the JOSE Working Group documents: - RFC 7515 - JSON Web Signature (JWS) - RFC 7516 - JSON Web Encryption (JWE) - RFC 7517 - JSON Web Key (JWK) - RFC 7518 - JSON Web Algorithms (JWA) - RFC 7519 - JSON Web Token (JWT) - RFC 7520 - Examples of Protecting Content Using JSON Object Signing and Encryption (JOSE)
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}jwcrypto>0:security/py-jwcrypto@${PY_FLAVOR}
To install the port:
cd /usr/ports/security/py-jwcrypto/ && make install clean
To add the package, run one of these commands:
  • pkg install security/py-jwcrypto
  • pkg install py311-jwcrypto
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-jwcrypto listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-jwcrypto
Package flavors (<flavor>: <package>)
  • py311: py311-jwcrypto
distinfo:
TIMESTAMP = 1777252790 SHA256 (jwcrypto-1.5.7.tar.gz) = 70204d7cca406eda8c82352e3c41ba2d946610dafd19e54403f0a1f4f18633c6 SIZE (jwcrypto-1.5.7.tar.gz) = 89535

Packages (timestamps in pop-ups are UTC):
py39-jwcrypto
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-----n/an/an/a
FreeBSD:13:quarterly-----n/an/an/a
FreeBSD:14:latest--------
FreeBSD:14:quarterly------1.5.01.5.0
FreeBSD:15:latest--n/a-n/an/a1.5.0-
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest--n/a-n/an/a--
 

py311-jwcrypto
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.5.61.5.7-1.5.61.5.7n/an/an/a
FreeBSD:13:quarterly1.5.61.5.6-1.5.61.5.6n/an/an/a
FreeBSD:14:latest1.5.71.5.7-1.5.61.5.7---
FreeBSD:14:quarterly1.5.61.5.6-1.5.61.5.6---
FreeBSD:15:latest1.5.71.5.7n/a1.5.6n/an/a--
FreeBSD:15:quarterly1.5.61.5.6n/a-n/an/a--
FreeBSD:16:latest1.5.61.5.7n/a-n/an/a--
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-hatchling>=0 : devel/py-hatchling@py311
  2. python3.11 : lang/python311
  3. py311-build>=0 : devel/py-build@py311
  4. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-typing-extensions>=4.5.0 : devel/py-typing-extensions@py311
  2. py311-cryptography>=46.0.7,1<47,1 : security/py-cryptography@py311
  3. python3.11 : lang/python311
This port is required by:
for Run
  1. devel/py-websockify

Configuration Options:
No options to configure
Options name:
security_py-jwcrypto
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/j/jwcrypto/
  2. https://pypi.org/packages/source/j/jwcrypto/
Collapse this list.

Number of commits found: 5

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.5.7
27 Apr 2026 13:07:49
commit hash: 2736dfd92a8155c32de726ff33b43456668203a4commit hash: 2736dfd92a8155c32de726ff33b43456668203a4commit hash: 2736dfd92a8155c32de726ff33b43456668203a4commit hash: 2736dfd92a8155c32de726ff33b43456668203a4 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/py-jwcrypto: Update to 1.5.7

Changes:	https://github.com/latchset/jwcrypto/releases
1.5.6
23 Mar 2024 14:49:32
commit hash: 4753ecc942a9dc8a2ced2c34cdea6e6e86457e59commit hash: 4753ecc942a9dc8a2ced2c34cdea6e6e86457e59commit hash: 4753ecc942a9dc8a2ced2c34cdea6e6e86457e59commit hash: 4753ecc942a9dc8a2ced2c34cdea6e6e86457e59 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/py-jwcrypto: Update to 1.5.6

- Convert to USE_PYTHON=pep517

Changes:	https://github.com/latchset/jwcrypto/releases
1.5.4
21 Feb 2024 15:08:00
commit hash: 874272f658b2f3e555916983b54840255014b278commit hash: 874272f658b2f3e555916983b54840255014b278commit hash: 874272f658b2f3e555916983b54840255014b278commit hash: 874272f658b2f3e555916983b54840255014b278 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/py-jwcrypto: Update to 1.5.4

Changes:	https://github.com/latchset/jwcrypto/releases
1.5.0
05 Oct 2023 02:00:25
commit hash: 7d749f0dd6a9d71d7743a6d6b6e0e25f437141a5commit hash: 7d749f0dd6a9d71d7743a6d6b6e0e25f437141a5commit hash: 7d749f0dd6a9d71d7743a6d6b6e0e25f437141a5commit hash: 7d749f0dd6a9d71d7743a6d6b6e0e25f437141a5 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/py-jwcrypto: Convert to USE_PYTHON=cryptography
1.5.0
26 Aug 2023 09:25:30
commit hash: 09947d1e77210c81f85a16bd94419b21922021f3commit hash: 09947d1e77210c81f85a16bd94419b21922021f3commit hash: 09947d1e77210c81f85a16bd94419b21922021f3commit hash: 09947d1e77210c81f85a16bd94419b21922021f3 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/py-jwcrypto: Add py-jwcrypto 1.5.0

JWCrypto provides an implementation of the JOSE Working Group documents:
- RFC 7515 - JSON Web Signature (JWS)
- RFC 7516 - JSON Web Encryption (JWE)
- RFC 7517 - JSON Web Key (JWK)
- RFC 7518 - JSON Web Algorithms (JWA)
- RFC 7519 - JSON Web Token (JWT)
- RFC 7520 - Examples of Protecting Content Using JSON Object Signing and
  Encryption (JOSE)

Number of commits found: 5