emilylange
8a3a274c24
google-chrome: unbreak build in M121
...
This fixes the following error:
```
Running phase: installPhase
patchelf: getting info about '/nix/store/s5dybbabbwn2w7jqdv5fk0cn7jzq54b1-google-chrome-121.0.6167.85/share/google/chrome/nacl_helper': No such file or directory
```
`nacl_helper` is no longer present in the tarball since M121, so this
patch simply removes it from the hardcoded list of paths to patchelf.
I did some very brief and everything seems to work fine.
2024-01-24 16:57:35 +01:00
emilylange
1724fc3271
chromium: work around rust toolchain requirement in M121+
...
M121 is the first version to require the new rust toolchain, which we
haven't ready yet.
Specifically, there seems to be an issue where clang looks up library
paths (with `clang_version = 17;` added to `gnFlags` (defaults to 18 and
is part of the lookup path)):
```
ninja: error: '../../../../nix/store/q5f07rqsvsxnzwbw97yi8lacksrmy13x-clang-wrapper-17.0.6/lib/clang/17/lib/x86_64-unknown-linux-gnu/libclang_rt.builtins.a', needed by 'obj/third_party/protobuf/libprotoc_lib.a', missing and no known rule to make it
```
Instead of
```
/nix/store/q5f07rqsvsxnzwbw97yi8lacksrmy13x-clang-wrapper-17.0.6/lib/clang/17/lib/x86_64-unknown-linux-gnu/libclang_rt.builtins.a
/nix/store/q5f07rqsvsxnzwbw97yi8lacksrmy13x-clang-wrapper-17.0.6/lib/clang/18/lib/x86_64-unknown-linux-gnu/libclang_rt.builtins.a
```
it should be something like
```
/nix/store/q5f07rqsvsxnzwbw97yi8lacksrmy13x-clang-wrapper-17.0.6/resource-root/lib/linux/libclang_rt.builtins-x86_64.a
```
So to give us ever so slightly more time to figure out and fix the rust
toolchain, we revert the upstream commit, that requires the rust
toolchain.
The c++ version of the QR code generator will be gone in the next few
version bumps, meaning we can no longer work around this by then.
Again, this is only to buy us ever so slightly more time.
This could have been prepared better and ahead of the stable bump, but
we simply don't have enough chromium maintainers right now :(
2024-01-24 03:00:06 +01:00
emilylange
23f343f1b0
chromium: 120.0.6099.109 -> 121.0.6167.85
...
https://chromereleases.googleblog.com/2024/01/stable-channel-update-for-desktop_23.html
This update includes 17 security fixes.
CVEs:
CVE-2024-0807 CVE-2024-0812 CVE-2024-0808 CVE-2024-0810 CVE-2024-0814
CVE-2024-0813 CVE-2024-0806 CVE-2024-0805 CVE-2024-0804 CVE-2024-0811
CVE-2024-0809
2024-01-23 21:35:22 +01:00
sternenseemann and Ben Gamari
0e756e65d5
haskell.compiler.ghc96: 9.6.3 -> 9.6.4
...
https://www.haskell.org/ghc/blog/20240109-ghc-9.6.4-released.html
Co-authored-by: Ben Gamari <ben@smart-cactus.org >
2024-01-23 21:05:01 +01:00
markuskowa and GitHub
3624e2d44e
Merge pull request #283281 from r-ryantm/auto-update/rdma-core
...
rdma-core: 49.0 -> 49.1
2024-01-23 20:57:37 +01:00
Maciej Krüger and GitHub
96d1602a5f
Merge pull request #272501 from ppom0/rustdesk-module
...
rustdesk-server: init module
2024-01-23 20:56:57 +01:00
Pravin Dahal and GitHub
97f2b81fed
terraform-docs: 0.16.0 -> 0.17.0 ( #282495 )
2024-01-23 20:53:50 +01:00
Sandro and GitHub
edcff388a0
Merge pull request #283049 from onemoresuza/bonsai
...
bonsai: refactor derivation and move to pkgs/by-name
2024-01-23 19:37:24 +01:00
Sandro and GitHub
e02ee26d63
Merge pull request #279341 from EwuUwe/parabolic
...
parabolic: init at 2023.12.0
2024-01-23 19:36:44 +01:00
Ilan Joselevich and GitHub
947661df11
Merge pull request #281817 from Twingate/twingate-2024.018.111182
...
twingate: 2023.250.97595 -> 2024.018.111182
2024-01-23 19:54:17 +02:00
Matthias Beyer and GitHub
ebead94fcf
Merge pull request #282962 from mistydemeo/cargo-dist-0_8_0
...
cargo-dist: 0.7.2 -> 0.8.0
2024-01-23 18:49:35 +01:00
R. Ryantm
bb404b0e99
rdma-core: 49.0 -> 49.1
2024-01-23 17:42:02 +00:00
Weijia Wang and GitHub
c8cc3c0aa2
Merge pull request #283047 from r-ryantm/auto-update/mise
...
mise: 2024.1.20 -> 2024.1.24
2024-01-23 18:29:38 +01:00
Weijia Wang and GitHub
37b35d1d1b
Merge pull request #283094 from r-ryantm/auto-update/komga
...
komga: 1.10.0 -> 1.10.1
2024-01-23 18:28:38 +01:00
Weijia Wang and GitHub
1be75f026b
Merge pull request #283044 from r-ryantm/auto-update/wakapi
...
wakapi: 2.10.2 -> 2.10.3
2024-01-23 18:28:00 +01:00
Weijia Wang and GitHub
bca3e1f157
Merge pull request #283016 from r-ryantm/auto-update/blackfire
...
blackfire: 2.24.2 -> 2.24.4
2024-01-23 18:27:36 +01:00
Weijia Wang and GitHub
79632b558b
Merge pull request #282921 from r-ryantm/auto-update/qrtool
...
qrtool: 0.10.2 -> 0.10.4
2024-01-23 18:27:07 +01:00
Misty De Méo
2cc6e04cd2
cargo-dist: add mistydemeo as maintainer
2024-01-23 09:26:46 -08:00
Misty De Méo
30dad1af64
maintainers: add mistydemeo
2024-01-23 09:26:46 -08:00
Misty De Méo
0a0b8c1fac
cargo-dist: 0.7.2 -> 0.8.0
2024-01-23 09:26:45 -08:00
Weijia Wang and GitHub
f8a0779341
Merge pull request #282906 from r-ryantm/auto-update/globalping-cli
...
globalping-cli: 1.1.5 -> 1.1.6
2024-01-23 18:26:27 +01:00
Weijia Wang and GitHub
8cdea9a68d
Merge pull request #283092 from r-ryantm/auto-update/svdtools
...
svdtools: 0.3.8 -> 0.3.9
2024-01-23 18:25:43 +01:00
Weijia Wang and GitHub
3c70df60b8
Merge pull request #282667 from wegank/pageedit-refactor
...
pageedit: fix build on x86_64-darwin, refactor
2024-01-23 18:24:55 +01:00
Weijia Wang and GitHub
8007117f79
Merge pull request #282666 from wegank/ebtks-refactor
...
ebtks: fix build on darwin, refactor
2024-01-23 18:23:42 +01:00
R. Ryantm and Cole Helbling
d095ce93bc
flyctl: 0.1.137 -> 0.1.143
2024-01-23 09:23:27 -08:00
Weijia Wang and GitHub
7f5e889db3
Merge pull request #282984 from wegank/labgrid-fix
...
python311Packages.labgrid: 23.0.4 -> 23.0.5, fix build
2024-01-23 18:21:36 +01:00
Weijia Wang and GitHub
a1ce9b1ae8
Merge pull request #283114 from wegank/qt6-qtwebengine-fix-2
...
qt6.qtwebengine: disable signing on x86_64-darwin
2024-01-23 18:18:30 +01:00
Bernardo Meurer and GitHub
f435abd55e
Merge pull request #283182 from jfroche/fix/nix-darwin-initialize-fork-safety
...
nix: fix installCheckPhase crashes on Darwin
2024-01-23 12:07:31 -05:00
Maciej Krüger and GitHub
92aa94f271
Merge pull request #282367 from mkg20001/fluffy-17
...
fluffychat: 1.14.1 -> 1.17.1
2024-01-23 18:05:40 +01:00
ppom and Maciej Krüger
65544c693b
rustdesk-server: init module
2024-01-23 18:01:54 +01:00
Maciej Krüger and GitHub
4aa80bb14e
Merge pull request #283251 from mkg20001/cjdnsrem
...
cjdns-tools: remove myself as maintainer
2024-01-23 17:59:08 +01:00
7c6f434c and GitHub
be803a1a80
Merge pull request #283177 from trofi/btrfs-progs-update
...
btrfs-progs: 6.6.3 -> 6.7
2024-01-23 16:56:39 +00:00
Weijia Wang and GitHub
4b2ff89430
Merge pull request #282705 from r-ryantm/auto-update/pe-bear
...
pe-bear: 0.6.7 -> 0.6.7.3
2024-01-23 17:27:06 +01:00
José Romildo Malaquias and GitHub
919e6ba6ce
Merge pull request #283181 from romildo/upd.nordic
...
nordic: unstable-2023-10-17 -> 2.2.0-unstable-2024-01-20
2024-01-23 12:47:35 -03:00
Niklas Hambüchen and GitHub
aa6c8ae3a6
Merge pull request #253488 from nh2/install-grub-dont-stat-network-fs
...
install-grub.pl: Do stat() last to not hang on hanging network FS
2024-01-23 16:36:49 +01:00
Niklas Hambüchen
b9ba9df3e8
install-grub.pl: Do stat() last to not hang on hanging network FS
2024-01-23 15:34:40 +00:00
Maciej Krüger
b6831bf3b4
cjdns-tools: remove myself as maintainer
2024-01-23 16:33:22 +01:00
Fabian Affolter and GitHub
624b8aefb3
Merge pull request #282880 from r-ryantm/auto-update/python311Packages.openerz-api
...
python311Packages.openerz-api: 0.2.0 -> 0.3.0
2024-01-23 16:27:50 +01:00
R. Ryantm and Bjørn Forsman
15ff1758e7
fpart: 1.5.1 -> 1.6.0
2024-01-23 16:00:28 +01:00
Yt and GitHub
5f4b928aad
Merge pull request #282844 from GaetanLepage/huggingface-hub
...
python311Packages.huggingface-hub: 0.20.2 -> 0.20.3
2024-01-23 14:38:20 +00:00
Nick Cao and GitHub
ab82229e50
Merge pull request #283183 from xrelkd/update/clipcat
...
clipcat: 0.16.2 -> 0.16.3
2024-01-23 09:26:08 -05:00
Nick Cao and GitHub
fab3ffaaf9
Merge pull request #283195 from r-ryantm/auto-update/trufflehog
...
trufflehog: 3.63.10 -> 3.63.11
2024-01-23 09:24:59 -05:00
Nick Cao and GitHub
b9bf51e047
Merge pull request #283200 from wegank/alpine-make-vm-image-maintain
...
alpine-make-vm-image: add wegank as maintainer
2024-01-23 09:23:49 -05:00
Nick Cao and GitHub
e80a6da9d2
Merge pull request #283136 from r-ryantm/auto-update/gomplate
...
gomplate: 3.11.6 -> 3.11.7
2024-01-23 09:22:00 -05:00
Nick Cao and GitHub
03a39f2434
Merge pull request #283139 from r-ryantm/auto-update/api-linter
...
api-linter: 1.63.1 -> 1.63.2
2024-01-23 09:21:30 -05:00
Nick Cao and GitHub
3d68072adb
Merge pull request #283141 from fabaff/adafruit-platformdetect-bump
...
python311Packages.adafruit-platformdetect: 3.58.0 -> 3.59.0
2024-01-23 09:21:07 -05:00
Nick Cao and GitHub
1af399d249
Merge pull request #283147 from r-ryantm/auto-update/hcl2json
...
hcl2json: 0.6.0 -> 0.6.1
2024-01-23 09:20:03 -05:00
Nick Cao and GitHub
ee5791d69c
Merge pull request #283151 from fabaff/botocore-stubs-bump
...
python311Packages.botocore-stubs: 1.34.23 -> 1.34.25
2024-01-23 09:19:16 -05:00
Nick Cao and GitHub
abb7913f93
Merge pull request #283152 from fabaff/boto3-stubs-bump
...
python311Packages.boto3-stubs: 1.34.23 -> 1.34.25
2024-01-23 09:19:00 -05:00
Nick Cao and GitHub
a959d20800
Merge pull request #283160 from r-ryantm/auto-update/refinery-cli
...
refinery-cli: 0.8.11 -> 0.8.12
2024-01-23 09:17:58 -05:00