Commit Graph

1790 Commits

Author SHA1 Message Date
Izorkin
f3e20dbfb0
nginxModules.brotli: unstable-2020-04-23 -> unstable-2022-04-29 2022-12-29 18:14:29 +03:00
Lucas Franceschino
e8e932bc80
nixos/webhook: init 2022-12-29 01:24:46 +01:00
github-actions[bot]
aaaeebad7a
Merge staging-next into staging 2022-12-28 18:01:50 +00:00
Sergei Trofimovich
092d57c076 Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
    pkgs/development/tools/language-servers/ansible-language-server/default.nix
2022-12-28 09:35:37 +00:00
Thomas Gerbet
ede90bb8e1 trafficserver: 9.1.3 -> 9.1.4
Fixes CVE-2022-32749 and CVE-2022-40743.

https://raw.githubusercontent.com/apache/trafficserver/9.1.x/CHANGELOG-9.1.4
2022-12-27 21:15:43 +01:00
Sandro
83d9cef104
Merge pull request #206814 from SuperSandro2000/nginxModules 2022-12-25 20:08:14 +01:00
Sandro
58abb21bbe
nginxModules.lua: replace all occurences
Co-authored-by: Naïm Favier <n@monade.li>
2022-12-25 20:08:01 +01:00
github-actions[bot]
583c7499e5
Merge staging-next into staging 2022-12-25 18:01:38 +00:00
Dmitry Ivankov
9a82a9b524 bazel: 5.2.0 -> 5.3.2
https://blog.bazel.build/2022/08/23/bazel-5.3.html

to supersede https://github.com/NixOS/nixpkgs/pull/187943

re-reverts https://github.com/NixOS/nixpkgs/pull/199458 with more hash updates
2022-12-25 16:47:03 +01:00
Jan Tojnar
72c37eddec Merge branch 'staging-next' into staging 2022-12-25 01:30:47 +01:00
Thiago Kenji Okada
b8230ffa2e mod_wsgi3: refactor derivation 2022-12-24 11:09:19 +00:00
Thiago Kenji Okada
48ba7f97df mod_python: 3.5.0 -> unstable-2022-10-18 2022-12-23 22:28:11 +00:00
Ryan Lahfa
0ed43cb857
Merge pull request #201789 from RaitoBezarius/nginx-with-slice
nginx: expose ngx_http_slice_module through "withSlice"
2022-12-23 00:47:30 +01:00
Sandro
90cf235d3b
Merge pull request #206811 from SuperSandro2000/openresty 2022-12-22 03:08:45 +01:00
Peter Woodman
44b25a639f envoy: 1.23.1 -> 1.23.3 2022-12-20 15:00:02 -05:00
Sandro Jäckel
0e25cc73c8
nginxModules.lua: 0.10.15 -> 0.10.22 2022-12-19 08:46:48 +01:00
Sandro Jäckel
c2b2f29d2b
nginxModules.pagespeed: cleanup 2022-12-19 08:46:11 +01:00
Sandro Jäckel
a7f34992d5
nginxModules: make single packages overridable 2022-12-19 08:45:48 +01:00
Sandro Jäckel
7f2d5f369c
openresty: 1.19.9 -> 1.21.4 2022-12-19 08:38:48 +01:00
github-actions[bot]
dc7ebb0163
Merge staging-next into staging 2022-12-18 18:01:41 +00:00
Vincent Bernat
fc39b5ecc8 nginx: make global redirect vhost option accept exceptions
By moving the return into a location directive, one can provide
exceptions by adding locations. This is similar to what the forceSSL
option does.
2022-12-18 12:21:27 +01:00
github-actions[bot]
7984a7dacb
Merge staging-next into staging 2022-12-18 00:05:50 +00:00
Robert Scott
afeb3385fc
Merge pull request #206121 from Radvendii/fix-mod_tile
apacheHttpdPackages.mod_tile fix
2022-12-17 22:23:38 +00:00
Raito Bezarius
9105bfd039 nginx: expose ngx_http_slice_module through "withSlice" 2022-12-17 02:59:04 +01:00
Vladimír Čunát
59a68f487d
Merge branch 'staging-next' into staging 2022-12-16 11:20:50 +01:00
Naïm Favier
dc644c312f
Merge pull request #206061 from ncfavier/nginx-duplicate-modules 2022-12-16 10:09:19 +01:00
Naïm Favier
6c61c436cf
nginx: detect duplicate modules
Nginx breaks at runtime when duplicate modules are added. To detect
this, add a `name` key to all modules.

Also remove the outdated modsecurity v2 module and unify `modsecurity`
and `modsecurity-nginx`.
2022-12-16 01:57:14 +01:00
Monson Shao
8d64997464
dufs: skip checkPhase on darwin 2022-12-15 16:14:44 +08:00
Taeer Bar-Yam
30f13efe8d apacheHttpdPackages.mod_tile fix 2022-12-14 13:47:50 -05:00
github-actions[bot]
f9bd55aade
Merge staging-next into staging 2022-12-14 18:02:10 +00:00
Franz Pletz
533ee91117
nginxMainline: 1.23.2 -> 1.23.3 2022-12-14 12:55:03 +01:00
github-actions[bot]
7caf38af18
Merge staging-next into staging 2022-12-12 00:04:22 +00:00
Luke Granger-Brown
b3a05353f8
Merge pull request #201539 from r-ryantm/auto-update/pomerium
pomerium: 0.19.1 -> 0.20.0
2022-12-11 21:17:21 +00:00
Robert Hensing
16f5747575
Merge pull request #175649 from Artturin/opt-in-structured-attrs
stdenv: support opt-in __structuredAttrs
2022-12-10 21:12:43 +01:00
Artturin
c01f509e44 treewide: source .attrs in builders
if theres a source $stdenv then this is needed

for structuredAttrs
2022-12-08 21:09:02 +02:00
Raphael Robatsch
985c8dbe14 treewide: use mbedtls 3 where possible
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-12-07 19:58:55 +00:00
Monson Shao
f9badabc3c
dufs: skip may-fail tests 2022-12-06 18:35:52 +08:00
Andreas Wiese
49ec58bd1c gatling: fix undefined reference to 'crypt'
ff30c899d8 made libcrypt support optional (and off-by-default) in
glibc, which requires all packages still using it to depend on
libxcrypt.

See also https://github.com/NixOS/nixpkgs/pull/181764
2022-11-30 01:03:34 +01:00
Alexander Bantyev
df85dda331
Merge pull request #198314 from Izorkin/update-nginx-cache
nixos/nginx: add proxyCache options
2022-11-27 18:51:09 +04:00
R. Ryantm
e5673f9025 pomerium: 0.19.1 -> 0.20.0 2022-11-16 19:09:01 +00:00
Aaron Jheng
b70d4b9009
gatling: mark as broken 2022-11-16 02:50:07 +00:00
R. Ryantm
ab44b8890a dufs: 0.30.0 -> 0.31.0 2022-11-14 09:47:00 +00:00
Henri Menke
9ab02e1ec6
nginxModules.njs: init at 0.7.8 2022-11-05 21:40:57 +01:00
Thomas Gerbet
7f29a5746a tomcat: 9.0.53 -> 9.0.68, 10.0.11 -> 10.0.27
Fixes CVE-2021-42340, CVE-2021-43980, CVE-2022-23181, CVE-2022-29885, CVE-2022-34305 and CVE-2022-42252.

https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.68_(markt)
https://tomcat.apache.org/tomcat-10.0-doc/changelog.html#Tomcat_10.0.27_(markt)
2022-11-05 17:22:30 +01:00
Stanisław Pitucha
08fbb5de2d
Merge pull request #190325 from fgaz/merecat/init
merecat: init at 2.31
2022-10-31 21:23:03 +11:00
Francesco Gazzetta
b43605fb03 nixos/merecat: init 2022-10-31 09:24:28 +01:00
Francesco Gazzetta
ada312b3c4 merecat: add version test 2022-10-31 09:24:26 +01:00
Francesco Gazzetta
9f50ee94a5 merecat: init at 2.31 2022-10-31 09:24:02 +01:00
R. Ryantm
54cf191a16 tengine: 2.3.3 -> 2.3.4 2022-10-31 11:23:44 +08:00
Izorkin
544c526393
nginx: change temp path location
Parameters `http-log-path`, `http-client-body-temp-path`, `http-proxy-temp-path`,
`http-fastcgi-temp-path`, `http-uwsgi-temp-path` and `http-scgi-temp-path`
point to location of nginx temporary files, not cache files.
To change specify location of cache files needed use other parameters
in nginx.conf configuration file.
2022-10-28 19:01:23 +03:00
github-actions[bot]
3c2db12b37
Merge master into staging-next 2022-10-22 06:05:55 +00:00
R. Ryantm
7cee3545cc unit: 1.27.0 -> 1.28.0 2022-10-22 11:33:11 +08:00
Martin Weinelt
80fc469031 Merge remote-tracking branch 'origin/master' into staging-next 2022-10-21 22:33:42 +02:00
Izorkin
9d676cb01d
nginxQuic: 3550b00d9dc8 -> 3be953161026 2022-10-20 22:10:09 +03:00
Izorkin
a9cbc65ad0
nginxMainline: 1.23.1 -> 1.23.2 2022-10-20 22:07:08 +03:00
Izorkin
2392241c0b
nginxStable: 1.22.0 -> 1.22.1 2022-10-20 22:05:06 +03:00
github-actions[bot]
6e9b36d7a0
Merge master into staging-next 2022-10-20 06:05:55 +00:00
R. Ryantm
6a1a5b4b3a jetty: 11.0.8 -> 11.0.12 2022-10-20 08:49:34 +08:00
Martin Weinelt
829f89581a
Merge pull request #181764 from mweinelt/glibc-without-libcrypt 2022-10-09 21:07:26 +02:00
Martin Weinelt
3f4de6d4ca
thttpd: fix build with libxcrypt 2022-10-09 18:14:33 +02:00
Franz Pletz
e33af60685
bozohttpd: fix build with libxcrypt 2022-10-09 18:10:42 +02:00
Martin Weinelt
167544c2df
tengine: fix build with libxcrypt 2022-10-09 18:10:35 +02:00
Franz Pletz
c82e7ee61b
hiawatha: fix build with libxcrypt 2022-10-09 18:10:34 +02:00
Franz Pletz
3028beca39
apacheHttpd: fix build with libxcrypt 2022-10-09 18:09:42 +02:00
Yorick van Pelt
cc1dbce261
yaws: 2.0.6 -> 2.1.1 2022-10-09 11:12:01 +02:00
Jörg Thalheim
d93a5e66a7
Merge pull request #194043 from LeSuisse/modperl-2.0.12
apacheHttpdPackages.mod_perl: 2.0.11 -> 2.0.12
2022-10-02 17:36:24 +02:00
Thomas Gerbet
573ee6b58c darkhttpd: 1.13 -> 1.14
https://github.com/emikulic/darkhttpd/releases/tag/v1.14

Fixes CVE-2020-25691.
2022-10-02 12:19:48 +02:00
Thomas Gerbet
cbc685e754 apacheHttpdPackages.mod_perl: 2.0.11 -> 2.0.12
https://svn.apache.org/repos/asf/perl/modperl/tags/2_0_12/Changes
2022-10-02 12:06:39 +02:00
R. Ryantm
01e49f21bc go-camo: 2.4.0 -> 2.4.1 2022-09-29 14:22:43 +00:00
Sandro
6867c18a9e
Merge pull request #192840 from SuperSandro2000/nginx-vts 2022-09-29 11:42:51 +02:00
Monson Shao
664cfba168
dufs: init at 0.30.0 2022-09-28 15:33:55 +08:00
Sandro Jäckel
f240b7026c
nginxModules.vts: 0.2.0 -> 0.2.1 2022-09-25 01:36:21 +02:00
R. Ryantm
c4bb5315d3 lighttpd: 1.4.66 -> 1.4.67 2022-09-21 17:55:05 +02:00
Luke Granger-Brown
95aa8ad7fa
Merge pull request #191022 from r-ryantm/auto-update/pomerium
pomerium: 0.19.0 -> 0.19.1
2022-09-15 01:11:44 +01:00
Robert Scott
b79b08f09d apacheHttpdPackages.mod_wsgi: enable on darwin 2022-09-14 00:34:19 +01:00
R. Ryantm
22a7681dd7 pomerium: 0.19.0 -> 0.19.1 2022-09-13 07:39:15 +00:00
R. Ryantm
8efd0a822e apacheHttpdPackages.mod_wsgi: 4.9.3 -> 4.9.4 2022-09-13 03:13:03 +00:00
Sandro
cba9a57562
Merge pull request #190021 from SuperSandro2000/nginx-vts 2022-09-12 11:31:37 +02:00
Luke Granger-Brown
f9544df645
Merge pull request #190742 from lukegb/envoy
envoy: remove remaining nix store references from deps
2022-09-11 22:28:05 +01:00
Robert Scott
618883d37c trafficserver: 9.1.2 -> 9.1.3 2022-09-11 13:06:06 +01:00
Luke Granger-Brown
0a087095ac envoy: remove remaining nix store references from deps
To do this, this commit does several things:

* Move the set-interpreter patching to outside the fixed-output
  derivation
* Patch base_pip3/BUILD.bazel, which ends up getting Python's full path
* Drop local_jdk, which contains symlinks to our jdk input
* Drop bazel_gazelle_go_repository_tools, which contains built artifacts
  using our go

...and updates the FOD hash to match. Checked that this appears to
remove the currently obvious FOD problems by checking out an older
nixpkgs commit and applying this on top, and verifying that the FOD hash
doesn't change between that older glibc and the current tip-of-tree.

This also disables tcmalloc on ARM because I couldn't get this to build
properly otherwise.
2022-09-11 04:58:53 +01:00
Sandro Jäckel
96398396eb
nginxModules.vts: 0.1.18 -> 0.2.0 2022-09-07 00:46:48 +02:00
Luke Granger-Brown
c442eb76e4
Merge pull request #187775 from devusb/pomerium-0_18_0
pomerium: 0.17.1 -> 0.19.0
2022-09-06 11:59:18 +01:00
Morgan Helton
0b16c98205 pomerium: consolidate ui and base package 2022-09-05 14:28:23 -05:00
Luke Granger-Brown
2ded6702dc pomerium: 0.18.0 -> 0.19.0 2022-09-05 00:54:39 +01:00
Luke Granger-Brown
16215285cd envoy: 1.21.5 -> 1.23.1 2022-09-05 00:54:39 +01:00
Morgan Helton
4dfa0d2324 pomerium: 0.17.1 -> 0.18.0 2022-08-23 20:51:43 -05:00
Morgan Helton
9677d8a7a5 pomerium: build and include ui 2022-08-23 20:51:22 -05:00
Morgan Helton
4d7f8b50d2 envoy: 1.21.4 -> 1.21.5 2022-08-23 19:47:27 -05:00
Jonas Heinrich
6cd3b7de50
Merge pull request #183587 from r-ryantm/auto-update/mod_wsgi
apacheHttpdPackages.mod_wsgi: 4.9.0 -> 4.9.3
2022-08-22 15:12:10 +02:00
github-actions[bot]
b87f96162b
Merge master into staging-next 2022-08-14 06:01:22 +00:00
Rick van Schijndel
77449a077a couchdb: fix eval for cross-compilation
Use erlangR22 for the build platform.
Requires buildPackages in top-level due to no splicing at that level.
2022-08-14 00:17:01 +03:00
github-actions[bot]
36085f8680
Merge master into staging-next 2022-08-11 12:01:28 +00:00
R. Ryantm
cb86b14f51 lighttpd: 1.4.65 -> 1.4.66 2022-08-11 09:26:28 +02:00
github-actions[bot]
45241ed94e
Merge master into staging-next 2022-08-07 18:01:30 +00:00
Sandro Jäckel
9f86d199b4
nginx: bump moreheaders to fix coredump with nginx 1.23 2022-08-07 15:28:50 +02:00
Sandro
c30985a8a9
Merge pull request #176320 from stigtsp/package/perl-5.36.0-staging 2022-08-04 01:34:44 +02:00
kilianar
630aff8aab gitlab-pages: 1.59.0 -> 1.62.0
https://gitlab.com/gitlab-org/gitlab-pages/-/tags/v1.62.0
2022-08-02 15:48:07 +02:00
Stig Palmquist
aea35e23d2
unit: add perl536 as default, remove perl532 2022-08-02 01:09:12 +02:00
Izorkin
a09d4826e1
nginxQuic: 8d0753760546 -> 3550b00d9dc8 2022-07-29 20:31:43 +03:00
Izorkin
ba7d7192f5
nginxMainline: 1.23.0 -> 1.23.1 2022-07-29 20:31:43 +03:00
R. Ryantm
07919a7c6c apacheHttpdPackages.mod_wsgi: 4.9.0 -> 4.9.3 2022-07-29 04:16:37 +00:00
R. Ryantm
3783bb0fa5 gitlab-pages: 1.54.0 -> 1.59.0 2022-07-29 03:08:39 +00:00
Bjørn Forsman
90b3a5b927 lighttpd: link nixosTests.lighttpd to passthru.tests
Ref. https://nixos.org/manual/nixpkgs/unstable/#ssec-nixos-tests-linking
2022-07-26 04:45:03 +02:00
Bjørn Forsman
e823fb4f4f lighttpd: 1.4.64 -> 1.4.65
And remove already merged patch.

Changelog: https://www.lighttpd.net/2022/6/7/1.4.65/
2022-07-25 10:15:35 +02:00
Izorkin
026d490c74
unit: add ruby 3.1 2022-07-15 22:46:26 +03:00
Izorkin
7f297f05a6
unit: add ruby 3.0 2022-07-15 22:46:26 +03:00
Izorkin
2d7c97f439
unit: add php 8.1 2022-07-15 22:46:26 +03:00
Izorkin
66b6475aa8
unit: 1.26.1 -> 1.27.0 2022-07-15 22:46:25 +03:00
Sandro
33d9482f14
Merge pull request #176164 from sikmir/mod_mbtiles
apacheHttpdPackages.mod_mbtiles: init at 2022-05-25
2022-07-07 21:48:54 +02:00
Nikolay Korotkiy
db3568499d
apacheHttpdPackages.mod_mbtiles: init at 2022-05-25 2022-07-07 20:04:25 +03:00
Izorkin
ccff32fa91
nginxModules.moreheaders: v0.33 -> unstable-2022-06-21 2022-06-29 22:39:13 +03:00
Izorkin
ec443943f5
nginxQuic: 5b1011b5702b -> 8d0753760546 2022-06-29 22:39:13 +03:00
Izorkin
7a8c541412
nginxMainline: 1.22.0 -> 1.23.0 2022-06-29 22:39:13 +03:00
Mario Rodas
256bc358b5
Merge pull request #178008 from dasj19/update-mod_cspnonce
mod_cspnonce: 1.3 -> 1.4
2022-06-25 23:29:50 -05:00
Luke Granger-Brown
da111dc41e envoy: 1.21.1 -> 1.21.4 2022-06-19 19:18:12 +00:00
Daniel Șerbănescu
36727fb383 mod_cspnonce: 1.3 -> 1.4 2022-06-17 12:56:36 +02:00
Izorkin
0a8f89e23e
nginxModules.modsecurity-nginx: 1.0.2 -> 1.0.3 2022-06-15 00:28:10 +03:00
Fabian Affolter
35c7173cf5 apacheHttpd: 2.4.53 -> 2.4.54
https://downloads.apache.org/httpd/CHANGES_2.4.54

Fixes: CVE-2022-31813, CVE-2022-30556, CVE-2022-30522, CVE-2022-29404,
CVE-2022-28615, CVE-2022-28614, CVE-2022-28330, CVE-2022-26377
2022-06-10 16:09:45 +02:00
Elis Hirwing
d6ec38508d
unit: Drop PHP 7.4 support 2022-06-08 18:08:48 +02:00
Azat Bahawi
b0e0d8db46
webhook: use buildGoModule 2022-06-07 19:06:45 +03:00
Robert Scott
3b6bc4b69c treewide: set sourceProvenance for packages containing downloaded jars
these are the easily identifiable cases and will not be comprehensive
2022-06-04 19:47:57 +01:00
ajs124
c26e3354a7 nginxQuic: update 2022-05-30 11:58:28 +02:00
ajs124
b484952330 nginx(Stable|Mainline|Quic): use pcre2 2022-05-30 11:58:28 +02:00
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
Martin Weinelt
6bf3336975
apacheHttpd: 2.4.52 -> 2.4.53
https://downloads.apache.org/httpd/CHANGES_2.4.53

Migrating to pcre2 was recommended in the release notes, since pcre 8.x
is over 20 years old and has now reached its end of life.

Fixes: CVE-2022-23943, CVE-2022-22721, CVE-2022-22720, CVE-2022-22719
2022-03-14 13:26:41 +01:00
R. Ryantm
e073f65d68 gitlab-pages: 1.51.0 -> 1.54.0 2022-03-12 13:04:44 +00:00
Luke Granger-Brown
6659ba5248 pomerium-cli: init at 0.17.0 2022-03-11 14:09:19 +00:00
Luke Granger-Brown
860cc90fec pomerium: 0.15.7 -> 0.17.0 2022-03-11 13:54:14 +00:00
Krzysztof Nazarewski
5660c5f8b4
jetty 9.4.45.v20220203 -> 11.0.8
updated because plantuml-server requires Jetty 11+
2022-03-11 09:05:32 +01:00
github-actions[bot]
03c9842a65
Merge staging-next into staging 2022-03-10 18:02:01 +00:00
Izorkin
79d107f858
nginxQuic: 6f8253673669 -> 55b38514729b 2022-03-10 14:03:15 +03:00
github-actions[bot]
f6b4a4048a
Merge staging-next into staging 2022-03-09 12:01:59 +00:00
Alyssa Ross
cab0dd3777 nginxMainline: 1.21.5 -> 1.21.6 2022-03-09 11:14:53 +00:00
Izorkin
b672e4dd2c
nginxModules: add option disableIPC
The disableIPC option is required to checking enabled nginxModules
and disable the SystemCallFilter IPC filter.
2022-03-08 14:37:11 +03:00
github-actions[bot]
d3cf053b7f
Merge staging-next into staging 2022-03-04 18:01:54 +00:00
ajs124
5b272a024e envoy: 1.19.1 -> 1.21.1 2022-02-28 18:58:35 +01:00
ajs124
24288c9b35 envoy: drop patches forgotten in 00e54055e1 2022-02-28 18:36:56 +01:00
Maximilian Bosch
7c5781615f
trafficserver: fix build w/glibc-2.34
Failing Hydra build: https://hydra.nixos.org/build/155205200
2022-02-27 10:26:48 +01:00
embr
6016f1c26c
apt-cacher-ng: 3.6.3 -> 3.7.4
* apt-cacher-ng: 3.6.3 -> 3.7.4 (#155408)

and set meta.license to BSD-4-Clause
and fetch source over HTTPS

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-02-16 13:26:53 +01:00
Izorkin
842d0d9ed7
nginxModules.modsecurity-nginx: 1.0.1 -> 1.0.2 2022-02-14 16:19:10 +03:00
R. Ryantm
7d332740ed gitlab-pages: 1.49.0 -> 1.51.0 2022-02-12 20:51:38 -08:00
R. Ryantm
4133efc831 jetty: 9.4.43.v20210629 -> 9.4.45.v20220203 2022-02-12 20:38:12 -08:00
Jan Stranik
48d63e924a
mod_fastcgi: fix broken package
* mod_fastcgi: fix broken package (#153086)

The patch is not needed anymore.
Upstream fixed compilation with httpd 2.4.x

* mod_fastcgi: don't fetch apache-24-patch

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-02-10 21:34:41 +01:00
Pablo Ovelleiro Corral
0a6388d7b6
nginxModules.geoip2: init at 3.3 (#157699)
* Add nginxModules.geoip2
2022-02-06 14:25:41 +01:00
R. Ryantm
0ad48ab2fb gitlab-pages: 1.48.0 -> 1.49.0 2022-01-31 10:20:15 -08:00
Robert Scott
fef09da997 lighttpd: add patch to fix build on darwin x86_64 2022-01-28 00:02:44 +01:00
Thomas Gerbet
846fafa68e lighttpd: 1.4.63 -> 1.4.64
https://www.lighttpd.net/2022/1/19/1.4.64/
2022-01-27 21:12:21 +01:00
Sandro
27cccd4e49
Merge pull request #151363 from Stunkymonkey/doc-updateWalker 2022-01-27 14:06:36 +01:00
Felix Buehler
ed7bf9452c treewide: remove *.upstream files from updateWalker 2022-01-26 21:46:07 +01:00
Sandro
188fd378d3
Merge pull request #134332 from fufexan/auth-a2aclr 2022-01-26 12:12:47 +01:00
Robert Scott
ecfda6ef7c lighttpd: add patch for CVE-2022-22707 2022-01-17 00:27:40 +01:00
Robert Scott
a0b3813092 lighttpd: 1.4.59 -> 1.4.63 2022-01-17 00:27:40 +01:00
Janne Heß
75a8b258eb
nginxQuic: 10522e8dea41 -> 6f8253673669
This fixes a bug where the connection would hang indefinitely when more
than 3999 bytes are transmitted from proxy_pass.

Was introduced in 6ccf3867959a as in:
https://mailman.nginx.org/archives/list/nginx-devel@nginx.org/thread/C5CPKFVKLTI5WDNF7CV7MMK6G3POBBA3/
2022-01-13 16:58:34 +01:00
Aaron Andersen
52d4c01441
Merge pull request #93527 from dasj19/mod_cspnonce-init
mod_cspnonce: init at 1.3
2022-01-09 22:38:36 -05:00
ajs124
b8512aa7f5
Merge pull request #152566 from Izorkin/update-nginx
Update nginx packages
2022-01-10 00:59:07 +01:00
Vladimír Čunát
3a5f00b2ad
Merge #153750: apacheHttpd: 2.4.51 -> 2.4.52 2022-01-06 19:09:07 +01:00
Aneesh Agrawal
ca90544f45 nginx-fancyindex: v0.4.4 -> v0.5.2
Add myself (aneeshusa) as a maintainer.
2022-01-02 20:55:16 -05:00
Izorkin
77549658a6
nginxQuic: 0ee56d2eac44 -> 10522e8dea41 2021-12-31 22:48:06 +03:00
Izorkin
5cecafbc93
nginxMainline: 1.21.4 -> 1.21.5 2021-12-31 22:48:01 +03:00
R. Ryantm
78700df942 apacheHttpd: 2.4.51 -> 2.4.52 2021-12-31 16:55:05 +00:00
Ben Siraphob
39a0a70d29
treewide: fix homepages with permanent redirect to https 2021-12-29 22:06:47 +07:00
7c6f434c
b0f154fd44
Merge pull request #147027 from Izorkin/update-nginx-ktls
nginxMainline: enable ktls support
2021-12-24 10:23:17 +00:00
Luke Granger-Brown
b4d776b26b
Merge pull request #138359 from lukegb/pomerium
pomerium: 0.14.7 -> 0.15.7
2021-12-21 13:47:13 -08:00
Daniel Șerbănescu
25edd522e6 mod_cspnonce: init at 1.3 2021-12-21 18:14:33 +01:00
Aaron Andersen
ced417eb72
Merge pull request #147015 from NorfairKing/mod_itk
mod_itk: init at 2.4.7-04
2021-12-17 06:21:46 -05:00
Jörg Thalheim
d4adca28c5
Merge pull request #150156 from r-ryantm/auto-update/gitlab-pages
gitlab-pages: 1.41.0 -> 1.48.0
2021-12-11 13:21:43 +00:00
R. Ryantm
e0d66d1cc7 gitlab-pages: 1.41.0 -> 1.48.0 2021-12-10 23:32:58 +00:00
Izorkin
921a58b8bc
nginxQuic: 6d1488b62dc5 -> 0ee56d2eac44 2021-12-09 14:23:11 +03:00
Luke Granger-Brown
74560e35e5 pomerium: use on-disk envoy
We can set an override path for Envoy's binary location now, so
do that instead of the previous thing of embedding the binary.

Note that we still need to include the SHA256/version of the binary
we're referring to, but Through The Power Of Nix™ we can do that
with relative ease.
2021-12-07 15:04:09 +00:00
Luke Granger-Brown
4099f93859 pomerium: 0.14.7 -> 0.15.7 2021-12-07 13:41:04 +00:00
Luke Granger-Brown
637d735ad5 envoy: 1.17.3 -> 1.19.1
This now uses gn1924 to allow v8 to build properly.
2021-12-07 13:41:03 +00:00
R. Ryantm
2a220d95b4 unit: 1.26.0 -> 1.26.1 2021-12-06 13:15:18 +00:00
Janne Heß
b9811a5aeb
nginxModules.pam: 1.5.2 -> 1.5.3
This fixes deny statements:
https://github.com/sto/ngx_http_auth_pam_module/issues/25
2021-12-05 21:24:22 +01:00
lunik1
14aee2e9c8
dave: init at 0.4.0 2021-12-01 23:23:06 +00:00
Izorkin
532cd57bda
nginxMainline: enable ktls support 2021-11-27 09:39:56 +03:00
Izorkin
906e235107
unit: 1.25.0 -> 1.26.0 2021-11-24 13:56:16 +03:00
Tom Sydney Kerckhove
184f4f6618 mod_itk: init at 2.4.7-04 2021-11-22 17:17:45 +01:00
Sandro
c348813190
Merge pull request #145849 from midchildan/update/trafficserver 2021-11-22 14:39:22 +01:00
Bobby Rong
2dda994251
Merge pull request #146597 from trofi/fix-trafficserver-for-ncurses-6.3
trafficserver: pull upstream fix for ncurses-6.3
2021-11-21 11:38:08 +08:00
Sandro
45e0459f9c
Merge pull request #146439 from sikmir/quark 2021-11-19 23:52:52 +01:00
Sandro
e09fcfd90f
Merge pull request #146253 from Stunkymonkey/jboss-mysql-jdbc-builder 2021-11-19 17:01:02 +01:00
Sergei Trofimovich
2ea5321fb9 trafficserver: pull upstream fix for ncurses-6.3
Without this change the build fails on ncurses-6.3 as:

    traffic_top/traffic_top.cc:146:13:
        error: format not a string literal and no format arguments [-Werror=format-security]
      146 |     mvprintw(my_y, x, prettyName.c_str());
          |     ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2021-11-19 09:14:08 +00:00
Nikolay Korotkiy
4b32a5d261
quark: init at 2021-02-22 2021-11-18 00:25:06 +03:00
Sandro
20091ed205
Merge pull request #146254 from Stunkymonkey/tomcat-mysql-jdbc-builder 2021-11-17 13:39:28 +01:00
ajs124
1fc113f0df nginxStable: 1.20.1 -> 1.20.2 2021-11-16 17:17:12 +01:00
Sandro
b964655a7d
Merge pull request #141047 from risicle/ris-apache-httpd-more-passthru-tests 2021-11-16 17:05:35 +01:00
Felix Buehler
1e498cb028 jboss-mysql-jdbc: remove build.sh 2021-11-16 16:53:50 +01:00
Felix Buehler
04a4175ff7 tomcat-mysql-jdbc: remove build.sh 2021-11-16 16:24:18 +01:00
midchildan
a0a7b29b5b
trafficserver: 9.0.2 -> 9.1.1 2021-11-14 13:19:02 +09:00
Thiago Kenji Okada
1950b7d6f0
Merge pull request #123881 from zaninime/ffmpeg-nginx-mod
nginxModules.video-thumbextractor: update to unstable and switch to ffmpeg_4
2021-11-13 21:54:33 -03:00
Sandro Jäckel
0e5b5462e7
ran: remove default platform 2021-11-12 18:07:18 +01:00
Will Young
6f9c942585 couchdb3: 3.2.0 -> 3.2.1 2021-11-06 22:22:56 +01:00
Alyssa Ross
02dfbde639
treewide: use mirror URLs where available
Candidates identified with

	git grep -F "$(grep -v '#' pkgs/build-support/fetchurl/mirrors.nix |
		grep -v nixos.org | grep :// | cut -d '"' -f 2)"

and then manually reviewed and tested.
2021-11-06 01:56:39 +00:00
ajs124
ffa6cb97ff nginxMainline: use openssl_3_0 2021-11-05 13:11:23 +01:00
ajs124
16873acde8 nginxMainline: 1.21.3 -> 1.21.4 2021-11-05 13:11:23 +01:00
Maciej Krüger
99cdb84b4b
nginxQuic: 404de224517e -> 6d1488b62dc5 2021-10-26 23:08:32 +02:00
Bruno Bigras
69b01e3a22
Merge pull request #141408 from bbigras/openresty-lua
nixos/nginx: disable MemoryDenyWriteExecute for pkgs.openresty
2021-10-24 17:39:27 +00:00
Sergei Trofimovich
c6b949c09c ruby_2_6, rubyPackages_2_6: drop unused package 2021-10-22 08:46:57 +01:00
wackbyte
2d78d99772
nginxModules.vod: update to 1.29 and switch ffmpeg_3 to ffmpeg (#142114)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-10-18 21:24:27 +02:00
Maciej Krüger
d2e869a55e
nginxQuic: 5b0c229ba5fe -> 404de224517e 2021-10-18 14:41:31 +02:00
Bruno Bigras
feb47656e4 nixos/tests/openresty-lua: test openresty with lua
related to #140655
2021-10-14 07:01:56 -04:00
Peter Simons
476635afe1 Drop myself from meta.maintainers for most packages.
I'd like to reduce the number of Github notifications and
review requests I receive.
2021-10-14 11:01:27 +02:00
Jan Tojnar
3457360168 mod_dnssd: strip debugging symbols
Otherwise gnome-user-share and thus the whole GNOME will pull in apacheHttpd.dev & co.
2021-10-13 21:04:15 +02:00
Jan Tojnar
9922d63355 mod_dnssd: run {pre,post}Install hooks 2021-10-13 21:03:41 +02:00
Will Young
b326a183f4 couchdb3: 3.1.1 -> 3.2.0 2021-10-12 20:36:44 +02:00
ajs124
9428e42de0
Merge pull request #139209 from ncfavier/nginx-upload
nginxModules.upload: init at 2.3.0
2021-10-09 19:07:35 +02:00
Naïm Favier
99805ce167
nginxModules.upload: init at 2.3.0 2021-10-09 12:51:19 +02:00
Robert Scott
a2c0536894 apacheHttpd: add proxy and php nixos tests to passthru.tests 2021-10-09 01:14:28 +01:00
Aaron Andersen
7381e553a5 apacheHttpd: 2.4.50 -> 2.4.51 2021-10-08 07:41:49 -04:00
Sandro Jäckel
4732298890
apache: cleanup, remove ? null, remove extra lib., remove let in, update homepage 2021-10-05 17:31:40 +02:00
Aaron Andersen
b17c155720 apacheHttpd: 2.4.49 -> 2.4.50 2021-10-05 07:26:52 -04:00
Maximilian Bosch
5313fd63d3
lwan: 0.3 -> 0.4
ChangeLog: https://github.com/lpereira/lwan/releases/tag/v0.4

Primary motivation for this is to get it building with glibc-2.34
for #133431.
2021-10-03 17:19:58 +02:00
Sandro
381498f9a1
Merge pull request #139624 from ncfavier/openresty-bump 2021-09-28 23:51:12 +02:00
Naïm Favier
e41b098f16
openresty: 1.19.3.2 -> 1.19.9.1
https://openresty.org/en/changelog-1019009.html
2021-09-27 14:08:21 +02:00
Brecht Savelkoul
5655e71eee lighttpd: remove null defaults for input packages 2021-09-27 07:33:27 +02:00
Brecht Savelkoul
baa04706d7 lighttpd: add build options for new auth methods 2021-09-27 07:33:27 +02:00
Sandro
eb4d6c858e
Merge pull request #138526 from Stunkymonkey/servers-github
pkgs/servers: switch to fetchFromGitHub
2021-09-22 22:29:55 +02:00
Felix Buehler
677643972f apacheHttpdPackages.mod_wsgi: switch to fetchFromGitHub 2021-09-22 17:43:48 +02:00
Felix Buehler
c85679ef62 apacheHttpdPackages.mod_fastcgi: switch to fetchFromGitHub & mark as broken 2021-09-22 17:43:20 +02:00
James Kay
c5d8765113
nginx: fix URLs by taking from a specific commit
I'm not sure this is the best way to get these patches, but it's better than `master` (at commit `e9617f553284b170a8b520d051ac1fc1b83cff30` on `nginx` these patches moved into a `nginx` subdirectory, breaking the build unless the patches are cached).
2021-09-21 00:14:35 +01:00
Sandro
417c87d0f8
Merge pull request #138138 from aanderse/tomcat-native 2021-09-16 21:04:13 +02:00
Sandro
b90798f5b6
Merge pull request #138136 from aanderse/apacheHttpd 2021-09-16 20:30:29 +02:00
Aaron Andersen
2b6f96fc1a tomcat10: 10.0.6 -> 10.0.11 2021-09-16 09:22:55 -04:00
Aaron Andersen
dfa5b4643b tomcat9: 9.0.46 -> 9.0.53 2021-09-16 09:21:50 -04:00
Aaron Andersen
1ddc9bd87b tomcat-native: 1.2.30 -> 1.2.31 2021-09-16 09:17:53 -04:00
Aaron Andersen
0518560cf1 apacheHttpd: 2.4.48 -> 2.4.49 2021-09-16 09:12:44 -04:00
ajs124
2e8211af78 nginxMainline: 1.21.1 -> 1.21.3
- adds openssl 3 support
- disables support for export ciphers
and more
2021-09-10 16:40:04 +02:00
Tom Bereknyei
5f6a5d5c5f ran: init at 0.1.6 2021-09-02 22:44:03 -04:00
Mihai Fufezan
f5bbf7c66c
nginxModules: add auth-a2aclr 2021-09-02 12:07:27 +03:00
Mihai Fufezan
8e29eb27f5
nginxModules: format 2021-09-02 12:05:51 +03:00
zowoq
13ea123c74 treewide: buildFlagsArray -> ldflags 2021-08-26 21:35:06 +10:00
R. RyanTM
e7c7ccaf6d unit: 1.24.0 -> 1.25.0 2021-08-22 01:52:23 +00:00
Stig
7d5b6f0fa2
Merge pull request #133768 from stigtsp/package/perl-mod_perl2-2.0.11-patch1
perlPackages.mod_perl2: fix build on perl-5.34.0, add nixos test
2021-08-16 12:20:59 +02:00
Stig Palmquist
672f45b30c apacheHttpdPackages.mod_perl: add passthru test 2021-08-15 22:25:40 +02:00
Robert Hensing
fbafeb7ad5 treewide: runCommandNoCC -> runCommand
This has been synonymous for ~5y.
2021-08-15 17:36:41 +02:00
Stig Palmquist
c4095d0e41 perlPackages.mod_perl2: fix build on perl-5.34.0 2021-08-13 15:16:35 +02:00
Artturi
7af3a48e1b
Merge pull request #133403 from r-ryantm/auto-update/mod_wsgi
apacheHttpdPackages.mod_wsgi: 4.7.1 -> 4.9.0
2021-08-13 03:00:33 +03:00
Aaron Andersen
3f4692120b apacheHttpdPackages.mod_auth_mellon: 0.17.0 -> 0.18.0 2021-08-11 08:43:00 -04:00
R. RyanTM
e87237b4be apacheHttpdPackages.mod_wsgi: 4.7.1 -> 4.9.0 2021-08-10 18:25:25 +00:00
Sandro
7b055521ba
Merge pull request #131523 from Stunkymonkey/servers-pname-version 2021-07-29 12:48:18 +00:00
R. RyanTM
d2058529ae gitlab-pages: 1.40.0 -> 1.41.0 2021-07-28 17:59:26 +00:00
Felix Buehler
a56d117bdb servers: replace name with pname&version 2021-07-26 20:15:46 +02:00
Felix Buehler
5939a44ad0 jboss: remove phases 2021-07-24 23:17:13 +02:00
Felix Buehler
121ed6bdf4 nix-binary-cache: deprecate phases 2021-07-22 18:16:35 +02:00
github-actions[bot]
382fdc7ad3
Merge master into staging-next 2021-07-18 00:01:24 +00:00
Felix Buehler
82cb33a0ae treewide: remove meta.version 2021-07-18 00:07:38 +02:00
github-actions[bot]
d6b748b2b3
Merge master into staging-next 2021-07-17 18:00:56 +00:00
Thomas Gerbet
2dbdca1aa4 openresty: 1.19.3.1 -> 1.19.3.2
Fixes CVE-2021-23017.

https://openresty.org/en/ann-1019003002.html
2021-07-17 10:33:10 +02:00
github-actions[bot]
266cb48e65
Merge master into staging-next 2021-07-12 18:01:03 +00:00
R. RyanTM
9ee9cd1e37 jetty: 9.4.41.v20210516 -> 9.4.43.v20210629 2021-07-10 01:40:14 +00:00
github-actions[bot]
30ff0457a4
Merge master into staging-next 2021-07-09 12:01:24 +00:00
Sandro
87af92267a
Merge pull request #129694 from helsinki-systems/upd/nginx
nginxMainline: 1.21.0 -> 1.21.1
2021-07-09 12:43:37 +02:00
ajs124
95805c3240 nginxQuic: 1fec68e322d0 -> 5b0c229ba5fe 2021-07-08 23:44:27 +02:00
ajs124
b50102b719 nginxMainline: 1.21.0 -> 1.21.1 2021-07-08 23:41:30 +02:00
Martin Weinelt
eb5659f4c2
Merge pull request #126962 from stigtsp/package/perl-5.34.0 2021-07-06 16:03:48 +02:00
Thomas Gerbet
d41e86c67f trafficserver: 9.0.1 -> 9.0.2
Fixes CVE-2021-32566 and CVE-2021-32567.
2021-07-05 15:16:06 +02:00
Mario Rodas
5606e90f87
Merge pull request #127030 from r-ryantm/auto-update/gitlab-pages
gitlab-pages: 1.39.0 -> 1.40.0
2021-07-03 08:27:30 -05:00
Luke Granger-Brown
7d281f26d3 pomerium: 0.14.4 -> 0.14.7 2021-06-30 01:44:30 +00:00
Alvar Penning
3690ae13a4 nginxModules.rtmp: 1.2.1 -> 1.2.2
This new release fixes segfaults,
https://github.com/arut/nginx-rtmp-module/compare/v1.2.1...v1.2.2
2021-06-21 20:04:10 +02:00
Aaron Andersen
c802ded7fc tomcat9: remove danbst as maintainer 2021-06-16 22:07:30 -04:00
Aaron Andersen
fa60c16dfc tomcat8: drop package 2021-06-16 22:07:30 -04:00
Aaron Andersen
b6ce336775 tomcat7: drop package 2021-06-16 22:05:28 -04:00
Aaron Andersen
d2080550e3 tomcat10: init at 10.0.6 2021-06-16 22:05:28 -04:00
Aaron Andersen
40ab59df39 tomcat-native: 1.2.28 -> 1.2.30 2021-06-16 22:02:06 -04:00
Aaron Andersen
120dfe6217 tomcat9: 9.0.31 -> 9.0.46 2021-06-16 22:02:06 -04:00
Stig Palmquist
2a1fcf89fc unit: add perl534 as default, remove perl530 2021-06-16 17:14:00 +02:00
R. RyanTM
c8d210f7a3 gitlab-pages: 1.39.0 -> 1.40.0 2021-06-16 03:00:26 +00:00
Maciej Krüger
07864c64aa
nginxQuic: 12f18e0bca09 -> 1fec68e322d0 2021-06-11 16:16:21 +02:00
Alyssa Ross
b7abce543a apacheHttpd: 2.4.47 -> 2.4.48 2021-06-10 20:41:27 +00:00
Alyssa Ross
4de8cbfb16 bmake.passthru.setupHook: set some defaults
These are all read from the environment by the default bmake
stdlib (e.g. <bsd.prog.mk>, <bsd.own.mk>).  Some of the default
values (like building cat pages instead of man pages, or stripping
binaries when installing) don't really make sense for Nixpkgs, so we
override them here for every build using bmake.

Eventually I'd like to unify the bmake setupHook and the NetBSD make
setupHook, but not today.
2021-06-09 12:44:43 +00:00
Luke Granger-Brown
137fcc6cf0 pomerium: 0.13.3 -> 0.14.4 2021-06-07 20:59:01 +00:00
Luke Granger-Brown
00e54055e1 envoy: 1.16.2 -> 1.17.3 2021-06-07 20:58:56 +00:00
Elis Hirwing
c76bebc549
unit: Add php80 and use it as default 2021-06-04 09:27:07 +02:00
Elis Hirwing
68eb5305ac
php: Drop PHP 7.3 support
PHP 7.3 won't be supported by upstream for the entire life cycle of
the 21.11 release.

Also drop the pcre' alias since it isn't needed anymore since we don't
need different pcre versions anymore.
2021-06-04 09:26:54 +02:00
ajs124
b6e6f1dddd
Merge pull request #125194 from Izorkin/update-unit
unit: 1.22.0 -> 1.24.0
2021-06-01 23:27:06 +02:00
Luke Granger-Brown
93e08b2e47
Merge pull request #124210 from liclac/bozohttpd
bozohttpd: init
2021-06-01 22:23:38 +01:00
Izorkin
79a477b1c6
unit: 1.22.0 -> 1.24.0 2021-06-01 13:29:20 +03:00
embr
a75c0a7f87 bozohttpd: experimental darwin compat patch
As far as I can tell, libSystem on darwin provides a libm compatibility
symlink, but not a libcrypt one.

Prior art (eg. CPython) appears to use `stdenv.isDarwin` as a proxy for
`stdenv.hostPlatform.libc == "libSystem"`, but the latter also works in
cases where we're building on Darwin, but with eg. musl for some reason.
2021-05-31 11:03:17 +02:00
embr
ee4b583ae8 bozohttpd: minor formatting
The Nix style guide isn't exactly comprehensive, but this at least seems
slightly closer to the examples:

https://nixos.org/manual/nixpkgs/stable/#sec-syntax

I'm annoyed that nixpkgs-fmt as of writing won't accept:

  COPTS = [
    # ...
  ] ++ optional (...) "..."
    ++ optional (...) "...";

...which seems to be the actual convention, looking at eg. pkgs.nginx.
2021-05-31 10:47:49 +02:00
embr
f4f05481e3 bozohttpd: add bozohttpd-minimal target 2021-05-26 11:38:57 +02:00
embr
dc9165346e bozohttpd: resolve warnings, serve >2GB files on 32bit host
-D_DEFAULT_SOURCE *and* -D_GNU_SOURCE together resolve all warnings
about implicitly defined functions.

-D_LARGEFILE_SOURCE and -D_FILE_OFFSET_BITS=64 enable gcc's Large File
Extensions to allow a 32-bit host to serve files larger than 2GB.

Based on what Makefile.boot does, for platforms without bmake:
http://cvsweb.netbsd.org/bsdweb.cgi/src/libexec/httpd/Makefile.boot
2021-05-26 11:21:01 +02:00
Ryan Mulligan
abe9683e5b
Merge pull request #123563 from r-ryantm/auto-update/jetty
jetty: 9.4.39.v20210325 -> 9.4.41.v20210516
2021-05-25 12:55:11 -07:00
Izorkin
0a7feef809
nginxMainline: 1.20.0 -> 1.21.0 2021-05-25 19:54:05 +03:00
Izorkin
919dd5497a
nginxStable: 1.20.0 -> 1.20.1 2021-05-25 19:53:58 +03:00
embr
77acedc33b bozohttpd: remove unnecessary checkFlags 2021-05-24 13:35:38 +02:00
embr
28508dce6a bozohttpd: use bmake flags instead of a custom installPhase 2021-05-24 13:35:09 +02:00
embr
caaee8a55e bozohttpd: init 2021-05-24 00:41:45 +02:00
Samuel Ainsworth
02c595ebdb
Prefer pname and version in mkDerivations instead of name (#123438)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: nixpkgs-review <nixpkgs-review@example.com>
2021-05-23 17:07:31 +02:00
Francesco Zanini
b1dc7e5fba
Update pkgs/servers/http/nginx/modules.nix
Co-authored-by: Robert Schütz <rschuetz17@gmail.com>
2021-05-21 12:53:52 +02:00
Francesco Zanini
79318225d1 nginxModules.video-thumbextractor: update to unstable and switch to ffmpeg_4 2021-05-21 11:30:25 +02:00
Mario Rodas
96d42f122f
Merge pull request #123248 from r-ryantm/auto-update/gitlab-pages
gitlab-pages: 1.38.0 -> 1.39.0
2021-05-19 05:00:10 -05:00
R. RyanTM
8bfc237eb3 jetty: 9.4.39.v20210325 -> 9.4.41.v20210516 2021-05-18 18:36:30 +00:00
Ben Siraphob
c5a669d3f7 treewide: remove unzip where not needed 2021-05-16 19:29:28 -07:00
github-actions[bot]
8c6d819143
Merge master into staging-next 2021-05-16 18:32:41 +00:00
midchildan
2b7ed5deef
trafficserver: remove joaquinito2051 as maintainer
This reverts commit da69e884b8.
2021-05-17 00:42:57 +09:00
R. RyanTM
d36d679838 gitlab-pages: 1.38.0 -> 1.39.0 2021-05-16 14:29:35 +00:00
github-actions[bot]
f214722172
Merge master into staging-next 2021-05-12 18:32:26 +00:00
Stéphan Kochen
34d988e673 apacheHttpdPackages.mod_python: fix darwin build 2021-05-11 19:55:13 +02:00
Vladimír Čunát
5663b2b2d3
Merge branch 'master' into staging-next
(a trivial conflict in transmission)
2021-05-09 09:31:55 +02:00
R. RyanTM
5fbb4944bc apt-cacher-ng: 3.6.1 -> 3.6.3 2021-05-08 17:50:59 -07:00