Commit Graph

1890 Commits

Author SHA1 Message Date
Jörg Thalheim
fd0d750f7f
Merge pull request #324005 from NixOS/backport-323185-to-release-24.05
[Backport release-24.05] angie: 1.5.2 -> 1.6.0
2024-07-14 06:00:38 +02:00
Aaron Andersen
5fa2abafd5 apacheHttpd: 2.4.59 -> 2.4.61
(cherry picked from commit ceb93ad2ff)
2024-07-03 19:19:08 +00:00
Izorkin
406d33ba5a angie: 1.5.2 -> 1.6.0
(cherry picked from commit b9bff66bb7)
2024-07-02 10:46:26 +00:00
Paul Meyer
db47e669c3 envoy: 1.30.3 -> 1.30.4
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
(cherry picked from commit ce079c05d0)
2024-07-01 13:11:40 +00:00
Paul Meyer
906d42ad99 envoy: 1.30.2 -> 1.30.3
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
(cherry picked from commit 8809946c78)
2024-07-01 11:14:50 +00:00
Malte Poll
64a0b92356 envoy: 1.30.1 -> 1.30.2
Contains security fixes for:
- [CVE-2024-34362: Crash (use-after-free) in EnvoyQuicServerStream](GHSA-hww5-43gv-35jv)
- [CVE-2024-34363: Crash due to uncaught nlohmann JSON exception](GHSA-g979-ph9j-5gg4)
- [CVE-2024-34364: Envoy OOM vector from HTTP async client with unbounded response buffer for mirror response, and other components](GHSA-xcj3-h7vf-fw26)
- [CVE-2024-32974: Crash in EnvoyQuicServerStream::OnInitialHeadersComplete()](GHSA-mgxp-7hhp-8299)
- [CVE-2024-32975: Crash in QuicheDataReader::PeekVarInt62Length()](GHSA-g9mq-6v96-cpqc)
- [CVE-2024-32976: Endless loop while decompressing Brotli data with extra input](GHSA-7wp5-c2vq-4f8m)
- [CVE-2024-23326: Envoy incorrectly accepts HTTP 200 response for entering upgrade mode](GHSA-vcf8-7238-v74c)

(cherry picked from commit 7e537acfea)
2024-06-05 19:30:12 +00:00
Izorkin
1c1cf8246a angie: 1.5.1 -> 1.5.2
(cherry picked from commit a79f4a9161)
2024-06-04 07:56:23 +00:00
R. Ryantm
026bbe43fa angie: 1.4.1 -> 1.5.1
(cherry picked from commit 510ea77aea)
2024-06-03 19:32:08 +00:00
Franz Pletz
8cfcfb6836
Merge pull request #316281 from NixOS/backport-316104-to-release-24.05
[Backport release-24.05] nginxMainline: 1.25.4 -> 1.27.0, nginx: 1.26.0 -> 1.26.1
2024-06-02 17:33:26 +02:00
Emmanuel Rosa
69ce9702ff jetty: 12.0.8 -> 12.0.9
(cherry picked from commit 6c62ac1bef)
2024-06-02 11:55:08 +00:00
Thomas Gerbet
693e9a5b33 nginxMainline: 1.25.4 -> 1.27.0
Fixes CVE-2024-32760, CVE-2024-31079, CVE-2024-35200 and CVE-2024-34161.

Changes:
```

Changes with nginx 1.27.0                                        29 May 2024

    *) Security: when using HTTP/3, processing of a specially crafted QUIC
       session might cause a worker process crash, worker process memory
       disclosure on systems with MTU larger than 4096 bytes, or might have
       potential other impact (CVE-2024-32760, CVE-2024-31079,
       CVE-2024-35200, CVE-2024-34161).
       Thanks to Nils Bars of CISPA.

    *) Feature: variables support in the "proxy_limit_rate",
       "fastcgi_limit_rate", "scgi_limit_rate", and "uwsgi_limit_rate"
       directives.

    *) Bugfix: reduced memory consumption for long-lived requests if "gzip",
       "gunzip", "ssi", "sub_filter", or "grpc_pass" directives are used.

    *) Bugfix: nginx could not be built by gcc 14 if the --with-atomic
       option was used.
       Thanks to Edgar Bonet.

    *) Bugfixes in HTTP/3.

Changes with nginx 1.25.5                                        16 Apr 2024

    *) Feature: virtual servers in the stream module.

    *) Feature: the ngx_stream_pass_module.

    *) Feature: the "deferred", "accept_filter", and "setfib" parameters of
       the "listen" directive in the stream module.

    *) Feature: cache line size detection for some architectures.
       Thanks to Piotr Sikora.

    *) Feature: support for Homebrew on Apple Silicon.
       Thanks to Piotr Sikora.

    *) Bugfix: Windows cross-compilation bugfixes and improvements.
       Thanks to Piotr Sikora.

    *) Bugfix: unexpected connection closure while using 0-RTT in QUIC.
       Thanks to Vladimir Khomutov.
```

(cherry picked from commit 35c696f49f)
2024-05-31 23:05:17 +00:00
Thomas Gerbet
cbfa794ed5 nginx: 1.26.0 -> 1.26.1
Fixes CVE-2024-32760, CVE-2024-31079, CVE-2024-35200 and CVE-2024-34161.
Note that the `nginxQuic` derivation rely on `nginxMainline`.

Changes:
```
Changes with nginx 1.26.1                                        29 May 2024

    *) Security: when using HTTP/3, processing of a specially crafted QUIC
       session might cause a worker process crash, worker process memory
       disclosure on systems with MTU larger than 4096 bytes, or might have
       potential other impact (CVE-2024-32760, CVE-2024-31079,
       CVE-2024-35200, CVE-2024-34161).
       Thanks to Nils Bars of CISPA.

    *) Bugfix: reduced memory consumption for long-lived requests if "gzip",
       "gunzip", "ssi", "sub_filter", or "grpc_pass" directives are used.

    *) Bugfix: nginx could not be built by gcc 14 if the --with-atomic
       option was used.
       Thanks to Edgar Bonet.

    *) Bugfix: in HTTP/3.

```

(cherry picked from commit 25e4a15f2a)
2024-05-31 23:05:17 +00:00
Sigmanificient
a2353716f6 treewide: remove unused occurence of fetchurl argument 2024-05-20 05:20:23 +02:00
Thomas Gerbet
b7488ba3b9
Merge pull request #307066 from LeSuisse/nginx-stable-1.26.0
nginxStable: 1.24.0 -> 1.26.0
2024-05-13 14:34:38 +02:00
Aleksana
632d845324
Merge pull request #308094 from anthonyroussel/update-tomcat
tomcat10: 10.1.20 -> 10.1.23, tomcat9: 9.0.87 -> 9.0.88
2024-05-06 23:23:40 +08:00
Anthony Roussel
154eef1e62
jetty: 12.0.7 -> 12.0.8
https://github.com/jetty/jetty.project/releases/tag/jetty-12.0.8
2024-05-01 12:54:27 +02:00
Anthony Roussel
c027a183a2
tomcat10: 10.1.20 -> 10.1.23 2024-04-30 23:05:37 +02:00
Anthony Roussel
037e6c79c6
tomcat9: 9.0.87 -> 9.0.88 2024-04-30 23:05:23 +02:00
Thomas Gerbet
73d98d9b4a nginxStable: 1.24.0 -> 1.26.0
Changes
http://nginx.org/en/CHANGES-1.26

The 1.24.x branch is now considered EOL.
2024-04-26 23:10:10 +02:00
Claudio Bley
cff95b1624 envoy: Update hash after bazel_6 upgrade 2024-04-26 20:57:53 +02:00
Malte Poll
975307f7ca envoy: 1.27.5 -> 1.30.1
Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-04-24 15:08:11 +02:00
Paul Meyer
6debc2123a envoy: 1.27.3 -> 1.27.5
Co-authored-by: Malte Poll <1780588+malt3@users.noreply.github.com>
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-04-22 15:40:15 +02:00
Sandro
e79a4cbd5c
Merge pull request #304704 from deshaw/upstream-fix-nginxModules.lua 2024-04-17 11:37:59 +02:00
Elliot Cameron
8f67b3d446 nginxModules.spnego-http-auth: fix support for nginx 1.23+ 2024-04-16 23:31:41 -04:00
Elliot Cameron
99afffdc3a nginxModules.lua: remove patch that is already applied
This module was applying a patch that is now included in all versions of Nginx that Nixpkgs supports.
2024-04-16 23:20:55 -04:00
Robert Scott
92b2565469
Merge pull request #303204 from LeSuisse/envoy-CVE-2024-30255-tag
envoy: flag as vulnerable to CVE-2024-30255
2024-04-13 12:24:29 +01:00
Alyssa Ross
8d935aae93 lighttpd: enable debug info 2024-04-11 21:56:18 +02:00
Thomas Gerbet
3ef25cb316 trafficserver: 9.2.3 -> 9.2.4
Fixes CVE-2024-31309.
https://lists.apache.org/thread/f9qh3g3jvy153wh82pz4onrfj1wh13kc

Changes:
https://raw.githubusercontent.com/apache/trafficserver/9.2.x/CHANGELOG-9.2.4
2024-04-11 07:37:19 +02:00
Thomas Gerbet
bc4dc452fa envoy: flag as vulnerable to CVE-2024-30255
Envoy 1.27.4 [0] contains the fix but upgrading it is
not straightforward as the build of the current version
is already broken and only thanks to the caching of the deps
(seems to be the case since the removal of Go 1.20).

Fixing the build seems to require more Bazel knownledge than I have
and the the usual maintainer is currently not available.

[0] https://github.com/envoyproxy/envoy/releases/tag/v1.27.4
2024-04-10 22:43:57 +02:00
Jörg Thalheim
e7ed94636e
Merge pull request #302557 from anthonyroussel/anthonyroussel-stdenvnocc
tomb,win-pvdrivers,tomcat,axis2,jetty: use stdenvNoCC
2024-04-10 09:06:26 +02:00
R. Ryantm
284850eb9b pomerium: 0.25.1 -> 0.25.2 2024-04-10 08:51:49 +02:00
Anthony Roussel
b32b0c5183
tomcat: use stdenvNoCC 2024-04-08 14:31:20 +02:00
Anthony Roussel
d53210f7e0
axis2: use stdenvNoCC 2024-04-08 14:31:13 +02:00
Anthony Roussel
a59474718d
jetty: use stdenvNoCC 2024-04-08 14:31:04 +02:00
Thomas Gerbet
331f875bde apacheHttpd: 2.4.58 -> 2.4.59
Fixes CVE-2024-27316, CVE-2024-27316 and CVE-2023-38709

Changes:
https://downloads.apache.org/httpd/CHANGES_2.4.59
2024-04-04 21:11:38 +02:00
Weijia Wang
c7e0bad032
Merge pull request #299649 from milas/http/unit-1.32.1
unit: 1.32.0 -> 1.32.1
2024-04-03 10:50:32 +02:00
Milas Bowman
a9a8aba382
unit: 1.32.0 -> 1.32.1 2024-03-27 23:57:00 -04:00
Anthony Roussel
637b74a736
tomcat10: 10.1.19 -> 10.1.20
https://tomcat.apache.org/tomcat-10.1-doc/changelog.html#Tomcat_10.1.20_(schultz)
2024-03-26 10:38:51 +01:00
Anthony Roussel
fbbf8be029
apacheHttpdPackages.mod_dnssd: fix meta.homepage 2024-03-22 13:09:14 +01:00
Anthony Roussel
4b042b5767
apacheHttpdPackages.mod_timestamp: 0.2.2 -> 0.2.3
https://redwax.eu/dist/rs/ChangeLog-mod_timestamp-0.2.3
2024-03-22 13:09:13 +01:00
Anthony Roussel
d3e35ef7c8
apacheHttpdPackages.mod_timestamp: add passthru.updateScript 2024-03-22 13:09:13 +01:00
Anthony Roussel
75d65a2b68
apacheHttpdPackages.mod_tile: 0.7.0 -> 0.7.1
https://github.com/openstreetmap/mod_tile/releases/tag/v0.7.1
https://github.com/openstreetmap/mod_tile/compare/v0.7.0...v0.7.1
2024-03-22 13:09:13 +01:00
Anthony Roussel
d27284b103
apacheHttpdPackages.mod_tile: add passthru.updateScript 2024-03-22 13:09:12 +01:00
Anthony Roussel
c4e713b213
apacheHttpdPackages.mod_spkac: 0.2.2 -> 0.2.3
https://redwax.eu/dist/rs/ChangeLog-mod_spkac-0.2.3
2024-03-22 13:09:12 +01:00
Anthony Roussel
02a6023036
apacheHttpdPackages.mod_spkac: add passthru.updateScript 2024-03-22 13:09:12 +01:00
Anthony Roussel
fc8e8f6780
apacheHttpdPackages.mod_scep: 0.2.3 -> 0.2.4
https://redwax.eu/dist/rs/ChangeLog-mod_scep-0.2.4
2024-03-22 13:09:11 +01:00
Anthony Roussel
b36e76a1ad
apacheHttpdPackages.mod_scep: add passthru.updateScript 2024-03-22 13:09:11 +01:00
Anthony Roussel
b0477d1e81
apacheHttpdPackages.mod_python: unstable-2022-10-18 -> 3.5.0.2
https://github.com/grisha/mod_python/blob/3.5.0.2/NEWS
2024-03-22 13:09:11 +01:00
Anthony Roussel
fe949d046e
apacheHttpdPackages.mod_python: add passthru.updateScript 2024-03-22 13:09:10 +01:00
Anthony Roussel
12f1b8f192
apacheHttpdPackages.mod_pkcs12: 0.2.2 -> 0.2.3
https://redwax.eu/dist/rs/ChangeLog-mod_pkcs12-0.2.3
2024-03-22 13:09:10 +01:00