summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/caddy
AgeCommit message (Collapse)Author
2020-11-17maintainers: rename filalex77 -> Br1ght0neOleksii Filonenko
2020-10-25caddy: 2.2.0 -> 2.2.1R. RyanTM
2020-10-02caddy1: removezowoq
2020-09-25caddy: 2.1.1 -> 2.2.0zowoq
https://github.com/caddyserver/caddy/releases/tag/v2.2.0
2020-09-14caddy1: fix build (#97988)pancho horrillo
main.go gets overwritten in order to build caddy with telemetry disabled, but the global variable `run` got neglected, and this in turn broke the test in caddy/main_test.go. This commit fixes that, and build can now complete.
2020-09-08caddy: 2.0.0 -> 2.1.1Sylvain Fankhauser
2020-09-08caddy: address remaining MR comments for v2Sylvain Fankhauser
2020-09-07caddy: 1.0.5 -> 2.0.0Oleksii Filonenko
Rename legacy v1 to `caddy1`
2020-08-11treewide: remove obsolete attribute goPackagePath in buildGoModule ↵Timothy Stott
derivations (#95092) The buildGoModule infrastructure does not make use of goPackagePath it is a residue from buildGoPackage.
2020-08-10buildGoModule packages: set doCheck = falsezowoq
2020-07-31Merge pull request #94280 from zowoq/ecc-gomoduleJörg Thalheim
buildGoModule packages: editorconfig fixes
2020-07-31buildGoModule packages: editorconfig fixeszowoq
2020-07-29caddy2: 2.0.0 -> 2.1.1Mario Rodas
2020-05-14go-modules: Update files to use vendorSha256Colin L Rice
2020-05-04caddy2: 2.0.0-rc.3 -> 2.0.0Oleksii Filonenko
2020-05-03caddy2: 2.0.0-rc.1 -> 2.0.0-rc.3Oleksii Filonenko
2020-04-03Merge pull request #84169 from filalex77/caddy2-2.0.0-rc.1Mario Rodas
caddy2: 2.0.0-beta10 -> 2.0.0-rc.1
2020-04-03caddy2: 2.0.0-beta10 -> 2.0.0-rc.1Oleksii Filonenko
2020-03-27Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"Jörg Thalheim
This reverts commit 4e6bf03504c9e09f067cc6dee6b5aeec43a1405c, reversing changes made to afd997aab6e9b7a322198092c7828d6c560ac06f. Instead we propagate those frameworks from the compiler again
2020-03-21caddy2: fix build on darwinMario Rodas
2020-03-21caddy: fix build on darwinMario Rodas
2020-03-14caddy: 1.0.4 -> 1.0.5 (#82601)R. RyanTM
2019-12-03caddy2: init at 2.0.0-beta10 (#74843)Oleksii Filonenko
Co-Authored-By: Konrad Borowski <konrad@borowski.pw>
2019-12-02caddy: add filalex77 to maintainersOleksii Filonenko
2019-12-02caddy: 1.0.3 -> 1.0.4Oleksii Filonenko
2019-10-26caddy: disable telemetryMario Rodas
Co-authored-by: Franz Pletz <fpletz@fnordicwalking.de>
2019-09-22caddy: 1.0.0 -> 1.0.3Mario Rodas
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-06-18caddy: 0.11.4 -> 1.0.0allowthere
https://github.com/mholt/caddy/releases/tag/v0.11.5 https://github.com/mholt/caddy/releases/tag/v1.0.0-beta1 https://github.com/mholt/caddy/releases/tag/v1.0.0-beta2 https://github.com/mholt/caddy/releases/tag/v1.0.0
2019-02-24caddy: 0.11.1 -> 0.11.4 (#56214)Will Dietz
https://github.com/mholt/caddy/releases/tag/v0.11.4 https://github.com/mholt/caddy/releases/tag/v0.11.3 https://github.com/mholt/caddy/releases/tag/v0.11.2
2018-11-20caddy: 0.11.0 -> 0.11.1Franz Pletz
2018-07-21pkgs/*: remove unreferenced function argumentsvolth
2018-07-16caddy: 0.10.12 -> 0.11.0Franz Pletz
2018-03-28caddy: 0.10.11 -> 0.10.12Franz Pletz
2018-02-25caddy: 0.10.10 -> 0.10.11Ryan Mulligan
Semi-automatic update. These checks were performed: - built on NixOS - ran `/nix/store/fak10szh33cyf8wf70m9wg4gp23jqzbq-caddy-0.10.11-bin/bin/caddy --version` and found version 0.10.11 - found 0.10.11 with grep in /nix/store/fak10szh33cyf8wf70m9wg4gp23jqzbq-caddy-0.10.11-bin - found 0.10.11 in filename of file in /nix/store/fak10szh33cyf8wf70m9wg4gp23jqzbq-caddy-0.10.11-bin
2017-11-01caddy: 0.10.9 -> 0.10.10zimbatm
2017-09-16caddy: 0.10.7 -> 0.10.9adisbladis
2017-08-29caddy: 0.10.6 -> 0.10.7rushmorem
2017-07-31caddy: 0.10.4 -> 0.10.6Franz Pletz
2017-07-09caddy: 0.10.3 -> 0.10.4zimbatm
The dependencies are now fully vendored
2017-06-13caddy: 0.9.5 -> 0.10.3Franz Pletz
2017-01-25caddy: 0.9.2 -> 0.9.5rnhmjoj
2016-09-21caddy: 0.9.1 -> 0.9.2rushmorem
2016-09-16buildGoPackage: deps.json -> deps.nix in NIXONKamil Chmielewski
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-21caddy: 0.9.0 -> 0.9.1rushmorem
2016-08-14caddy: 0.8.3 -> 0.9.0rushmorem
Closes https://github.com/NixOS/nixpkgs/issues/17678
2016-08-11buildGoPackage: remove Go deps file `libs.json`Kamil Chmielewski
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-09buildGoPackage: use Go 1.6 by defaultKamil Chmielewski
2016-06-09buildGo16Packages: fetchgit -> fetchFromGitHubKamil Chmielewski
2016-06-09no more goPackagesKamil Chmielewski