Commit Graph

2053 Commits

Author SHA1 Message Date
Azat Bahawi
20f02a8fde
nginxModules.njs: 0.8.1 -> 0.8.4 (#317683) 2024-10-23 21:45:28 +00:00
github-actions[bot]
a5883bc172
Merge master into staging-next 2024-10-10 12:05:39 +00:00
Franz Pletz
ae8c1e57f7
treewide: use mirror urls (#347454) 2024-10-10 13:05:23 +02:00
K900
0717a4da77 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-09 21:08:25 +03:00
Peder Bergebakken Sundt
f0ab603220 apt-cacher-ng: use mirror url 2024-10-09 12:03:59 +02:00
Sergei Trofimovich
a104755959 nginxMainline: 1.27.1 -> 1.27.2
Changes: https://nginx.org/en/CHANGES
2024-10-09 06:42:21 +01:00
github-actions[bot]
ff851b037d
Merge master into staging-next 2024-10-06 00:15:37 +00:00
Anthony ROUSSEL
ddbf80e918 jetty_12: 12.0.12 -> 12.0.14 2024-10-05 20:54:23 +02:00
Anthony ROUSSEL
f7e0d315f3 jetty_11: 11.0.23 -> 11.0.24 2024-10-05 20:54:23 +02:00
github-actions[bot]
e9c8665026
Merge master into staging-next 2024-10-05 00:14:01 +00:00
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
github-actions[bot]
ca0b5f7edc
Merge master into staging-next 2024-10-03 12:05:39 +00:00
Leona Maroni
66a7f7ecc2
angie: 1.6.2 -> 1.7.0 (#343222) 2024-10-03 12:53:35 +02:00
github-actions[bot]
c3c8b24e1c
Merge master into staging-next 2024-10-01 18:04:42 +00:00
h7x4
b8f17b321a
router: 1.54.0 -> 1.55.0 (#345599) 2024-10-01 19:41:22 +02:00
K900
e3bf09623f Merge remote-tracking branch 'origin/master' into staging-next 2024-10-01 15:09:28 +03: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
Fabián Heredia Montiel
2a115bbd1e Merge remote-tracking branch 'origin/master' into staging-next 2024-09-26 18:03:59 -06:00
Weijia Wang
65493d0b2d
router: 1.52.1 -> 1.54.0 (#340867) 2024-09-26 23:11:40 +02:00
Artturin
f0e657f3b1 Merge branch 'master' into staging-next 2024-09-25 06:05:01 +03: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
K900
d8a54461fc Merge remote-tracking branch 'origin/staging-next' into staging 2024-09-20 07:27:56 +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
github-actions[bot]
81d645b6a9
Merge staging-next into staging 2024-09-18 06:05:20 +00:00
Franz Pletz
421ef9a289
Migrate packages to pkgs/by-name, format with nixfmt-rfc-style (#342625) 2024-09-18 06:32:28 +02:00
github-actions[bot]
b638e02a58
Merge staging-next into staging 2024-09-18 00:13:59 +00: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
github-actions[bot]
3aaf0938c0
Merge staging-next into staging 2024-09-17 00:12:19 +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
github-actions[bot]
7aea2e99a8
Merge staging-next into staging 2024-09-16 00:14:57 +00: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
github-actions[bot]
e2e6ce14a1
Merge staging-next into staging 2024-09-15 00:15:46 +00:00
Anderson Torres
153d36c733 bozohttpd: migrate to by-name 2024-09-12 22:16:21 -03:00
github-actions[bot]
34de158a5f
Merge staging-next into staging 2024-09-13 00:13:45 +00:00
Nick Cao
bef152c4fb
dufs: 0.41.0 -> 0.42.0 (#338958) 2024-09-12 20:03:42 -04:00
Philip Taron
e630216c6b
[staging] perl: 5.38.2 -> 5.40.0 (#333286)
After discussing on Matrix in the [#staging](https://matrix.to/#/#staging:nixos.org) room, I'm merging this as-is without waiting for changes to the `enableParallelBuilding = false;` line.

There are several in-the-wings PRs (one from @emilazy) that attempt to bring load-limit, which is a more sensible accounting of the work that a derivation is doing, into Nix itself. If and when that lands, we'll be able to just set `enableParallelBuilding = true;` again, without any specific casing around the `NIX_BUILD_CORES` stdenv variable.
2024-09-12 16:22:26 -07: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
Stig Palmquist
67ecdcbb97
unit: add nixos tests for perl 2024-09-08 19:51:21 +02:00
Stig Palmquist
762d2c1971
unit: clean up withPerl arguments
Only provide one `withPerl` argument instead of one per perl version
provided by nixpkgs.
2024-09-08 19:33:54 +02:00