notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details on branch 2022Q4
yubikey-agent Seamless ssh-agent for YubiKeys
0.1.5_7 security on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.1.5_7Version of this port present on the latest quarterly branch.
Maintainer: egypcio@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-10-08 20:54:11
Last Update: 2022-11-03 23:48:04
Commit Hash: b048c3b
Also Listed In: sysutils
License: BSD3CLAUSE
WWW:
https://filippo.io/yubikey-agent
Description:
yubikey-agent is a seamless ssh-agent for YubiKeys. (*) Easy to use. A one-command setup, one environment variable, and it just runs in the background. (*) Indestructible. Tolerates unplugging, sleep, and suspend. Never needs restarting. (*) Compatible. Provides a public key that works with all services and servers. (*) Secure. The key is generated on the YubiKey and can't be extracted. Every session requires the PIN, every login requires a touch. Setup takes care of PUK and management key.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. bin/yubikey-agent
  2. /usr/local/share/licenses/yubikey-agent-0.1.5_7/catalog.mk
  3. /usr/local/share/licenses/yubikey-agent-0.1.5_7/LICENSE
  4. /usr/local/share/licenses/yubikey-agent-0.1.5_7/BSD3CLAUSE
Collapse this list.
Dependency lines:
  • yubikey-agent>0:security/yubikey-agent
To install the port:
cd /usr/ports/security/yubikey-agent/ && make install clean
To add the package, run one of these commands:
  • pkg install security/yubikey-agent
  • pkg install yubikey-agent
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: yubikey-agent
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1628942231 SHA256 (FiloSottile-yubikey-agent-v0.1.5_GH0.tar.gz) = 724b21f05d3f822acd222ecc8a5d8ca64c82d5304013e088d2262795da81ca4f SIZE (FiloSottile-yubikey-agent-v0.1.5_GH0.tar.gz) = 11605

Expand this list (12 items)

Collapse this list.

SHA256 (go-piv-piv-go-v1.7.0_GH0.tar.gz) = 3674b08df418e4ad0548b532c32795ade5783e54a674a4834ba05cf1cb412333 SIZE (go-piv-piv-go-v1.7.0_GH0.tar.gz) = 37132 SHA256 (golang-crypto-83a5a9bb288b_GH0.tar.gz) = c6aa1fc9104536c3335135c9c0bf5a9c2ee3cedc05a937a24cee93aa21a72d80 SIZE (golang-crypto-83a5a9bb288b_GH0.tar.gz) = 1726653 SHA256 (golang-sys-9a76102bfb43_GH0.tar.gz) = 5bbc9c4e02f8ffa73c0f1baa3d0cbd4fc987b5daf08373f669673b8d651afb1b SIZE (golang-sys-9a76102bfb43_GH0.tar.gz) = 1115608 SHA256 (golang-term-2321bbc49cbf_GH0.tar.gz) = 72896f6aa3deb053da5b597ab072ba5c3540b29d0fb56f350397b7f94c010e21 SIZE (golang-term-2321bbc49cbf_GH0.tar.gz) = 15281 SHA256 (gopasspw-pinentry-v0.0.2_GH0.tar.gz) = 55bfcc25962b7c498ae275d3a8ee787994c9468d298b326a46c51100c412033f SIZE (gopasspw-pinentry-v0.0.2_GH0.tar.gz) = 3128 SHA256 (pkg-errors-v0.9.1_GH0.tar.gz) = 56bfd893023daa498508bfe161de1be83299fcf15376035e7df79cbd7d6fa608 SIZE (pkg-errors-v0.9.1_GH0.tar.gz) = 13415

Collapse this list.


No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. go119 : lang/go119
Runtime dependencies:
  1. RSA_SecurID_getpasswd : devel/libccid
Library dependencies:
  1. libpcsclite.so : devel/pcsc-lite
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
security_yubikey-agent
USES:
go:modules
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/FiloSottile/yubikey-agent/tar.gz/v0.1.5?dummy=/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.1.5_7
03 Nov 2022 23:48:04
commit hash: b048c3b1cd23c631fb0e48718231755361a08062commit hash: b048c3b1cd23c631fb0e48718231755361a08062commit hash: b048c3b1cd23c631fb0e48718231755361a08062commit hash: b048c3b1cd23c631fb0e48718231755361a08062 files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
Author: Robert Clausecker
security/yubikey-agent: Fix build on 32-bit platforms

This imports an upstream patch from dependency
github.com/go-piv/piv-go to address a missing cast.

See also:
https://github.com/go-piv/piv-go/commit/1902689552e974ba88750e3ab71902d253172ead

PR:		267197
Approved by:	maintainer timeout, >2 weeks
MFH:		2022Q4

(cherry picked from commit 302d7c2ddde491d2ab6bc7e25dad42d46509007f)
0.1.5_6
08 Oct 2022 20:47:13
commit hash: b2fb7a40a410b10b2aa5b5b7a7a087b45bcaa9a8commit hash: b2fb7a40a410b10b2aa5b5b7a7a087b45bcaa9a8commit hash: b2fb7a40a410b10b2aa5b5b7a7a087b45bcaa9a8commit hash: b2fb7a40a410b10b2aa5b5b7a7a087b45bcaa9a8 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{118,119} update

(cherry picked from commit bde51869ee0206eeaa2849d8ef28b14da59727a3)

Number of commits found: 2