Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| aa8b0ecfba | |||
| 43d596005e |
BIN
cjose-0.6.2.3.tar.gz
LFS
BIN
cjose-0.6.2.3.tar.gz
LFS
Binary file not shown.
3
cjose-0.6.2.4.tar.gz
Normal file
3
cjose-0.6.2.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d826479567201edbc9bbefa895723297966ade583cfd3123fad288b658e5c60
|
||||
size 511815
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user