cpp-jwt 1.4+ds-4 source package in Ubuntu

Changelog

cpp-jwt (1.4+ds-4) unstable; urgency=medium

  * d/patches: use find_dependency in CMake Config file
  * d/patches: fix side channel exploitable through timing attack.
    Thanks to Erwan Legrand for the report and the fix!

 -- Andrea Pappacoda <email address hidden>  Tue, 09 Apr 2024 11:14:04 +0200

Upload details

Uploaded by:
Andrea Pappacoda
Uploaded to:
Sid
Original maintainer:
Andrea Pappacoda
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cpp-jwt_1.4+ds-4.dsc 1.4 KiB 26c2973e868ffc7f42d6df2a6222e5288cf0a01add0494e84487ac640692a63e
cpp-jwt_1.4+ds.orig.tar.xz 53.5 KiB 3b3ecca626938a54aa5dcac2295f0c8b67b20a1f3a7cdab81e48df2b25b7e65d
cpp-jwt_1.4+ds-4.debian.tar.xz 4.7 KiB ecc8edac567037617002d47faa21b67dbbaea9cb14d719c0fc6a2ce00f53e13d

Available diffs

No changes file available.

Binary packages built by this source

libcpp-jwt-dev: JSON Web Token library for C++

 JSON Web Token (JWT) is a JSON based standard (RFC-7519) for creating
 assertions or access tokens.
 .
 cpp-jwt, an header-only C++ library, provides an easy to use API to
 create, encode and decode JWT objects.