svn commit: r505477 - head/security/pam_google_authenticator

Steve Wills swills at FreeBSD.org
Sun Jun 30 20:21:47 UTC 2019


Author: swills
Date: Sun Jun 30 20:21:44 2019
New Revision: 505477
URL: https://svnweb.freebsd.org/changeset/ports/505477

Log:
  security/pam_google_authenticator: update to 1.06
  
  PR:		238625
  Submitted by:	Dries Michiels <driesm.michiels at gmail.com>
  Approved by:	maintainer timeout (jnlin at freebsd.cs.nctu.edu.tw, >2 weeks)

Modified:
  head/security/pam_google_authenticator/Makefile   (contents, props changed)
  head/security/pam_google_authenticator/distinfo   (contents, props changed)
  head/security/pam_google_authenticator/pkg-plist   (contents, props changed)

Modified: head/security/pam_google_authenticator/Makefile
==============================================================================
--- head/security/pam_google_authenticator/Makefile	Sun Jun 30 20:19:21 2019	(r505476)
+++ head/security/pam_google_authenticator/Makefile	Sun Jun 30 20:21:44 2019	(r505477)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pam_google_authenticator
-PORTVERSION=	1.05
+PORTVERSION=	1.06
 PORTEPOCH=	1
 CATEGORIES=	security
 
@@ -18,9 +18,9 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	google
 GH_PROJECT=	google-authenticator-libpam
 
-OPTIONS_DEFINE=	QRENCODE
+OPTIONS_DEFINE=		QRENCODE
 OPTIONS_DEFAULT=	QRENCODE
-QRENCODE_DESC=	Allow creation of QR-codes
+QRENCODE_DESC=		Allow creation of QR-codes
 
 QRENCODE_LIB_DEPENDS=	libqrencode.so:graphics/libqrencode
 

Modified: head/security/pam_google_authenticator/distinfo
==============================================================================
--- head/security/pam_google_authenticator/distinfo	Sun Jun 30 20:19:21 2019	(r505476)
+++ head/security/pam_google_authenticator/distinfo	Sun Jun 30 20:21:44 2019	(r505477)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1519235290
-SHA256 (google-google-authenticator-libpam-1.05_GH0.tar.gz) = 862412d6927ee1a19d81150006d53c21935897ba6d033616c31fc4d6aaa4db08
-SIZE (google-google-authenticator-libpam-1.05_GH0.tar.gz) = 57778
+TIMESTAMP = 1560711027
+SHA256 (google-google-authenticator-libpam-1.06_GH0.tar.gz) = 52f03ec746e8deb1af37911697d096f0fa87583491b7cc460cdf09a6ef0d6b06
+SIZE (google-google-authenticator-libpam-1.06_GH0.tar.gz) = 62292

Modified: head/security/pam_google_authenticator/pkg-plist
==============================================================================
--- head/security/pam_google_authenticator/pkg-plist	Sun Jun 30 20:19:21 2019	(r505476)
+++ head/security/pam_google_authenticator/pkg-plist	Sun Jun 30 20:21:44 2019	(r505477)
@@ -5,4 +5,3 @@ 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