git: 51f7f9078ea9 - main - security/liboqs: update 0.12.0 → 0.13.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 20 Apr 2025 21:06:28 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=51f7f9078ea9ce6de575b6f54a908a8be1f472b7 commit 51f7f9078ea9ce6de575b6f54a908a8be1f472b7 Author: Bernard Spil <brnrd@freebsd.org> AuthorDate: 2025-04-20 21:05:16 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-04-20 21:06:26 +0000 security/liboqs: update 0.12.0 → 0.13.0 PR: 286228 --- security/liboqs/Makefile | 2 +- security/liboqs/distinfo | 6 +++--- security/liboqs/pkg-plist | 4 ++-- security/openssl-oqsprovider/Makefile | 2 +- security/py-liboqs-python/Makefile | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/security/liboqs/Makefile b/security/liboqs/Makefile index 9c44d02605cc..dd3ff28871c0 100644 --- a/security/liboqs/Makefile +++ b/security/liboqs/Makefile @@ -1,5 +1,5 @@ PORTNAME= liboqs -DISTVERSION= 0.12.0 +DISTVERSION= 0.13.0 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org diff --git a/security/liboqs/distinfo b/security/liboqs/distinfo index de104451cce5..2b764f5aa7f5 100644 --- a/security/liboqs/distinfo +++ b/security/liboqs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1733826993 -SHA256 (open-quantum-safe-liboqs-0.12.0_GH0.tar.gz) = df999915204eb1eba311d89e83d1edd3a514d5a07374745d6a9e5b2dd0d59c08 -SIZE (open-quantum-safe-liboqs-0.12.0_GH0.tar.gz) = 8039758 +TIMESTAMP = 1745148932 +SHA256 (open-quantum-safe-liboqs-0.13.0_GH0.tar.gz) = 789e9b56bcb6b582467ccaf5cdb5ab85236b0c1007d30c606798fa8905152887 +SIZE (open-quantum-safe-liboqs-0.13.0_GH0.tar.gz) = 16432953 diff --git a/security/liboqs/pkg-plist b/security/liboqs/pkg-plist index 8b6f6a18f699..bf6fe1e0bd9c 100644 --- a/security/liboqs/pkg-plist +++ b/security/liboqs/pkg-plist @@ -4,7 +4,6 @@ include/oqs/kem.h %%KEM_BIKE%%include/oqs/kem_bike.h include/oqs/kem_classic_mceliece.h include/oqs/kem_frodokem.h -include/oqs/kem_hqc.h include/oqs/kem_kyber.h include/oqs/kem_ml_kem.h include/oqs/kem_ntruprime.h @@ -22,11 +21,12 @@ include/oqs/sig_mayo.h include/oqs/sig_ml_dsa.h include/oqs/sig_sphincs.h include/oqs/sig_stfl.h +include/oqs/sig_uov.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.12.0 +lib/liboqs.so.0.13.0 lib/liboqs.so.7 libdata/pkgconfig/liboqs.pc diff --git a/security/openssl-oqsprovider/Makefile b/security/openssl-oqsprovider/Makefile index 548018aa6a4a..c4c0fd399b4b 100644 --- a/security/openssl-oqsprovider/Makefile +++ b/security/openssl-oqsprovider/Makefile @@ -1,6 +1,6 @@ PORTNAME= oqsprovider PORTVERSION= 0.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security PKGNAMEPREFIX= openssl- diff --git a/security/py-liboqs-python/Makefile b/security/py-liboqs-python/Makefile index ebed523ff6a4..773796b99277 100644 --- a/security/py-liboqs-python/Makefile +++ b/security/py-liboqs-python/Makefile @@ -1,6 +1,6 @@ PORTNAME= liboqs-python DISTVERSION= 0.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}