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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
pam_yubico PAM module for authenticating with a Yubico YubiKey
2.27_1 security on this many watch lists=1 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 2.27Version of this port present on the latest quarterly branch.
Maintainer: matt@mjslabs.com search for ports maintained by this maintainer
Port Added: 2013-01-30 00:58:31
Last Update: 2024-02-27 11:17:48
Commit Hash: 3546b34
People watching this port, also watch:: py39-pycparser, rubygem-optimist, rubygem-hitimes, ladspa, python
License: BSD2CLAUSE
WWW:
https://developers.yubico.com/yubico-pam/
Description:
The Yubico authentication device Yubikey generates one-time passwords that can be used for authentication. This module allows you to use the Yubikey device to authenticate to the PAM system.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (7 items)
Collapse this list.
  1. lib/security/pam_yubico.so
  2. share/man/man8/pam_yubico.8.gz
  3. bin/ykpamcfg
  4. share/man/man1/ykpamcfg.1.gz
  5. /usr/local/share/licenses/pam_yubico-2.27_1/catalog.mk
  6. /usr/local/share/licenses/pam_yubico-2.27_1/LICENSE
  7. /usr/local/share/licenses/pam_yubico-2.27_1/BSD2CLAUSE
Collapse this list.
Dependency lines:
  • pam_yubico>0:security/pam_yubico
To install the port:
cd /usr/ports/security/pam_yubico/ && make install clean
To add the package, run one of these commands:
  • pkg install security/pam_yubico
  • pkg install pam_yubico
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: pam_yubico
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1661782736 SHA256 (pam_yubico-2.27.tar.gz) = 63d02788852644d871746e1a7a1d16c272c583c226f62576f5ad232a6a44e18c SIZE (pam_yubico-2.27.tar.gz) = 454512

Packages (timestamps in pop-ups are UTC):
pam_yubico
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.27_12.27_12.262.27_12.27_1-2.26-
FreeBSD:13:quarterly2.272.272.272.272.272.272.272.27
FreeBSD:14:latest2.27_12.27_12.272.272.27_12.27-2.27
FreeBSD:14:quarterly2.272.27-2.272.272.272.272.27
FreeBSD:15:latest2.27_12.27_1n/a2.27n/a2.272.272.27
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. libykclient.so : security/ykclient
  2. libyubikey.so : security/libyubikey
  3. libykpers-1.so : security/ykpers
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for pam_yubico-2.27_1: CR=on: Include Challenge/response support DOCS=on: Build and/or install documentation LDAP=off: LDAP protocol support STATIC=off: Build static executables and/or libraries ===> Use 'make config' to modify these settings
Options name:
security_pam_yubico
USES:
libtool localbase pkgconfig
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://developers.yubico.com/yubico-pam/Releases/
Collapse this list.

Number of commits found: 25

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.27_1
27 Feb 2024 11:17:48
commit hash: 3546b34d310333b552a48171f4643972ca3707cbcommit hash: 3546b34d310333b552a48171f4643972ca3707cbcommit hash: 3546b34d310333b552a48171f4643972ca3707cbcommit hash: 3546b34d310333b552a48171f4643972ca3707cb files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
security/pam_yubico: Moved man to share/man

Approved by:    portmgr (blanket)
2.27
08 Feb 2023 10:53:56
commit hash: 6e1233be229212a0496f42d611bd40f3e3a628dacommit hash: 6e1233be229212a0496f42d611bd40f3e3a628dacommit hash: 6e1233be229212a0496f42d611bd40f3e3a628dacommit hash: 6e1233be229212a0496f42d611bd40f3e3a628da files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap

Convert the USE_LDAP=yes to USES=ldap and adds the following features:

- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
  RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features

Reviewed by:	delphij
Approved by:	portmgr
Differential Revision: https://reviews.freebsd.org/D38233
2.27
04 Oct 2022 11:45:22
commit hash: dfb074b085428abdd4a07db3535c195c4e077332commit hash: dfb074b085428abdd4a07db3535c195c4e077332commit hash: dfb074b085428abdd4a07db3535c195c4e077332commit hash: dfb074b085428abdd4a07db3535c195c4e077332 files touched by this commit
Renato Botelho (garga) search for other commits by this committer
security/pam_yubico: Update to 2.27

While here, sort Makefile and make portclippy happy

PR:		266100
Approved by:	maintainer timeout (> 1 month)
Sponsored by:	Rubicon Communications, LLC ("Netgate")
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
2.26
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
2.26
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2.26
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.26
14 Aug 2019 12:16:13
Revision:508909Original commit files touched by this commit
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories s)
2.26
16 Feb 2019 22:55:41
Revision:493129Original commit files touched by this commit
sunpoet search for other commits by this committer
Update MASTER_SITES and WWW

Approved by:	portmgr (blanket)
2.26
16 Nov 2018 16:55:28
Revision:485086Original commit files touched by this commit
philip search for other commits by this committer
security/pam_yubico: update to 2.26

Changes: https://developers.yubico.com/yubico-pam/Release_Notes.html

PR:		233237
Approved by:	Matt Stofko <matt@mjslabs.com> (maintainer)
2.16_2
30 May 2018 08:34:19
Revision:471126Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Switch to USES=localbase
- Switch to new test framework
- Switch to options helpers

Approved by:	portmgr blanket
2.16_2
19 May 2016 11:09:14
Revision:415503Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-messages

Approved by:	portmgr blanket
2.16_2
01 Apr 2016 14:25:18
Revision:412349Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
2.16_2
20 Dec 2014 19:37:45
Revision:375111Original commit files touched by this commit
bapt search for other commits by this committer
cleanup plist
2.16_2
24 Jul 2014 18:34:16
Revision:362835Original commit files touched by this commit
tijl search for other commits by this committer
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD

databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip

databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.16_1
05 Jul 2014 19:57:32
Revision:360815Original commit files touched by this commit
tijl search for other commits by this committer
- Add USES=libtool to security/ykclient and bump dependent ports
- Use MAKE_CMD
2.16
04 Jul 2014 23:54:55
Revision:360695Original commit files touched by this commit
danilo search for other commits by this committer
- Update from 2.14 to 2.16 [1]
- Add libtool to USES

PR:		ports/191617
Submitted by:	matt@mjslabs.com [1]
2.14_2
18 Jan 2014 02:35:59
Revision:340142Original commit files touched by this commit
danilo search for other commits by this committer
- Update from 1.14.1 to 1.15.0

PR:		ports/185675
Submitted by:	Matt Stofko <matt@mjslabs.com> (maintainer)
2.14_1
01 Jan 2014 23:54:27
Revision:338407Original commit files touched by this commit
danilo search for other commits by this committer
- Bump PORTREVISION
- Convert LICENSE from BSD to BSD2CLAUSE
- Remove LDAP from DEFAULT_OPTIONS

PR:		ports/185259
Submitted by:	Matt Stofko <matt@mjslabs.com> (maintainer)
2.14
30 Nov 2013 17:26:30
Revision:335308Original commit files touched by this commit
pawel search for other commits by this committer
- Update to version 2.14
- Fix LDAP support
- Add STATIC option, builds static version of library
- Update MASTER_SITES and WWW

While I'm here:
- Switch to new LIB_DEPENDS format
- Use options helpers
- Allow staging
- Don't show pkg-message twice

PR:             ports/184183
Submitted by:   maintainer
2.13_1
20 Sep 2013 22:55:26
Revision:327769Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
2.13_1
23 Apr 2013 14:20:28
Revision:316355Original commit files touched by this commit
bapt search for other commits by this committer
Finish converting the whole ports tree to USES=pkgconfig
2.13_1
19 Mar 2013 20:36:34
Revision:314693Original commit files touched by this commit
pawel search for other commits by this committer
- Update security/ykpers to version 1.12.0 [1]
- Update security/libyubikey to version 1.10 [2]
- Bump security/pam_yubico affected by security/ykpers ABI change

PR:		ports/177098 [1]
PR:		ports/177099 [2]
Submitted by:	Matt Stofko <matt@mjslabs.com> (maintainer)
2.13
04 Mar 2013 16:34:08
Revision:313414Original commit files touched by this commit
pawel search for other commits by this committer
Update to version 2.13

PR:		ports/176633
Submitted by:	Matt Stofko <matt@mjslabs.com> (maintainer)
2.12
30 Jan 2013 00:58:22
Revision:311194Original commit files touched by this commit
jgh search for other commits by this committer
- add new port: security/pam_yubico

The Yubico authentication device Yubikey generates one-time passwords that can
be used for authentication. This module allows you to use the Yubikey device to
authenticate to the PAM system.

WWW: https://code.google.com/p/yubico-pam/

PR:		175650
Submitted by:	matt@mjslabs.com

Number of commits found: 25