Thomas Gerbet
4855a6f817
unit: drop PHP 8.0 support
...
PHP 8.0 will be end-of-life before the end of life of the next stable
version of NixOS. Related to #224505 .
2023-04-19 10:24:02 +02:00
Bruno Bigras
18a0deb942
router: 1.15.0 -> 1.15.1
2023-04-18 16:14:50 -04:00
Bruno Bigras
2f81686ec8
router: init at 1.15.0
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-04-17 20:39:47 -04:00
ajs124
68c39e6f41
nginxMainline: 1.23.4 -> 1.24.0
2023-04-11 22:12:12 +02:00
ajs124
58cb284c0e
nginxStable: 1.22.1 -> 1.24.0
2023-04-11 22:11:07 +02:00
Franz Pletz
a50962e4c4
Merge pull request #224458 from helsinki-systems/upd/nginx
...
nginxMainline: 1.23.3 -> 1.23.4
2023-04-08 11:49:55 +02:00
Uri Baghin
f8ee061247
buildBazelPackage: fix difference between linux and darwin deps
2023-04-06 11:42:46 +10:00
Uri Baghin
440b4de588
buildBazelPackage: support multiple targets
2023-04-05 12:59:54 +10:00
ajs124
8be794b197
nginx: sha256 -> hash
2023-04-03 12:40:49 +02:00
ajs124
9554582b34
nginxMainline: 1.23.3 -> 1.23.4
2023-04-03 12:29:54 +02:00
Izorkin
9f2a1d98aa
nginxQuic: 3be953161026 -> 0af598651e33
2023-04-01 13:09:48 +03:00
Sandro
5332b2b4d3
Merge pull request #213168 from LeSuisse/rustls-ffi-init
...
rustls-ffi: init at 0.9.2 and make possible to build Apache mod_tls with it
2023-03-31 11:25:24 +02:00
R. Ryantm
aa6fd7cb06
pomerium: 0.21.2 -> 0.21.3
2023-03-29 02:57:27 +00:00
Martin Weinelt
e911a4d6cd
Merge pull request #223055 from LeSuisse/apache-2.4.56
...
apacheHttpd: 2.4.55 -> 2.4.56
2023-03-29 01:14:27 +02:00
Thomas Gerbet
ce5b2e3773
apacheHttpd: add option to build experimental mod_tls
...
https://httpd.apache.org/docs/2.4/mod/mod_tls.html
Note: the attribute has been named `modTlsSupport` instead of
`tlsSupport` to try to limit the confusion with the existing
`sslSupport` attribute.
2023-03-28 18:00:35 +02:00
Martin Weinelt
8c4c762da2
lighttpd: Disable tests for DES and MD5
...
These are legacy ciphers, which we don't support any longer.
2023-03-26 15:58:08 +02:00
Thomas Gerbet
5475dfc18d
apacheHttpd: 2.4.55 -> 2.4.56
...
Fixes CVE-2023-27522 and CVE-2023-25690.
https://downloads.apache.org/httpd/CHANGES_2.4.56
2023-03-25 11:55:59 +01:00
Weijia Wang
dedf17650f
Merge pull request #222562 from r-ryantm/auto-update/dufs
...
dufs: 0.32.0 -> 0.33.0
2023-03-24 21:34:49 +02:00
Sandro
995f9d1c95
Merge pull request #213874 from SuperSandro2000/nginx-zstd
...
nixos/nginx: add recommendedZstdSettings
2023-03-23 14:11:35 +01:00
R. Ryantm
2a345b3b6d
dufs: 0.32.0 -> 0.33.0
2023-03-22 16:35:10 +00:00
Morgan Helton
c1bfba963d
pomerium: 0.20.0 -> 0.21.2
2023-03-18 06:49:42 -05:00
Morgan Helton
d76601d559
pomerium: add update script
2023-03-18 06:48:41 -05:00
Sergei Trofimovich
fce04e0bca
Merge pull request #221357 from tfc/mod_tile-cmake
...
apacheHttpdPackages.mod_tile: Update and use cmake to build mod_tile.so and renderd
2023-03-16 15:50:26 +00:00
R. Ryantm
95cb05fe7f
lighttpd: 1.4.68 -> 1.4.69
2023-03-16 14:11:07 +01:00
Jacek Galowicz
40fa259b7e
apacheHttpdPackages.mod_tile: Update and use cmake to build mod_tile.so and renderd
2023-03-16 10:40:43 +01:00
Yureka
7efee351ec
Merge branch 'gitlab-pages' of github.com:talyz/nixpkgs into HEAD
2023-03-10 14:36:25 +01:00
R. Ryantm
f5fe3e69a1
unit: 1.29.0 -> 1.29.1
2023-03-02 16:01:31 +00:00
Weijia Wang
b454ccfa61
Merge pull request #217973 from r-ryantm/auto-update/dufs
...
dufs: 0.31.0 -> 0.32.0
2023-02-27 21:57:11 +02:00
Weijia Wang
3710ff90fd
Merge pull request #212196 from r-ryantm/auto-update/gitlab-pages
...
gitlab-pages: 1.62.0 -> 15.7.3
2023-02-26 00:13:59 +02:00
R. Ryantm
02b0106dd6
dufs: 0.31.0 -> 0.32.0
2023-02-24 05:55:49 +00:00
Artturin
f9fdf2d402
treewide: move NIX_CFLAGS_COMPILE to the env attrset
...
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Artturin
6f6cc4a22d
treewide: use toString on list NIX_CFLAGS_COMPILE
...
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
2023-02-22 21:23:04 +02:00
Sandro Jäckel
e31461fff1
nginx.modules.zstd: init
2023-02-22 13:59:55 +01:00
R. Ryantm
2a54120d5a
go-camo: 2.4.2 -> 2.4.3
2023-02-21 03:48:05 +00:00
Mario Rodas
aad47a0188
Merge pull request #215914 from marsam/update-tengine
...
tengine: 2.3.4 -> 2.4.0
2023-02-19 18:37:05 -05:00
Weijia Wang
e446e05077
Merge pull request #217094 from r-ryantm/auto-update/go-camo
...
go-camo: 2.4.1 -> 2.4.2
2023-02-20 00:30:51 +02:00
Luke Granger-Brown
22d9547ce3
envoy: 1.23.3 -> 1.25.1
2023-02-19 18:56:55 +00:00
R. Ryantm
17ce1cc30c
go-camo: 2.4.1 -> 2.4.2
2023-02-19 06:09:42 +00:00
Sandro
a68a88698f
Merge pull request #215150 from SuperSandro2000/nginx-with-lib
...
nginx: remove with lib over entire file
2023-02-15 16:22:35 +01:00
Sandro
14b15a92dc
Merge pull request #206368 from hmenke/njs
2023-02-13 00:10:02 +01:00
Mario Rodas
37e3c5d085
tengine: 2.3.4 -> 2.4.0
...
https://github.com/alibaba/tengine/releases/tag/2.4.0
2023-02-11 04:20:00 +00:00
Henri Menke
2fb3714761
nginxModules.njs: 0.7.9 -> 0.7.10
2023-02-10 09:57:49 +01:00
Henri Menke
160472e179
nginxModules.njs: 0.7.8 -> 0.7.9
2023-02-10 09:52:56 +01:00
Andreas Stührk
304c84ff10
envoy: build with noexecstack
2023-02-09 12:07:03 +01:00
Sandro Jäckel
79a301305b
nginx: remove with lib over entire file
2023-02-07 17:25:15 +01:00
Aaron Jheng
fa62da13c2
dave: use buildGoModule
2023-01-27 01:45:35 +00:00
Thomas Gerbet
3470711e51
apacheHttpd: 2.4.54 -> 2.4.55
...
Fixes CVE-2022-37436, CVE-2022-36766 and CVE-2006-20001
https://downloads.apache.org/httpd/CHANGES_2.4.55
2023-01-24 23:39:56 +01:00
R. Ryantm
525e514bfb
gitlab-pages: 1.62.0 -> 15.7.3
2023-01-23 01:26:13 +00:00
Weijia Wang
218c4c526e
Merge pull request #212002 from mothsART/feature/replace_http_by_https
...
treewide: replace http by https when https is a permanent redirection
2023-01-22 03:26:02 +01:00
Ferry Jérémie
65d7e87fdb
treewide: replace http by https when https is a permanent redirection
2023-01-22 02:46:49 +01:00
Guillaume Girol
33afbf39f6
treewide: switch to nativeCheckInputs
...
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
superherointj
c9e983314c
couchdb: 3.2.2 -> 3.3.1
2023-01-16 14:46:32 -03:00
Martin Weinelt
5342b695b1
Merge remote-tracking branch 'origin/master' into staging-next
2023-01-12 23:07:01 +01:00
Uri Baghin
5fe2aa39de
envoy: fix deps hashes
2023-01-12 11:15:49 +11:00
Martin Weinelt
c1e6c6af69
Merge remote-tracking branch 'origin/master' into staging-next
2023-01-11 03:51:33 +01:00
Dmitry Ivankov
c8bc2f2c0d
bazel_5: 5.3.2 -> 5.4.0
2023-01-10 16:04:00 +01:00
Uri Baghin
b2d9a04cfd
Merge pull request #200033 from divanorama/bazel_5.3.2_2
...
bazel_5: 5.2.0 -> 5.3.2
2023-01-10 16:40:17 +11:00
talyz
e7383a32e3
gitlab-pages: Maintain together with the rest of GitLab + add to...
...
...update.py
2023-01-09 18:08:25 +01:00
Martin Weinelt
4d65509504
Merge remote-tracking branch 'origin/master' into staging-next
2023-01-08 16:34:30 +01:00
R. Ryantm
356f88f801
lighttpd: 1.4.67 -> 1.4.68
2023-01-08 15:09:15 +01:00
github-actions[bot]
60c812cecd
Merge master into staging-next
2023-01-06 12:01:11 +00:00
MayNiklas
3f4bbaee84
nginxModules.geoip2: 3.3 -> 3.4
2023-01-06 11:11:30 +01:00
github-actions[bot]
d8b859a780
Merge staging-next into staging
2023-01-02 18:01:43 +00:00
R. Ryantm
501848c755
unit: 1.28.0 -> 1.29.0
2023-01-02 23:30:18 +08:00
R. Ryantm
409c646eeb
jetty: 11.0.12 -> 11.0.13
2023-01-02 20:05:06 +08:00
Jan Tojnar
5810109b42
Merge branch 'staging-next' into staging
...
- readline6 attribute removed from all-packages.nix in d879125d61
- readline attribute was bumped to readline82 in 50adabdd60
2023-01-02 03:04:32 +01:00
figsoda
3485460c0e
Merge pull request #206203 from holymonson/dufs
...
dufs: skip checkPhase on darwin
2023-01-01 10:05:46 -05:00
Ryan Lahfa
06542b21a0
Merge pull request #205636 from LoveIsGrief/webhook-module
...
nixos/webhook: add support for a webhook service option
2022-12-31 22:31:38 +01:00
Izorkin
f3e20dbfb0
nginxModules.brotli: unstable-2020-04-23 -> unstable-2022-04-29
2022-12-29 18:14:29 +03:00
Lucas Franceschino
e8e932bc80
nixos/webhook: init
2022-12-29 01:24:46 +01:00
github-actions[bot]
aaaeebad7a
Merge staging-next into staging
2022-12-28 18:01:50 +00:00
Sergei Trofimovich
092d57c076
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
pkgs/development/tools/language-servers/ansible-language-server/default.nix
2022-12-28 09:35:37 +00:00
Thomas Gerbet
ede90bb8e1
trafficserver: 9.1.3 -> 9.1.4
...
Fixes CVE-2022-32749 and CVE-2022-40743.
https://raw.githubusercontent.com/apache/trafficserver/9.1.x/CHANGELOG-9.1.4
2022-12-27 21:15:43 +01:00
Sandro
83d9cef104
Merge pull request #206814 from SuperSandro2000/nginxModules
2022-12-25 20:08:14 +01:00
Sandro
58abb21bbe
nginxModules.lua: replace all occurences
...
Co-authored-by: Naïm Favier <n@monade.li>
2022-12-25 20:08:01 +01:00
github-actions[bot]
583c7499e5
Merge staging-next into staging
2022-12-25 18:01:38 +00:00
Dmitry Ivankov
9a82a9b524
bazel: 5.2.0 -> 5.3.2
...
https://blog.bazel.build/2022/08/23/bazel-5.3.html
to supersede https://github.com/NixOS/nixpkgs/pull/187943
re-reverts https://github.com/NixOS/nixpkgs/pull/199458 with more hash updates
2022-12-25 16:47:03 +01:00
Jan Tojnar
72c37eddec
Merge branch 'staging-next' into staging
2022-12-25 01:30:47 +01:00
Thiago Kenji Okada
b8230ffa2e
mod_wsgi3: refactor derivation
2022-12-24 11:09:19 +00:00
Thiago Kenji Okada
48ba7f97df
mod_python: 3.5.0 -> unstable-2022-10-18
2022-12-23 22:28:11 +00:00
Ryan Lahfa
0ed43cb857
Merge pull request #201789 from RaitoBezarius/nginx-with-slice
...
nginx: expose ngx_http_slice_module through "withSlice"
2022-12-23 00:47:30 +01:00
Sandro
90cf235d3b
Merge pull request #206811 from SuperSandro2000/openresty
2022-12-22 03:08:45 +01:00
Peter Woodman
44b25a639f
envoy: 1.23.1 -> 1.23.3
2022-12-20 15:00:02 -05:00
Sandro Jäckel
0e25cc73c8
nginxModules.lua: 0.10.15 -> 0.10.22
2022-12-19 08:46:48 +01:00
Sandro Jäckel
c2b2f29d2b
nginxModules.pagespeed: cleanup
2022-12-19 08:46:11 +01:00
Sandro Jäckel
a7f34992d5
nginxModules: make single packages overridable
2022-12-19 08:45:48 +01:00
Sandro Jäckel
7f2d5f369c
openresty: 1.19.9 -> 1.21.4
2022-12-19 08:38:48 +01:00
github-actions[bot]
dc7ebb0163
Merge staging-next into staging
2022-12-18 18:01:41 +00:00
Vincent Bernat
fc39b5ecc8
nginx: make global redirect vhost option accept exceptions
...
By moving the return into a location directive, one can provide
exceptions by adding locations. This is similar to what the forceSSL
option does.
2022-12-18 12:21:27 +01:00
github-actions[bot]
7984a7dacb
Merge staging-next into staging
2022-12-18 00:05:50 +00:00
Robert Scott
afeb3385fc
Merge pull request #206121 from Radvendii/fix-mod_tile
...
apacheHttpdPackages.mod_tile fix
2022-12-17 22:23:38 +00:00
Raito Bezarius
9105bfd039
nginx: expose ngx_http_slice_module through "withSlice"
2022-12-17 02:59:04 +01:00
Vladimír Čunát
59a68f487d
Merge branch 'staging-next' into staging
2022-12-16 11:20:50 +01:00
Naïm Favier
dc644c312f
Merge pull request #206061 from ncfavier/nginx-duplicate-modules
2022-12-16 10:09:19 +01:00
Naïm Favier
6c61c436cf
nginx: detect duplicate modules
...
Nginx breaks at runtime when duplicate modules are added. To detect
this, add a `name` key to all modules.
Also remove the outdated modsecurity v2 module and unify `modsecurity`
and `modsecurity-nginx`.
2022-12-16 01:57:14 +01:00
Monson Shao
8d64997464
dufs: skip checkPhase on darwin
2022-12-15 16:14:44 +08:00
Taeer Bar-Yam
30f13efe8d
apacheHttpdPackages.mod_tile fix
2022-12-14 13:47:50 -05:00
github-actions[bot]
f9bd55aade
Merge staging-next into staging
2022-12-14 18:02:10 +00:00
Franz Pletz
533ee91117
nginxMainline: 1.23.2 -> 1.23.3
2022-12-14 12:55:03 +01:00
github-actions[bot]
7caf38af18
Merge staging-next into staging
2022-12-12 00:04:22 +00:00
Luke Granger-Brown
b3a05353f8
Merge pull request #201539 from r-ryantm/auto-update/pomerium
...
pomerium: 0.19.1 -> 0.20.0
2022-12-11 21:17:21 +00:00
Robert Hensing
16f5747575
Merge pull request #175649 from Artturin/opt-in-structured-attrs
...
stdenv: support opt-in __structuredAttrs
2022-12-10 21:12:43 +01:00
Artturin
c01f509e44
treewide: source .attrs in builders
...
if theres a source $stdenv then this is needed
for structuredAttrs
2022-12-08 21:09:02 +02:00
Raphael Robatsch
985c8dbe14
treewide: use mbedtls 3 where possible
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-12-07 19:58:55 +00:00
Monson Shao
f9badabc3c
dufs: skip may-fail tests
2022-12-06 18:35:52 +08:00
Andreas Wiese
49ec58bd1c
gatling: fix undefined reference to 'crypt'
...
ff30c899d8
made libcrypt support optional (and off-by-default) in
glibc, which requires all packages still using it to depend on
libxcrypt.
See also https://github.com/NixOS/nixpkgs/pull/181764
2022-11-30 01:03:34 +01:00
Alexander Bantyev
df85dda331
Merge pull request #198314 from Izorkin/update-nginx-cache
...
nixos/nginx: add proxyCache options
2022-11-27 18:51:09 +04:00
R. Ryantm
e5673f9025
pomerium: 0.19.1 -> 0.20.0
2022-11-16 19:09:01 +00:00
Aaron Jheng
b70d4b9009
gatling: mark as broken
2022-11-16 02:50:07 +00:00
R. Ryantm
ab44b8890a
dufs: 0.30.0 -> 0.31.0
2022-11-14 09:47:00 +00:00
Henri Menke
9ab02e1ec6
nginxModules.njs: init at 0.7.8
2022-11-05 21:40:57 +01:00
Thomas Gerbet
7f29a5746a
tomcat: 9.0.53 -> 9.0.68, 10.0.11 -> 10.0.27
...
Fixes CVE-2021-42340, CVE-2021-43980, CVE-2022-23181, CVE-2022-29885, CVE-2022-34305 and CVE-2022-42252.
https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.68_(markt)
https://tomcat.apache.org/tomcat-10.0-doc/changelog.html#Tomcat_10.0.27_(markt)
2022-11-05 17:22:30 +01:00
Stanisław Pitucha
08fbb5de2d
Merge pull request #190325 from fgaz/merecat/init
...
merecat: init at 2.31
2022-10-31 21:23:03 +11:00
Francesco Gazzetta
b43605fb03
nixos/merecat: init
2022-10-31 09:24:28 +01:00
Francesco Gazzetta
ada312b3c4
merecat: add version test
2022-10-31 09:24:26 +01:00
Francesco Gazzetta
9f50ee94a5
merecat: init at 2.31
2022-10-31 09:24:02 +01:00
R. Ryantm
54cf191a16
tengine: 2.3.3 -> 2.3.4
2022-10-31 11:23:44 +08:00
Izorkin
544c526393
nginx: change temp path location
...
Parameters `http-log-path`, `http-client-body-temp-path`, `http-proxy-temp-path`,
`http-fastcgi-temp-path`, `http-uwsgi-temp-path` and `http-scgi-temp-path`
point to location of nginx temporary files, not cache files.
To change specify location of cache files needed use other parameters
in nginx.conf configuration file.
2022-10-28 19:01:23 +03:00
github-actions[bot]
3c2db12b37
Merge master into staging-next
2022-10-22 06:05:55 +00:00
R. Ryantm
7cee3545cc
unit: 1.27.0 -> 1.28.0
2022-10-22 11:33:11 +08:00
Martin Weinelt
80fc469031
Merge remote-tracking branch 'origin/master' into staging-next
2022-10-21 22:33:42 +02:00
Izorkin
9d676cb01d
nginxQuic: 3550b00d9dc8 -> 3be953161026
2022-10-20 22:10:09 +03:00
Izorkin
a9cbc65ad0
nginxMainline: 1.23.1 -> 1.23.2
2022-10-20 22:07:08 +03:00
Izorkin
2392241c0b
nginxStable: 1.22.0 -> 1.22.1
2022-10-20 22:05:06 +03:00
github-actions[bot]
6e9b36d7a0
Merge master into staging-next
2022-10-20 06:05:55 +00:00
R. Ryantm
6a1a5b4b3a
jetty: 11.0.8 -> 11.0.12
2022-10-20 08:49:34 +08:00
Martin Weinelt
829f89581a
Merge pull request #181764 from mweinelt/glibc-without-libcrypt
2022-10-09 21:07:26 +02:00
Martin Weinelt
3f4de6d4ca
thttpd: fix build with libxcrypt
2022-10-09 18:14:33 +02:00
Franz Pletz
e33af60685
bozohttpd: fix build with libxcrypt
2022-10-09 18:10:42 +02:00
Martin Weinelt
167544c2df
tengine: fix build with libxcrypt
2022-10-09 18:10:35 +02:00
Franz Pletz
c82e7ee61b
hiawatha: fix build with libxcrypt
2022-10-09 18:10:34 +02:00
Franz Pletz
3028beca39
apacheHttpd: fix build with libxcrypt
2022-10-09 18:09:42 +02:00
Yorick van Pelt
cc1dbce261
yaws: 2.0.6 -> 2.1.1
2022-10-09 11:12:01 +02:00
Jörg Thalheim
d93a5e66a7
Merge pull request #194043 from LeSuisse/modperl-2.0.12
...
apacheHttpdPackages.mod_perl: 2.0.11 -> 2.0.12
2022-10-02 17:36:24 +02:00
Thomas Gerbet
573ee6b58c
darkhttpd: 1.13 -> 1.14
...
https://github.com/emikulic/darkhttpd/releases/tag/v1.14
Fixes CVE-2020-25691.
2022-10-02 12:19:48 +02:00
Thomas Gerbet
cbc685e754
apacheHttpdPackages.mod_perl: 2.0.11 -> 2.0.12
...
https://svn.apache.org/repos/asf/perl/modperl/tags/2_0_12/Changes
2022-10-02 12:06:39 +02:00
R. Ryantm
01e49f21bc
go-camo: 2.4.0 -> 2.4.1
2022-09-29 14:22:43 +00:00
Sandro
6867c18a9e
Merge pull request #192840 from SuperSandro2000/nginx-vts
2022-09-29 11:42:51 +02:00
Monson Shao
664cfba168
dufs: init at 0.30.0
2022-09-28 15:33:55 +08:00
Sandro Jäckel
f240b7026c
nginxModules.vts: 0.2.0 -> 0.2.1
2022-09-25 01:36:21 +02:00
R. Ryantm
c4bb5315d3
lighttpd: 1.4.66 -> 1.4.67
2022-09-21 17:55:05 +02:00
Luke Granger-Brown
95aa8ad7fa
Merge pull request #191022 from r-ryantm/auto-update/pomerium
...
pomerium: 0.19.0 -> 0.19.1
2022-09-15 01:11:44 +01:00
Robert Scott
b79b08f09d
apacheHttpdPackages.mod_wsgi: enable on darwin
2022-09-14 00:34:19 +01:00
R. Ryantm
22a7681dd7
pomerium: 0.19.0 -> 0.19.1
2022-09-13 07:39:15 +00:00
R. Ryantm
8efd0a822e
apacheHttpdPackages.mod_wsgi: 4.9.3 -> 4.9.4
2022-09-13 03:13:03 +00:00
Sandro
cba9a57562
Merge pull request #190021 from SuperSandro2000/nginx-vts
2022-09-12 11:31:37 +02:00
Luke Granger-Brown
f9544df645
Merge pull request #190742 from lukegb/envoy
...
envoy: remove remaining nix store references from deps
2022-09-11 22:28:05 +01:00
Robert Scott
618883d37c
trafficserver: 9.1.2 -> 9.1.3
2022-09-11 13:06:06 +01:00
Luke Granger-Brown
0a087095ac
envoy: remove remaining nix store references from deps
...
To do this, this commit does several things:
* Move the set-interpreter patching to outside the fixed-output
derivation
* Patch base_pip3/BUILD.bazel, which ends up getting Python's full path
* Drop local_jdk, which contains symlinks to our jdk input
* Drop bazel_gazelle_go_repository_tools, which contains built artifacts
using our go
...and updates the FOD hash to match. Checked that this appears to
remove the currently obvious FOD problems by checking out an older
nixpkgs commit and applying this on top, and verifying that the FOD hash
doesn't change between that older glibc and the current tip-of-tree.
This also disables tcmalloc on ARM because I couldn't get this to build
properly otherwise.
2022-09-11 04:58:53 +01:00
Sandro Jäckel
96398396eb
nginxModules.vts: 0.1.18 -> 0.2.0
2022-09-07 00:46:48 +02:00