pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/pam-u2f pam-u2f: update to 1.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d749c0465e6
branches:  trunk
changeset: 376746:1d749c0465e6
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Apr 12 22:30:55 2022 +0000

description:
pam-u2f: update to 1.2.0

Added support for EdDSA keys.
Added support for SSH ed25519-sk keys.
Added authenticator filtering based on user verification options.
Fixed an issue with privilege restoration on MacOS.
Fixed an issue where credentials created with pamu2fcfg 1.0.8 or earlier
were not handled correctly if their origin and appid differed.
Miscellaneous improvements to the documentation.
Miscellaneous minor bug fixes found by fuzzing.

diffstat:

 security/pam-u2f/Makefile |  4 ++--
 security/pam-u2f/PLIST    |  5 +++--
 security/pam-u2f/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (37 lines):

diff -r 63386c76bcd9 -r 1d749c0465e6 security/pam-u2f/Makefile
--- a/security/pam-u2f/Makefile Tue Apr 12 22:28:14 2022 +0000
+++ b/security/pam-u2f/Makefile Tue Apr 12 22:30:55 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2021/09/22 14:22:45 nia Exp $
+# $NetBSD: Makefile,v 1.5 2022/04/12 22:30:55 tnn Exp $
 
-DISTNAME=      pam_u2f-1.1.1
+DISTNAME=      pam_u2f-1.2.0
 PKGNAME=       ${DISTNAME:S/pam_/pam-/}
 CATEGORIES=    security
 MASTER_SITES=  https://developers.yubico.com/pam-u2f/Releases/
diff -r 63386c76bcd9 -r 1d749c0465e6 security/pam-u2f/PLIST
--- a/security/pam-u2f/PLIST    Tue Apr 12 22:28:14 2022 +0000
+++ b/security/pam-u2f/PLIST    Tue Apr 12 22:30:55 2022 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2020/10/22 23:37:21 tnn Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/04/12 22:30:55 tnn Exp $
 bin/pamu2fcfg
-lib/security/pam_u2f.la
+lib/security/pam_u2f.a
+lib/security/pam_u2f.so
 man/man1/pamu2fcfg.1
 man/man8/pam_u2f.8
diff -r 63386c76bcd9 -r 1d749c0465e6 security/pam-u2f/distinfo
--- a/security/pam-u2f/distinfo Tue Apr 12 22:28:14 2022 +0000
+++ b/security/pam-u2f/distinfo Tue Apr 12 22:30:55 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:17:35 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/04/12 22:30:55 tnn Exp $
 
-BLAKE2s (pam_u2f-1.1.1.tar.gz) = fb0dec0d699308568f3bdc0a982eee86c3132e2efb15942760e9a7abd17c5f95
-SHA512 (pam_u2f-1.1.1.tar.gz) = ca81c78e67c17c369117e9d38e50033eaa96e0b15673521db2c382de1aa2566f7406fb43801a5938758480966c5e7316943769db5be826983d3865710e0274c1
-Size (pam_u2f-1.1.1.tar.gz) = 429822 bytes
+BLAKE2s (pam_u2f-1.2.0.tar.gz) = 6addc6a3def655542302f3c7355737571a62242fc64fe4045aa888eced390e39
+SHA512 (pam_u2f-1.2.0.tar.gz) = a00135e49b22dad5ec2513236a64dca67f04062fd8fa4c8d5ac7cb05d93b4d743ceb8ac5ee99a19667bdbfe8c0be9de904fb50110bed0b55ba8d5fd2aa5fcf28
+Size (pam_u2f-1.2.0.tar.gz) = 442214 bytes



Home | Main Index | Thread Index | Old Index