From d34cb7c029a8d498487aa32812fd31294e80f1f4 Mon Sep 17 00:00:00 2001 From: Tomas Halman Date: Tue, 14 May 2024 16:43:05 +0200 Subject: [PATCH] Publishing cjose devel package Resolves: RHEL-18066 --- cjose.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cjose.spec b/cjose.spec index c0ed64c..62366b3 100644 --- a/cjose.spec +++ b/cjose.spec @@ -1,6 +1,6 @@ Name: cjose Version: 0.6.1 -Release: 16%{?dist} +Release: 17%{?dist} Summary: C library implementing the Javascript Object Signing and Encryption (JOSE) License: MIT @@ -66,6 +66,10 @@ make check || (cat test/test-suite.log; exit 1) %changelog +* Tue May 14 2024 - 0.6.1-17 +- Publishing cjose devel package + Resolves: RHEL-18066 + * Wed Jul 19 2023 - 0.6.1-16 - CVE-2023-37464 cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE