summary refs log tree commit diff
path: root/pkgs/servers/caddy
Commit message (Collapse)AuthorAge
* caddy: 2.4.0 -> 2.4.1R. RyanTM2021-05-20
|
* caddy: 2.3.0 -> 2.4.0R. RyanTM2021-05-11
|
* treewide: remove stdenv where not neededPavol Rusnak2021-01-25
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* caddy: 2.2.1 -> 2.3.0Mario Rodas2021-01-05
| | | | https://github.com/caddyserver/caddy/releases/tag/v2.3.0
* maintainers: rename filalex77 -> Br1ght0neOleksii Filonenko2020-11-17
|
* caddy: 2.2.0 -> 2.2.1R. RyanTM2020-10-25
|
* caddy1: removezowoq2020-10-02
|
* caddy: 2.1.1 -> 2.2.0zowoq2020-09-25
| | | | https://github.com/caddyserver/caddy/releases/tag/v2.2.0
* caddy1: fix build (#97988)pancho horrillo2020-09-14
| | | | | | | 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.
* caddy: 2.0.0 -> 2.1.1Sylvain Fankhauser2020-09-08
|
* caddy: address remaining MR comments for v2Sylvain Fankhauser2020-09-08
|
* caddy: 1.0.5 -> 2.0.0Oleksii Filonenko2020-09-07
| | | | Rename legacy v1 to `caddy1`
* treewide: remove obsolete attribute goPackagePath in buildGoModule ↵Timothy Stott2020-08-11
| | | | | derivations (#95092) The buildGoModule infrastructure does not make use of goPackagePath it is a residue from buildGoPackage.
* buildGoModule packages: set doCheck = falsezowoq2020-08-10
|
* Merge pull request #94280 from zowoq/ecc-gomoduleJörg Thalheim2020-07-31
|\ | | | | buildGoModule packages: editorconfig fixes
| * buildGoModule packages: editorconfig fixeszowoq2020-07-31
| |
* | caddy2: 2.0.0 -> 2.1.1Mario Rodas2020-07-29
|/
* go-modules: Update files to use vendorSha256Colin L Rice2020-05-14
|
* caddy2: 2.0.0-rc.3 -> 2.0.0Oleksii Filonenko2020-05-04
|
* caddy2: 2.0.0-rc.1 -> 2.0.0-rc.3Oleksii Filonenko2020-05-03
|
* Merge pull request #84169 from filalex77/caddy2-2.0.0-rc.1Mario Rodas2020-04-03
|\ | | | | caddy2: 2.0.0-beta10 -> 2.0.0-rc.1
| * caddy2: 2.0.0-beta10 -> 2.0.0-rc.1Oleksii Filonenko2020-04-03
| |
* | Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"Jörg Thalheim2020-03-27
|/ | | | | | | This reverts commit 4e6bf03504c9e09f067cc6dee6b5aeec43a1405c, reversing changes made to afd997aab6e9b7a322198092c7828d6c560ac06f. Instead we propagate those frameworks from the compiler again
* caddy2: fix build on darwinMario Rodas2020-03-21
|
* caddy: fix build on darwinMario Rodas2020-03-21
|
* caddy: 1.0.4 -> 1.0.5 (#82601)R. RyanTM2020-03-14
|
* caddy2: init at 2.0.0-beta10 (#74843)Oleksii Filonenko2019-12-03
| | | | Co-Authored-By: Konrad Borowski <konrad@borowski.pw>
* caddy: add filalex77 to maintainersOleksii Filonenko2019-12-02
|
* caddy: 1.0.3 -> 1.0.4Oleksii Filonenko2019-12-02
|
* caddy: disable telemetryMario Rodas2019-10-26
| | | | Co-authored-by: Franz Pletz <fpletz@fnordicwalking.de>
* caddy: 1.0.0 -> 1.0.3Mario Rodas2019-09-22
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* caddy: 0.11.4 -> 1.0.0allowthere2019-06-18
| | | | | | 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
* caddy: 0.11.1 -> 0.11.4 (#56214)Will Dietz2019-02-24
| | | | | 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
* caddy: 0.11.0 -> 0.11.1Franz Pletz2018-11-20
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* caddy: 0.10.12 -> 0.11.0Franz Pletz2018-07-16
|
* caddy: 0.10.11 -> 0.10.12Franz Pletz2018-03-28
|
* caddy: 0.10.10 -> 0.10.11Ryan Mulligan2018-02-25
| | | | | | | | | 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
* caddy: 0.10.9 -> 0.10.10zimbatm2017-11-01
|
* caddy: 0.10.7 -> 0.10.9adisbladis2017-09-16
|
* caddy: 0.10.6 -> 0.10.7rushmorem2017-08-29
|
* caddy: 0.10.4 -> 0.10.6Franz Pletz2017-07-31
|
* caddy: 0.10.3 -> 0.10.4zimbatm2017-07-09
| | | | The dependencies are now fully vendored
* caddy: 0.9.5 -> 0.10.3Franz Pletz2017-06-13
|
* caddy: 0.9.2 -> 0.9.5rnhmjoj2017-01-25
|
* caddy: 0.9.1 -> 0.9.2rushmorem2016-09-21
|
* buildGoPackage: deps.json -> deps.nix in NIXONKamil Chmielewski2016-09-16
| | | | | | | | 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
* caddy: 0.9.0 -> 0.9.1rushmorem2016-08-21
|