Commit Graph
455110 Commits
Author SHA1 Message Date
K900 a57fd65b7b libX11: 1.8.3 -> 1.8.4 2023-02-15 01:54:08 +03:00
Bob van der LindenandWinter e3a10a12c7 rustPlatform.cargoSetupHook: improve cargoHash instructions
Currently cargo-setup-hook instructs the builder upon cargoSha256 or
cargoHash being out-of-date compared to the Cargo.lock file.

The instructions can be simplified a bit, because nowadays it is fine to
keep a hash empty, instead of filling it with
`0000000000000000000000000000000000000000000000000000`.

Nix nowadays outputs SRI hashes, which should usually be placed in
`cargoHash` instead of `cargoSha256`, but the instructions are still
only referring to `cargoSha256`.

Lastly, the output of Nix doesn't include `got: sha256: ` anymore, as it
now outputs `got: sha256-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX=`.
It would be nice to make it clear that the trailing `=` is important as
well, so the full example SRI hash is mentioned.
2023-02-14 16:14:08 -05:00
Martin WeineltandAlyssa Ross 4a816703fd python310Packages.django_3: 3.2.17 -> 3.2.18
https://docs.djangoproject.com/en/dev/releases/3.2.18/
https://www.djangoproject.com/weblog/2023/feb/14/security-releases/

Fixes: CVE-2023-24580
2023-02-14 21:03:26 +00:00
Alyssa Ross ac34fdfd47 git: 2.39.1 -> 2.39.2
Fixes: CVE-2023-22490
Fixes: CVE-2023-23946
2023-02-14 21:03:08 +00:00
Tobias MarkusandAlyssa Ross 9df97ae05a harfbuzz: 6.0.0 -> 7.0.0
Release notes: https://github.com/harfbuzz/harfbuzz/releases/tag/7.0.0
2023-02-14 20:59:51 +00:00
Vladimír ČunátandAlyssa Ross 0cedc3dedf gnutls: drop the withSecurity option
The patch for `withSecurity = false` wouldn't apply anymore,
and it didn't seem sufficient for several months already.
Noone's shown interest in fixing that.
2023-02-14 20:39:48 +00:00
Vladimír ČunátandAlyssa Ross 0442267e82 gnutls: 3.7.8 -> 3.8.0
https://lists.gnupg.org/pipermail/gnutls-help/2023-February/004816.html

Also fixes a "medium" severity CVE-2023-0361
http://www.gnutls.org/security-new.html#GNUTLS-SA-2020-07-14

nix-ssl-cert-file.patch: upstream's only changed whitespace around here
2023-02-14 20:39:48 +00:00
K900andGitHub 6f9fd8585b Merge pull request #216345 from K900/file-regression-fix
file: backport another regression fix
2023-02-14 21:35:58 +03:00
K900 bb41e2b58b Revert "python3Packages.patool: local backport of file regression fix"
This reverts commit 6e6610edd4.
2023-02-14 21:34:40 +03:00
K900 2e759a9a92 file: backport another regression fix 2023-02-14 21:34:31 +03:00
github-actions[bot]andGitHub f123085ae9 Merge staging-next into staging 2023-02-14 18:01:45 +00:00
github-actions[bot]andGitHub 10a18604a1 Merge master into staging-next 2023-02-14 18:01:08 +00:00
K900andGitHub 34f3085148 Merge pull request #201963 from zhaofengli/moonraker-2022-11-18
moonraker: unstable-2022-04-23 -> unstable-2022-11-18, nixos/moonraker: fixes
2023-02-14 21:00:44 +03:00
K900andGitHub a9c9d1924b Merge pull request #216343 from K900/patool-hack
python3Packages.patool: local backport of `file` regression fix
2023-02-14 20:36:21 +03:00
K900 6e6610edd4 python3Packages.patool: local backport of file regression fix 2023-02-14 20:34:17 +03:00
Frederik RietdijkandFrederik Rietdijk 8422db6f0d eccodes: build with gcc on darwin 2023-02-14 17:56:28 +01:00
markuskowaandGitHub efb42be582 Merge pull request #216304 from r-ryantm/auto-update/jmol
jmol: 14.32.83 -> 16.1.3
2023-02-14 17:55:43 +01:00
Martin WeineltandGitHub 5eb6139626 Merge pull request #216332 from GaetanLepage/ffmpeg
spotify, renpy: fix wrong ffmpeg references
2023-02-14 16:26:45 +00:00
Gaetan Lepage a51f9c5c1c spotify, renpy: fix wrong ffmpeg references
The ffmpeg library derivation output is ffmpeg.lib and no more ffmpeg.out.
This PR updates the remaining references to ffmpeg.out.
2023-02-14 17:26:05 +01:00
Aaron AndersenandGitHub 5a3b04e58b Merge pull request #215194 from viraptor/stormlib-darwin
StormLib: fix darwin build
2023-02-14 11:11:16 -05:00
Thiago Kenji OkadaandGitHub b6ab076d16 Merge pull request #216322 from r-ryantm/auto-update/clojure
clojure: 1.11.1.1208 -> 1.11.1.1224
2023-02-14 16:03:49 +00:00
Maximilian BoschandGitHub 6d19d026f9 Merge pull request #216140 from Ma27/bump-signald
signald: 0.23.0 -> 0.23.2
2023-02-14 16:47:12 +01:00
Maximilian BoschandGitHub fddb91b022 Merge pull request #216319 from sumnerevans/matrix-synapse-1.77
matrix-synapse: 1.76.0 -> 1.77.0
2023-02-14 16:38:29 +01:00
superherointjandGitHub e836805076 Merge pull request #215482 from moduon/k3s-test-all-versions
k3s: test all versions
2023-02-14 12:31:32 -03:00
R. Ryantm 5517737e6e clojure: 1.11.1.1208 -> 1.11.1.1224 2023-02-14 15:23:51 +00:00
Maximilian BoschandGitHub 3d53723112 Merge pull request #186660 from aopom/clickhouse-conf
Change clickhouse's module conf directory to permit overrides
2023-02-14 15:58:09 +01:00
Bobby Rong 5c55ee6e74 gthumb: Fix build with libraw 0.21
https://hydra.nixos.org/build/209327709/nixlog/1
2023-02-14 22:45:55 +08:00
Sumner Evans 84bb907ec2 matrix-synapse: 1.76.0 -> 1.77.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2023-02-14 07:40:22 -07:00
ajs124andGitHub 6687f7fe04 Merge pull request #209585 from JamieMagee/pyls-black
python3Packages.pyls-black: remove
2023-02-14 15:16:51 +01:00
Alyssa Ross 4bcab74b94 libinput: don't try to create /etc in build
How libinput tries to create /etc changed in upstream commit
05501cd34f9c ("meson: use install_emptydir to create directory"),
so we have to update our sed expression.

This was missed in when libinput was updated in Nixpkgs due to a Nix
bug[1], which made the sandbox's /etc writeable.

[1]: https://github.com/NixOS/nix/issues/7813

Fixes: bf928e5579 ("libinput: 1.21.0 → 1.22.1")
2023-02-14 13:46:27 +00:00
Jonas HeinrichandGitHub b096dcbd08 Merge pull request #216281 from eonpatapon/sonixd-desktop
sonixd: package icon and desktop file
2023-02-14 13:37:23 +00:00
Jairo Llopis 0ca947e125 k3s: dynamic detection of all k3s packages 2023-02-14 13:23:35 +00:00
Martin WeineltandGitHub 633891ec46 Merge pull request #216175 from mweinelt/fix-maintainers
maintainers: Fix github account names/ids
2023-02-14 13:04:47 +00:00
Martin WeineltandGitHub 6655a15b7f Merge pull request #216266 from fabaff/home-assistant-bluetooth-bump
python310Packages.home-assistant-bluetooth: 1.9.2 -> 1.9.3
2023-02-14 12:49:55 +00:00
SandroandGitHub 6c98e560bc Merge pull request #200687 from wentasah/ikiwiki-git-fix
ikiwiki: fix git support
2023-02-14 13:40:43 +01:00
SandroandGitHub 58dd24ee49 Merge pull request #213739 from fgaz/git-credential-keepassxc/0.12.0
git-credential-keepassxc: 0.11.0 -> 0.12.0
2023-02-14 13:38:35 +01:00
Weijia WangandGitHub b9137f4341 Merge pull request #216298 from R-VdP/pcloud-1.10.1
pcloud: 1.10.0 -> 1.10.1
2023-02-14 13:18:31 +01:00
github-actions[bot]andGitHub beb954d949 Merge staging-next into staging 2023-02-14 12:01:51 +00:00
github-actions[bot]andGitHub e53c325385 Merge master into staging-next 2023-02-14 12:01:18 +00:00
R. Ryantm 9286a75505 jmol: 14.32.83 -> 16.1.3 2023-02-14 11:27:30 +00:00
Weijia WangandGitHub 89fc13df40 Merge pull request #216271 from fabaff/hahomematic-bump
python310Packages.hahomematic: 2023.2.7 -> 2023.2.8
2023-02-14 12:24:57 +01:00
R-VdP 1ed45bded0 pcloud: 1.10.0 -> 1.10.1 2023-02-14 11:56:36 +01:00
Weijia WangandGitHub 4dae378f34 Merge pull request #216290 from r-ryantm/auto-update/bear
bear: 3.0.21 -> 3.1.0
2023-02-14 11:31:46 +01:00
Weijia WangandGitHub 8c2b638331 Merge pull request #216279 from r-ryantm/auto-update/python310Packages.BTrees
python310Packages.BTrees: 4.11.3 -> 5.0
2023-02-14 11:29:13 +01:00
Nick CaoandGitHub 773e6e2b46 Merge pull request #213607 from CardboardTurkey/cardboardturkey/riscv-vscode-extension
vscode-extensions.zhwu95.riscv: init at 0.0.8
2023-02-14 18:21:42 +08:00
Weijia WangandGitHub d737882493 Merge pull request #216286 from r-ryantm/auto-update/brev-cli
brev-cli: 0.6.204 -> 0.6.206
2023-02-14 11:14:02 +01:00
Weijia WangandGitHub 31c8749eee Merge pull request #216282 from r-ryantm/auto-update/python310Packages.asana
python310Packages.asana: 3.0.0 -> 3.1.0
2023-02-14 11:11:50 +01:00
Weijia WangandGitHub f8d6dc743d Merge pull request #216284 from r-ryantm/auto-update/vtm
vtm: 0.9.8r -> 0.9.8t
2023-02-14 11:10:41 +01:00
Alyssa Ross 0094bc42f2 python311.pkgs.pyvo: backport Python 3.11 support 2023-02-14 09:58:43 +00:00
Alyssa Ross 200610b849 Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/development/libraries/gtest/default.nix
	pkgs/development/libraries/hidapi/default.nix
2023-02-14 09:53:03 +00:00