Skip to content

Commit

Permalink
security/liboqs: update 0.8.0 → 0.8.0-14
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Aug 25, 2023
1 parent b24a7e0 commit 9770c69
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 24 deletions.
8 changes: 4 additions & 4 deletions security/liboqs/Makefile
@@ -1,5 +1,6 @@
PORTNAME= liboqs
DISTVERSION= 0.8.0
DISTVERSION= 0.8.0-14
DISTVERSIONSUFFIX= -g914764c9
CATEGORIES= security

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -13,19 +14,18 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest4>0:devel/py-pytest4@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \
bash:shells/bash

USES= cmake python:test shebangfix ssl
USES= cmake:testing python:test shebangfix ssl
USE_LDCONFIG= yes

USE_GITHUB= yes
GH_ACCOUNT= open-quantum-safe
GH_TAGNAME= 38d3014dc2f74ec0f0c1a9e7e61aa4d2251adcc9

SHEBANG_GLOB= *.sh

CMAKE_ON= BUILD_SHARED_LIBS OQS_DIST_BUILD \
OQS_PERMIT_UNSUPPORTED_ARCHITECTURE # trying to build on i386, powerpc, armv6, riscv64

TEST_TARGET= run_tests
CMAKE_TESTING_TARGET= run_tests # tests fail to run, see https://github.com/open-quantum-safe/liboqs/issues/1534

BINARY_ALIAS= python3=${PYTHON_CMD}

Expand Down
6 changes: 3 additions & 3 deletions security/liboqs/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1686286776
SHA256 (open-quantum-safe-liboqs-0.8.0-38d3014dc2f74ec0f0c1a9e7e61aa4d2251adcc9_GH0.tar.gz) = 7faa627bc956f4c9c2b42cfc43324a07a48407ce1efd125bbf5d04f3711a7979
SIZE (open-quantum-safe-liboqs-0.8.0-38d3014dc2f74ec0f0c1a9e7e61aa4d2251adcc9_GH0.tar.gz) = 8108855
TIMESTAMP = 1692940056
SHA256 (open-quantum-safe-liboqs-0.8.0-14-g914764c9_GH0.tar.gz) = 0fe23accf2fb6dbc477caac41c80c38fa1b4cd52d82f4934af3babfa923ff617
SIZE (open-quantum-safe-liboqs-0.8.0-14-g914764c9_GH0.tar.gz) = 3066205
10 changes: 0 additions & 10 deletions security/liboqs/files/patch-.CMake_compiler__opts.cmake

This file was deleted.

10 changes: 3 additions & 7 deletions security/liboqs/pkg-plist
Expand Up @@ -6,10 +6,7 @@ include/oqs/kem_classic_mceliece.h
include/oqs/kem_frodokem.h
include/oqs/kem_hqc.h
include/oqs/kem_kyber.h
include/oqs/kem_ntru.h
include/oqs/kem_ntruprime.h
include/oqs/kem_saber.h
%%KEM_BIKE%%include/oqs/kem_sike.h
include/oqs/oqs.h
include/oqs/oqsconfig.h
include/oqs/rand.h
Expand All @@ -19,13 +16,12 @@ include/oqs/sha3x4.h
include/oqs/sig.h
include/oqs/sig_dilithium.h
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
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.2-dev
lib/liboqs.so.0.9.0-dev
lib/liboqs.so.4
libdata/pkgconfig/liboqs.pc

0 comments on commit 9770c69

Please sign in to comment.