Commit Graph

1791 Commits

Author SHA1 Message Date
R. Ryantm
5dac1b233c pomerium: 0.24.0 -> 0.25.0 2024-01-21 09:57:53 +00:00
Weijia Wang
cfa483ec2d
Merge pull request #280863 from r-ryantm/auto-update/apacheHttpdPackages.mod_auth_mellon
apacheHttpdPackages.mod_auth_mellon: 0.18.1 -> 0.19.0
2024-01-20 21:28:51 +01:00
Mario Rodas
885f4076db
Merge pull request #281519 from anthonyroussel/updates/jetty
jetty_11: 11.0.18 -> 11.0.19, jetty_12: 12.0.3 -> 12.0.5
2024-01-20 08:59:46 -05:00
R. Ryantm
70fe998b5a darkhttpd: 1.14 -> 1.15 2024-01-20 01:58:44 +00:00
Anthony Roussel
56ab5500a3
jetty_12: 12.0.3 -> 12.0.5
https://github.com/jetty/jetty.project/releases/tag/jetty-12.0.5
https://github.com/jetty/jetty.project/releases/tag/jetty-12.0.4
2024-01-17 12:21:59 +01:00
Anthony Roussel
a4ec043bf5
jetty_11: 11.0.18 -> 11.0.19
https://github.com/jetty/jetty.project/releases/tag/jetty-11.0.19
2024-01-17 12:21:36 +01:00
Alyssa Ross
8ef536f3c9
cgiserver.meta.mainProgram: init 2024-01-16 23:00:13 +01:00
Adam Stephens
1ee4635ed3
envoy: 1.27.1 -> 1.27.2 2024-01-15 00:25:37 -05:00
R. Ryantm
61b09ebd36 apacheHttpdPackages.mod_auth_mellon: 0.18.1 -> 0.19.0 2024-01-14 04:16:32 +00:00
Ryan Lahfa
dd5621df6d
Merge pull request #278380 from DeeUnderscore/fix/nginx-etag
nginx: change etags for statically compressed files served from store
2024-01-14 04:55:27 +01:00
Dee Anzorge
f124c73686 nginx: change etags for statically compressed files served from store
Per RFC 9110, [section 8.8.1][1], different representations of the same
resource should have different Etags:

> A strong validator is unique across all versions of all
> representations associated with a particular resource over time.
> However, there is no implication of uniqueness across representations
> of different resources (i.e., the same strong validator might be in
> use for representations of multiple resources at the same time and
> does not imply that those representations are equivalent)

When serving statically compressed files (ie, when there is an existing
corresponding .gz/.br/etc. file on disk), Nginx sends the Etag marked
as strong. These tags should be different for each compressed format
(as shown in  an explicit example in section [8.8.3.3][2] of the RFC).
Upstream Etags are composed of the file modification timestamp and
content length, and the latter generally changes between these
representations.

Previous implementation of Nix-specific Etags for things served from
store used the store hash. This is fine to share between different
files, but it becomes a problem for statically compressed versions of
the same file, as it means Nginx was serving different representations
of the same resource with the same Etag, marked as strong.

This patch addresses this by imitating the upstream Nginx behavior, and
appending the value of content length to the store hash.

[1]: https://www.rfc-editor.org/rfc/rfc9110.html#name-validator-fields
[2]:
https://www.rfc-editor.org/rfc/rfc9110.html#name-example-entity-tags-varying
2024-01-13 22:07:50 +01:00
Weijia Wang
95bcbd078c
Merge pull request #275893 from hummeltech/master
mod_tile: 0.6.1+unstable=2023-03-09 -> 0.7.0
2024-01-13 07:01:58 +01:00
David Hummel
52c3d54be7 mod_tile: 0.6.1+unstable=2023-03-09 -> 0.7.0 2024-01-12 23:25:18 +01:00
github-actions[bot]
2e4d86eadd
Merge master into staging-next 2024-01-12 12:01:16 +00:00
Anthony Roussel
728d3cbffb
tomcat10: 10.1.16 -> 10.1.18
https://tomcat.apache.org/tomcat-10.1-doc/changelog.html#Tomcat_10.1.18_(schultz)
2024-01-11 12:54:16 +01:00
Anthony Roussel
216ee31f71
tomcat9: 9.0.83 -> 9.0.85
https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.85_(remm)
2024-01-11 12:53:49 +01:00
K900
887e96e875 Merge remote-tracking branch 'origin/master' into staging-next 2024-01-02 10:55:23 +03:00
Ryan Lahfa
10af81720a
Merge pull request #277936 from Izorkin/update-nginx-ktls
nginx: enable ktls support by default
2024-01-01 17:19:11 +01:00
Izorkin
10c06cb060
nginx: enable ktls support by default 2024-01-01 12:02:57 +03:00
Konstantin Alekseev
23a4b38ac8 openresty: 1.21.4.1 -> 1.21.4.3 2024-01-01 09:48:41 +02:00
github-actions[bot]
e61ae81f8f
Merge master into staging-next 2024-01-01 00:02:16 +00:00
Ryan Lahfa
b41904b923
Merge pull request #277449 from SuperSandro2000/moreheaders
nginxModules.moreheaders: 0.33 -> 0.36; adopt
2023-12-31 21:35:16 +01:00
Ryan Lahfa
d07fb6a75c
Merge pull request #263496 from poscat0x04/nginx-lua-resty
nginxModules.{lua,lua-upstream}: switch to luajit_openresty
2023-12-31 21:32:58 +01:00
Sandro Jäckel
d4492ac0f2
nginxModules.moreheaders: 0.33 -> 0.36; adopt 2023-12-29 03:37:35 +01:00
Martin Weinelt
93d8c36a1b Merge remote-tracking branch 'origin/master' into staging-next 2023-12-28 16:56:50 +01:00
Alyssa Ross
85fa37afc2 lighttpd.meta.mainProgram: init 2023-12-28 15:01:55 +01:00
Jan Tojnar
8fcbb0c6ed Merge branch 'master' into staging-next
Conflicts:
- pkgs/development/python-modules/boto3-stubs/default.nix
- pkgs/development/python-modules/openllm-core/default.nix
  Between 0.4.22 → 0.4.34 (a82245bd3d)
  and 0.4.22 -> 0.4.41 (72c55ce6a6)
  Does not build, not pre-merge either.
2023-12-24 14:33:18 +01:00
Jan Tojnar
4ac483c74e apacheHttpd: Fix build with libxml2 2.12 2023-12-24 14:03:18 +01:00
Ryan Lahfa
c6b9fb41c1
Merge pull request #271522 from kristoff3r/nginx-zstd-0-1-1
nginxModules.zstd: 0.1.0 -> 0.1.1
2023-12-24 03:52:40 +01:00
Robin Gloster
b5556f2c37
Merge pull request #268109 from helsinki-systems/helsinki-maintainer-team
maintainers/teams: init and add helsinki-systems
2023-12-20 11:43:29 +01:00
Izorkin
362a2e618c
nixos/tests: add test api in angie package 2023-12-17 22:43:15 +03:00
Izorkin
b79f185409
nixos/tests/nginx-http3: add angie package in testing 2023-12-17 22:43:15 +03:00
Izorkin
c580ebee40
angie-console-light: init at 1.1.1 2023-12-17 22:43:14 +03:00
Izorkin
86efccfa45
angie: init at 1.4.0 2023-12-17 22:43:13 +03:00
Izorkin
00cb53de4f
nginx: fix nginx binary pathname 2023-12-17 16:51:29 +03:00
embr
919401f963 bozohttpd: Update source URL
The domain has changed, but it's the same tarball with the same hash.
2023-12-15 19:24:29 +01:00
Thomas Gerbet
73794db411
Merge pull request #271941 from risicle/ris-apollo-router-known-vulnerabilities
router: add CVE-2023-45812 to knownVulnerabilities
2023-12-10 14:30:55 +01:00
Thomas Gerbet
b6160f9f89
Merge pull request #272349 from stephank/couchdb-3.3.3
couchdb3: 3.3.2 -> 3.3.3
2023-12-09 12:31:52 +01:00
Rick van Schijndel
ba75066821
Merge pull request #271362 from pbsds/rm-dead-patches
treewide: remove unreferenced patch files
2023-12-06 03:28:15 +01:00
Stéphan Kochen
2a4c0e2f12 couchdb3: 3.3.2 -> 3.3.3 2023-12-05 21:56:08 +01:00
Robert Scott
ed972a40b2 router: add CVE-2023-45812 to knownVulnerabilities 2023-12-03 22:45:31 +00:00
Kristoffer Søholm
6c19bd6631 nginxModules.zstd: 0.1.0 -> 0.1.1 2023-12-01 21:06:38 +01:00
Peder Bergebakken Sundt
f41aba3739 treewide: remove unreferenced patch files
Found with `fd \\.patch$ pkgs/ -x bash -c 'rg -F "{/}" pkgs/ -q || echo {}'`
2023-12-01 06:11:20 +01:00
Mario Rodas
15b5295311
Merge pull request #270847 from anthonyroussel/updates/tomcat_10_1_16
tomcat10: 10.1.15 -> 10.1.16
2023-11-30 22:38:23 -05:00
ajs124
7b6580dba4 maintainers/teams: init and add helsinki-systems 2023-11-30 19:11:08 +01:00
Luke Granger-Brown
02eb145f86
Merge pull request #270404 from r-ryantm/auto-update/pomerium
pomerium: 0.23.0 -> 0.24.0
2023-11-29 18:54:40 +00:00
Anthony Roussel
c9aee562c1
tomcat: sync meta.platforms with jre 2023-11-29 07:54:46 +01:00
Anthony Roussel
d525015c8e
tomcat: refactor 2023-11-29 07:53:17 +01:00
Anthony Roussel
e24c29c9cc
tomcat9,tomcat10: rename sha256 to hash 2023-11-29 07:47:03 +01:00
Anthony Roussel
36e481f7c8
tomcat10: 10.1.15 -> 10.1.16
https://tomcat.apache.org/tomcat-10.1-doc/changelog.html#Tomcat_10.1.16_(schultz)
2023-11-29 07:46:17 +01:00