pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/pam-u2f



Module Name:    pkgsrc
Committed By:   tnn
Date:           Tue Apr 12 22:30:55 UTC 2022

Modified Files:
        pkgsrc/security/pam-u2f: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/pam-u2f/Makefile \
    pkgsrc/security/pam-u2f/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/pam-u2f/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/pam-u2f/Makefile
diff -u pkgsrc/security/pam-u2f/Makefile:1.4 pkgsrc/security/pam-u2f/Makefile:1.5
--- pkgsrc/security/pam-u2f/Makefile:1.4        Wed Sep 22 14:22:45 2021
+++ pkgsrc/security/pam-u2f/Makefile    Tue Apr 12 22:30:55 2022
@@ -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/
Index: pkgsrc/security/pam-u2f/distinfo
diff -u pkgsrc/security/pam-u2f/distinfo:1.4 pkgsrc/security/pam-u2f/distinfo:1.5
--- pkgsrc/security/pam-u2f/distinfo:1.4        Tue Oct 26 11:17:35 2021
+++ pkgsrc/security/pam-u2f/distinfo    Tue Apr 12 22:30:55 2022
@@ -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

Index: pkgsrc/security/pam-u2f/PLIST
diff -u pkgsrc/security/pam-u2f/PLIST:1.1 pkgsrc/security/pam-u2f/PLIST:1.2
--- pkgsrc/security/pam-u2f/PLIST:1.1   Thu Oct 22 23:37:21 2020
+++ pkgsrc/security/pam-u2f/PLIST       Tue Apr 12 22:30:55 2022
@@ -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



Home | Main Index | Thread Index | Old Index