svn commit: r462540 - head/security/pam_google_authenticator
Bernard Spil
brnrd at FreeBSD.org
Wed Feb 21 20:11:02 UTC 2018
Author: brnrd
Date: Wed Feb 21 20:11:01 2018
New Revision: 462540
URL: https://svnweb.freebsd.org/changeset/ports/462540
Log:
security/pam_google_authenticator: Update to 1.05
PR: 224164
Submitted by: m tsatsenko gmail com
Approved by: maintainer timeout
Modified:
head/security/pam_google_authenticator/Makefile
head/security/pam_google_authenticator/distinfo
head/security/pam_google_authenticator/pkg-descr
head/security/pam_google_authenticator/pkg-plist
Modified: head/security/pam_google_authenticator/Makefile
==============================================================================
--- head/security/pam_google_authenticator/Makefile Wed Feb 21 18:59:23 2018 (r462539)
+++ head/security/pam_google_authenticator/Makefile Wed Feb 21 20:11:01 2018 (r462540)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= pam_google_authenticator
-PORTVERSION= 1.01.20160208
-PORTREVISION= 1
+PORTVERSION= 1.05
PORTEPOCH= 1
CATEGORIES= security
@@ -15,12 +14,15 @@ LICENSE= APACHE20
USES= autoreconf gmake libtool
GNU_CONFIGURE= YES
-WRKSRC_SUBDIR= libpam
-
USE_GITHUB= yes
GH_ACCOUNT= google
-GH_PROJECT= google-authenticator
-GH_TAGNAME= 195ddc1
+GH_PROJECT= google-authenticator-libpam
+
+OPTIONS_DEFINE= QRENCODE
+OPTIONS_DEFAULT= QRENCODE
+QRENCODE_DESC= Allow creation of QR-codes
+
+QRENCODE_LIB_DEPENDS= libqrencode.so:graphics/libqrencode
post-patch:
@${REINPLACE_CMD} -e 's;/security;;' \
Modified: head/security/pam_google_authenticator/distinfo
==============================================================================
--- head/security/pam_google_authenticator/distinfo Wed Feb 21 18:59:23 2018 (r462539)
+++ head/security/pam_google_authenticator/distinfo Wed Feb 21 20:11:01 2018 (r462540)
@@ -1,2 +1,3 @@
-SHA256 (google-google-authenticator-1.01.20160208-195ddc1_GH0.tar.gz) = 65c0ec2dea2191337a921e518e24774058fadd55d52f2a21d60371b5d5a0c2a3
-SIZE (google-google-authenticator-1.01.20160208-195ddc1_GH0.tar.gz) = 1791991
+TIMESTAMP = 1519235290
+SHA256 (google-google-authenticator-libpam-1.05_GH0.tar.gz) = 862412d6927ee1a19d81150006d53c21935897ba6d033616c31fc4d6aaa4db08
+SIZE (google-google-authenticator-libpam-1.05_GH0.tar.gz) = 57778
Modified: head/security/pam_google_authenticator/pkg-descr
==============================================================================
--- head/security/pam_google_authenticator/pkg-descr Wed Feb 21 18:59:23 2018 (r462539)
+++ head/security/pam_google_authenticator/pkg-descr Wed Feb 21 20:11:01 2018 (r462540)
@@ -1,4 +1,4 @@
The PAM module can add a two-factor authentication
step to any PAM-enabled application.
-WWW: http://code.google.com/p/google-authenticator/
+WWW: https://github.com/google/google-authenticator-libpam
Modified: head/security/pam_google_authenticator/pkg-plist
==============================================================================
--- head/security/pam_google_authenticator/pkg-plist Wed Feb 21 18:59:23 2018 (r462539)
+++ head/security/pam_google_authenticator/pkg-plist Wed Feb 21 20:11:01 2018 (r462540)
@@ -1,5 +1,8 @@
bin/google-authenticator
lib/pam_google_authenticator.so
+man/man1/google-authenticator.1.gz
+man/man8/pam_google_authenticator.8.gz
share/doc/google-authenticator/FILEFORMAT
share/doc/google-authenticator/README.md
share/doc/google-authenticator/totp.html
+
More information about the svn-ports-all
mailing list