mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
security/liboqs: Update 0.7.1 -> 0.7.2
0.7.2 is on a development branch. Updated to dev branch to see if the aarch64 failure is gone.
This commit is contained in:
parent
3d2fa6884f
commit
da25f85064
@ -1,5 +1,5 @@
|
||||
PORTNAME= liboqs
|
||||
DISTVERSION= 0.7.1
|
||||
DISTVERSION= 0.7.2 # on dev branch
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@ -10,7 +10,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
BROKEN_i386= Unknown or unsupported processor: i386
|
||||
BROKEN_powerpc= Unknown or unsupported processor: powerpc
|
||||
BROKEN_aarch64= fatal error: 'asm/hwcap.h' file not found, see https://github.com/open-quantum-safe/liboqs/issues/1208
|
||||
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest4>0:devel/py-pytest4@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \
|
||||
@ -21,6 +20,7 @@ USE_LDCONFIG= yes
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= open-quantum-safe
|
||||
GH_TAGNAME= fd9f2fa # branch jg-freebsd-cpu-features that fixes arm64 build
|
||||
|
||||
SHEBANG_GLOB= *.sh
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1643246276
|
||||
SHA256 (open-quantum-safe-liboqs-0.7.1_GH0.tar.gz) = c8a1ffcfd4facc90916557c0efae9a28c46e803b088d0cb32ee7b0b010555d3a
|
||||
SIZE (open-quantum-safe-liboqs-0.7.1_GH0.tar.gz) = 8001754
|
||||
TIMESTAMP = 1654186237
|
||||
SHA256 (open-quantum-safe-liboqs-0.7.2-fd9f2fa_GH0.tar.gz) = f96b5883f053896a2a427a33d27029d768ff78e65ed7daedbf61233b8a1f915e
|
||||
SIZE (open-quantum-safe-liboqs-0.7.2-fd9f2fa_GH0.tar.gz) = 8109578
|
||||
|
@ -22,8 +22,10 @@ include/oqs/sig_falcon.h
|
||||
include/oqs/sig_picnic.h
|
||||
include/oqs/sig_rainbow.h
|
||||
include/oqs/sig_sphincs.h
|
||||
lib/cmake/liboqs/liboqsConfig-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
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
|
||||
lib/liboqs.so.0.7.1
|
||||
lib/liboqs.so.0.7.2-dev
|
||||
|
Loading…
Reference in New Issue
Block a user