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
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
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
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
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
883232c00d
Merge master into staging-next
2019-04-27 07:01:38 +02: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
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
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
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
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