From owner-svn-ports-all@freebsd.org Wed Jan 1 18:51:03 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 20FC21DCED2; Wed, 1 Jan 2020 18:51:03 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47p0cR025xz4Dct; Wed, 1 Jan 2020 18:51:03 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F07F7703A; Wed, 1 Jan 2020 18:51:02 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 001Ip2be008232; Wed, 1 Jan 2020 18:51:02 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 001Ip2at008230; Wed, 1 Jan 2020 18:51:02 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202001011851.001Ip2at008230@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Wed, 1 Jan 2020 18:51:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r521756 - head/security/pam_google_authenticator X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/security/pam_google_authenticator X-SVN-Commit-Revision: 521756 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jan 2020 18:51:03 -0000 Author: tcberner Date: Wed Jan 1 18:51:02 2020 New Revision: 521756 URL: https://svnweb.freebsd.org/changeset/ports/521756 Log: security/pam_google_authenticator: update to 1.08 Bugfix issue: https://github.com/google/google-authenticator-libpam/issues/146 PR: 243003 Submitted by: Dries Michiels (maintainer) MFH: 2020Q1 Modified: head/security/pam_google_authenticator/Makefile head/security/pam_google_authenticator/distinfo Modified: head/security/pam_google_authenticator/Makefile ============================================================================== --- head/security/pam_google_authenticator/Makefile Wed Jan 1 17:55:47 2020 (r521755) +++ head/security/pam_google_authenticator/Makefile Wed Jan 1 18:51:02 2020 (r521756) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pam_google_authenticator -PORTVERSION= 1.07 +PORTVERSION= 1.08 PORTEPOCH= 1 CATEGORIES= security Modified: head/security/pam_google_authenticator/distinfo ============================================================================== --- head/security/pam_google_authenticator/distinfo Wed Jan 1 17:55:47 2020 (r521755) +++ head/security/pam_google_authenticator/distinfo Wed Jan 1 18:51:02 2020 (r521756) @@ -1,3 +1,3 @@ -TIMESTAMP = 1576322545 -SHA256 (google-google-authenticator-libpam-1.07_GH0.tar.gz) = 104a158e013585e20287f8d33935e93c711b96281e6dda621a5c19575d0b0405 -SIZE (google-google-authenticator-libpam-1.07_GH0.tar.gz) = 62764 +TIMESTAMP = 1577789458 +SHA256 (google-google-authenticator-libpam-1.08_GH0.tar.gz) = 6f6d7530261ba9e2ece84214f1445857d488b7851c28a58356b49f2d9fd36290 +SIZE (google-google-authenticator-libpam-1.08_GH0.tar.gz) = 62767