From 032a6809ee76e82eea5ca6f6d6e8f32fe750580ab6a7bb19ef967cae038b036e Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 11 Jun 2024 08:54:06 +0000 Subject: [PATCH] Accepting request 1179954 from home:msmeissn:branches:devel:libraries:c_c++ - updated to 0.10.1: This release is a security release which fixes potential non-constant-time behaviour in ML-KEM and Kyber. (bsc#1226162 CVE-2024-36405) It also includes a fix for incorrectly named macros in the ML-DSA implementation. OBS-URL: https://build.opensuse.org/request/show/1179954 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/liboqs?expand=0&rev=23 --- 0.10.0.tar.gz | 3 --- 0.10.1.tar.gz | 3 +++ liboqs.changes | 11 +++++++++++ liboqs.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 0.10.0.tar.gz create mode 100644 0.10.1.tar.gz diff --git a/0.10.0.tar.gz b/0.10.0.tar.gz deleted file mode 100644 index 1ce24d9..0000000 --- a/0.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b7b4436be9825dd0adaf000ee4f322f06551e638a8a9c8d54eda48ed40e40a9 -size 4253743 diff --git a/0.10.1.tar.gz b/0.10.1.tar.gz new file mode 100644 index 0000000..c3772d2 --- /dev/null +++ b/0.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ca8aba65cd8c8eac00ddf978f4cac9dd23bb039f357448b60b7e3eed8f02da +size 4255203 diff --git a/liboqs.changes b/liboqs.changes index 12aeceb..d9cadb8 100644 --- a/liboqs.changes +++ b/liboqs.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Jun 11 08:39:32 UTC 2024 - Marcus Meissner + +- updated to 0.10.1: + This release is a security release which fixes potential + non-constant-time behaviour in ML-KEM and Kyber. (bsc#1226162 + CVE-2024-36405) + + It also includes a fix for incorrectly named macros in the ML-DSA + implementation. + ------------------------------------------------------------------- Sat Mar 23 13:40:29 UTC 2024 - Marcus Meissner diff --git a/liboqs.spec b/liboqs.spec index 6fbc8bd..18e5655 100644 --- a/liboqs.spec +++ b/liboqs.spec @@ -17,7 +17,7 @@ Name: liboqs -Version: 0.10.0 +Version: 0.10.1 Release: 0 Summary: C library for quantum-resistant cryptographic algorithms License: MIT