Port details |
- liboqs C library for quantum-resistant cryptography
- 0.11.0 security =2 0.10.1Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2021-09-16 05:42:04
- Last Update: 2024-11-08 21:40:34
- Commit Hash: f4959f3
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://openquantumsafe.org/
- https://github.com/open-quantum-safe/liboqs
- Description:
- liboqs provides:
* a collection of open source implementations of quantum-safe key encapsulation
mechanism (KEM) and digital signature algorithms; the full list can be found
below
* a common API for these algorithms
* a test harness and benchmarking routines
liboqs is part of the Open Quantum Safe (OQS) project led by Douglas Stebila and
Michele Mosca, which aims to develop and integrate into applications
quantum-safe cryptography to facilitate deployment and testing in real world
contexts. In particular, OQS provides prototype integrations of liboqs into TLS
and SSH, through OpenSSL and OpenSSH.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/security/liboqs/ && make install clean
- To add the package, run one of these commands:
- pkg install security/liboqs
- pkg install liboqs
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: liboqs
- Flavors: there is no flavor information for this port.
- distinfo:
- 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
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Test dependencies:
-
- py311-pytest>0 : devel/py-pytest@py311
- py311-pyyaml>=0 : devel/py-pyyaml@py311
- bash : shells/bash
- python3.11 : lang/python311
- This port is required by:
- for Libraries
-
- security/py-liboqs-python
Configuration Options:
- No options to configure
- Options name:
- security_liboqs
- USES:
- cmake:testing python:test shebangfix ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.11.0 08 Nov 2024 21:40:34 |
Yuri Victorovich (yuri) |
security/liboqs: update 0.10.1 → 0.11.0 |
0.10.1 07 Jul 2024 08:05:33 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change |
0.10.1 14 Jun 2024 21:31:54 |
Yuri Victorovich (yuri) |
security/liboqs: update 0.10.0 → 0.10.1 |
0.10.0 03 Apr 2024 07:41:48 |
Yuri Victorovich (yuri) |
security/liboqs: update 0.9.2 → 0.10.0
Reported by: portscout |
0.9.2 18 Jan 2024 08:57:17 |
Yuri Victorovich (yuri) |
security/liboqs: update 0.9.1 → 0.9.2
Reported by: portscout |
0.9.1 10 Jan 2024 10:48:26 |
Yuri Victorovich (yuri) |
security/liboqs: update 0.9.0 → 0.9.1
Reported by: portscout |
0.9.0 31 Oct 2023 01:02:19 |
Yuri Victorovich (yuri) |
security/liboqs: update 0.8.0-14 → 0.9.0 |
0.8.0.14 25 Aug 2023 06:42:16 |
Yuri Victorovich (yuri) |
security/liboqs: Use devel/py-pytest instead of devel/py-pytest4 |
0.8.0.14 25 Aug 2023 06:37:05 |
Yuri Victorovich (yuri) |
security/liboqs: All tests pass |
0.8.0.14 25 Aug 2023 05:51:58 |
Yuri Victorovich (yuri) |
security/liboqs: update 0.8.0 → 0.8.0-14 |
0.8.0 09 Jun 2023 05:26:58 |
Yuri Victorovich (yuri) |
security/liboqs: Update 0.7.2-20220607 → 0.8.0
Reported by: portscout |
0.7.2.20220607_1 03 Mar 2023 21:31:07 |
Robert Clausecker (fuz) |
security/liboqs: fix build on arm64
Import an upstream commit fixing the CPU feature detection code.
Obtained from: https://github.com/open-quantum-safe/liboqs/pull/1267
Approved by: yuri (maintainer)
Approved by: flo (mentor)
Differential Revision: https://reviews.freebsd.org/D38862 |
0.7.2.20220607 01 Dec 2022 18:42:20 |
Yuri Victorovich (yuri) |
*/*: Change DISTVERSION to have a hyphen when it refers to a specific revision
When DISTVERSION contains the real version and a revision modifier,
such modifier should be separated with '-', not '.' |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.7.2.20220607 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.7.2.20220607 28 Jul 2022 17:07:56 |
Yuri Victorovich (yuri) |
security/liboqs: Broken on arm64
Reported by: fallout |
0.7.2.20220607 25 Jul 2022 04:35:44 |
Yuri Victorovich (yuri) |
security/liboqs: Fix build on non-amd64 architectures
BIKE algorithm is limited by architecture and its files are
only installed on amd64. |
0.7.2.20220607 20 Jul 2022 02:36:46 |
Yuri Victorovich (yuri) |
security/liboqs: Try to enable on all architectures |
0.7.2.20220607 11 Jun 2022 20:29:58 |
Yuri Victorovich (yuri) |
security/liboqs: Update 0.7.2 -> 0.7.2.20220607 (0.7.2-dev) |
0.7.2 10 Jun 2022 17:05:34 |
Yuri Victorovich (yuri) |
security/liboqs: Broken on aarch64
Reported by: fallout |
0.7.2 02 Jun 2022 16:26:09 |
Yuri Victorovich (yuri) |
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. |
0.7.1 08 May 2022 19:14:01 |
Yuri Victorovich (yuri) |
security/liboqs: Broken on aarch64
Reported by: fallout |
0.7.1 27 Apr 2022 11:42:13 |
Dmitry Marakasov (amdmi3) |
security/liboqs: fix tests
- Switch to pytest4
- Add missing test-dependency on gpg
- Remove unsupported pytest argument
Reported by: reprise
Approved by: portmgr blanket |
0.7.1 27 Jan 2022 09:29:09 |
Yuri Victorovich (yuri) |
security/liboqs: Update 0.7.0 -> 0.7.1
Reported by: portscout |
0.7.0 22 Oct 2021 11:42:22 |
Piotr Kubaj (pkubaj) |
security/liboqs: correct the patch |
0.7.0 22 Oct 2021 11:42:09 |
Piotr Kubaj (pkubaj) |
security/liboqs: also not supported on powerpc |
0.7.0 13 Oct 2021 10:48:35 |
Piotr Kubaj (pkubaj) |
security/liboqs: fix build on powerpc64le
1. Add FreeBSD's name for 64-bit POWER little endian,
2. Don't use -Werror:
/wrkdirs/usr/ports/security/liboqs/work/liboqs-0.7.0/tests/ds_benchmark.h:142:45:
error: implicit conversion from 'long' to 'double' may lose precision
[-Werror,-Wimplicit-int-float-conversion]
return (uint64_t)(time.tv_sec * 1e9 + time.tv_nsec); |
0.7.0 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
0.7.0 18 Sep 2021 19:37:09 |
Yuri Victorovich (yuri) |
security/liboqs: Add BROKENxx lines
Reported by: fallout |
0.7.0 16 Sep 2021 05:38:21 |
Yuri Victorovich (yuri) |
security/liboqs: New port: C library for quantum-resistant cryptography |