pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/liboqs
Module Name: pkgsrc
Committed By: jschauma
Date: Thu Oct 10 19:32:28 UTC 2024
Modified Files:
pkgsrc/security/liboqs: Makefile PLIST distinfo
Log Message:
update to liboqs-0.11.0
What's New
Key encapsulation mechanisms
Kyber: Added formally-verified portable C and AVX2 implementations of Kyber-512 and Kyber-768 from libjade.
ML-KEM: Updated portable C and AVX2 implementations of ML-KEM-512, ML-KEM-768, and ML-KEM-1024 to FIP 203 version.
Kyber: Patched ARM64 implementations of Kyber-512, Kyber-768, and Kyber-1024 to work with AddressSanitizer.
Digital signature schemes
LMS/XMSS: Added implementations of stateful hash-based signature schemes: XMSS and LMS.
MAYO: Added portable C and AVX2 implementations of MAYO signature scheme from NIST Additional Signatures Round 1.
CROSS: Added portable C and AVX2 implementations of CROSS signature scheme from NIST Additional Signatures Round 1.
Other changes
Added callback API to use custom implementations of AES, SHA2, and SHA3.
Refactor SHA3 implementation to use OpenSSL's EVP_DigestSqueeze() API.
Detailed changelog at https://github.com/open-quantum-safe/liboqs/releases/tag/0.11.0
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/liboqs/Makefile \
pkgsrc/security/liboqs/PLIST pkgsrc/security/liboqs/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/liboqs/Makefile
diff -u pkgsrc/security/liboqs/Makefile:1.1 pkgsrc/security/liboqs/Makefile:1.2
--- pkgsrc/security/liboqs/Makefile:1.1 Fri Sep 13 18:02:44 2024
+++ pkgsrc/security/liboqs/Makefile Thu Oct 10 19:32:27 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2024/09/13 18:02:44 jschauma Exp $
+# $NetBSD: Makefile,v 1.2 2024/10/10 19:32:27 jschauma Exp $
-DISTNAME= liboqs-0.10.1
+DISTNAME= liboqs-0.11.0
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=open-quantum-safe/}
Index: pkgsrc/security/liboqs/PLIST
diff -u pkgsrc/security/liboqs/PLIST:1.1 pkgsrc/security/liboqs/PLIST:1.2
--- pkgsrc/security/liboqs/PLIST:1.1 Fri Sep 13 18:02:44 2024
+++ pkgsrc/security/liboqs/PLIST Thu Oct 10 19:32:27 2024
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2024/09/13 18:02:44 jschauma Exp $
+@comment $NetBSD: PLIST,v 1.2 2024/10/10 19:32:27 jschauma Exp $
+include/oqs/aes_ops.h
include/oqs/common.h
include/oqs/kem.h
include/oqs/kem_bike.h
@@ -10,10 +11,16 @@ include/oqs/kem_ntruprime.h
include/oqs/oqs.h
include/oqs/oqsconfig.h
include/oqs/rand.h
+include/oqs/sha2_ops.h
+include/oqs/sha3_ops.h
+include/oqs/sha3x4_ops.h
include/oqs/sig.h
+include/oqs/sig_cross.h
include/oqs/sig_dilithium.h
include/oqs/sig_falcon.h
+include/oqs/sig_mayo.h
include/oqs/sig_sphincs.h
+include/oqs/sig_stfl.h
lib/cmake/liboqs/liboqsConfig.cmake
lib/cmake/liboqs/liboqsConfigVersion.cmake
lib/cmake/liboqs/liboqsTargets-noconfig.cmake
Index: pkgsrc/security/liboqs/distinfo
diff -u pkgsrc/security/liboqs/distinfo:1.1 pkgsrc/security/liboqs/distinfo:1.2
--- pkgsrc/security/liboqs/distinfo:1.1 Fri Sep 13 18:02:45 2024
+++ pkgsrc/security/liboqs/distinfo Thu Oct 10 19:32:28 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2024/09/13 18:02:45 jschauma Exp $
+$NetBSD: distinfo,v 1.2 2024/10/10 19:32:28 jschauma Exp $
-BLAKE2s (liboqs-0.10.1.tar.gz) = be2ee7034329338c50be0a3197191473b6c2d42dd9f5c9b0335e7e207a52cab4
-SHA512 (liboqs-0.10.1.tar.gz) = 7049c084d9bef2064ff5ad4964bf5071b2fe0553c2dfe7522b32b3a441fcdd46f718adeca63a163e95d5f86c3f092b02ffa3190822861f566b498654711c722d
-Size (liboqs-0.10.1.tar.gz) = 4255203 bytes
+BLAKE2s (liboqs-0.11.0.tar.gz) = fd1806d5c1a2333e75c447ecb9748438416b3020182c05bd7546f8299e9c7c85
+SHA512 (liboqs-0.11.0.tar.gz) = 10dc002f148895cc304d6b0db14734d9149aeae43308caee4fe5c39ee18fbd7297c65f5c67df0a39b84534f676f209bbcda591b353128b4bab152cb69177c6ae
+Size (liboqs-0.11.0.tar.gz) = 8225080 bytes
SHA1 (patch-common.c) = 8841eacb7500a1a589786eb710aa22f603a24af7
Home |
Main Index |
Thread Index |
Old Index