Commit Graph

1998 Commits

Author SHA1 Message Date
Nick Cao
112e83ce70
apacheHttpdPackages.mod_auth_mellon: 0.19.0 -> 0.19.1 (#327772) 2024-09-08 09:50:32 -04:00
Peder Bergebakken Sundt
6da307395f
jetty_12: 12.0.11 -> 12.0.12, jetty_11: 11.0.22 -> 11.0.23 (#337221) 2024-09-05 11:17:17 -04:00
Martin Weinelt
bbd0a867c2
nginxModules.develkit: 0.3.1 -> 0.3.3
https://github.com/vision5/ngx_devel_kit/releases/tag/v0.3.2
https://github.com/vision5/ngx_devel_kit/releases/tag/v0.3.3
2024-08-31 13:49:31 +02:00
Robert Scott
215ea7473f
openresty: 1.25.3.1 -> 1.25.3.2 (#337459) 2024-08-28 19:39:29 +01:00
R. Ryantm
69017878bf router: 1.52.0 -> 1.52.1 2024-08-27 14:44:06 +00:00
Nick Cao
47260497b5
tomcat9: 9.0.91 -> 9.0.93 (#337218) 2024-08-26 18:17:38 -04:00
Robert Scott
382e49fddf openresty: 1.25.3.1 -> 1.25.3.2
addressing CVE-2024-39702
2024-08-26 13:10:51 +01:00
Pol Dellaiera
1e4a2e9fad
Merge pull request #337084 from NickCao/httpd-cross
apacheHttpd_2_4: fix cross compilation
2024-08-26 11:32:31 +02:00
Nick Cao
d2b1a6d012
apacheHttpd_2_4: fix cross compilation 2024-08-25 08:45:32 -04:00
Anthony ROUSSEL
b409a1c3bd jetty_12: 12.0.11 -> 12.0.12
https://github.com/jetty/jetty.project/releases/tag/jetty-12.0.12
2024-08-25 12:25:50 +02:00
Anthony ROUSSEL
f08553d2f9 jetty_11: 11.0.22 -> 11.0.23
https://github.com/jetty/jetty.project/releases/tag/jetty-11.0.23
2024-08-25 12:25:37 +02:00
Anthony ROUSSEL
6f750af594 tomcat9: 9.0.91 -> 9.0.93
https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.93_(remm)
2024-08-25 12:10:08 +02:00
Azat Bahawi
b5f833a316
hiawatha: fix build 2024-08-24 14:11:39 +03:00
Robert Scott
fa8e420ba1
Merge pull request #334925 from LeSuisse/nginx-1.26.2-1.27.1
nginx: 1.26.1 -> 1.26.2, nginxMainline: 1.27.0 -> 1.27.1
2024-08-18 17:04:28 +01:00
Izorkin
38d3044961
angie: 1.6.1 -> 1.6.2 2024-08-16 17:10:44 +03:00
Thomas Gerbet
694024f07d nginxMainline: 1.27.0 -> 1.27.1
Fixes CVE-2024-7347

Changes:
https://nginx.org/en/CHANGES
2024-08-15 19:55:22 +02:00
Thomas Gerbet
a46766ea91 nginx: 1.26.1 -> 1.26.2
Fixes CVE-2024-7347

Changes:
https://nginx.org/en/CHANGES-1.26
2024-08-15 19:53:39 +02:00
Sandro
0f1d78c276
Merge pull request #333274 from Izorkin/update-angie
Update angie packages
2024-08-14 23:23:18 +02:00
Sebastián Mancilla
49d8ede2ef
Merge pull request #331452 from r-ryantm/auto-update/router
router: 1.51.0 -> 1.52.0
2024-08-13 22:10:34 -04:00
R. Ryantm
0f40566f20 tomcat10: 10.1.26 -> 10.1.28 2024-08-09 10:02:10 +00:00
Peder Bergebakken Sundt
d4b7361c84
Merge pull request #311458 from TomaSajt/servers-toplevel-with
Remove usage of top-level `with lib;` from `pkgs/servers`
2024-08-08 22:50:56 +02:00
Izorkin
6181589119
angie-console-light: 1.2.1 -> 1.4.0 2024-08-08 21:07:04 +03:00
Izorkin
8c4e58aa63
angie: 1.6.0 -> 1.6.1 2024-08-08 21:04:00 +03:00
Peder Bergebakken Sundt
462b96d2a1
Merge pull request #326243 from jcaesar/pr-13
treewide: skip generating shell completions using $out/bin/… when cross compiling
2024-08-06 08:15:56 +02:00
Thomas Gerbet
6b2fc9b08d
Merge pull request #329893 from r-ryantm/auto-update/trafficserver
trafficserver: 9.2.4 -> 9.2.5
2024-08-05 21:38:58 +02:00
Julius Michaelis
6a9beaf893 treewide: skip generating shell completions using $out/bin/… when cross compiling
This focuses on Rust packages, since the most commonly used argument
parser library (clap/structopt) makes the following pattern natural and
thus common:

  postInstall = ''
    installShellCompletion --cmd foo \
      --bash <($out/bin/foo completion bash) \
      …

This commit just guards those with

lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform)

splitting the string where unrelated actions are performed.
2024-08-04 10:50:48 +09:00
R. Ryantm
6c8efe27e4 router: 1.51.0 -> 1.52.0 2024-08-01 04:59:43 +00:00
Martin Weinelt
5757a3c0bb
nginxModules.vod: 1.32 -> 1.33 2024-08-01 04:16:00 +02:00
zimbatm
8b6aed7ed3 webfs: move to by-name 2024-07-31 09:10:29 +02:00
Aaron Andersen
ff1ba9e846
Merge pull request #329888 from r-ryantm/auto-update/tomcat-native
tomcat-native: 2.0.7 -> 2.0.8
2024-07-30 22:26:38 -04:00
Sigmanificient
aab1113d4a treewide: normalize maintainers list formatting
grep -rP 'maintainers = \[\];'
2024-07-30 16:26:22 +02:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Martin Weinelt
93f4195fe0
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/applications/graphics/seamly2d/default.nix
2024-07-26 18:05:04 +02:00
Sigmanificient
543cd40ecc treewide: remove trailing space in description
Done using `grep -rP 'description\s+=\s+"[^"]+[ ]";' | cut -d ':' -f 1 |
xargs -i nvim {}` and sorting the opened files by hand, avoiding
generated packages list
2024-07-26 03:38:50 +02:00
R. Ryantm
616338ffee trafficserver: 9.2.4 -> 9.2.5 2024-07-25 12:35:29 +00:00
R. Ryantm
736ea47a11 tomcat-native: 2.0.7 -> 2.0.8 2024-07-25 12:27:07 +00:00
github-actions[bot]
7208220b63
Merge master into staging-next 2024-07-24 18:01:18 +00:00
Ivan Trubach
90fbf71333 treewide: remove maintainer goibhniu
Inactive in Nixpkgs since 2018 (and a single PR in 2022).
https://github.com/NixOS/nixpkgs/issues?q=author%3Acillianderoiste
2024-07-24 13:38:22 +03:00
Sandro
f3bb155eac
Merge pull request #328956 from reckenrode/apache-httpd-fixes
apacheHttpdPackages.apacheHttpd: fix build after libxml2 update
2024-07-23 13:36:04 +02:00
Luke Granger-Brown
9b84aa93c5
Merge pull request #328517 from katexochen/envoy/1-31
envoy: 1.30.4 -> 1.31.0
2024-07-21 21:29:23 +01:00
Randy Eckenrode
2c36ff7a18
apacheHttpdPackages.apacheHttpd: fix build after libxml2 update
Apache requires zlib, which was previously but no longer propagated by libxml2.
2024-07-21 13:47:16 -04:00
Franz Pletz
4e51b8c8d2
Merge pull request #327826 from r-ryantm/auto-update/router 2024-07-21 13:00:47 +02:00
Paul Meyer
cf7c9d62b1 envoy: format with nixfmt
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-07-19 22:06:50 +02:00
Paul Meyer
4faf718f9a envoy: 1.30.4 -> 1.31.0
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-07-19 22:01:54 +02:00
Peder Bergebakken Sundt
9500a68e88
Merge pull request #326997 from r-ryantm/auto-update/yaws
yaws: 2.1.1 -> 2.2.0
2024-07-19 20:55:58 +02:00
Peder Bergebakken Sundt
958f5ccb29
Merge pull request #327105 from anthonyroussel/update/tomcat_2
tomcat9: 9.0.90 -> 9.0.91, tomcat10: 10.1.25 -> 10.1.26
2024-07-19 17:19:47 +02:00
Thomas Gerbet
49f3d5c917
Merge pull request #328011 from aanderse/apacheHttpd
apacheHttpd: 2.4.61 -> 2.4.62
2024-07-18 07:59:37 +02:00
Aaron Andersen
eaea4f8046 apacheHttpd: 2.4.61 -> 2.4.62 2024-07-17 15:57:32 -04:00
R. Ryantm
5cb1511948 router: 1.50.0 -> 1.51.0 2024-07-17 06:14:52 +00:00
Weijia Wang
2209b25c0b
Merge pull request #327182 from anthonyroussel/update/jetty_2
jetty_11: 11.0.20 -> 11.0.22, jetty_12: 12.0.9 -> 12.0.11
2024-07-17 03:50:21 +02:00