about summary refs log tree commit diff
path: root/pkgs/servers/oauth2_proxy
AgeCommit message (Collapse)AuthorFilesLines
2020-09-04oauth2_proxy: 6.0.0 -> 6.1.1Bruno Bigras1-3/+3
2020-08-10buildGoModule packages: remove doCheck = truezowoq1-2/+0
2020-07-19oauth2_proxy: 5.1.1 -> 6.0.0 (#93121)Nikola Knežević1-4/+4
The new release fixes one of the outstanding CVEs against oauth2_proxy: https://github.com/oauth2-proxy/oauth2-proxy/security/advisories/GHSA-5m6c-jp6f-2vcv. In addition, rename the owner and the project name to reflect the changes upstream (it now belongs to the oauth2-proxy organization, and the name is oauth2-proxy)
2020-06-26oauth2_proxy: 5.1.0 -> 5.1.1Nikola Knezevic2-623/+6
This update fixes CVE https://nvd.nist.gov/vuln/detail/CVE-2020-11053. In addition, switch to using `buildGoModule` as the project switched to go 1.14 and go modules.
2020-04-20oauth2_proxy: Add knl as a maintainerNikola Knezevic1-1/+1
Per request from the current maintainer.
2020-04-20oauth2_proxy: Start running tests for oauth2_proxyNikola Knezevic1-0/+2
No NixOS tests yet, but this is better than nothing.
2020-04-20oauth2_proxy: 3.2.0 -> 5.1.0Nikola Knezevic2-63/+498
v3.2.0 is 11 months old. v5.1.0 brings new providers and fixes security vulnerabilities. In addition, the project switched to go 1.14 and uses go modules, which is now reflected in the build process. NOTE: There are many breaking changes, which are then reflected in the NixOS services configuration.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-06-16treewide: remove unused variables (#63177)volth1-1/+1
* treewide: remove unused variables * making ofborg happy
2019-04-30oauth2_proxy: 20180325 -> 3.2.0nyanloutre2-57/+110
after bitly repo was frozen, pusher is now the official hard fork https://github.com/bitly/oauth2_proxy/issues/628
2018-04-12oauth2_proxy: 20160120 -> 20180325Yorick van Pelt2-36/+90
2016-09-16buildGoPackage: deps.json -> deps.nix in NIXONKamil Chmielewski3-84/+84
https://github.com/NixOS/nixpkgs/pull/17254#issuecomment-245295541 * update docs to describe `deps.nix` * include goDeps in nix-shell GOPATH * NixOS 16.09 rel notes about replacing goPackages
2016-08-11buildGoPackage: remove Go deps file `libs.json`Kamil Chmielewski1-14/+81
After #16017 there were a lot of comments saying that `nix` would be better than `JSON` for Go packages dependency sets. As said in https://github.com/NixOS/nixpkgs/pull/16017#issuecomment-229624046 > Because of the content-addressable store, if two programs have the > same dependency it will already result in the same derivation in > the > store. Git also has compression in the pack files so it won't make > much difference to duplicate the dependencies on disk. And finally > most users will just use the binary builds so it won't make any > differences to them. This PR removes `libs.json` file and puts all package dependencies in theirs `deps.json`.
2016-06-09no more goPackagesKamil Chmielewski1-4/+1
2016-06-09oauth2_proxy: extracted from goPackagesKamil Chmielewski2-0/+36