erlang-jose 1.11.6-1 source package in Ubuntu

Changelog

erlang-jose (1.11.6-1) unstable; urgency=medium

  * New upstream version 1.11.6
  * Do not install empty 'priv' directory into package
  * Dropped debian/erlang-jose.install and fixed debian/rules instead
    (closes: #1049613)
  * Renamed debian/erlang-jose.lintian-overrides -> debian/lintian-overrides

 -- Philipp Huebner <email address hidden>  Tue, 26 Dec 2023 15:33:32 +0100

Upload details

Uploaded by:
Ejabberd Packaging Team
Uploaded to:
Sid
Original maintainer:
Ejabberd Packaging Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
erlang-jose_1.11.6-1.dsc 2.0 KiB 07efea5701d531e4e5cd03bab6258c866c722adefe06cb0350a74d530ef7a7ed
erlang-jose_1.11.6.orig.tar.gz 327.5 KiB 51f78014670f4d7a83744b4bf8ffac813e78a73e342253ab9f78a1da24ffb46d
erlang-jose_1.11.6-1.debian.tar.xz 8.0 KiB 86e17103d0db5f652569ce83adf886cedaa14248fcc6c2eaf77343fdffa4c0f7

Available diffs

No changes file available.

Binary packages built by this source

erlang-jose: JSON Object Signing and Encryption (JOSE) for Erlang

 JOSE stands for JSON Object Signing and Encryption which is a is a set of
 standards established by the JOSE Working Group.
 JOSE is split into 5 main components:
  * JOSE.JWA - JSON Web Algorithms (JWA) RFC 7518
  * JOSE.JWE - JSON Web Encryption (JWE) RFC 7516
  * JOSE.JWK - JSON Web Key (JWK) RFC 7517
  * JOSE.JWS - JSON Web Signature (JWS) RFC 7515
  * JOSE.JWT - JSON Web Token (JWT) RFC 7519
 Additional specifications and drafts implemented:
  * JSON Web Key (JWK) Thumbprint RFC 7638
  * JWS Unencoded Payload Option RFC 7797