pkgsrc/security/go-oauth2/PLIST
bsiegert c87344a08f 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
2016-01-03 20:39:35 +00:00

58 lines
2.9 KiB
Text

@comment $NetBSD: PLIST,v 1.2 2016/01/03 20:39:35 bsiegert Exp $
gopkg/pkg/${GO_PLATFORM}/golang.org/x/oauth2.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/oauth2/bitbucket.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/oauth2/clientcredentials.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/oauth2/facebook.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/oauth2/github.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/oauth2/google.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/oauth2/internal.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/oauth2/jws.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/oauth2/jwt.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/oauth2/linkedin.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/oauth2/odnoklassniki.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/oauth2/paypal.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/oauth2/vk.a
gopkg/src/golang.org/x/oauth2/AUTHORS
gopkg/src/golang.org/x/oauth2/CONTRIBUTING.md
gopkg/src/golang.org/x/oauth2/CONTRIBUTORS
gopkg/src/golang.org/x/oauth2/LICENSE
gopkg/src/golang.org/x/oauth2/README.md
gopkg/src/golang.org/x/oauth2/bitbucket/bitbucket.go
gopkg/src/golang.org/x/oauth2/client_appengine.go
gopkg/src/golang.org/x/oauth2/clientcredentials/clientcredentials.go
gopkg/src/golang.org/x/oauth2/clientcredentials/clientcredentials_test.go
gopkg/src/golang.org/x/oauth2/example_test.go
gopkg/src/golang.org/x/oauth2/facebook/facebook.go
gopkg/src/golang.org/x/oauth2/github/github.go
gopkg/src/golang.org/x/oauth2/google/appengine.go
gopkg/src/golang.org/x/oauth2/google/appengine_hook.go
gopkg/src/golang.org/x/oauth2/google/appenginevm_hook.go
gopkg/src/golang.org/x/oauth2/google/default.go
gopkg/src/golang.org/x/oauth2/google/example_test.go
gopkg/src/golang.org/x/oauth2/google/google.go
gopkg/src/golang.org/x/oauth2/google/google_test.go
gopkg/src/golang.org/x/oauth2/google/jwt.go
gopkg/src/golang.org/x/oauth2/google/sdk.go
gopkg/src/golang.org/x/oauth2/google/sdk_test.go
gopkg/src/golang.org/x/oauth2/google/testdata/gcloud/credentials
gopkg/src/golang.org/x/oauth2/google/testdata/gcloud/properties
gopkg/src/golang.org/x/oauth2/internal/oauth2.go
gopkg/src/golang.org/x/oauth2/internal/oauth2_test.go
gopkg/src/golang.org/x/oauth2/internal/token.go
gopkg/src/golang.org/x/oauth2/internal/token_test.go
gopkg/src/golang.org/x/oauth2/internal/transport.go
gopkg/src/golang.org/x/oauth2/internal/transport_test.go
gopkg/src/golang.org/x/oauth2/jws/jws.go
gopkg/src/golang.org/x/oauth2/jwt/example_test.go
gopkg/src/golang.org/x/oauth2/jwt/jwt.go
gopkg/src/golang.org/x/oauth2/jwt/jwt_test.go
gopkg/src/golang.org/x/oauth2/linkedin/linkedin.go
gopkg/src/golang.org/x/oauth2/oauth2.go
gopkg/src/golang.org/x/oauth2/oauth2_test.go
gopkg/src/golang.org/x/oauth2/odnoklassniki/odnoklassniki.go
gopkg/src/golang.org/x/oauth2/paypal/paypal.go
gopkg/src/golang.org/x/oauth2/token.go
gopkg/src/golang.org/x/oauth2/token_test.go
gopkg/src/golang.org/x/oauth2/transport.go
gopkg/src/golang.org/x/oauth2/transport_test.go
gopkg/src/golang.org/x/oauth2/vk/vk.go