pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/google-authenticator



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed Oct 29 22:26:24 UTC 2025

Modified Files:
        pkgsrc/security/google-authenticator: Makefile distinfo
Removed Files:
        pkgsrc/security/google-authenticator: MESSAGE

Log Message:
google-authenticator: update to 1.11

1.11
* Change secret key bits to be 160 instead of 128 bits
* Add support for black&white terminals
* Fix `grace_period` for IPv6 link-local addresses

1.10
* Shorten syslog name to work with rsyslog
* Update config file with grace period in  all cases
* Remove printing QR code using Google Charts URL (it's turned down)


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/security/google-authenticator/MESSAGE
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/google-authenticator/Makefile \
    pkgsrc/security/google-authenticator/distinfo

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

Modified files:

Index: pkgsrc/security/google-authenticator/Makefile
diff -u pkgsrc/security/google-authenticator/Makefile:1.7 pkgsrc/security/google-authenticator/Makefile:1.8
--- pkgsrc/security/google-authenticator/Makefile:1.7   Thu Jul 25 05:41:52 2024
+++ pkgsrc/security/google-authenticator/Makefile       Wed Oct 29 22:26:24 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2024/07/25 05:41:52 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2025/10/29 22:26:24 markd Exp $
 
-DISTNAME=      google-authenticator-libpam-1.09
+DISTNAME=      google-authenticator-libpam-1.11
 PKGNAME=       ${DISTNAME:S/libpam-//}
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=google/}
Index: pkgsrc/security/google-authenticator/distinfo
diff -u pkgsrc/security/google-authenticator/distinfo:1.7 pkgsrc/security/google-authenticator/distinfo:1.8
--- pkgsrc/security/google-authenticator/distinfo:1.7   Thu Apr 27 10:17:44 2023
+++ pkgsrc/security/google-authenticator/distinfo       Wed Oct 29 22:26:24 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2023/04/27 10:17:44 jperkin Exp $
+$NetBSD: distinfo,v 1.8 2025/10/29 22:26:24 markd Exp $
 
-BLAKE2s (google-authenticator-libpam-1.09.tar.gz) = e8fd1292e95315245c1395332cc52016e90ac6a51ee1f917f2787df35bb185ac
-SHA512 (google-authenticator-libpam-1.09.tar.gz) = c71cec3200214f7a6c7f7f33fdc0f00e812b378940be92017785bbba82236b90d443977a2af12465285316e3dade0313f4d6df1f3d85f37f830d9877c7c33754
-Size (google-authenticator-libpam-1.09.tar.gz) = 62944 bytes
+BLAKE2s (google-authenticator-libpam-1.11.tar.gz) = 9792b783f7ec31a56e7e2a5c3522a91deb9c6eb5fcfd8dd78786dffc58fb6a98
+SHA512 (google-authenticator-libpam-1.11.tar.gz) = 5bbee53f293a67e6f92e956a24904a0197ba65270e096965e8b91f50e87c176ece9ba81c92392b199aa45f4fe5b38e77069b9c5e2f5800c6a5dbb6a35f20d21b
+Size (google-authenticator-libpam-1.11.tar.gz) = 64634 bytes



Home | Main Index | Thread Index | Old Index