Received: from mail.netbsd.org (mail.NetBSD.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id CE41E7A212 for ; Sun, 3 Jan 2016 20:39:37 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4A4BE85EEC; Sun, 3 Jan 2016 20:39:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CCAF985EE2 for ; Sun, 3 Jan 2016 20:39:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 1QjacIntFNrG for ; Sun, 3 Jan 2016 20:39:36 +0000 (UTC) Received: from cvs.NetBSD.org (cvs.NetBSD.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 36B8F85EDE for ; Sun, 3 Jan 2016 20:39:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 192C1FBB5; Sun, 3 Jan 2016 20:39:36 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 3 Jan 2016 20:39:36 +0000 From: "Benny Siegert" Subject: CVS commit: pkgsrc/security/go-oauth2 To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20160103203936.192C1FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: bsiegert Date: Sun Jan 3 20:39:36 UTC 2016 Modified Files: pkgsrc/security/go-oauth2: Makefile PLIST distinfo Log Message: Update go-oauth2 to 20151204. Changes: 2baa8a1 internal: primarily use the HTTP client provided in the context 442624c oauth2: allow users to register broken OAuth2 implementations 2bf5e6e internal: add Salesforce to list of broken auth providers 3314c49 internal: add microsoftonline.com to list of broken providers d4780cd jws: fix base64Decode for strings of length 1 (mod 4). e347d22 jws: add EncodeWithSigner function. 038cb4a all: change copyright to 'Go Authors' ef4eca6 small typo fix in clientcredentials.go 2fbf3d7 token: extra numeric values + test TokenType case 3cab960 internal: add slack.com to the broken auth list c30abee internal: remove GitHub from the list of broken providers 166f7cf google: set expiry on JWTAccessTokenSource 82de3fe jwt: added missing format specifier d5ff5ab jwt: allow setting a custom expiry time for JWT tokens 9ecad50 bitbucket: add end points 52dcf34 google: Re-enable AppEngineTokenSource to be used from Managed VMs. ad01282 Remove use of appenginevm build tag. 897d973 google: set token type on returned JWTAccessToken, tweak docs 397fe76 google: add support for JWT Access Tokens 8914e50 oauth2: add api.netatmo.net to the broken providers b5adcc2 doc: fix typo 36ff901 oauth2: ensure case sensitivity for Bearer, MAC, and Basic in auth header f98d016 oauth2: use the correct import path for urlfetch e296c42 oauth2: add StaticTokenSource to return static tokens To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/go-oauth2/Makefile \ pkgsrc/security/go-oauth2/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/go-oauth2/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.