Marcus Ramberg
097e28b021
unit: perl536 -> perl540
2024-09-07 19:09:51 +02: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
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
R. Ryantm
44585d346f
apacheHttpdPackages.mod_auth_mellon: 0.19.0 -> 0.19.1
2024-07-17 00:44:32 +00:00
TomaSajt
0def7f7bc1
axis2: remove legacy builder.sh, make deterministic
2024-07-15 23:48:51 +02:00
Anthony Roussel
96829d14b7
jetty: add meta.changelog, update meta.homepage
2024-07-14 21:05:27 +02:00
Anthony Roussel
f0e575ba95
jetty: add passthru.updateScript
2024-07-14 21:05:27 +02:00
Anthony Roussel
fa9c8bb1b1
jetty_12: 12.0.9 -> 12.0.11
...
https://github.com/jetty/jetty.project/releases/tag/jetty-12.0.11
https://github.com/jetty/jetty.project/releases/tag/jetty-12.0.10
2024-07-14 21:05:26 +02:00
Anthony Roussel
8ba624c719
jetty_11: 11.0.20 -> 11.0.22
...
https://github.com/jetty/jetty.project/releases/tag/jetty-11.0.22
https://github.com/jetty/jetty.project/releases/tag/jetty-11.0.21
2024-07-14 21:05:25 +02:00
Anthony Roussel
4796b6afab
tomcat: format with nixfmt-rfc-style, remove with lib;
2024-07-14 15:23:20 +02:00
Anthony Roussel
8c1f535d37
tomcat: add passthru.updateScript
2024-07-14 15:23:20 +02:00
Anthony Roussel
eda65c2b43
tomcat10: 10.1.25 -> 10.1.26
...
https://tomcat.apache.org/tomcat-10.1-doc/changelog.html#Tomcat_10.1.26_(schultz)
2024-07-14 15:23:15 +02:00
Anthony Roussel
ddc3597018
tomcat9: 9.0.90 -> 9.0.91
...
https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.91_(remm)
2024-07-14 15:22:55 +02:00
R. Ryantm
d13af34577
yaws: 2.1.1 -> 2.2.0
2024-07-14 03:05:57 +00:00
superherointj
cca34e8615
nginx: add stridtech team as maintainer
2024-07-12 12:16:22 +02:00
Emily
38d971a4a3
pshs: move to pkgs/by-name
2024-07-12 00:33:38 +01:00
Weijia Wang
f50ff20343
Merge pull request #318952 from r-ryantm/auto-update/lwan
...
lwan: 0.4 -> 0.5
2024-07-08 09:36:39 +02:00
Peder Bergebakken Sundt
f5f8ab2a62
Merge pull request #321224 from anthonyroussel/update/tomcat
...
tomcat10: 10.1.23 -> 10.1.25, tomcat9: 9.0.88 -> 9.0.90
2024-07-08 00:54:59 +02:00
R. Ryantm
a289ebc60a
lwan: 0.4 -> 0.5
2024-07-07 23:09:22 +02:00
Weijia Wang
1da8fa1a3f
Merge pull request #324241 from r-ryantm/auto-update/router
...
router: 1.49.1 -> 1.50.0
2024-07-04 00:04:33 +02:00
Thomas Gerbet
88de662066
Merge pull request #323805 from aanderse/apache-httpd
...
apacheHttpd: 2.4.59 -> 2.4.60
2024-07-03 21:18:40 +02:00
Aaron Andersen
ceb93ad2ff
apacheHttpd: 2.4.59 -> 2.4.61
2024-07-03 12:19:50 -04:00
Luke Granger-Brown
7a6b947326
Merge pull request #324159 from r-ryantm/auto-update/pomerium
...
pomerium: 0.26.0 -> 0.26.1
2024-07-03 08:36:15 +01:00
R. Ryantm
730008682f
router: 1.49.1 -> 1.50.0
2024-07-03 06:16:03 +00:00
R. Ryantm
5d243483af
pomerium: 0.26.0 -> 0.26.1
2024-07-02 21:29:25 +00:00
Sandro
bd4241bcc8
Merge pull request #297826 from anthonyroussel/update-tomcat_connectors
...
apacheHttpdPackages.mod_jk: 1.2.48 -> 1.2.49, rename from tomcat_connectors
2024-07-02 20:26:13 +02:00
Izorkin
09b3443ecb
angie: 1.5.2 -> 1.6.0
2024-07-02 12:45:49 +02:00
Martin Weinelt
6ba4e5d13f
envoy: require big-parallel system feature
...
The envoy build often takes 7-8 hours and is among the last builds
finshing an evaluation. That is because we're scheduling it with -j2 on
a normal machine, when it has over 7000 objects to build, that
parallelize very well.
2024-07-02 01:49:09 +02:00
Weijia Wang
888b933bd8
Merge pull request #321917 from r-ryantm/auto-update/hiawatha
...
hiawatha: 11.5 -> 11.6
2024-07-02 01:04:00 +02:00
Paul Meyer
ce079c05d0
envoy: 1.30.3 -> 1.30.4
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-07-01 08:22:57 +02:00
TomaSajt
341ae3231e
unit: remove top-level with lib;
2024-06-30 12:51:48 +02:00
TomaSajt
0afdc7c6c3
tengine: remove top-level with lib;
2024-06-30 12:51:45 +02:00
Thomas Gerbet
e6f6fb7ab2
Merge pull request #308415 from bbigras/router
...
router: 1.30.1 -> 1.49.1
2024-06-29 00:15:00 +02:00
Luke Granger-Brown
137523ccf4
Merge pull request #322912 from katexochen/envoy/1-30-3
...
envoy: 1.30.2 -> 1.30.3
2024-06-27 18:46:50 +01:00
Paul Meyer
8809946c78
envoy: 1.30.2 -> 1.30.3
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-06-27 17:33:54 +02:00
Sandro
aae713a4ae
Merge pull request #280223 from lblasc/openresty
...
openresty: 1.21.4.3 -> 1.25.3.1
2024-06-26 19:35:21 +02:00
Bruno Bigras
248925b8c8
router: 1.30.1 -> 1.49.1
...
Co-authored-by: Thomas Gerbet <thomas@gerbet.me>
2024-06-25 16:49:09 -04:00
R. Ryantm
9515b3c5b9
hiawatha: 11.5 -> 11.6
2024-06-23 06:53:02 +00:00
Anthony Roussel
4eae55aad9
tomcat10: 10.1.23 -> 10.1.25
...
https://tomcat.apache.org/tomcat-10.1-doc/changelog.html#Tomcat_10.1.25_(schultz)
2024-06-20 11:59:22 +02:00
Anthony Roussel
e82420614e
tomcat9: 9.0.88 -> 9.0.90
...
https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.90_(remm)
2024-06-20 11:58:32 +02:00
David Hummel
fd669cd8a2
apacheHttpdPackages.mod_tile: Support for Mapnik >=v4.0.0-rc2
2024-06-17 19:55:42 -07:00
Emily
4b1d39d935
treewide: remove myself from packages I don’t use
...
I’ve had an extended absence from Nix work and no longer actively
use a bunch of packages I used to maintain, so remove myself as a
maintainer from things I can’t usefully review/test changes for
as I ease back into things. This does unfortunately leave a few
packages orphaned (`stm32loader`, `tinyprog`, `python3Packages.fx2`,
and `python3Packages.jsonmerge`).
2024-06-15 16:53:23 +01:00
Raphael Robatsch
61e6045858
hiawatha: 10.11 -> 11.5
...
Changelog: https://www.hiawatha-webserver.org/changelog
2024-06-12 19:51:39 +02:00
Raphael Robatsch
c2928b54bc
hiawatha: Add package test
...
Tests whether curl can communicate with hiawatha via http and https.
2024-06-12 19:51:16 +02:00
Peder Bergebakken Sundt
4bf63184e2
Merge pull request #308949 from amarshall/librusty_v8-source-provenance
...
treewide: mark packages using librusty_v8 as binaryNativeCode
2024-06-12 12:46:47 +02:00
Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Alexis Hildebrandt
bf995e3641
treewide: Remove ending period from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
Anthony Roussel
2866cf57e9
apacheHttpdPackages.mod_jk: add anthonyroussel to maintainers
2024-06-07 08:41:08 +02:00
Anthony Roussel
e0a905ef96
apacheHttpdPackages.mod_jk: rename from tomcat_connectors
2024-06-07 08:41:04 +02:00
Anthony Roussel
b873135b40
tomcat_connectors: 1.2.48 -> 1.2.49
...
https://tomcat.apache.org/connectors-doc/miscellaneous/changelog.html
https://github.com/apache/tomcat-connectors/compare/JK_1_2_48...JK_1_2_49
2024-06-07 08:41:02 +02:00