Atemu
aa58df5312
zfs: use meta.broken instead of throw when incompatible with kernel
...
`throw` aborts eval when the package is touched in inappropriate places. See
https://github.com/NixOS/nixpkgs/issues/109001 for an adverse instance of that.
ZFS now behaves like a regular broken package when it's, you know, broken.
It also still prints the helpful incompatibility notice when fully evaluated.
2021-01-21 14:58:00 +01:00
Roxie Gibson
7a737bfd29
tomb: 2.8.1 -> 2.9
2021-01-21 12:51:30 +00:00
Bruno Bigras
19dcf599fe
compsize: 1.3 -> 1.4
2021-01-21 06:11:51 -05:00
Bruno Bigras
a98faf18fd
iwd: 1.10 -> 1.11
2021-01-20 23:50:51 -05:00
Bruno Bigras
17783d1176
ell: 0.35 -> 0.36
2021-01-20 23:50:25 -05:00
Matthew Bauer
ba5f50a76c
Merge pull request #107924 from matthewbauer/fix-duti
...
Fix duti on macOS Big Sur
2021-01-20 16:09:41 -06:00
Matthew Bauer
dcbbbcdb05
duti: pass ApplicationServices directly
2021-01-20 15:30:57 -06:00
Guillaume Girol
0adfe8ca75
Merge pull request #109894 from pjjw/sysklogd-musl-patch
...
sysklogd: fix building against musl
2021-01-20 20:15:14 +00:00
Peter Woodman
cba38a2f42
sysklogd: add explainer for musl patch
2021-01-20 14:27:30 -05:00
Sandro
ec84cbf95f
Merge pull request #110107 from LeSuisse/cifs-utils-missing-python3-smbinfo
...
cifs-utils: missing python3 dependency for smbinfo
2021-01-20 20:12:37 +01:00
Sandro
199ffe40e6
Merge pull request #110140 from holymonson/prepare-apple-sdk
...
darwin.apple-sdk: drop appleSdkVersion
2021-01-20 19:40:51 +01:00
Steven Pease
a128336cf6
Use buildPlatform instead of targetPlatform for unxip instructions
2021-01-20 10:08:03 -08:00
Thomas Gerbet
5858d84658
cifs-utils: missing python3 dependency for smbinfo
...
Since cifs-utils 6.12, smbinfo needs Python to be usable.
Issue introduced in 033208fd46
.
2021-01-20 18:39:42 +01:00
Tim Steinbach
50a5d4c773
linux/hardened/patches/5.4: 5.4.90.a -> 5.4.91.a
2021-01-20 12:36:58 -05:00
Tim Steinbach
3df0e82d66
linux/hardened/patches/5.10: 5.10.8.a -> 5.10.9.a
2021-01-20 12:36:57 -05:00
Tim Steinbach
66c9151443
linux/hardened/patches/4.19: 4.19.168.a -> 4.19.169.a
2021-01-20 12:36:57 -05:00
Tim Steinbach
c74614795b
linux-rt_5_10: 5.10.4-rt22 -> 5.10.8-rt24
2021-01-20 12:36:57 -05:00
Tim Steinbach
3141316d4d
linux: 5.4.90 -> 5.4.91
2021-01-20 12:36:56 -05:00
Tim Steinbach
463f322988
linux: 5.10.8 -> 5.10.9
2021-01-20 12:36:56 -05:00
Tim Steinbach
1118a48175
linux: 4.19.168 -> 4.19.169
2021-01-20 12:36:56 -05:00
Monson Shao
2467f5e4d2
darwin.apple-sdk: drop appleSdkVersion
...
In fact no one is using appleSdkVersion, and stdenv is decoupled with sdk.
2021-01-21 00:26:16 +08:00
Atemu
ea051b0417
zen-kernels: 5.10.6 -> 5.10.9
2021-01-20 12:01:57 +01:00
Jörg Thalheim
1f32ecb82d
Merge pull request #110083 from r-ryantm/auto-update/lxcfs
...
lxcfs: 4.0.6 -> 4.0.7
2021-01-20 08:07:18 +00:00
R. RyanTM
dacc16aedd
lxcfs: 4.0.6 -> 4.0.7
2021-01-20 05:15:04 +00:00
Steven Pease
0fdab8d560
Merge branch 'master' into add-newer-xcode-hashes
2021-01-19 20:42:30 -08:00
Steven Pease
d8c1c0dc50
Update to XCode 12.3
2021-01-19 20:41:39 -08:00
Kira Bruneau
9788188273
pkgs/os-specific/windows: fix evaluation after stdenv.lib -> lib
...
Fixes the evaluation of packages in pkgs/os-specific/windows that
weren't updated to include a new lib parameter after the refactor from
stdenv.lib -> lib (#109490 ).
I originally only intended this change to fix
`pkgsCross.mingw32.buildPackages.gcc` & `pkgsCross.mingwW64.buildPackages.gcc`
to support building wine with `mingwSupport`, but I noticed this was
an issue for all updated windows packages. Most of these other
packages fail to build for other reasons.
2021-01-19 21:34:45 -05:00
zowoq
31f5dd3f36
treewide: editorconfig fixes
...
- remove trailing whitespace
- use spaces for indentation
2021-01-20 09:11:11 +10:00
Thomas Gerbet
033208fd46
cifs-utils: 6.9 -> 6.12
...
This notably fixes CVE-2020-14342.
2021-01-19 21:30:29 +01:00
Sandro
829a060202
Merge pull request #107040 from nagy/dstat-python3
...
dstat: 0.7.3 -> 0.7.4
2021-01-19 17:57:35 +01:00
Sandro
47409af354
Merge pull request #109906 from pjjw/linux-pam-musl-fix
...
linux-pam: remove broken musl pam_exec patch
2021-01-19 15:07:15 +01:00
Mario Rodas
f417ebf945
Merge pull request #109071 from marsam/update-lxc
...
lxc: 4.0.5 -> 4.0.6
2021-01-19 06:54:08 -05:00
Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Peter Woodman
a51b7570d4
linux-pam: remove broken musl pam_exec patch
...
it looks like this build wasn't tested with musl-libc after upgrading to
1.5.1, and has been broken in this configuration since, as the removed
patch does not apply cleanly. the good news is it's been fixed upstream,
rendering it unnecessary.
2021-01-19 02:41:52 -05:00
Peter Woodman
a47a55e433
sysklogd: fix building against musl
...
taking guidance from alpine linux's patch[1], removed a few ifdefs and
fixed up some includes.
[1]: https://git.alpinelinux.org/aports/tree/main/sysklogd/fix-includes.patch
2021-01-18 23:29:12 -05:00
Jörg Thalheim
90b88c416d
Merge pull request #81545 from yesbox/ebtables-legacy
...
ebtables: restore legacy commands
2021-01-18 21:01:01 +00:00
Sandro
83ef622cdf
Merge pull request #105647 from r-ryantm/auto-update/fwts
...
fwts: 20.09.00 -> 20.11.00
2021-01-18 20:47:36 +01:00
Jesper Geertsen Jonsson
1cb447c961
ebtables: restore "legacy" commands
...
ebtables 2.0.11 renamed the ebtables commands
from "ebtables*" to "ebtables-legacy-*".
Of course this breaks legacy packages and scripts
that depends on the ebtables commands.
The idea behind this upstream change appears to be that
ebtables-nft replaces ebtables and distributions should
rename either the ebtables-legacy or ebtables-nft commands
to provide the ebtables commands.
For nix a better fit is for packages to specify either the
ebtables or the ebtables-nft package, while both packages
provide the same commands.
This patch restores the ebtables package so it functions again.
2021-01-18 20:27:17 +01:00
Tim Steinbach
5d55162e2a
linux/hardened/patches/5.4: 5.4.89.a -> 5.4.90.a
2021-01-18 12:46:32 -05:00
Tim Steinbach
c08ed1556e
linux/hardened/patches/5.10: 5.10.7.a -> 5.10.8.a
2021-01-18 12:46:32 -05:00
Tim Steinbach
25d44d9c82
linux/hardened/patches/4.19: 4.19.167.a -> 4.19.168.a
2021-01-18 12:46:32 -05:00
Tim Steinbach
a108d17cc1
linux/hardened/patches/4.14: 4.14.215.a -> 4.14.216.a
2021-01-18 12:46:31 -05:00
Tim Steinbach
20d6f20083
linux: 5.4.89 -> 5.4.90
2021-01-18 12:46:31 -05:00
Tim Steinbach
370ad71e2a
linux: 5.10.7 -> 5.10.8
2021-01-18 12:46:31 -05:00
Tim Steinbach
44b24624d5
linux: 4.9.251 -> 4.9.252
2021-01-18 12:46:30 -05:00
Tim Steinbach
7c70204558
linux: 4.4.251 -> 4.4.252
2021-01-18 12:46:30 -05:00
Tim Steinbach
2818d367ea
linux: 4.19.167 -> 4.19.168
2021-01-18 12:46:30 -05:00
Tim Steinbach
d15ed07e0a
linux: 4.14.215 -> 4.14.216
2021-01-18 12:46:27 -05:00
Daniel Nagy
993c9fad7b
dstat: 0.7.3 -> 0.7.4
...
This change also switches dstat to python3. The patches introduced in this
commit are inspired by archlinux[0][1].
[0]:
e688b126c5/trunk/PKGBUILD
[1]: https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/dstat&id=e688b126c561e842b459ea1cc88e725f1f2a29cc
2021-01-18 10:50:46 +01:00
Atemu
4a0070fc9f
zen-kernels: refactor suffix
...
Changing it required modifications in multiple places which is error-prone
2021-01-18 10:49:16 +01:00
github-actions[bot]
b7f20dcd02
Merge master into staging-next
2021-01-18 01:16:03 +00:00
Sandro
961dc12dd3
Merge pull request #106936 from LouisTakePILLz/update-r8125
2021-01-18 01:18:09 +01:00
Jörg Thalheim
1279bf812c
Merge remote-tracking branch 'upstream/master' into HEAD
2021-01-17 18:08:59 +01:00
Ben Siraphob
16d91ee628
pkgs/os-specific: stdenv.lib -> lib
2021-01-17 23:26:08 +07:00
Guillaume Girol
fab41ed0e6
Merge pull request #101233 from danielfullmer/cross-klibc
...
klibc: fix cross-compilation
2021-01-17 15:54:29 +00:00
Guillaume Girol
3cab73e3c7
klibc: strictDeps = true
2021-01-17 15:30:57 +00:00
Sandro
77edbd623a
Merge pull request #109596 from petabyteboy/feature/alsa-license
...
alsaLib: correct license field
2021-01-17 16:26:55 +01:00
Thomas Gerbet
b08f88f59f
checksec: update permanently redirected homepage URL
2021-01-17 12:46:56 +01:00
Jan Tojnar
e6f926d910
Merge branch 'master' into staging-next
2021-01-17 05:52:23 +01:00
Milan Pässler
b7466c1c58
alsaLib: correct license field
2021-01-17 03:49:59 +01:00
Domen Kožar
bb3e0885d9
Merge pull request #109518 from xaverdh/nixos-rebuild-deps
...
nixos-rebuild: put some important dependencies in PATH
2021-01-16 22:20:07 +01:00
github-actions[bot]
f46cb85082
Merge master into staging-next
2021-01-16 18:51:05 +00:00
Dmitry Kalinkin
eeaca31048
Merge pull request #108651 from holymonson/mark-broken
...
darwin: explicitly mark broken for failed building apple packages
2021-01-16 11:14:24 -05:00
Jörg Thalheim
05ff5799b2
Merge pull request #109107 from Mic92/bcc
...
linuxPackages.bcc: 0.17.0 -> 0.18.0
2021-01-16 15:11:48 +00:00
github-actions[bot]
2445824f40
Merge master into staging-next
2021-01-16 12:40:04 +00:00
Dominik Xaver Hörl
e9abfbde62
nixos-rebuild: put some important dependencies in PATH
2021-01-16 13:24:18 +01:00
Sandro
a9bb54359e
Merge pull request #108099 from siraben/double-quotes-fix
2021-01-16 11:27:58 +01:00
Ben Siraphob
8dd78bb4fb
treewide: fix double quoted strings in meta.description
2021-01-16 11:29:30 +07:00
Domen Kožar
c32f5b22f1
move nixos-rebuild into pkgs
2021-01-15 20:07:38 +01:00
github-actions[bot]
3269d4d3a3
Merge master into staging-next
2021-01-15 18:52:54 +00:00
Jack Kelly
e87245d87d
usbguard: 0.7.8 -> 1.0.0 ( #109296 )
2021-01-15 18:26:47 +01:00
Sandro
51e3b19fc6
Merge pull request #109329 from tu-maurice/beefi-0.1.1
2021-01-15 18:26:24 +01:00
github-actions[bot]
9f69dadafd
Merge master into staging-next
2021-01-15 01:16:33 +00:00
Sandro
22d184ae8d
Merge pull request #108866 from markuskowa/new-targetisns
...
target-isns: init at 0.6.8
2021-01-14 21:06:59 +01:00
Fabián Heredia Montiel
eda8c11e20
nvidia-settings.stable: 460.27.04 -> 460.32.03
2021-01-14 13:47:23 -06:00
tu-maurice
85ec1ece13
beefi: Init at 0.1.1
2021-01-14 20:35:00 +01:00
Jan Tojnar
b813710c04
Merge branch 'master' into staging-next
2021-01-14 02:24:17 +01:00
kraem
e41f385b1c
linux/hardened/patches/5.4: 5.4.88.a -> 5.4.89.a
2021-01-13 14:17:01 -05:00
kraem
e408bd85f0
linux/hardened/patches/5.10: 5.10.6.a -> 5.10.7.a
2021-01-13 14:17:01 -05:00
kraem
2aab392665
linux/hardened/patches/4.19: 4.19.166.a -> 4.19.167.a
2021-01-13 14:17:01 -05:00
kraem
5b687cf099
linux/hardened/patches/4.14: 4.14.214.a -> 4.14.215.a
2021-01-13 14:17:01 -05:00
kraem
305aabb1ac
linux: 5.4.88 -> 5.4.89
2021-01-13 14:17:01 -05:00
kraem
146d17dd60
linux: 5.10.6 -> 5.10.7
2021-01-13 14:17:01 -05:00
kraem
a1f3d24a96
linux: 4.9.250 -> 4.9.251
2021-01-13 14:17:01 -05:00
kraem
290dce1c29
linux: 4.4.250 -> 4.4.251
2021-01-13 14:17:01 -05:00
kraem
f462d8aee4
linux: 4.19.166 -> 4.19.167
2021-01-13 14:17:01 -05:00
kraem
4878fcd3c9
linux: 4.14.214 -> 4.14.215
2021-01-13 14:17:01 -05:00
Monson Shao
b9be1501fe
darwin.libauto: mark broken and drop stdenv.lib
2021-01-14 01:21:59 +08:00
Monson Shao
5f6e6516e0
darwin.hfs: mark broken
2021-01-13 19:05:21 +08:00
github-actions[bot]
f1bb6c74f9
Merge master into staging-next
2021-01-12 12:34:36 +00:00
Jörg Thalheim
dc77fb81a7
linuxPackages.bcc: 0.17.0 -> 0.18.0
2021-01-12 13:08:15 +01:00
Linus Heckemann
97c0e5d8a8
Merge pull request #107181 from lheckemann/generate-config-fix
...
linux: fix generate-config's handling of "no-choice" options
2021-01-12 11:13:58 +01:00
github-actions[bot]
bfcc20a149
Merge master into staging-next
2021-01-12 06:34:30 +00:00
Jörg Thalheim
231b166b12
Merge pull request #108573 from LumiGuide/fix-armstubs
...
raspberrypi-armstubs: fix native compilation on armv7l
2021-01-12 06:11:46 +00:00
github-actions[bot]
757ad34b82
Merge master into staging-next
2021-01-11 18:42:29 +00:00
Frederik Rietdijk
4f0da4558f
persistenced: fix eval
...
broken by https://github.com/NixOS/nixpkgs/pull/108978
2021-01-11 19:41:09 +01:00
Frederik Rietdijk
e3961ff41f
persistenced: fix eval
...
broken by https://github.com/NixOS/nixpkgs/pull/108978
2021-01-11 19:40:37 +01:00
Tim Steinbach
18b09d883f
linux: 5.11-rc2 -> 5.11-rc3
2021-01-11 11:10:07 -05:00
Tim Steinbach
d91f1b0f47
linux: Optional SECURITY_LOCKDOWN_LSM
...
The option has been removed in the most recent dot releases
2021-01-11 11:09:02 -05:00
Jan Tojnar
2b9372b2ca
Merge branch 'master' into staging-next
2021-01-11 13:36:42 +01:00