Anthony ROUSSEL
d8a157389f
tomcat10: 10.1.29 -> 10.1.30
2024-10-04 22:28:03 +02:00
Anthony ROUSSEL
8f9b47f0e1
tomcat9: 9.0.94 -> 9.0.95
2024-10-04 22:28:03 +02:00
Anthony Roussel
6e894284a3
apacheHttpdPackages.mod_jk: 1.2.49 -> 1.2.50 ( #337216 )
2024-10-04 22:26:54 +02:00
Leona Maroni
66a7f7ecc2
angie: 1.6.2 -> 1.7.0 ( #343222 )
2024-10-03 12:53:35 +02:00
h7x4
b8f17b321a
router: 1.54.0 -> 1.55.0 ( #345599 )
2024-10-01 19:41:22 +02:00
Morgan Helton
2a42c191d4
pomerium: move to by-name
2024-09-30 20:50:17 -05:00
R. Ryantm
6f3781f2e8
router: 1.54.0 -> 1.55.0
2024-09-30 21:04:51 +00:00
Weijia Wang
65493d0b2d
router: 1.52.1 -> 1.54.0 ( #340867 )
2024-09-26 23:11:40 +02:00
Artturin
e0464e4788
treewide: replace stdenv.is
with stdenv.hostPlatform.is
...
In preparation for the deprecation of `stdenv.isX`.
These shorthands are not conducive to cross-compilation because they
hide the platforms.
Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way
One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059
There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.
```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
R. Ryantm
ac4a4cb83c
router: 1.52.1 -> 1.54.0
2024-09-22 00:58:46 +00:00
Izorkin
2e36424e03
angie: 1.6.2 -> 1.7.0
2024-09-20 12:45:28 +03:00
h7x4
9a6c76c4af
treewide: remove unused inputs ( #342672 )
2024-09-19 20:36:18 +02:00
Rafael Kraut
f24fd1b48e
unit: fix php82 module argument
2024-09-19 15:17:48 +02:00
Franz Pletz
421ef9a289
Migrate packages to pkgs/by-name, format with nixfmt-rfc-style ( #342625 )
2024-09-18 06:32:28 +02:00
Peder Bergebakken Sundt
8c8c27bb19
treewide: remove unused inputs
2024-09-18 01:00:07 +02:00
Anthony ROUSSEL
63f137ac3f
axis2: migrate to pkgs/by-name, format with nixfmt-rfc-style
2024-09-17 22:02:47 +02:00
R. Ryantm
da98e52bfd
unit: 1.32.1 -> 1.33.0
2024-09-17 05:14:16 +00:00
Peder Bergebakken Sundt
850c8f2703
tomcat9: 9.0.93 -> 9.0.94, tomcat10: 10.1.28 -> 10.1.29 ( #341440 )
2024-09-17 00:19:33 +02:00
Adam Stephens
00e9c6bafc
envoy: move to by-name
2024-09-15 08:46:18 -04:00
Adam Stephens
090dbc264f
envoy: 1.31.0 -> 1.31.1
2024-09-15 08:43:35 -04:00
Anderson Torres
153d36c733
bozohttpd: migrate to by-name
2024-09-12 22:16:21 -03:00
Nick Cao
bef152c4fb
dufs: 0.41.0 -> 0.42.0 ( #338958 )
2024-09-12 20:03:42 -04:00
Anthony ROUSSEL
e7354e83da
tomcat10: 10.1.28 -> 10.1.29
...
https://github.com/apache/tomcat/compare/10.1.28...10.1.29
https://tomcat.apache.org/tomcat-10.1-doc/changelog.html#Tomcat_10.1.29_(schultz)
2024-09-12 22:20:01 +02:00
Anthony ROUSSEL
826a9ba899
tomcat9: 9.0.93 -> 9.0.94
...
https://github.com/apache/tomcat/compare/9.0.93...9.0.94
https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.94_(remm)
2024-09-12 22:19:16 +02:00
Bjørn Forsman
a65e693ed7
lighttpd: 1.4.75 -> 1.4.76
...
The release tarball no longer comes with a ./configure script (related
to avoiding CVE-2024-3094 xz supply chain attack), so add autoreconfHook
to keep the build working.
https://www.lighttpd.net/2024/4/12/1.4.76/
2024-09-11 21:15:53 +02:00
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
Ashish SHUKLA
32fb25319b
dufs: 0.41.0 -> 0.42.0
...
Changes: https://github.com/sigoden/dufs/releases/tag/v0.42.0
2024-09-02 13:15:04 +05:30
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
Anthony ROUSSEL
51b2714417
apacheHttpdPackages.mod_jk: reformat with nixfmt-rfc-style
2024-08-25 12:06:23 +02:00
Anthony ROUSSEL
dd663dbf62
apacheHttpdPackages.mod_jk: 1.2.49 -> 1.2.50
...
https://tomcat.apache.org/connectors-doc/miscellaneous/changelog.html
2024-08-25 12:03:22 +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