mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
security/liboqs: update 0.10.1 → 0.11.0
This commit is contained in:
parent
4191ab680f
commit
f4959f3e55
4 changed files with 18 additions and 7 deletions
|
@ -1,10 +1,11 @@
|
|||
PORTNAME= liboqs
|
||||
DISTVERSION= 0.10.1
|
||||
DISTVERSION= 0.11.0
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= C library for quantum-resistant cryptography
|
||||
WWW= https://openquantumsafe.org/
|
||||
WWW= https://openquantumsafe.org/ \
|
||||
https://github.com/open-quantum-safe/liboqs
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
@ -36,4 +37,6 @@ PLIST_SUB+= KEM_BIKE="" # BIKE algorithm is limited by architecture in .CMake/al
|
|||
PLIST_SUB+= KEM_BIKE="@comment "
|
||||
.endif
|
||||
|
||||
# tests as of 0.11.0: 9 failed, 476 passed, 558 skipped in 1182.21s (0:19:42), see https://github.com/open-quantum-safe/liboqs/issues/1986
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1718394506
|
||||
SHA256 (open-quantum-safe-liboqs-0.10.1_GH0.tar.gz) = 00ca8aba65cd8c8eac00ddf978f4cac9dd23bb039f357448b60b7e3eed8f02da
|
||||
SIZE (open-quantum-safe-liboqs-0.10.1_GH0.tar.gz) = 4255203
|
||||
TIMESTAMP = 1731097233
|
||||
SHA256 (open-quantum-safe-liboqs-0.11.0_GH0.tar.gz) = f77b3eff7dcd77c84a7cd4663ef9636c5c870f30fd0a5b432ad72f7b9516b199
|
||||
SIZE (open-quantum-safe-liboqs-0.11.0_GH0.tar.gz) = 8225080
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
include/oqs/aes_ops.h
|
||||
include/oqs/common.h
|
||||
include/oqs/kem.h
|
||||
%%KEM_BIKE%%include/oqs/kem_bike.h
|
||||
|
@ -10,16 +11,22 @@ 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_ml_dsa.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-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/liboqs/liboqsTargets.cmake
|
||||
lib/liboqs.so
|
||||
lib/liboqs.so.0.10.1
|
||||
lib/liboqs.so.5
|
||||
lib/liboqs.so.0.11.0
|
||||
lib/liboqs.so.6
|
||||
libdata/pkgconfig/liboqs.pc
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= liboqs-python
|
||||
DISTVERSION= 0.10.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue