Commit Graph

73 Commits

Author SHA1 Message Date
IndeedNotJames
ff7add2d60
caddy: add indeednotjames as maintainer 2023-02-09 03:31:08 +01:00
IndeedNotJames
897bc4daab
xcaddy: fix build info 2023-02-07 15:58:25 +01:00
IndeedNotJames
ed903ee4ef
xcaddy: add indeednotjames as maintainer 2023-02-07 15:58:25 +01:00
IndeedNotJames
2a4cb50a3f
xcaddy: 0.3.1 -> 0.3.2 2023-02-07 15:58:25 +01:00
techknowlogick
e48e332c3a caddy: 2.6.1 -> 2.6.2 2022-10-13 17:47:42 -04:00
techknowlogick
87810a6c2f caddy: 2.6.0 -> 2.6.1 2022-09-22 15:38:41 -04:00
techknowlogick
052d88386c caddy: 2.5.2 -> 2.6.0 2022-09-20 15:02:39 -04:00
Theodore Ni
7a23457bac
xcaddy: use temp dir on Darwin
Upstream xcaddy uses the $HOME directory as the temp directory on Darwin
in order to fix an interesting bug.

In order to find version information for Caddy, it runs a command that
needs to operate on file system without "noexec" set, but Darwin's temp
directory has it set.

We can tolerate losing version information, since the alternative is
that xcaddy does not run on Darwin.
2022-09-19 00:06:14 -07:00
Theodore Ni
157918af5d
xcaddy: init at 0.3.1.
A tool that can be used to build the Caddy webserver with plugins.

It functions as its own package manager and calls out to the network, so
it can't build Caddy in nixpkgs, but it's useful for environments that:

1. Do not need sandboxed and reproducible builds.

2. Pin Caddy and plugin versions when using the tool and trust it to be
   a reproducible, fixed derivation.
2022-09-18 23:49:04 -07:00
techknowlogick
10646f5e07 caddy: 2.5.1 -> 2.5.2 2022-07-12 22:31:03 -04:00
techknowlogick
8679c785ac caddy: 2.5.0 -> 2.5.1 2022-05-06 20:04:57 -04:00
techknowlogick
eb1bc95c2d caddy: 2.4.6 -> 2.5.0 2022-04-26 07:47:42 -04:00
Aaron Andersen
a4977db2e8
caddy: include and utilize systemd service from upstream (#147305) 2021-11-29 23:16:25 +09:00
happysalada
bd25ccf3aa caddy: 2.4.5 -> 2.4.6 2021-11-08 16:56:39 -05:00
happysalada
85763b63cc caddy: 2.4.4 -> 2.4.5 2021-09-06 08:56:12 +09:00
Raphael Megzari
9de959a06f
caddy: 2.4.3 -> 2.4.4 (#136252) 2021-08-31 11:56:51 +02:00
happysalada
26e1c41f93 caddy: 2.4.1 -> 2.4.3 2021-08-17 22:44:50 +09:00
R. RyanTM
3bf7a41ddc caddy: 2.4.0 -> 2.4.1 2021-05-20 14:40:30 -07:00
R. RyanTM
c35d77d13a caddy: 2.3.0 -> 2.4.0 2021-05-11 01:31:41 +00:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
Mario Rodas
3a1e7d7129 caddy: 2.2.1 -> 2.3.0
https://github.com/caddyserver/caddy/releases/tag/v2.3.0
2021-01-05 22:51:01 -05:00
Oleksii Filonenko
512c3c0a05 maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02:00
R. RyanTM
4b023fb1da caddy: 2.2.0 -> 2.2.1 2020-10-25 09:49:15 +01:00
zowoq
9e7e0e9aa1 caddy1: remove 2020-10-02 23:50:59 +10:00
zowoq
60fcc12970 caddy: 2.1.1 -> 2.2.0
https://github.com/caddyserver/caddy/releases/tag/v2.2.0
2020-09-25 09:17:28 +10:00
pancho horrillo
c814b0ef24
caddy1: fix build (#97988)
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-14 19:31:08 +00:00
Sylvain Fankhauser
94ed8606c6
caddy: 2.0.0 -> 2.1.1 2020-09-08 09:29:05 +02:00
Sylvain Fankhauser
b8bfe941fa
caddy: address remaining MR comments for v2 2020-09-08 09:29:04 +02:00
Oleksii Filonenko
6322325a53
caddy: 1.0.5 -> 2.0.0
Rename legacy v1 to `caddy1`
2020-09-07 09:39:16 +02:00
Timothy Stott
ba7c0893d4
treewide: remove obsolete attribute goPackagePath in buildGoModule derivations (#95092)
The buildGoModule infrastructure does not make use of goPackagePath it is a residue from buildGoPackage.
2020-08-11 21:04:55 +00:00
zowoq
cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
Jörg Thalheim
af2055de21
Merge pull request #94280 from zowoq/ecc-gomodule
buildGoModule packages: editorconfig fixes
2020-07-31 05:50:52 +01:00
zowoq
3c5750d1cd buildGoModule packages: editorconfig fixes 2020-07-31 13:58:04 +10:00
Mario Rodas
966d74e870
caddy2: 2.0.0 -> 2.1.1 2020-07-29 04:20:00 -05:00
Colin L Rice
d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
Oleksii Filonenko
ee76d62845 caddy2: 2.0.0-rc.3 -> 2.0.0 2020-05-04 17:13:56 +00:00
Oleksii Filonenko
9739d7e34a caddy2: 2.0.0-rc.1 -> 2.0.0-rc.3 2020-05-03 23:53:21 +03:00
Mario Rodas
dd65638d45
Merge pull request #84169 from filalex77/caddy2-2.0.0-rc.1
caddy2: 2.0.0-beta10 -> 2.0.0-rc.1
2020-04-03 09:12:14 -05:00
Oleksii Filonenko
41bcc6ff99 caddy2: 2.0.0-beta10 -> 2.0.0-rc.1 2020-04-03 10:43:25 +03:00
Jörg Thalheim
066db11215
Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"
This reverts commit 4e6bf03504, reversing
changes made to afd997aab6.

Instead we propagate those frameworks from the compiler again
2020-03-27 07:33:21 +00:00
Mario Rodas
5480f994e9 caddy2: fix build on darwin 2020-03-21 04:57:00 -05:00
Mario Rodas
e260f4861c caddy: fix build on darwin 2020-03-21 04:56:00 -05:00
R. RyanTM
e3e86f1b12
caddy: 1.0.4 -> 1.0.5 (#82601) 2020-03-14 18:04:13 +00:00
Oleksii Filonenko
0ff31210bb caddy2: init at 2.0.0-beta10 (#74843)
Co-Authored-By: Konrad Borowski <konrad@borowski.pw>
2019-12-03 13:19:38 +00:00
Oleksii Filonenko
2fbfb02032
caddy: add filalex77 to maintainers 2019-12-02 16:19:43 +02:00
Oleksii Filonenko
1a3b366ad2
caddy: 1.0.3 -> 1.0.4 2019-12-02 16:19:43 +02:00
Mario Rodas
b53710e19e
caddy: disable telemetry
Co-authored-by: Franz Pletz <fpletz@fnordicwalking.de>
2019-10-26 15:57:07 +02:00
Mario Rodas
4d178d9fd6
caddy: 1.0.0 -> 1.0.3 2019-09-22 22:22:22 -05:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00