Commit Graph

2632 Commits

Author SHA1 Message Date
R. Ryantm
3a4ffe1ee8 apk-tools: 2.12.10 -> 2.12.11 2023-01-28 03:24:05 +00:00
Martin Weinelt
52029b8e00 Merge remote-tracking branch 'origin/master' into staging-next 2023-01-27 23:50:36 +01:00
Martin Weinelt
79dcb73558
Merge pull request #212867 from r-ryantm/auto-update/apt
apt: 2.5.4 -> 2.5.5
2023-01-27 19:35:38 +00:00
Vladimír Čunát
8a77ed60ac
Merge branch 'master' into staging-next 2023-01-27 09:36:55 +01:00
Weijia Wang
0009d66e21
Merge pull request #212852 from r-ryantm/auto-update/nfpm
nfpm: 2.23.0 -> 2.24.0
2023-01-27 03:54:22 +01:00
R. Ryantm
cf6992b7fa apt: 2.5.4 -> 2.5.5 2023-01-27 00:32:39 +00:00
github-actions[bot]
2a8fae3ee5
Merge master into staging-next 2023-01-27 00:02:25 +00:00
R. Ryantm
6fc8e33389 nfpm: 2.23.0 -> 2.24.0 2023-01-26 22:42:45 +00:00
Bernardo Meurer
88878eab12
Merge pull request #211157 from qowoz/nix-monitorfdup 2023-01-26 16:53:30 -05:00
github-actions[bot]
578f1ba854
Merge master into staging-next 2023-01-26 18:01:29 +00:00
zowoq
2d39d4475f Revert "nixUnstable: bump to latest nix version"
This reverts commit 523e62005a.
2023-01-26 22:22:58 +10:00
zowoq
c71e0d662d Revert "Revert "nixVersions.stable: 2.12 -> 2.13""
This reverts commit 89181b4e09.
2023-01-26 22:22:48 +10:00
zowoq
c0cf231b22 nixVersions.nix_2_13: 2.13.1 -> 2.13.2
https://github.com/NixOS/nix/releases/tag/2.13.2
2023-01-26 22:21:48 +10:00
github-actions[bot]
20df8d00cc
Merge master into staging-next 2023-01-25 12:01:34 +00:00
Jonas Heinrich
ad46be4397
Merge pull request #212142 from dit7ya/apx
apx: init at 1.4.2
2023-01-25 11:37:32 +01:00
github-actions[bot]
c47e4b69a3
Merge master into staging-next 2023-01-25 00:02:20 +00:00
figsoda
745456072a nix-update: 0.13.0 -> 0.14.0
Diff: https://github.com/Mic92/nix-update/compare/0.13.0...0.14.0

Changelog: https://github.com/Mic92/nix-update/releases/tag/0.14.0
2023-01-25 08:05:29 +10:00
github-actions[bot]
7a89380b7e
Merge master into staging-next 2023-01-24 18:01:00 +00:00
Shawn8901
133fa5f867 treewide: remove global with lib; in pkgs/tools 2023-01-24 17:41:44 +01:00
Adam Joseph
a0d2937643 nix: if isStatic && atLeast210 then --enable-embedded-sandbox-shell
This commit enables the embedded sandbox shell for static builds of nix>=2.10.
2023-01-23 12:16:58 -08:00
Robert Schütz
69199cd5bd poetry: pin dulwich at 0.20.50 2023-01-23 11:59:16 -08:00
github-actions[bot]
44319c878e
Merge master into staging-next 2023-01-23 00:02:15 +00:00
Jörg Thalheim
523e62005a nixUnstable: bump to latest nix version 2023-01-23 07:14:27 +10:00
github-actions[bot]
feb2240b37
Merge master into staging-next 2023-01-22 18:01:03 +00:00
Mostly Void
fbb694c1b5
apx: init at 1.4.2 2023-01-22 23:04:06 +05:30
Jörg Thalheim
614aaaa340 nix-eval-jobs: 2.12.0 -> 2.12.1
Diff: https://github.com/nix-community/nix-eval-jobs/compare/v2.12.0...2.12.1
2023-01-22 13:06:10 +01:00
Adam Joseph
42815b4a0c treewide: systemdSupport: use lib.meta.availableOn
Many packages have some kind of flag indicating whether or not to build with
systemd support.  Most of these default to `stdenv.isLinux`, but systemd does
not build on (and is marked `broken` for) `isStatic`.  Only a few packages have
the needed `&& !isStatic` in the default value for their parameter.

This commit moves the logic for the default value of these flags into
`systemd.meta.{platforms,badPlatforms}` and evaluates those conditions using
`lib.meta.availableOn`.

This provides three benefits:

1. The default values are set correctly (i.e. including `&& isStatic`)

2. The default values are set consistently

3. The way is paved for any future non-Linux systemd platforms (FreeBSD is
   reported to have experimental systemd support)
2023-01-22 00:27:19 -08:00
Jonas Heinrich
ed7fdf7c8a
Merge pull request #211940 from r-ryantm/auto-update/clib
clib: 2.8.2 -> 2.8.3
2023-01-22 07:20:09 +01:00
Kira Bruneau
bafbd14ce9
Merge pull request #211976 from Misterio77/protontricks-1-10-1
protontricks: 1.7.0 -> 1.10.1
2023-01-21 20:57:38 -05:00
zowoq
89181b4e09 Revert "nixVersions.stable: 2.12 -> 2.13"
This reverts commit 956bc25a80.

broke the tarball job
2023-01-22 09:48:21 +10:00
Gabriel Fontes
d95c81cc61
protontricks: 1.7.0 -> 1.10.1 2023-01-21 16:15:32 -03:00
R. Ryantm
0fca396a58 clib: 2.8.2 -> 2.8.3 2023-01-21 14:30:30 +00: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
Guillaume Girol
90c78aee6c Merge branch 'nativeCheckInputs' into staging-nativeCheckInputs 2023-01-21 12:00:00 +00:00
zowoq
956bc25a80 nixVersions.stable: 2.12 -> 2.13 2023-01-21 06:44:18 +10:00
zowoq
3cec8c7fd5 nixVersions.nix_2_13: init at 2.13.1
https://github.com/NixOS/nix/releases/tag/2.13.0
https://github.com/NixOS/nix/releases/tag/2.13.1
2023-01-21 06:44:18 +10:00
Jade Lovelace
676c80dcc2 nix-doc: 0.5.6 -> 0.5.7 2023-01-19 12:56:35 +10:00
John Ericson
39f60a4e54
Merge pull request #210764 from alyssais/mtdev-freebsd
mtdev: add FreeBSD support
2023-01-18 20:23:44 -05:00
Jade Lovelace
c7e7050dad nix-doc: 0.5.5 -> 0.5.6 2023-01-18 13:27:26 +10:00
ajs124
c8b20e1c41 apk-tools: don't pin to openssl_1_1 2023-01-18 01:15:08 +00:00
Robert Schütz
2e1c2b9d88
Merge pull request #209534 from dotlambda/poetry-no-poetry2nix
poetry: don't use poetry2nix
2023-01-16 23:26:19 -08:00
zowoq
c035bfc528 nixVersions.nix_{2_3,2_10,2_11,2_12}: add monitorfdhup patch 2023-01-17 08:50:31 +10:00
Artturin
856f3a46b2 stdenv: drop remove unnecessary env var
and the associated obsolete functions

support for log nesting was removed in 2017 6669a3b477
2023-01-15 23:56:23 +02:00
Alyssa Ross
e32aef5aca
pkg: init at 1.19.0 2023-01-14 19:33:38 +00:00
Martin Weinelt
b974cf6522
Merge pull request #209180 from NixOS/staging-next 2023-01-14 16:26:39 +00:00
R. Ryantm
3ac07c1208 nfpm: 2.22.2 -> 2.23.0 2023-01-14 15:33:31 +00:00
github-actions[bot]
f656c3e849
Merge master into staging-next 2023-01-14 06:01:02 +00:00
Jörg Thalheim
fee38f5ad5 nix-index: 0.1.3 -> 0.1.4
Diff: https://github.com/bennofs/nix-index/compare/v0.1.3...v0.1.4
2023-01-14 01:07:36 +01:00
ajs124
06ef4c1740 xbps: unpin openssl_1_1 2023-01-13 01:01:26 +01:00
Martin Weinelt
5342b695b1 Merge remote-tracking branch 'origin/master' into staging-next 2023-01-12 23:07:01 +01:00
Robert Schütz
af0675c578 poetry: 1.3.1 -> 1.3.2
https://github.com/python-poetry/poetry/releases/tag/1.3.2
2023-01-11 19:54:45 -08:00
Robert Schütz
7020893918 poetry: don't propagate dependencies
This was also done for poetry as packaged using poetry2nix.
2023-01-11 19:20:46 -08:00
R. Ryantm
2528c49319 nix-eval-jobs: 2.11.0 -> 2.12.0 2023-01-11 08:38:00 +00:00
Martin Weinelt
c1e6c6af69 Merge remote-tracking branch 'origin/master' into staging-next 2023-01-11 03:51:33 +01:00
Jörg Thalheim
428bf8fa44 nix-index-unwrapped: unstable-2023-01-03 -> 0.1.3
Diff: cc44626075...v0.1.3
2023-01-10 18:31:35 +01:00
Robert Schütz
8fcba0f722 poetry: remove from pythonPackages
It is a CLI tool for Python packaging. Python modules should use
poetry-core as a build-time dependency instead.
2023-01-09 05:46:27 -08:00
Jörg Thalheim
9e9a824a70 nix-index: unstable-2022-03-07 -> unstable-2023-01-03
Diff: f09548f667...36ff1aac46
2023-01-09 14:35:59 +01:00
github-actions[bot]
fce67420c4
Merge master into staging-next 2023-01-09 00:02:14 +00:00
figsoda
b97a37fe7e nix-update: 0.12.0 -> 0.13.0
Diff: https://github.com/Mic92/nix-update/compare/0.12.0...0.13.0

Changelog: https://github.com/Mic92/nix-update/releases/tag/0.13.0
2023-01-09 07:27:37 +10:00
github-actions[bot]
0789ea69b1
Merge master into staging-next 2023-01-07 00:02:25 +00:00
Domen Kožar
9ff4f40cb2
Merge pull request #204481 from Artturin/removenixvers1
nixVersion.nix_{2_6,2_7,2_8,2_9}: remove
2023-01-06 18:51:52 +00:00
Martin Weinelt
0ad81bc718 pdm: 2.1.5 -> 2.3.4
https://github.com/pdm-project/pdm/releases/tag/2.2.0
https://github.com/pdm-project/pdm/releases/tag/2.2.1
https://github.com/pdm-project/pdm/releases/tag/2.3.0
https://github.com/pdm-project/pdm/releases/tag/2.3.1
https://github.com/pdm-project/pdm/releases/tag/2.3.2
https://github.com/pdm-project/pdm/releases/tag/2.3.3
https://github.com/pdm-project/pdm/releases/tag/2.3.4
2023-01-05 13:20:52 +01:00
sternenseemann
83e22ed4a8 licensee: 9.15.3 -> 9.16.0
https://github.com/licensee/licensee/releases/tag/v9.16.0
2023-01-04 17:41:43 +01:00
matthewcroughan
1556f4920a repro-get: init at 0.2.1
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-12-29 00:51:56 +00:00
Artturin
a519bddf0d packagekit: disable nix backend 2022-12-28 16:26:36 +02:00
Artturin
172347745f nixVersion.nix_{2_6,2_7,2_8,2_9}: remove
the comment from 2_6 does not apply anymore because the fix has been
merged nix#7283
and the fix has been applied to 2_9+
2022-12-28 16:24:54 +02:00
figsoda
a211d94291 treewide: remove attrPath from nix-update-script calls
after https://github.com/Mic92/nix-update/pull/120 and https://github.com/NixOS/nixpkgs/pull/207703, `attrPath` can now be omitted when using `nix-update-script`
2022-12-26 12:39:21 -05:00
figsoda
001389279c nix-update: 0.11.0 -> 0.12.0
Diff: https://github.com/Mic92/nix-update/compare/0.11.0...0.12.0

Changelog: https://github.com/Mic92/nix-update/releases/tag/0.12.0
2022-12-25 11:31:00 -05:00
figsoda
3f6aafd102 nixpkgs-review: 2.7.0 -> 2.8.0, add figsoda as a maintainer
Diff: https://github.com/Mic92/nixpkgs-review/compare/2.7.0...2.8.0

Changelog: https://github.com/Mic92/nixpkgs-review/releases/tag/2.8.0
2022-12-23 10:54:51 -05:00
Jonathan Ringer
19ac081439
nix-template: 0.4.0 -> 0.4.1 2022-12-17 10:09:00 -08:00
Robert Hensing
fee02fd5c2
Merge pull request #206545 from hercules-ci/nix-7473
nix: Cherry-pick nix#7473 for sqlite detailed message
2022-12-17 17:05:15 +01:00
Robert Hensing
eec92af049 nix: Cherry-pick #7473 for sqlite detailed message 2022-12-17 15:22:09 +01:00
Naïm Favier
f573655698
packagekit: update homepage 2022-12-17 14:40:17 +01:00
figsoda
086a3b6c27 nix-update: 0.10.0 -> 0.11.0, add figsoda as a maintainer
Diff: https://github.com/Mic92/nix-update/compare/0.10.0...0.11.0

Changelog: https://github.com/Mic92/nix-update/releases/tag/0.11.0
2022-12-15 17:26:00 -05:00
Sandro
cb40c4fcd5
Merge pull request #203948 from Luflosi/update/reuse 2022-12-13 17:18:21 +01:00
Robert Schütz
823d4b7e8c
Merge pull request #205342 from dotlambda/nixops-insecure
nixops: mark certifi insecure
2022-12-11 13:08:08 -08:00
R. Ryantm
3e445521a7 librepo: 1.14.5 -> 1.15.1 2022-12-10 13:47:51 +00:00
Robert Schütz
7825e0f1ef nixops: mark certifi insecure 2022-12-09 10:01:53 -08:00
zowoq
f24c75171e nixVersions.stable: 2.11 -> 2.12 2022-12-07 04:42:28 +10:00
zowoq
343503b44c nixVersions.nix_2_12: init at 2.12.0
https://github.com/NixOS/nix/releases/tag/2.12.0
2022-12-07 04:42:27 +10:00
Felix Bühler
445d20672c
Merge pull request #204498 from Stunkymonkey/deploy-rs-2022-11-18
deploy-rs: 2022-08-15 -> 2022-11-18
2022-12-05 18:20:59 +01:00
Fabian Affolter
37d44151f3
deploy-rs: adjust description 2022-12-04 22:46:56 +01:00
Felix Buehler
563fad90a5 deploy-rs: 2022-08-15 -> 2022-11-18 2022-12-04 17:01:34 +01:00
Martindale, Nathan
0eecb67b57 micromamba: 0.25.0 -> 1.0.0
Release notes at https://github.com/mamba-org/mamba/releases/tag/2022.11.01
2022-12-02 22:29:58 -05:00
Guillaume Girol
c1c6998684
Merge pull request #203598 from symphorien/appimage-owd
appimage-run: export OWD
2022-12-02 20:12:49 +00:00
Bernardo Meurer
831b9b4c36
Merge pull request #203818 from qowoz/nix 2022-12-01 15:01:50 -05:00
Luflosi
531207e37c
reuse: add Luflosi as maintainer 2022-12-01 16:41:01 +01:00
Luflosi
33448e2db2
reuse: 1.0.0 -> 1.1.0
https://github.com/fsfe/reuse-tool/releases/tag/v1.1.0
2022-12-01 16:31:04 +01:00
Mario Rodas
1d79e594c2
Merge pull request #203078 from aaronjheng/gx-go
gx-go: 1.9.0 -> unstable-2020-03-03
2022-11-30 22:39:35 -05:00
techknowlogick
50074d328a nfpm: 2.22.1 -> 2.22.2 2022-11-30 18:12:41 -05:00
zowoq
b0cf855f9f nixVersions.nix_2_11: 2.11.0 -> 2.11.1
https://github.com/NixOS/nix/compare/2.11.0...2.11.1
2022-12-01 08:59:14 +10:00
R. Ryantm
621d700d38 wapm-cli: 0.5.5 -> 0.5.9 2022-11-30 12:54:59 +00:00
figsoda
b29e9c4025
Merge pull request #203680 from sternenseemann/licensee-9.15.3
licensee: 9.15.1 -> 9.15.3
2022-11-30 00:51:17 -05:00
Robert Schütz
64f3ba470e poetry2conda: use poetry-core 2022-11-29 18:02:03 -08:00
sternenseemann
8db42896f1 licensee: 9.15.1 -> 9.15.3
https://github.com/licensee/licensee/releases/tag/v9.15.2

https://github.com/licensee/licensee/releases/tag/v9.15.3
2022-11-29 23:22:00 +01:00
Guillaume Girol
c0cdf0ad4b appimage-run: export OWD
documented here: https://docs.appimage.org/packaging-guide/environment-variables.html

Fixes #203330
2022-11-29 12:00:00 +00:00
figsoda
457b8403c1 nix-update: 0.9.0 -> 0.10.0
Diff: https://github.com/Mic92/nix-update/compare/0.9.0...0.10.0
2022-11-28 06:37:45 +10:00
Albert Safin
2d66b81a1c wapm: fix build 2022-11-27 14:38:15 +00:00
Aaron Jheng
86e5f2fcd4
gx-go: 1.9.0 -> unstable-2020-03-03 2022-11-26 14:38:37 +00:00
Mario Rodas
8183079716 comma: add marsam to maintainers 2022-11-23 04:20:00 +00:00
Mario Rodas
1ef34b5ae8 comma: use nix from environment 2022-11-23 04:20:00 +00:00
Mario Rodas
ed2c0adb45 comma: 1.3.0 -> 1.4.0
https://github.com/nix-community/comma/releases/tag/v1.4.0
2022-11-23 04:20:00 +00:00
R. Ryantm
296244844a clib: 2.8.1 -> 2.8.2 2022-11-21 21:55:43 +00:00
Thiago Kenji Okada
ce6d05dbd9
Merge pull request #201584 from SamLukeYes/pacman
pacman: add missing dependencies of pacman-key
2022-11-21 14:52:03 +00:00
zowoq
da14dfafd9 nixVersions.nix_2_9: add non-existing output patch 2022-11-21 07:27:14 +10:00
zowoq
5c45e5d3d9 nixVersions.nix_2_10: add non-existing output patch 2022-11-21 07:24:33 +10:00
zowoq
6898184997 nixVersions.nix_2_11: add non-existing output patch 2022-11-21 07:24:33 +10:00
zowoq
1eb3a69e39 nix-update: 0.8.0 -> 0.9.0
https://github.com/Mic92/nix-update/releases/tag/0.9.0
2022-11-21 06:51:10 +10:00
R. Ryantm
b10c95f3c4 nfpm: 2.22.0 -> 2.22.1 2022-11-19 15:28:06 +00:00
SamLukeYes
1f8b8cc49a pacman: add missing dependencies of pacman-key 2022-11-17 13:01:19 +08:00
Martin Weinelt
88f2d44dc1
nix-update: 0.7.0 -> 0.8.0
https://github.com/Mic92/nix-update/releases/tag/0.8.0
2022-11-14 14:39:08 +01:00
R. Ryantm
7c50427687 nfpm: 2.21.0 -> 2.22.0 2022-11-12 15:44:20 +00:00
Profpatsch
90e7699ad7 nix: revive nix_2_6
The critical regression bug in
https://github.com/NixOS/nix/issues/6572 does not appear (at least as
often) in nix 2.6 according to the discussion there, so we need to
allow people to pin this older version.

Partial revert of
b2eea05b06
2022-11-10 16:25:09 +01:00
figsoda
90adb9db7d
Merge pull request #200056 from symphorien/nix-du-update
nix-du: 0.6.0 -> 1.0.0
2022-11-07 13:30:40 -05:00
Guillaume Girol
4cf3912d54 nix-du: 0.6.0 -> 1.0.0 2022-11-07 12:00:00 +00:00
R. Ryantm
98f64d3425 apt: 2.5.2 -> 2.5.4 2022-11-05 16:43:19 +08:00
markuskowa
97f057e02b
Merge pull request #199360 from SamLukeYes/pacman
pacman: 6.0.1 -> 6.0.2
2022-11-04 09:35:34 +01:00
SamLukeYes
58001eae60 pacman: 6.0.1 -> 6.0.2 2022-11-03 23:12:56 +08:00
techknowlogick
ee63fd2d7b nfpm: 2.20.0 -> 2.21.0 2022-11-02 17:59:14 -04:00
R. Ryantm
01d8e02175 nix-eval-jobs: 2.9.0 -> 2.11.0 2022-10-31 23:52:24 +00:00
Sandro
19f597b8cc
Merge pull request #192896 from SamLukeYes/pacman
pacman: add missing PATHs
2022-10-29 11:16:23 +02:00
SamLukeYes
6dcf688d5a pacman: add $out/bin to the PATH of pacman-key 2022-10-29 01:41:16 +08:00
Timo Kaufmann
c4a4d75bf2 home-manager: 2022-04-17 -> 2022-10-25
Fixes the issue described in #196651.
2022-10-25 15:22:57 +02:00
github-actions[bot]
ee0190d830
Merge master into staging-next 2022-10-20 12:01:25 +00:00
Mario Rodas
7a7989bad9
Merge pull request #196359 from r-ryantm/auto-update/nfpm
nfpm: 2.19.2 -> 2.20.0
2022-10-20 03:16:03 -05:00
github-actions[bot]
bbaff9a043
Merge master into staging-next 2022-10-19 12:01:22 +00:00
Jan Tojnar
457f28f6f8 Merge branch 'master' into staging-next
; Conflicts:
;	pkgs/development/tools/codespell/default.nix

codespell 2.2.2 switched to pyproject & setuptools_scm:
https://github.com/codespell-project/codespell/pull/2523
2022-10-19 05:24:28 +02:00
Fabian Affolter
01d2fab743 harmonia: init at 0.2.0 2022-10-18 22:44:13 +02:00
Jörg Thalheim
f33834d7fa
Merge pull request #196562 from sikmir/checkinstall
checkinstall: fix build
2022-10-18 14:56:08 +02:00
Nikolay Korotkiy
1e007a2989
checkinstall: fix build 2022-10-18 12:09:29 +03:00
github-actions[bot]
969a1796ef
Merge master into staging-next 2022-10-17 12:01:24 +00:00
R. Ryantm
2d84ec42de nfpm: 2.19.2 -> 2.20.0 2022-10-17 06:48:21 +00:00
github-actions[bot]
ab4849492d
Merge master into staging-next 2022-10-17 06:24:16 +00:00
Stanisław Pitucha
d5e64d13f1 rpm: remove darwin from supported platforms 2022-10-17 15:16:29 +11:00
Martin Weinelt
1799a0fa4f
Merge pull request #195751 from mweinelt/pdm-2.1.5 2022-10-17 02:33:15 +02:00
github-actions[bot]
18a6423900
Merge master into staging-next 2022-10-17 00:04:21 +00:00
Bryan Gardiner
cea13ba6bd
nvd: 0.1.2 -> 0.2.0 2022-10-15 16:41:06 -07:00
Martin Weinelt
b3c2c5af2c
pdm: 2.1.4 -> 2.1.5
https://github.com/pdm-project/pdm/releases/tag/2.1.5
2022-10-13 03:27:34 +02:00
Artturin
7e49471316 treewide: optional -> optionals where the argument is a list
the argument to optional should not be list
2022-10-10 15:40:21 +03:00
Franz Pletz
fb591b9d8b
cde: fix build with libxcrypt 2022-10-09 18:12:56 +02:00
Martin Weinelt
a2b1eaa063
poetry2conda: Migrate out of python package set 2022-10-02 19:06:34 +02:00
techknowlogick
2844a39d85 nfpm: 2.19.1 -> 2.19.2 2022-09-29 12:34:57 -04:00
Mario Rodas
f4e00ff04f
Merge pull request #193350 from r-ryantm/auto-update/nfpm
nfpm: 2.18.1 -> 2.19.1
2022-09-29 07:38:16 -05:00
Franz Pletz
c29b719141
Merge pull request #193474 from LeSuisse/rpm-4.18.0
rpm: 4.17.1 -> 4.18.0
2022-09-29 13:14:06 +02:00
Thomas Gerbet
a089c12aa5 rpm: 4.17.1 -> 4.18.0
https://rpm.org/wiki/Releases/4.18.0

Fixes CVE-2021-35937, CVE-2021-35938 and CVE-2021-35939.
2022-09-29 08:53:44 +02:00
R. Ryantm
311acbc458 nfpm: 2.18.1 -> 2.19.1 2022-09-28 15:51:52 +00:00
Martin Weinelt
636447bb8a
pdm: 2.1.2 -> 2.1.4 2022-09-26 13:03:37 +02:00
SamLukeYes
cae93dfd54 pacman: set PATH in compress.sh 2022-09-25 22:10:22 +08:00
github-actions[bot]
ef833a6fd2
Merge master into staging-next 2022-09-23 12:01:34 +00:00
zowoq
00c9eeaa46 nix-update: 0.6.0 -> 0.7.0
https://github.com/Mic92/nix-update/releases/tag/0.7.0
2022-09-23 16:50:30 +10:00