Update Release to match upstream

This commit is contained in:
Andrew Lukoshko 2023-08-02 15:41:26 +00:00
parent 796f013c8c
commit 27cfa9a4f3

View File

@ -1,6 +1,6 @@
Name: cjose
Version: 0.6.1
Release: 4%{?dist}
Release: 3%{?dist}
Summary: C library implementing the Javascript Object Signing and Encryption (JOSE)
License: MIT
@ -66,12 +66,10 @@ make check || (cat test/test-suite.log; exit 1)
%changelog
* Wed Jul 19 2023 <thalman@redhat.com> - 0.6.1-4
* Wed Jul 19 2023 <thalman@redhat.com> - 0.6.1-3
- CVE-2023-37464 cjose: AES GCM decryption uses the Tag length from the actual
Authentication Tag provided in the JWE
Resolves: rhbz#2223308
* Fri Mar 17 2023 <thalman@redhat.com> - 0.6.1-3
- Random memory override
Resolves: rhbz#2072469