Commit Graph

1366 Commits

Author SHA1 Message Date
ajs124
893214cd0e nginxMainline: 1.21.6 -> 1.22.0 2022-05-30 11:58:28 +02:00
ajs124
14ef375cf0 nginxStable: 1.20.2 -> 1.22.0 2022-05-30 11:58:28 +02:00
Sergei Trofimovich
4561c660ba
Merge pull request #173012 from trofi/fix-fno-common-for-mod_tile
apacheHttpdPackages.mod_tile: pull upstream fix for -fno-common
2022-05-29 15:52:06 +00:00
Sandro Jäckel
dbed75d12d
go-camo: remove tests which require network 2022-05-25 19:33:32 +02:00
Alyssa Ross
78cf42b90d cgiserver: init at 1.0.0 2022-05-25 12:32:34 +00:00
Sandro
5ce6597eca
Merge pull request #172447 from viraptor/add-go-camo
go-camo: init at 2.4.0
2022-05-24 17:55:48 +02:00
ajs124
703280d031
Merge pull request #173721 from waldheinz/nginx-module-sources
nginx: take care not to pull in module sources as runtime deps
2022-05-24 15:40:09 +02:00
Artturi
e00bb60b19
Merge pull request #173430 from Artturin/fetchzippost 2022-05-23 18:25:50 +03:00
Artturin
b3caa2f1fe treewide: extraPostFetch -> postFetch 2022-05-23 17:18:50 +03:00
Izorkin
6e8e1faabe
nixos/tests: add nginx-http3 test 2022-05-22 19:29:12 +03:00
Matthias Treydte
ecb166b3e3 nginx: simplify the postInstall phase
Per suggestion from @ajs124, we can rely on the
"move-sbin" setup hook to move the executable
to $out/bin instead of doing it manually and
simplify accoringly.
2022-05-22 10:35:51 +02:00
Matthias Treydte
2fd6e6e264 nginx: take care not to pull in module sources as runtime deps
Nginx likes to print the "configured with ..." stuff on startup,
containing the full configure command line. When built with
modules (which it seems to be by default), this causes the
module sources to appear as runtime dependencies. So just use
the remove-references-to script to patch those out.

For a default installation, the rtmp, dav and moreheaders
module sources are gone, for special cases potentially more.
2022-05-20 09:29:45 +02:00
Sergei Trofimovich
5f137cf5b7 apacheHttpdPackages.mod_tile: pull upstream fix for -fno-common
Without che change build on upstream gcc-10 fails as:

    ld: src/renderd-gen_tile.o:/build/source/includes/daemon.h:48:
      multiple definition of `render_request_queue'; src/daemon.o:/build/source/includes/daemon.h:48: first defined here
2022-05-14 12:59:05 +01:00
midchildan
ea9188a989
trafficserver: 9.1.1 -> 9.1.2 2022-05-14 03:20:23 +09:00
Dmitry Bogatov
aa9eb4509c
nginx-doc-unstable: init at 2022-05-05
Build documentation of nginx (which is maintained separately from webserver
itself) and make it available both as "nginx-doc" attribute and as "doc" output
of "nginx" derivation.
2022-05-11 21:38:04 -04:00
Dmitry Bogatov
c92ef7a135
nginx: build offline documentation 2022-05-11 21:38:04 -04:00
Thomas Gerbet
a722d04617 mini-httpd: fix the build
Moved back to C++14 where dynamic exception specifications are
deprecated but still present.

ZHF: #172160
2022-05-11 11:46:21 +02:00
Stanisław Pitucha
4c8fe91fb0 go-camo: init at 2.4.0 2022-05-11 14:35:17 +10:00
Luke Granger-Brown
69c4a08072 envoy: fix sha256 for aarch64-linux 2022-05-10 19:12:05 +02:00
Rick van Schijndel
9d9b4dc64b envoy: fix sha256 for x86_64-linux 2022-05-10 07:30:10 +02:00
Luke Granger-Brown
defb2298de envoy: fix builds for x86_64-linux and aarch64-linux
* Bumps brotli version to incorporate a fix for some GCC warnings which
  get promoted to errors.
* Switches from wee8 to WAMR because it's easier to make it build
  sensibly on a range of GCC versions that aren't just "whatever ships
  with Ubuntu LTS".
* Adds a patch for WAMR's build in Envoy because it won't build properly
  under Linux aarch64, since WAMR doesn't detect aarch64 unless it's on
  macOS.
2022-05-09 00:51:26 +00:00
Bobby Rong
a585b1c709
Merge pull request #169666 from armeenm/unit-drop-python2
unit: drop python2 support
2022-05-02 18:43:05 +08:00
Will
14fca0ca6f couchdb3: 3.2.1 -> 3.2.2 2022-04-26 09:02:36 +00:00
Vladimír Čunát
a97a00fceb
nginx: fixup build with other than gcc11
This parameter isn't known by clang or older gcc,
and that breaks compilation there:
https://hydra.nixos.org/build/174714339
https://hydra.nixos.org/build/174713306

Flag was added in commit 6508304a in PR #170102.
2022-04-25 07:45:16 +02:00
Izorkin
6508304a88
nginxModules.vts: fix build on gcc11 2022-04-24 18:20:37 +03:00
Vladimír Čunát
46561f0891
Merge #168941: nginxStable: add patch for CVE-2021-3618 2022-04-23 16:58:48 +02:00
Armeen Mahdian
bb6abb6e5b unit: drop python2 support 2022-04-21 20:23:46 -05:00
Mario Rodas
c8ec562e20
Merge pull request #168768 from lukegb/pomerium
envoy: support aarch64-linux
2022-04-17 08:55:07 -05:00
Robert Scott
6951ba02f4 nginxStable: add patch for CVE-2021-3618 2022-04-16 17:18:05 +01:00
Luke Granger-Brown
940ad02f7b pomerium: note aarch64-linux as supported 2022-04-15 09:17:59 +00:00
Luke Granger-Brown
b23255a51c envoy: add fetch hash for aarch64-linux 2022-04-15 09:17:48 +00:00
Lassulus
92734ac395
Merge pull request #166865 from malob/treewide-mainProgram
treewide: add meta.mainProgram to many packages
2022-04-15 09:28:00 +01:00
Luke Granger-Brown
80c9f128c3 pomerium: 0.17.0 -> 0.17.1 2022-04-14 18:23:38 +00:00
Malo Bourgon
0e802eafad treewide: add meta.mainProgram to many packages 2022-04-14 10:24:01 -07:00
ajs124
4c1880fae5
Merge pull request #163835 from r-ryantm/auto-update/gitlab-pages
gitlab-pages: 1.51.0 -> 1.54.0
2022-04-09 16:23:06 +01:00
pennae
3838b7e07e
Merge pull request #166894 from CameronNemo/nixos-mod-envoy
nixos/envoy: init
2022-04-07 16:23:12 +00:00
Cameron Nemo
1b4b16e1bd nixos/envoy: init 2022-04-07 14:43:53 +00:00
github-actions[bot]
c46200d454
Merge master into staging-next 2022-04-03 18:01:07 +00:00
ajs124
7a5f25594e myserver: remove after being marked broken for over two years
It was marked in commit 8a7f3c3618 by Eelco Dolstra on 2014-08-08 (commited on 2014-08-08)
2022-04-03 16:14:17 +01:00
Alyssa Ross
ac5a927919
Merge remote-tracking branch 'nixpkgs/master' into staging-next
Conflicts:
	pkgs/development/python-modules/einops/default.nix
	pkgs/development/python-modules/elegy/default.nix
2022-03-31 11:46:46 +00:00
Ben Siraphob
21faf9fc29
treewide: move autoconf, automake to nativeBuildInputs 2022-03-30 20:17:24 -05:00
github-actions[bot]
c62314becb
Merge staging-next into staging 2022-03-22 06:01:42 +00:00
Will Dietz
e225f91883 lwan: fix build w/musl, disable PIE 2022-03-21 11:24:51 -05:00
Will Dietz
5ca306875c lwan: no jemalloc w/musl 2022-03-21 11:16:30 -05:00
Will Dietz
0341e3d535 lwan: indicate jemalloc should be used, or it won't be
(cherry picked from commit d45a92fba512e8aeaf7bb904077ca8cd4ad988a8)
2022-03-21 11:14:40 -05:00
github-actions[bot]
2eac3106df
Merge staging-next into staging 2022-03-17 00:02:45 +00:00
Martin Weinelt
72fc709e4f
Merge pull request #164102 from mweinelt/apachehttpd 2022-03-16 20:33:20 +01:00
zowoq
6431086967 Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/development/python-modules/symengine/default.nix
2022-03-16 16:03:43 +10:00
Luke Granger-Brown
247a1809a4
Merge pull request #163431 from nazarewk/update-plantuml-server
plantuml-server 1.2021.12 -> 1.2022.2
2022-03-14 13:37:49 +00:00
Alyssa Ross
d7e181ff83
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	pkgs/development/compilers/ocaml/4.12.nix
	pkgs/development/python-modules/oci/default.nix
	pkgs/tools/admin/bubblewrap/default.nix
2022-03-14 12:33:16 +00:00