Tim Steinbach
e867007dc8
linux: 4.19.39 -> 4.19.40
2019-05-05 11:16:17 -04:00
CrazedProgrammer
baf2d552e8
compsize: 2018-04-07 -> 1.3
2019-05-05 12:03:33 +02:00
Renaud
25e0560958
mstpd: 0.0.5.20171113 -> 0.0.7
2019-05-05 11:24:34 +02:00
Ambroz Bizjak
c6934f347a
kernel: Disable VirtualBox guest modules.
...
These break the modules from VirtualBox additions. Fixes issue https://github.com/NixOS/nixpkgs/issues/58127 .
2019-05-04 21:14:30 +02:00
c0bw3b
9cb260d091
[treewide] delete unused patches
2019-05-04 19:52:24 +02:00
Frederik Rietdijk
193b899af2
Merge master into staging-next
2019-05-04 17:34:04 +02:00
Tim Steinbach
59e9fb1d52
linux: 5.0.11 -> 5.0.12
2019-05-04 10:26:55 -04:00
Tim Steinbach
5ee553b280
linux: 4.9.172 -> 4.9.173
2019-05-04 10:26:40 -04:00
Tim Steinbach
7d0a77cd36
linux: 4.19.38 -> 4.19.39
2019-05-04 10:25:28 -04:00
Tim Steinbach
a03324e9ba
linux: 4.14.115 -> 4.14.116
2019-05-04 10:25:01 -04:00
Ben Wolsieffer
a68213ae8a
raspberrypifw: 1.20181112 -> 1.20190401
2019-05-03 18:12:13 -04:00
Austin Seipp
f60936d14d
Merge pull request #60121 from eadwu/nvidia_x11_beta/430.09
...
nvidia_x11_beta: stable -> 430.09
2019-05-03 15:33:04 -05:00
Austin Seipp
c8cb015ff6
linuxPackages.perf: add libopcodes as a buildInput
...
Newer versions of perf in Linux 5.1+ support disassembling and
annotating eBPF programs inside the kernel. In order to do this, it uses
libbfd's support for bpf disassembly. There are two parts: libopcodes
and libbfd.
The 'perf' build system seems to expect libopcodes/libbfd to go "hand in
hand" -- always together, if one or the other is installed. If the build
system detects libbfd is available, then an import of <dis-asm.h> is
performed, but this fails since it wasn't in the buildInput. Fixing this
should be an easy, backwards-compatible change.
Fixes #60891 , allowing linuxPackages_testing.perf to build again
(currently kernel version 5.1.0-rc7).
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-03 15:10:46 -05:00
Frederik Rietdijk
0f10b72b5f
Merge master into staging-next
2019-05-03 19:56:31 +02:00
Austin Seipp
f40a559cbb
bpftrace: nuke some unneeded files from $out
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-03 12:25:59 -05:00
Austin Seipp
89d5bfc2db
Merge pull request #60844 from thoughtpolice/nixpkgs/bpftrace-update
...
bpftrace: unstable-2018-10-27 -> 0.9
2019-05-03 12:09:57 -05:00
Austin Seipp
241063ca84
bpftrace: unstable-2018-10-27 -> 0.9
...
Update bpftrace to the latest pre-release, with a real version number.
The most notable change now is that bpftrace can use a stable version of
the 'bcc' toolchain in order to build, meaning no more hacks are needed
to clone the source code and fix up the build system, etc. This
simplifies things greatly and removes the old bcc-source patch.
Similarly, we can remove our custom gtests patch (which disabled the
build) by just passing -DBUILD_TESTING=FALSE when running cmake. This
was also added upstream recently.
However, something does still need to be fixed, at a cost: bpftrace
requires the kernel -dev package because it wants both objects and
include directories (some files are only shipped in one or the other).
Therefore, we remove the dependency on linuxHeaders and instead use
kernel.dev as the sole input to the build.
This is both a positive and a negative: the positive is that tools work
without annoying fatal errors, and that the bpf toolchain is
synchronized to the linuxPackages.kernel derivation it was built
against. The downside is that the .dev expression is much heavier as a
dependency, so bpftrace is now closer to 700mb in closure size. (This
especially hurts across kernel upgrades requiring a whole new rebuild,
especially if you have existing nixos generations that won't GC, etc.)
We probably want to slim this down substantially in the future (and
there may be a few ways to do that), but as this will probably also
touch bcc, and as a first cut of the pre-releases, this is probably fine
while we work out other kinks.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-03 11:32:58 -05:00
Dmitry Kudriavtsev
6b5848e26b
miraclecast: 20170427 -> 20190403
2019-05-03 09:21:52 -07:00
Renaud
45b7685314
Merge pull request #60800 from r-ryantm/auto-update/sysstat
...
sysstat: 12.1.3 -> 12.1.4
2019-05-03 11:36:28 +02:00
Leah Neukirchen
23336fb44a
extrace: init at 0.7
2019-05-03 18:19:57 +09:00
Matthew Bauer
b7950c560a
kexectools: mark bad platforms
2019-05-02 21:30:32 -04:00
R. RyanTM
a0e953768a
sysstat: 12.1.3 -> 12.1.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sysstat/versions
2019-05-02 13:22:12 -07:00
Frederik Rietdijk
1979224f15
Merge master into staging-next
2019-05-02 21:38:22 +02:00
Tim Steinbach
6494ad9996
linux: 5.0.10 -> 5.0.11
2019-05-02 13:57:46 -04:00
Tim Steinbach
9d7638371f
linux: 4.9.171 -> 4.9.172
2019-05-02 13:57:46 -04:00
Tim Steinbach
e0bf73dbde
linux: 4.19.37 -> 4.19.38
2019-05-02 13:57:45 -04:00
Tim Steinbach
5d03bfd653
linux: 4.14.114 -> 4.14.115
2019-05-02 13:57:45 -04:00
Frederik Rietdijk
155c9d8e18
Merge master into staging-next
2019-05-02 08:43:14 +02:00
R. RyanTM
36f45dc7d3
mbpfan: 2.1.0 -> 2.1.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mbpfan/versions
2019-05-01 03:55:14 -07:00
Frederik Rietdijk
f137783927
Merge master into staging-next
2019-05-01 11:45:46 +02:00
R. RyanTM
da627dec9f
btfs: 2.18 -> 2.19 ( #60478 )
...
* btfs: 2.18 -> 2.19
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/btfs/versions
* btfs: refactor
2019-05-01 00:22:15 +02:00
Frederik Rietdijk
3462fe27d9
Merge staging-next into staging
2019-04-30 15:52:19 +02:00
Frederik Rietdijk
fd2bd6e433
Merge staging-next into master
2019-04-30 15:50:24 +02:00
Tim Steinbach
aeb464dfd3
linux: 5.1-rc6 -> 5.1-rc7
2019-04-29 08:06:52 -04:00
Frederik Rietdijk
2f936f85d8
Merge master into staging-next
2019-04-29 13:46:20 +02:00
c0bw3b
3aa6b25fdf
service-wrapper: 16.04.0 -> 19.04
2019-04-28 18:35:34 +02:00
Franz Pletz
4f0ffce77b
Merge pull request #59748 from dtzWill/update/linux-firmware-20190416
...
firmwareLinuxNonfree: 20190312 -> 20190416
2019-04-27 12:36:55 +00:00
Tim Steinbach
c08aa32c90
linux: Remove i2c-oops patch
2019-04-27 08:08:33 -04:00
Tim Steinbach
264367b15e
linux: 5.0.9 -> 5.0.10
2019-04-27 08:08:31 -04:00
Tim Steinbach
8d98033d99
linux: 4.9.170 -> 4.9.171
2019-04-27 08:08:26 -04:00
Tim Steinbach
3d829058a1
linux: 4.4.178 -> 4.4.179
2019-04-27 08:06:43 -04:00
Tim Steinbach
d43faab5ef
linux: 4.19.36 -> 4.19.37
2019-04-27 08:06:39 -04:00
Tim Steinbach
ae7baea76f
linux: 4.14.113 -> 4.14.114
2019-04-27 08:05:36 -04:00
Frederik Rietdijk
042a01efbf
Merge staging-next into staging
2019-04-27 07:02:02 +02:00
Frederik Rietdijk
883232c00d
Merge master into staging-next
2019-04-27 07:01:38 +02:00
Matthew Bauer
87944c3125
Merge pull request #56744 from matthewbauer/macos-10-12
...
Update macOS to 10.12
2019-04-26 22:20:03 -04:00
Matthew Bauer
d1f988ca3c
darwin: correct framework dependency
...
AudioUnit depends on AudioToolbox now, so use that to keep
compatibility.
2019-04-26 21:55:03 -04:00
Matthew Bauer
43cda1b854
apple-sdk: add Metal framework for QuartzCore
2019-04-26 21:54:56 -04:00
Matthew Bauer
9d2326c622
Libsystem: get os/{log,trace,activity}.h from darling
...
This is the only place I can find the headers.
2019-04-26 21:54:56 -04:00
Matthew Bauer
4faa8d0238
cctools: add patch for apfs
2019-04-26 21:54:55 -04:00
Matthew Bauer
9da646ed29
darwin.xnu: install os/log.h file in Libsystem
2019-04-26 21:54:55 -04:00
Matthew Bauer
e3a9b1ea23
apple-sdk: Foundation needs cf-private
2019-04-26 21:54:54 -04:00
Matthew Bauer
4903e825fa
apple-sdk: update frameworks location
...
Some have been removed like:
- DrawSprocket
- DVComponentGlue
2019-04-26 21:54:53 -04:00
Matthew Bauer
565f28fba7
Libsystem: add os/availability.h
2019-04-26 21:54:53 -04:00
Matthew Bauer
dc483505d4
cf-private: don’t use private sdk
...
no private sdk is available for 10.12.
2019-04-26 21:54:51 -04:00
Matthew Bauer
8cabf4d5c5
treewide: rename llvm-dsymutil to dsymutil
...
This is a change introduced between llvm 5 and llvm 7.
2019-04-26 21:54:50 -04:00
Matthew Bauer
7f08b28bbf
Revert "Revert "cctools: bump to latest commit""
...
This reverts commit 0e78f2bd10
.
2019-04-26 21:54:47 -04:00
Matthew Bauer
36450d8d0b
cctools: enable tapi everywhere
...
Gets us closer to #19906 .
2019-04-26 21:54:46 -04:00
Matthew Bauer
f76c7b8fab
libtapi: init
...
(cherry picked from commit 69347697d3336d4b6add8276d9f75daf6f0cacf3)
2019-04-26 21:54:46 -04:00
Matthew Bauer
fa0208c09a
Merge pull request #60291 from matthewbauer/kexec-tools-get-correct-compiler
...
kexec-tools: use depsBuildBuild to get the right compiler
2019-04-26 18:16:21 -04:00
Renaud
3567860a27
Merge pull request #59006 from terlar/wip-update-sysdig
...
WIP linuxPackages.sysdig: 0.24.2 -> 0.25
2019-04-27 00:05:24 +02:00
Matthew Bauer
c1287a4b9c
kexec-tools: use depsBuildBuild to get the right compiler
...
Need this to avoid this issue in pkgsStatic:
ld: cannot find -lc
/cc @ericson2314
2019-04-26 18:04:29 -04:00
Vladyslav M
e8c2633bc1
linux_testing_bcachefs,bcachefs-tools: 2019-04-04 ( #58296 )
...
linux_testing_bcachefs,bcachefs-tools: 2019-04-04
2019-04-26 19:35:10 +03:00
Jan Tojnar
89a150355b
Merge branch 'master' into staging
2019-04-26 16:35:54 +02:00
Edmund Wu
dac65a375c
linux_testing_bcachefs: 4.20.2019.03.13 -> 5.0.2019.04.04
2019-04-26 09:16:45 -04:00
worldofpeace
fcb0aa89b5
Merge pull request #60055 from dtzWill/update/wpa_supplicant-2.8
...
wpa_supplicant: 2.7 -> 2.8
2019-04-26 09:08:10 -04:00
Ambroz Bizjak
a9c40eef1f
Fix kernel oops on boot due to bug in i2c driver.
...
https://github.com/NixOS/nixpkgs/issues/60126
https://lkml.org/lkml/2019/4/24/1123
The patch should be removed in the next round of stable releases because the fix should be included.
(cherry picked from commit 1e8a080589
)
2019-04-25 20:24:34 -04:00
samsonan-it
6e100ae88f
neo.map: fix URL
...
Current URL is no longer available.
2019-04-25 10:58:23 +02:00
Renaud
12b82b1a06
Merge pull request #58001 from lopsided98/linux-rpi-update
...
linux_rpi: 1.20180919 -> 1.20190215
2019-04-24 23:58:34 +02:00
Renaud
5654a3d968
Merge pull request #59462 from r-ryantm/auto-update/cifs-utils
...
cifs-utils: 6.8 -> 6.9
2019-04-24 21:35:00 +02:00
Renaud
8a5800a0be
Merge pull request #59499 from r-ryantm/auto-update/fwts
...
fwts: 19.02.00 -> 19.03.00
2019-04-24 20:51:59 +02:00
uralbash
c90808ba21
mxu11x0: 1.3 -> 1.4 ( #59600 )
...
* mxu11x0: 1.3 -> 1.4
* Remove unnecessary imports
* mxu11x0: refresh meta
2019-04-24 20:05:55 +02:00
Matthew Bauer
84d00355e8
Merge remote-tracking branch 'NixOS/master' into staging
2019-04-23 22:00:42 -04:00
Franz Pletz
afe0d73e09
Merge pull request #59920 from liclac/update/jool-v4.0.0
...
jool: unstable-20180706 -> 4.0.0
2019-04-23 23:12:17 +00:00
Edmund Wu
0f9672d28d
nvidia_x11_beta: stable -> 430.09
2019-04-23 17:10:06 -04:00
Jörg Thalheim
536fe532c2
Merge pull request #60058 from dtzWill/feature/iwd-ell-split-and-update
...
iwd: split ell to separate derivation, update iwd and ell
2019-04-23 10:58:08 +01:00
Will Dietz
3412b701e5
iwd: use default readline for simplicity.
...
Maybe we'll update it one day :).
2019-04-22 23:21:00 -05:00
markuskowa
d0e70ac2d3
Merge pull request #60010 from JohnAZoidberg/https-urls
...
HTTPS urls
2019-04-22 23:37:07 +02:00
Will Dietz
20ba9c03ed
iwd: split ell to separate derivation, update iwd and ell
2019-04-22 15:55:15 -05:00
Will Dietz
10dde5a1cc
wpa_supplicant: patch already applied :)
2019-04-22 15:39:47 -05:00
Will Dietz
1448b0583b
wpa_supplicant: 2.7 -> 2.8
2019-04-22 15:34:26 -05:00
Tim Steinbach
527dfd3ba9
linux: 5.1-rc5 -> 5.1-rc6
2019-04-22 09:31:34 -04:00
Daniel Schaefer
bac4d95aa2
treewide: Change URLs to HTTPS
...
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
2019-04-22 10:19:54 +02:00
Joachim F
50833cdc62
Merge pull request #53863 from thefloweringash/osxfuse
...
osxfuse: init at 3.8.3
2019-04-21 07:42:08 +00:00
Matthew Bauer
d69cc779b5
Revert "Revert "darwin 10.12 commits""
...
This reverts commit 8505e710e7
.
2019-04-20 23:17:04 -04:00
Matthew Bauer
799fa4d404
Merge remote-tracking branch 'origin/master' into staging
2019-04-20 19:31:35 -04:00
Matthew Bauer
c351eb2842
Merge pull request #59897 from matthewbauer/mb-cross-fixes2
...
Miscellaneous cross compilation fixes
2019-04-20 16:52:26 -04:00
Matthew Bauer
4224b034cc
systemd: use lib.getBin for utillinux
...
it’s almost always a better idea to use getBin instead of .bin.
Otherwise, we could get an evaluation error if utillinux is missing
the bin otuput.
2019-04-20 16:39:12 -04:00
Tim Steinbach
297f8c55e5
linux: 5.0.8 -> 5.0.9
2019-04-20 08:31:09 -04:00
Tim Steinbach
24867c60e4
linux: 4.9.169 -> 4.9.170
2019-04-20 08:30:55 -04:00
Tim Steinbach
d5bbae8308
linux: 4.19.35 -> 4.19.36
2019-04-20 08:30:42 -04:00
Tim Steinbach
ab17efc087
linux: 4.14.112 -> 4.14.113
2019-04-20 08:30:25 -04:00
Jan Tojnar
d3259ed673
Merge branch 'master' into staging
2019-04-20 12:49:01 +02:00
embr
d88c68167a
jool: removed kernel version assertion
...
I don't think this really makes sense, because upstream doesn't list any constraints on supported kernel versions, and worst case it'll just fail to build.
2019-04-20 09:54:30 +01:00
embr
68b4cf39a9
jool: unstable-20180706 -> 4.0.0
2019-04-20 09:42:48 +01:00
Matthew Bauer
d8934feba1
kernel-headers: infer ARCH from config triple
...
This makes us less reliant on the systems/examples.nix. You should be
able to cross compile with just your triple:
$ nix build --arg crossSystem '{ config = "armv6l-unknown-linux-gnueabi"; }' stdenv
2019-04-19 14:53:48 -04:00
Will Dietz
c6c8fe5583
Merge pull request #59747 from dtzWill/fix/pam-1.3.1-musl
...
libpam: fix w/musl after update to 1.3.1
2019-04-18 11:43:32 -05:00
Will Dietz
c260a8d063
libpam: fix w/musl after update to 1.3.1
2019-04-18 11:42:15 -05:00
Will Dietz
e1c7c1981a
libcap: 2.26 -> 2.27
...
https://sites.google.com/site/fullycapable/release-notes-for-libcap/releasenotesfor227
2019-04-18 08:43:05 +02:00
Frederik Rietdijk
9d87ccabce
Merge master into staging-next
2019-04-18 08:25:25 +02:00