Path to this page:
./
security/oath-toolkit,
OATH (Open AuTHentication) Toolkit
Branch: CURRENT,
Version: 2.6.9nb6,
Package name: oath-toolkit-2.6.9nb6,
Maintainer: sborrillThe OATH Toolkit contains a shared library, command line tool and a PAM module
that makes it possible to build one-time password authentication systems.
Supported technologies include the event-based HOTP algorithm and the
time-based TOTP algorithm.
OATH is the Open AuTHentication organization which specify the algorithms.
Required to run:[
textproc/libxml2] [
security/xmlsec1]
Required to build:[
devel/automake] [
pkgtools/cwrappers]
Package options: pam
Master sites:
Filesize: 4583.52 KB
Version history: (Expand)
- (2024-11-15) Updated to version: oath-toolkit-2.6.9nb6
- (2024-11-01) Updated to version: oath-toolkit-2.6.9nb5
- (2024-11-01) Updated to version: oath-toolkit-2.6.9nb4
- (2024-05-29) Updated to version: oath-toolkit-2.6.9nb3
- (2023-11-08) Updated to version: oath-toolkit-2.6.9nb2
- (2023-10-25) Updated to version: oath-toolkit-2.6.9nb1
CVS history: (Expand)
2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429) |
Log message:
*: recursive bump for icu 76 shlib major version bump
|
2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426) |
Log message:
*: revbump for icu downgrade
|
2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427) |
Log message:
*: recursive bump for icu 76.1 shlib bump
|
2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | |
Log message:
revbump after icu and protobuf updates
|
2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377) |
Log message:
*: recursive bump for icu 74.1
|
2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message:
*: bump for openssl 3
|
2023-07-25 15:59:57 by Stephen Borrill | Files touched by this commit (8) | |
Log message:
oath-toolkit: update to 2.6.9
Changes since 2.6.7:
Version 2.6.9 (released 2023-07-09)
Improve compatibility with recent libxmlsec.
Update gnulib files, dropping gnulib self-tests.
Version 2.6.8 (released 2023-07-09)
libpskc: Fixes for recent libxmlsec releases.
pam_oath: Provide fallback pam_modutil_getpwnam implementation. Fixes \
https://gitlab.com/oath-toolkit/oath-toolkit/-/issues/26 on Mac OS.
pam_oath: Don't fail authentication when pam_modutil_getpwnam doesn't
Regression introduced in previous release.
pam_oath: Self-test improvements.
liboath: Builds on Windows. The oath_authenticate_usersfile function is just \
a stub that returns an error. This allows for use of the rest of the library on \
Windows.
Disable PAM self-tests on Mac. Fix --enable-root-tests logic.
Don't ship gtk-doc PDFs in tarball.
Use gitlog-to-changelog instead of git2cl.
Codespell typo fixes.
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|