github-actions[bot] and GitHub
e1fd5ee13e
Merge staging-next into staging
2023-04-28 12:01:49 +00:00
github-actions[bot] and GitHub
85a45c2a04
Merge master into staging-next
2023-04-28 12:01:08 +00:00
Fabian Affolter and Yt
cfe96dbfce
python310Packages.blobfile: 2.0.1 -> 2.0.2
...
Changelog: https://github.com/christopher-hesse/blobfile/blob/v2.0.2/CHANGES.md
2023-04-28 07:55:07 -04:00
Adam Joseph and Alyssa Ross
1d1d5d2724
gnat-bootstrap: add meta.sourceProvenance
...
This package downloads binaries for bootstrapping; it should be marked as such.
2023-04-28 11:54:11 +00:00
Sergei Trofimovich and GitHub
3b2220d448
Merge pull request #228697 from trofi/gdb-and-elfutils
...
gdb: enable debuginfod support only on platforms with elfutils support
2023-04-28 12:21:57 +01:00
Alyssa Ross
4f9626b6dd
treewide: fix zig version overrides for cross
...
There's no splicing when using overrides like this, so all these
packages tried to use cross-compiled zig compilers, which don't
build (and wouldn't run on the build platform even if they did).
2023-04-28 10:47:57 +00:00
Weijia Wang and GitHub
b2ef7956b6
Merge pull request #227560 from jackyliu16/loongnix-commit
...
lib.platforms.loongarch64: init
2023-04-28 13:21:42 +03:00
Martin Weinelt and GitHub
c0f57c1d23
Merge pull request #228670 from jopejoe1/firefox
...
firefox-{beta,devedition}{-bin}-unwrapped: {113.0b7,113.0b4} -> 113.0b9
2023-04-28 12:09:00 +02:00
Nick Cao and GitHub
f425110034
Merge pull request #228673 from LeSuisse/wasmtime-8.0.1
...
wasmtime: 8.0.0 -> 8.0.1
2023-04-28 18:01:53 +08:00
Alyssa Ross
bfc7aaa8af
wrapCCWith: disable pic when building for Windows
...
According to <https://gcc.gnu.org/legacy-ml/gcc-patches/2015-08/msg00836.html >,
all code is position-independent on Windows. Some compilers
apparently warn for -fPIC on Windows, and clang errors:
> clang-15: error: unsupported option '-fPIC' for target 'x86_64-pc-windows-msvc'
I'm guessing the check was hostPlatform instead of targetPlatform by mistake.
2023-04-28 10:01:22 +00:00
Alyssa Ross
2839c94f1e
pkgsLLVM.stdenv: use clangNoLibc when libc is null
...
clangNoLibc always uses LLVM bintools, so it still has the useLLVM
semantics.
2023-04-28 10:01:22 +00:00
Alyssa Ross
e5d1511d5b
lib.systems: allow specifying libc = null
...
It makes sense to allow platform definitions to opt out of having libc
at all. One use case would be targetting some obscure new Linux
target that doesn't have a libc implementation yet, and another is
UEFI, which is basically libc-less Windows.
Not having libc is not commonly specified in (GNU) triples (even
Linux's build system will just target either -gnu or -musl depending
on the platform), so instead, we use a separate attribute for it.
2023-04-28 10:01:22 +00:00
Alyssa Ross
3e0cb1ab7d
compiler-rt: use -ffreestanding when no libc
...
This fixes building for x86_64-windows with no libc (for UEFI).
Otherwise, it would try to include a malloc header.
2023-04-28 10:01:22 +00:00
Nick Cao and GitHub
bcd668b185
Merge pull request #228666 from fabaff/zha-quirks-bump
...
python310Packages.zha-quirks: 0.0.97 -> 0.0.98
2023-04-28 17:53:49 +08:00
Nick Cao and GitHub
f0f5e9fcc4
Merge pull request #228656 from r-ryantm/auto-update/werf
...
werf: 1.2.224 -> 1.2.225
2023-04-28 17:53:04 +08:00
Nick Cao and GitHub
f859f9a41a
Merge pull request #228662 from fabaff/axis-bump
...
python310Packages.axis: 47 -> 48
2023-04-28 17:52:16 +08:00
Nick Cao and GitHub
36a62cd5af
Merge pull request #228661 from fabaff/exploitdb-bump
...
exploitdb: 2023-04-26 -> 2023-04-28
2023-04-28 17:51:32 +08:00
Nick Cao and GitHub
777e320f6c
Merge pull request #228667 from fabaff/tlsx-bump
...
tlsx: 1.0.7 -> 1.0.8
2023-04-28 17:51:07 +08:00
Martin Weinelt and GitHub
564dd246ab
Merge pull request #228653 from r-ryantm/auto-update/esphome
...
esphome: 2023.4.1 -> 2023.4.2
2023-04-28 11:48:01 +02:00
Austin Seipp
5e871533c4
verilator: 5.006 -> 5.008
...
Signed-off-by: Austin Seipp <aseipp@pobox.com >
2023-04-28 04:40:45 -05:00
Austin Seipp
6a086197c2
verilator: wrap with glibc LOCALE_ARCHIVE iff stdenv.isLinux
...
Signed-off-by: Austin Seipp <aseipp@pobox.com >
2023-04-28 04:40:45 -05:00
0x4A6F and GitHub
853ab9b4bd
Merge pull request #227383 from kangaroo/riscv
...
isl: Fix isl 0.20 on riscv due to out of date config.guess
2023-04-28 11:26:02 +02:00
jackyliu16
15e3a50bd3
nixos/binfmt: add loongarch64-linux
2023-04-28 12:11:58 +03:00
jackyliu16
b522b5a887
bintools: set dynamic linker
2023-04-28 12:09:43 +03:00
Sandro and GitHub
6f72e87e60
Merge pull request #228439 from dotlambda/pytest-benchmark-test
2023-04-28 11:08:43 +02:00
Sergei Trofimovich
094b2891aa
gdb: enable debuginfod support only on platforms with elfutils support
2023-04-28 10:08:37 +01:00
Sandro and GitHub
7e3c25bf20
Merge pull request #226146 from panicgh/open62541
2023-04-28 10:58:26 +02:00
Domen Kožar and GitHub
156c2f7152
Merge pull request #228489 from sandydoo/fix/datadog-integrations
...
datadog-integrations-core: add missing modules and dependencies
2023-04-28 10:55:22 +02:00
Domen Kožar and GitHub
1f1bc4233e
Merge pull request #228669 from sandydoo/fix/nginx-status-page
...
nixos/nginx: serve the status page on localhost servers
2023-04-28 10:52:41 +02:00
Nick Cao and GitHub
b90d93cb33
Merge pull request #215075 from wineee/kwin
...
{deepin/dde}-kwin: init
2023-04-28 16:18:21 +08:00
Fabian Affolter and GitHub
8d9c726471
Merge pull request #228658 from fabaff/auth0-python-bump
...
python310Packages.auth0-python: 4.0.0 -> 4.1.1
2023-04-28 10:16:15 +02:00
Thomas Gerbet
51ba50985a
wasmtime: 8.0.0 -> 8.0.1
...
Fixes CVE-2023-30624.
https://github.com/bytecodealliance/wasmtime/blob/v8.0.1/RELEASES.md
2023-04-28 10:15:11 +02:00
Fabian Affolter and GitHub
08fd383ada
Merge pull request #228620 from r-ryantm/auto-update/python310Packages.flask-httpauth
...
python310Packages.flask-httpauth: 4.7.0 -> 4.8.0
2023-04-28 10:05:37 +02:00
Fabian Affolter and GitHub
c0a92998f2
Merge pull request #228657 from fabaff/aiobiketrax-fix
...
python310Packages.aiobiketrax: allow later auth0-python releases
2023-04-28 09:58:40 +02:00
jopejoe1
44e13c8d1a
firefox-devedition-unwrapped: 113.0b4 -> 113.0b9
2023-04-28 09:45:14 +02:00
jopejoe1
fe10fae686
firefox-beta-unwrapped: 113.0b4 -> 113.0b9
2023-04-28 09:44:26 +02:00
jopejoe1
0446823a9e
firefox-devedition-bin-unwrapped: 113.0b7 -> 113.0b9
2023-04-28 09:42:53 +02:00
jopejoe1
609322a84b
firefox-beta-bin-unwrapped: 113.0b7 -> 113.0b9
2023-04-28 09:42:02 +02:00
Fabian Affolter and GitHub
83fa5fd85c
Merge pull request #228649 from r-ryantm/auto-update/cliam
...
cliam: 2.0.0 -> 2.2.0
2023-04-28 09:32:42 +02:00
Fabian Affolter and GitHub
dfaebb1819
Merge pull request #228643 from r-ryantm/auto-update/python310Packages.dj-database-url
...
python310Packages.dj-database-url: 1.3.0 -> 2.0.0
2023-04-28 09:30:12 +02:00
Fabian Affolter
03bdc1b2ae
tlsx: 1.0.7 -> 1.0.8
...
Diff: https://github.com/projectdiscovery/tlsx/compare/v1.0.7...v1.0.8
Changelog: https://github.com/projectdiscovery/tlsx/releases/tag/v1.0.8
2023-04-28 09:28:24 +02:00
Fabian Affolter
29e34828c0
python310Packages.zha-quirks: 0.0.97 -> 0.0.98
...
Diff: https://github.com/zigpy/zha-device-handlers/compare/refs/tags/0.0.97...0.0.98
Changelog: https://github.com/zigpy/zha-device-handlers/releases/tag/0.0.98
2023-04-28 09:24:47 +02:00
Nick Cao and GitHub
02deecfba2
Merge pull request #228650 from chuangzhu/gotktrix
...
gotktrix: unstable-2022-09-29 -> unstable-2023-04-05
2023-04-28 15:23:52 +08:00
Nick Cao and GitHub
b0c76ec35f
Merge pull request #228646 from SharzyL/bump_circt
...
circt: 1.37.0 -> 1.40.0
2023-04-28 15:22:59 +08:00
sandydoo
2086b377cf
nixos/nginx: serve the status page on localhost servers
...
The status page is inaccessible by default, unless a virtual host is
added with a `server_name` that's not `localhost`.
This commit moves the status page configuration, so that
it's matched before the main server blocks.
2023-04-28 07:20:36 +00:00
Weijia Wang and GitHub
a3dcc3c5d0
Merge pull request #228536 from r-ryantm/auto-update/pistol
...
pistol: 0.3.3 -> 0.4.1
2023-04-28 10:17:17 +03:00
Weijia Wang and GitHub
2aa6a9a0fc
Merge pull request #228544 from r-ryantm/auto-update/juju
...
juju: 3.1.0 -> 3.1.2
2023-04-28 10:16:06 +03:00
Weijia Wang and GitHub
072f2b1ee7
Merge pull request #228569 from r-ryantm/auto-update/dragonfly-reverb
...
dragonfly-reverb: 3.2.8 -> 3.2.10
2023-04-28 10:14:55 +03:00
Fabian Affolter
aed5c11a9d
python310Packages.axis: 47 -> 48
...
Diff: https://github.com/Kane610/axis/compare/refs/tags/v47...v48
Changelog: https://github.com/Kane610/axis/releases/tag/v48
2023-04-28 09:14:41 +02:00
Fabian Affolter
43b53fcfe1
exploitdb: 2023-04-26 -> 2023-04-28
...
Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-04-26...2023-04-28
2023-04-28 09:14:06 +02:00