From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfido2/
Date: Wed, 23 Dec 2020 04:59:36 +0000 (UTC) [thread overview]
Message-ID: <1608699574.c6c19798b04cf9673eec1b4e18f9fa0a7a0a3f09.polynomial-c@gentoo> (raw)
commit: c6c19798b04cf9673eec1b4e18f9fa0a7a0a3f09
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 23 04:58:24 2020 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 04:59:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6c19798
dev-libs/libfido2: Bump to version 1.6.0
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
dev-libs/libfido2/Manifest | 1 +
dev-libs/libfido2/libfido2-1.6.0.ebuild | 50 +++++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/dev-libs/libfido2/Manifest b/dev-libs/libfido2/Manifest
index ce488475d64..e56671d527a 100644
--- a/dev-libs/libfido2/Manifest
+++ b/dev-libs/libfido2/Manifest
@@ -1,3 +1,4 @@
DIST libfido2-1.3.1.tar.gz 1512676 BLAKE2B f69a04fc69c46b688d83afe9d72b2fb1860ac00a09665d55e25293595520e95d45486ecc5355c479bc8bc06dbe6ed4fd469c511f5bf5f341a0ec86cb099fce28 SHA512 fc56f7bcddd7ae0f950b4e94f08ad726f7de68b975c0bdcbca98c7932c2c3d2e2a51b30eaf41e8dba08e82af3926cbed44264244ae721902af46e47df9fcbe1b
DIST libfido2-1.4.0.tar.gz 391439 BLAKE2B d45ff3e1a5605c5ea4c5bddbe423bb69e6237e7a359fcc58469a86c503c934ce4491b98fdd673130d419cabe09acab7e201592f923ffe3908568b2b0888ae32a SHA512 5cf2f2d70bdba893fd33bf3ca91940c7eded5ed1728b517ff3fc46cbde58bf64f16da4104138b20dcea1d9a1cec730e532bc4938cdcba4ad86343e51a1c3c513
DIST libfido2-1.5.0.tar.gz 407259 BLAKE2B 23a04f9230c45652aa1ac9fd8b3e809096ae31699c65ca0fda27b27b1b47263e375bb99e5b1ebc515b9edfb801bb2fba9c4f50d88e755efe3eaa23463ca01946 SHA512 240e2368e43846fddf5e98bbcc247468833565bcde4ec27976b88c814d787f1a477241a82b064818aa0eb0a98ff46a65d80b8243f4d0bbd763270e42492354e2
+DIST libfido2-1.6.0.tar.gz 413904 BLAKE2B 59444cc9e32b5d9f2a0f9138fe4f3ad644865e1f7f24f50bbace262308aa7c10b58aa0e890a3493e8fd102468e26947f7fc0864b5d7a1e185e40ad730064db8e SHA512 c473732a2f7ef54156097d315e44457d89056446ab3112a7c7a6fd99d5c2c8ae0ca2451ff9cd45be6c32de1ab335d6dfdb2b0c56b40cae9eb41391d18d83be4a
diff --git a/dev-libs/libfido2/libfido2-1.6.0.ebuild b/dev-libs/libfido2/libfido2-1.6.0.ebuild
new file mode 100644
index 00000000000..8fbe1628305
--- /dev/null
+++ b/dev-libs/libfido2/libfido2-1.6.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake udev linux-info
+
+DESCRIPTION="Provides library functionality for FIDO 2.0"
+HOMEPAGE="https://github.com/Yubico/libfido2"
+SRC_URI="https://github.com/Yubico/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0/1"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE="libressl +static-libs"
+
+DEPEND="
+ dev-libs/libcbor:=
+ virtual/libudev:=
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )
+"
+
+RDEPEND="
+ ${DEPEND}
+ acct-group/plugdev
+"
+
+PATCHES=(
+ "${FILESDIR}/libfido2-1.5.0-cmakelists.patch"
+)
+
+pkg_pretend() {
+ CONFIG_CHECK="
+ ~USB_HID
+ ~HIDRAW
+ "
+
+ check_extra_config
+}
+
+src_install() {
+ cmake_src_install
+
+ if ! use static-libs; then
+ rm -f "${ED}/$(get_libdir)"/*.a || die
+ fi
+
+ udev_newrules udev/70-u2f.rules 70-libfido2-u2f.rules
+}
next reply other threads:[~2020-12-23 4:59 UTC|newest]
Thread overview: 77+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-23 4:59 Lars Wendler [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-12 14:10 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfido2/ Sam James
2025-01-12 14:10 Sam James
2025-01-12 13:48 Sam James
2024-12-01 17:17 Sam James
2024-12-01 14:20 Sam James
2023-11-08 19:30 Andreas Sturmlechner
2023-08-02 15:11 Sam James
2023-07-26 4:08 Sam James
2023-07-26 3:35 Sam James
2023-07-26 3:35 Sam James
2023-07-26 3:35 Sam James
2023-07-26 0:55 Sam James
2023-05-14 19:47 David Seifert
2023-03-04 9:05 Arthur Zamarin
2023-03-04 8:44 Arthur Zamarin
2023-03-04 7:12 Arthur Zamarin
2023-03-04 7:04 Arthur Zamarin
2023-03-04 6:17 Arthur Zamarin
2023-03-04 6:07 Arthur Zamarin
2022-06-02 4:08 Jakov Smolić
2022-06-02 4:08 Jakov Smolić
2022-06-02 3:05 Sam James
2022-06-02 2:21 Sam James
2022-06-02 2:21 Sam James
2022-06-02 2:03 Sam James
2022-06-02 2:03 Sam James
2022-06-02 1:46 Matt Turner
2022-05-22 3:13 Sam James
2022-05-05 23:48 WANG Xuerui
2022-04-03 3:41 Sam James
2022-01-17 7:26 Joshua Kinard
2021-11-03 16:08 Lars Wendler
2021-10-03 11:28 David Seifert
2021-10-02 15:43 Sam James
2021-10-02 9:08 James Le Cuirot
2021-09-21 16:35 Sam James
2021-09-20 0:27 Sam James
2021-09-19 6:39 Agostino Sarubbo
2021-09-18 19:51 Sam James
2021-09-18 19:51 Sam James
2021-09-18 17:18 Sam James
2021-09-10 15:16 Mike Gilbert
2021-09-10 14:47 Mike Gilbert
2021-09-09 19:09 Mike Gilbert
2021-08-02 16:42 Marek Szuba
2021-07-23 14:28 Lars Wendler
2021-05-09 21:44 Sam James
2021-05-09 21:42 Sam James
2021-05-09 10:57 Sam James
2021-05-09 10:57 Sam James
2021-05-09 10:57 Sam James
2021-05-09 10:57 Sam James
2021-05-01 7:29 Mikle Kolyada
2021-02-06 13:27 Sam James
2021-01-14 20:09 Sergei Trofimovich
2020-12-27 12:51 Sergei Trofimovich
2020-12-24 22:06 Sergei Trofimovich
2020-12-24 10:03 Agostino Sarubbo
2020-12-22 21:04 Sam James
2020-12-22 21:03 Sam James
2020-12-21 23:55 Sam James
2020-12-21 17:48 Thomas Deutschmann
2020-10-19 3:30 Georgy Yakovlev
2020-09-29 21:25 Sergei Trofimovich
2020-07-12 1:51 Sam James
2020-06-01 4:16 Matt Turner
2020-05-31 15:17 Sergei Trofimovich
2020-05-28 18:20 Sergei Trofimovich
2020-05-02 13:30 Mart Raudsepp
2020-04-17 22:18 Patrick McLean
2020-04-04 10:52 Sergei Trofimovich
2020-03-15 12:17 Mikle Kolyada
2020-02-21 16:24 Lars Wendler
2020-02-18 23:10 Patrick McLean
2020-02-18 22:25 Patrick McLean
2020-02-16 7:13 Georgy Yakovlev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1608699574.c6c19798b04cf9673eec1b4e18f9fa0a7a0a3f09.polynomial-c@gentoo \
--to=polynomial-c@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox