2 Commits

Author SHA256 Message Date
aa8b0ecfba Accepting request 1299249 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1299249
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cjose?expand=0&rev=7
2025-08-13 14:31:32 +00:00
43d596005e - Update to 0.6.2.4:
* fix memory leak in ECDH-ES JWE encryption/decryption in jwe.c
  * fix rsa_q = NULL initialization in _RSA_private_fields in jwk.c
  * fix memory allocation check (typo) in jwk.c
  * fix gcc10 errors for -Werror=ignored-qualifiers and remove unused includes
  * re-generate automake/autoconf files with automake v1.17 and libtool v2.5.4

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cjose?expand=0&rev=13
2025-08-13 14:06:07 +00:00
4 changed files with 15 additions and 5 deletions

Binary file not shown.

3
cjose-0.6.2.4.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3d826479567201edbc9bbefa895723297966ade583cfd3123fad288b658e5c60
size 511815

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Aug 12 14:14:19 UTC 2025 - Antonio Teixeira <antonio.teixeira@suse.com>
- Update to 0.6.2.4:
* fix memory leak in ECDH-ES JWE encryption/decryption in jwe.c
* fix rsa_q = NULL initialization in _RSA_private_fields in jwk.c
* fix memory allocation check (typo) in jwk.c
* fix gcc10 errors for -Werror=ignored-qualifiers and remove unused includes
* re-generate automake/autoconf files with automake v1.17 and libtool v2.5.4
-------------------------------------------------------------------
Fri Jul 26 15:38:40 UTC 2024 - Antonio Teixeira <antonio.teixeira@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package cjose
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: cjose
Version: 0.6.2.3
Version: 0.6.2.4
Release: 0
Summary: C library implementing the Javascript Object Signing and Encryption (JOSE)
License: MIT