Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.15.0 09 Jan 2025 15:45:22 |
Po-Chuan Hsieh (sunpoet) |
security/libfido2: Fix build after base 74ecdf86d8d2a94a4bfcf094a2e21b4747e4907f
PR: 283697
Reported by: Dan Kotowski <dan.kotowski@a9development.com>
Obtained from: Dimitry Andric <dim@FreeBSD.org> |
1.15.0 02 Jan 2025 02:43:46 |
Po-Chuan Hsieh (sunpoet) |
security/libfido2: Add make test |
1.15.0 18 Jun 2024 03:59:13 |
Po-Chuan Hsieh (sunpoet) |
security/libfido2: Update to 1.15.0
- Sort PLIST
Changes: https://github.com/Yubico/libfido2/blob/main/NEWS
https://developers.yubico.com/libfido2/Release_Notes.html |
1.14.0 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
1.14.0 14 Nov 2023 21:19:27 |
Po-Chuan Hsieh (sunpoet) |
security/libfido2: Update to 1.14.0
Changes: https://github.com/Yubico/libfido2/blob/main/NEWS
https://developers.yubico.com/libfido2/Release_Notes.html |
1.13.0 16 Oct 2023 16:58:26 |
Po-Chuan Hsieh (sunpoet) |
security/libfido2: Fix 2a1f1b7c3664cde187ac5b507b6a5a1ba18a1daf
It should be "-DOPENSSL_API_COMPAT=0x10100000L". |
1.13.0 16 Oct 2023 16:48:54 |
Po-Chuan Hsieh (sunpoet) |
security/libfido2: Simplified Makefile
OPENSSL_API_COMPAT=0x10101000L can be set unconditionally.
from CMakeLists.txt:
if(CRYPTO_VERSION VERSION_GREATER_EQUAL 3.0)
add_definitions(-DOPENSSL_API_COMPAT=0x10100000L)
endif()
PR: 273909 |
1.13.0 16 Oct 2023 16:30:06 |
Po-Chuan Hsieh (sunpoet) |
security/libfido2: Use USES=pathfix to fix .pc installation |
1.13.0 16 Oct 2023 15:59:42 |
Po-Chuan Hsieh (sunpoet) |
security/libfido2: Update WWW and clean up pkg-descr |
1.13.0 15 Oct 2023 11:14:59 |
Bernard Spil (brnrd) |
security/openssl: Update BROKEN_SSL ports referring to openssl30 |
1.13.0 05 Oct 2023 02:00:13 |
Po-Chuan Hsieh (sunpoet) |
security/libfido2: Use tab instead of space |
1.13.0 04 Oct 2023 01:35:51 |
Craig Leres (leres) |
security/libfido2: Unbreak build with DEFAULT_VERSIONS=ssl=openssl30
Use OPENSSL_API_COMPAT to fix build on FreeBSD 13.2 with
DEFAULT_VERSIONS=ssl=openssl30
PR: 273909
Approved by: sunpoet (maintainer) |
1.13.0 05 Apr 2023 17:29:52 |
Po-Chuan Hsieh (sunpoet) |
security/libfido2: Skip libcrypto.pc conditionally since both 13-STABLE and
14-CURRENT have it now |
1.13.0 21 Mar 2023 19:20:08 |
Po-Chuan Hsieh (sunpoet) |
security/libfido2: Update to 1.13.0
Changes: https://github.com/Yubico/libfido2/blob/main/NEWS
https://developers.yubico.com/libfido2/Release_Notes.html |
1.12.0 03 Oct 2022 17:10:17 |
Po-Chuan Hsieh (sunpoet) |
security/libfido2: Update to 1.12.0
Changes: https://github.com/Yubico/libfido2/blob/main/NEWS
https://developers.yubico.com/libfido2/Release_Notes.html |
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) |
1.11.0 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 ) |
1.11.0 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.11.0 16 May 2022 06:49:43 |
Loïc Bartoletti (lbartoletti) |
devel/cmake: Update to 3.23.0
Update to 3.23.0.
Fix pkg-plist: using the default share/man location
Release Notes:
https://cmake.org/cmake/help/v3.23/release/3.23.html
PR: 262886
Exp-run by: antoine |
1.11.0 13 May 2022 11:39:18 |
Po-Chuan Hsieh (sunpoet) |
security/libfido2: Update to 1.11.0
Changes: https://github.com/Yubico/libfido2/blob/main/NEWS
https://developers.yubico.com/libfido2/Release_Notes.html |
1.10.0 16 Apr 2022 04:19:10 |
Po-Chuan Hsieh (sunpoet) |
security/libfido2: Convert REINPLACE_CMD to patch file |
1.10.0 25 Jan 2022 19:50:03 |
Po-Chuan Hsieh (sunpoet) |
security/libfido2: Update to 1.10.0
Changes: https://developers.yubico.com/libfido2/Release_Notes.html
https://github.com/Yubico/libfido2/blob/master/NEWS |
1.9.0 01 Nov 2021 13:41:26 |
Po-Chuan Hsieh (sunpoet) |
security/libfido2: Update to 1.9.0
Changes: https://developers.yubico.com/libfido2/Release_Notes.html
https://github.com/Yubico/libfido2/blob/master/NEWS |
1.8.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 |
1.8.0 24 Jul 2021 20:21:05 |
Po-Chuan Hsieh (sunpoet) |
security/libfido2: Update to 1.8,0
Changes: https://developers.yubico.com/libfido2/Release_Notes.html
https://github.com/Yubico/libfido2/blob/master/NEWS |
1.7.0 25 Apr 2021 20:35:11 |
Po-Chuan Hsieh (sunpoet) |
security/libfido2: List cmake options explicitly |
1.7.0 18 Apr 2021 05:42:08 |
Po-Chuan Hsieh (sunpoet) |
security/libfido2: Update to 1.7,0
- Sort PLIST
Changes: https://developers.yubico.com/libfido2/Release_Notes.html
https://github.com/Yubico/libfido2/blob/master/NEWS |
1.6.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.6.0_1 03 Mar 2021 18:07:29 |
sunpoet |
Use native HID backend
- Bump PORTREVISION for dependency and package change |
1.6.0 26 Jan 2021 17:22:05 |
sunpoet |
Update to 1.6.0
Changes: https://developers.yubico.com/libfido2/Release_Notes.html
https://github.com/Yubico/libfido2/blob/master/NEWS |
1.5.0_1 24 Nov 2020 20:48:57 |
sunpoet |
Skip libcrypto.pc when using SSL from base system
- Bump PORTREVISION for package change
Differential Revision: https://reviews.freebsd.org/D27289
Submitted by: bdrewery |
1.5.0 24 Nov 2020 20:35:41 |
sunpoet |
Fix r555861
Reported by: bdrewery |
1.5.0 21 Nov 2020 09:37:32 |
sunpoet |
Convert REINPLACE_CMD to patch files |
1.5.0 06 Sep 2020 15:35:40 |
sunpoet |
Update to 1.5.0
Changes: https://developers.yubico.com/libfido2/Release_Notes.html
https://github.com/Yubico/libfido2/blob/master/NEWS |
1.4.0 16 Aug 2020 18:44:59 |
pkubaj |
security/libfido2: fix build on GCC architectures
Use newer compiler:
/wrkdirs/usr/ports/security/libfido2/work/libfido2-1.4.0/src/fido.h:115: error:
wrong number of arguments specified for '__deprecated__' attribute
MFH: 2020Q3 (fix build blanket) |
1.4.0 21 Apr 2020 19:35:02 |
sunpoet |
Update to 1.4.0
Changes: https://developers.yubico.com/libfido2/Release_Notes.html
https://github.com/Yubico/libfido2/blob/master/NEWS |
1.3.1_1 26 Feb 2020 20:46:39 |
sunpoet |
Use PLIST_SUB to reduce further shilb changes in PLIST |
1.3.1_1 25 Feb 2020 20:53:05 |
sunpoet |
Update manpage location (r523104)
- Bump PORTREVISION for package change |
1.3.1 22 Feb 2020 15:55:41 |
sunpoet |
Update to 1.3.1
Changes: https://github.com/Yubico/libfido2/blob/master/NEWS
https://developers.yubico.com/libfido2/Release_Notes.html |
0.4.0 15 Jan 2020 17:45:49 |
sunpoet |
Update manpage location (r523104) |
0.4.0 12 Jul 2019 02:25:07 |
linimon |
Prepare for powerpc-on-clang by deleting hard-coded tests for libstdc++.so
as a stand-in for "are we running on gcc".
For people already testing powerpc on clang, it is possible that they
already have both compilers in base. Thus, the assumption that "gcc is
in base" (e.g. libstdc++.so exists) always means "force use of GCC" is
already broken. It will be for everyone on -CURRENT once the switch is
made.
While here, standardize on compiler:c++11-lang instead of -lib (they are
equivalent these days), pet portlint, and do some other cleanup.
Approved by: portmgr (tier-2 blanket) |
0.4.0 22 Jun 2019 21:48:19 |
sunpoet |
Clean up Makefile |
0.4.0 24 Mar 2019 14:33:37 |
sunpoet |
Fix build on powerpc
PR: 236744
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
0.4.0 01 Mar 2019 11:18:21 |
sunpoet |
Add libfido2 0.4.0
libfido2 provides library functionality and command-line tools to communicate
with a FIDO device over USB, and to verify attestation and assertion signatures.
libfido2 supports the FIDO U2F (CTAP 1) and FIDO 2.0 (CTAP 2) protocols.
WWW: https://developers.yubico.com/libfido2/
WWW: https://github.com/Yubico/libfido2 |