Matthew Bauer
69cf07ec0f
Merge pull request #60828 from matthewbauer/mark-bad-platforms
...
Mark some bad platforms
2019-05-06 15:54:08 -04:00
Jörg Thalheim
7b77c27caa
linux_5_0: restore __kernel_fpu_{begin,restore}
...
In 5.0er these function were removed from the public interface also zfs needs
them for AVX/AES-NI support. Without this patch for example throughput on a
encrypted zfs dataset drops to 200 MB/s from 1.2 GB/s. These functions were
removed as their was no user within the linux kernel tree itself.
2019-05-06 14:14:40 +01:00
Jonas Beyer
0778b2c9ea
rtl8821au: update for Linux 5.0
2019-05-06 10:56:30 +02:00
Austin Seipp
0a4cd28f84
linuxPackages.bcc: 0.8.0 -> 0.9.0
...
Requires a minor tweak to the deadlock detector patch (the file was
renamed in the upstream repo).
bcc now also wants a copy of libbpf, which it doesn't have in the source
release tarball. Clone a copy from GiHub that's synchronized with the
release, and put it in place.
Tested on Linux 5.1 (with bpftrace as well).
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-06 01:42:02 -05:00
Austin Seipp
181e971755
linux: add 5.1 release
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-06 00:39:22 -05:00
José Romildo Malaquias
1c137e36ea
Merge pull request #59378 from romildo/upd.deepin.deepin-anything
...
deepin.deepin-anything: init at 0.0.7
2019-05-05 15:05:15 -03:00
José Romildo Malaquias
868ed9f2c4
linuxPackages.deepin-anything: init at 0.0.7
2019-05-05 13:26:42 -03:00
Renaud
67b263f6ac
Merge pull request #60975 from c0bw3b/pkg/mstpd
...
mstpd: 0.0.5.20171113 -> 0.0.7
2019-05-05 18:18:35 +02:00
Tim Steinbach
9d6aef817b
linux: 5.0.12 -> 5.0.13
2019-05-05 11:16:44 -04:00
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
Samuel Dionne-Riel
e25f5c1e86
linux: Makes the -dev output reproducible
2019-05-04 17:51:44 +02:00
Frederik Rietdijk
b7b3b3f967
Merge staging-next into staging
2019-05-04 17:34:35 +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
Alyssa Ross
8bd018bc19
Merge pull request #60743 from alyssais/vmsvga
...
linux: set CONFIG_DRM_VMWGFX_FBCON y
2019-05-04 12:50:31 +00: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
Robert Schütz
56b560942c
Merge branch 'master' into staging
2019-05-03 16:01:49 +02: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
Alyssa Ross
58d0134da0
linux: set CONFIG_DRM_VMWGFX_FBCON y
...
Fixes https://github.com/NixOS/nixpkgs/issues/58070 , and brings NixOS
into line with Ubuntu/Fedora/Arch/etc.
Tested that all kernels in Nixpkgs that build before this change build
after it.
2019-05-02 11:13:10 +00: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
bd9e44fce3
Merge staging-next into staging
2019-05-01 11:46:16 +02: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
Jan Tojnar
e2e3f6b6a6
shadow: rely on propagated findXMLCatalogs hook
...
shadow uses a copy of m4 from gtk-doc so we need to apply the same
fix as in 407db7b019
.
Also patch it to use the correct DocBook version.
2019-04-30 23:19:32 +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 1e8a0805890fbb1cce1aa751296c82342b0cae7e)
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
Will Dietz
bc069315cb
hostapd: 2.7 -> 2.8
2019-04-22 15:25:06 -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
adisbladis
e3a83b5bc0
zfsUnstable: 0.8.0-rc3 -> 0.8.0-rc4
2019-04-17 20:57:51 +01:00
Will Dietz
31726fd9a6
Merge pull request #59417 from dtzWill/update/musl-1.1.22
...
musl: 1.1.21 -> 1.1.22
2019-04-17 14:06:14 -05:00
markuskowa
3884afada4
Merge pull request #59501 from dtzWill/feature/numatop
...
numatop: init at 2.1
2019-04-17 17:24:34 +02:00
Tim Steinbach
e9621b2c96
linux: 5.0.7 -> 5.0.8
2019-04-17 10:05:55 -04:00
Tim Steinbach
41336064ab
linux: 4.9.168 -> 4.9.169
2019-04-17 10:05:55 -04:00
Tim Steinbach
f9c38693da
linux: 4.19.34 -> 4.19.35
2019-04-17 10:05:55 -04:00
Tim Steinbach
dd3964e885
linux: 4.14.111 -> 4.14.112
2019-04-17 10:05:54 -04:00
Will Dietz
e50c71b3b1
firmwareLinuxNonfree: 20190312 -> 20190416
...
restore outputHash attributes, since I already have them...
2019-04-16 19:04:58 -05:00
Michael Weiss
b3bcdf8cf5
fuse3: 3.4.2 -> 3.5.0
2019-04-16 23:40:41 +02:00
Joachim F
d7da5e2af2
Merge pull request #53826 from delroth/randstruct-custom-seed
...
nixos: allow customizing the kernel RANDSTRUCT seed
2019-04-16 17:49:19 +00:00
Frederik Rietdijk
2b52da5f99
Merge pull request #58222 from bobvanderlinden/var-run-pkgs
...
tree-wide: pkgs: /var/run -> /run
2019-04-16 19:02:56 +02:00
Linus Heckemann
972c0ca809
libaudit: enable arm (including aarch64) support
2019-04-16 19:02:02 +02:00
Matthias Beyer
99a2cefdde
pam: 1.3.0 -> 1.3.1
...
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-04-16 18:55:09 +02:00
Frederik Rietdijk
bae32a9f5c
Merge staging-next into staging
2019-04-16 18:54:15 +02:00
R. RyanTM
d444d6907f
nmon: 16i -> 16j
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nmon/versions
2019-04-16 18:47:03 +02:00
Matthew Bauer
f475aeaf29
Merge pull request #59535 from matthewbauer/homepage-fixes
...
treewide: update homepages to https where available
2019-04-15 20:47:30 -04:00
Matthew Bauer
7d0db6af7e
Merge pull request #59551 from matthewbauer/busybox-clang-cross
...
busybox: add patch to allow cross in llvm
2019-04-15 11:24:09 -04:00
Matthew Bauer
290a5d916e
treewide: update homepages to https where available
...
Based on "problems" from repology:
https://repology.org/repository/nix_unstable/problems
Mostly simple changes to reflect redirects.
2019-04-15 10:10:05 -04:00
Will Dietz
49ed37b4f3
numatop: platforms
2019-04-15 08:05:17 -05:00
markuskowa
50fc2e7382
numatop: improve description, as suggested during review (ty!)
...
Co-Authored-By: dtzWill <github@wdtz.org>
2019-04-15 08:05:03 -05:00
Will Dietz
0d600ae89e
numatop: init at 2.1
2019-04-15 08:04:27 -05:00
Tim Steinbach
4907b2165b
linux: 5.1-rc4 -> 5.1-rc5
2019-04-15 08:26:04 -04:00
Matthew Bauer
3bf69b1e40
busybox: add patch to allow cross in llvm
...
Fixes #57670
$ nix build -f. --arg crossSystem '{ config = "aarch64-unknown-linux-musl"; useLLVM = true; }' busybox
2019-04-14 22:03:33 -04:00
R. RyanTM
e2e404e6f3
fwts: 19.02.00 -> 19.03.00
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fwts/versions
2019-04-14 11:10:34 -07:00
R. RyanTM
19ddbf4901
cifs-utils: 6.8 -> 6.9
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cifs-utils/versions
2019-04-14 04:05:41 -07:00
Linus Heckemann
217cfbe11a
aggregateModules: allow passing name
2019-04-13 23:22:07 +02:00
Will Dietz
9c085078f7
musl: 1.1.21 -> 1.1.22
...
https://www.openwall.com/lists/musl/2019/04/10/1
2019-04-13 13:23:30 -05:00
adisbladis
917a7fa1cb
Merge pull request #59361 from bricewge/2019-04-12-tomb
...
tomb: add sudo to buildInputs
2019-04-13 02:39:57 +03:00
Dmitry Kalinkin
1fc591f9a5
Merge pull request #57918 from bobvanderlinden/alsa-oss-tools-1.1.8
2019-04-12 17:58:41 -04:00
Brice Waegeneire
ff3b3674a6
tomb: add sudo to buildInputs
2019-04-12 17:26:37 +02:00
Peter Simons
88e7c77bb2
Merge pull request #56923 from rnhmjoj/xfix
...
treewide: fixup bcf54ce
2019-04-12 11:07:35 +02:00
rnhmjoj
5ea4160b33
treewide: fixup bcf54ce
...
fix the executable bit for scripts installed with substituteAll
and some remaining shebangs.
2019-04-12 09:09:22 +02:00
Tim Steinbach
f5d208d754
linux: 5.1-rc3 -> 5.1-rc4
2019-04-11 17:58:41 -04:00
Bob van der Linden
605f67eab4
alsa-plugins: use $out/etc/alsa/conf.d for alsalconfdir
2019-04-11 23:07:42 +02:00
Bob van der Linden
8f6aa781e8
alsa-{oss,plugins}: use pname
2019-04-11 22:46:35 +02:00
Bob van der Linden
fae2dc74a6
alsa-oss: split version from name
2019-04-11 22:03:07 +02:00
Bob van der Linden
c5c0c8f9fa
alsa-plugins: 1.1.6 -> 1.1.8
2019-04-11 22:02:06 +02:00
Bob van der Linden
81318908a5
util-linux: /var/run -> /run
2019-04-11 20:05:35 +02:00
Bob van der Linden
9e40609da7
udisks: /var/run -> /run
2019-04-11 20:05:35 +02:00
Frederik Rietdijk
c6341c279b
Merge staging-next into staging
2019-04-11 07:52:44 +02:00
Frederik Rietdijk
230c67f43b
Merge master into staging-next
2019-04-11 07:50:23 +02:00
Dmitry Kalinkin
81ab32e510
netbsd.mkDerivation: don't supply -z relro
...
Fixes netbsd.locale
Fixes: aab8c7ba43
('netbsd: add cross target')
2019-04-10 17:35:08 -04:00
Dmitry Kalinkin
1548084c3b
netbsd.mkDerivation: fix darwin build
...
Fixes build of netbsd.make on darwin
Fixes: aab8c7ba43
('netbsd: add cross target')
2019-04-10 16:58:00 -04:00
Michael Weiss
a3f9dc16cd
nvme-cli: 1.8 -> 1.8.1
2019-04-10 12:30:20 +02:00
markuskowa
074b7e3ebc
Merge pull request #53460 from markuskowa/upd-v4lutils
...
v4l-utils: 1.16.2 -> 1.16.5
2019-04-09 23:06:08 +02:00
Renaud
2d7cf0627d
Merge pull request #57991 from eadwu/nvidia_x11/418.56
...
nvidia_x11: 418.43 -> 418.56
2019-04-09 22:35:00 +02:00
Frederik Rietdijk
ef0345a3fa
Merge staging-next into staging
2019-04-09 20:39:09 +02:00
Frederik Rietdijk
d108b49168
Merge master into staging-next
2019-04-09 16:38:35 +02:00
Michael Weiss
8fcb1b9d4f
nvme-cli: 1.7 -> 1.8
2019-04-09 11:44:37 +02:00
Matthieu Coudron
f173c7b831
linux_mptcp: 0.94.3 -> 0.94.4 ( #59045 )
...
Motivation: https://github.com/multipath-tcp/mptcp/releases/tag/v0.94.4
2019-04-09 09:34:03 +00:00
R. RyanTM
78f3220991
kexectools: 2.0.18 -> 2.0.19 ( #57264 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/kexec-tools/versions
2019-04-08 23:50:23 +02:00
R. RyanTM
ddb513d438
sysstat: 12.1.2 -> 12.1.3 ( #58894 )
...
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-04-08 20:11:10 +02:00
Ryan Mulligan
4ab05c5aca
Merge pull request #58005 from r-ryantm/auto-update/audit
...
audit: 2.8.4 -> 2.8.5
2019-04-08 07:14:53 -07:00
Markus Kowalewski
74e3bf3c0f
v4l-utils: 1.16.2 -> 1.16.5
2019-04-08 15:24:07 +02:00
Peter Hoeg
f68549c338
Merge pull request #57946 from bricewge/tomb-2.5-no-gpg-symlink
...
tomb: remove gpg symlink
2019-04-08 11:52:35 +08:00
Matthew Bauer
5541559635
fuse3: use /etc/fuse.conf for configuration ( #59043 )
...
We don’t want the config file to be read only and in the Nix store.
2019-04-07 23:00:51 +02:00
R. RyanTM
b6d6a1c707
roccat-tools: 5.7.0 -> 5.8.0 ( #58872 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/roccat-tools/versions
2019-04-07 16:23:59 +02:00
R. RyanTM
f4465cc7eb
alsaOss: 1.1.6 -> 1.1.8 ( #58619 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/alsa-oss/versions
2019-04-07 16:02:59 +02:00
Frederik Rietdijk
7f7da0a16f
Merge master into staging-next
2019-04-07 15:14:52 +02:00
Tim Steinbach
922c07d2d2
linux: Fix update script
...
The script was wrecking `modDirVersion`, putting them back and
ensuring it will not break again.
2019-04-07 08:34:12 -04:00
Frederik Rietdijk
4a125f6b20
Merge master into staging-next
2019-04-07 08:33:41 +02:00
Tim Steinbach
eedb7e7ec6
linux: 5.0.6 -> 5.0.7
2019-04-06 12:54:45 -04:00
Tim Steinbach
21373e9c6f
linux: 4.9.167 -> 4.9.168
2019-04-06 12:52:12 -04:00
Tim Steinbach
c45589b0bb
linux: 4.19.33 -> 4.19.34
2019-04-06 12:52:04 -04:00
Tim Steinbach
b60ce2e638
linux: 4.14.110 -> 4.14.111
2019-04-06 12:51:53 -04:00
Tim Steinbach
4d2c4387cc
linux: Update script commit
2019-04-06 12:51:14 -04:00
Vladimír Čunát
526c4292ae
Merge branch 'staging-next'
...
This iteration was long, about five weeks (2fcb11a2
), I think.
Darwin: it's missing a few thousand binaries and there's a make-netbsd
regression, but I suppose these aren't merge blockers.
2019-04-06 13:20:53 +02:00
Herwig Hochleitner
72a6438f37
firmware-linux-nonfree: 2019-02-13 -> 2019-03-12
2019-04-05 15:48:34 +02:00
Brice Waegeneire
9de07305b4
tomb: remove gpg symlink
2019-04-05 14:10:41 +02:00
Terje Larsen
9e3fb456e3
linuxPackages.sysdig: 0.24.2 -> 0.25
2019-04-05 12:49:31 +02:00
Jan Tojnar
cb1a20499a
Merge branch 'master' into staging
2019-04-05 11:37:15 +02:00
Tim Steinbach
0bb32d2776
linux: 5.0.5 -> 5.0.6
2019-04-03 19:37:30 -04:00
Tim Steinbach
4a91a6e05f
linux: 4.19.32 -> 4.19.33
2019-04-03 19:37:30 -04:00
Tim Steinbach
c0d537c780
linux: 4.14.109 -> 4.14.110
2019-04-03 19:37:30 -04:00
Tim Steinbach
e731feae7f
linux: 4.9.166 -> 4.9.167
2019-04-03 19:37:30 -04:00
Tim Steinbach
84fc0fb8d1
linux: 4.4.177 -> 4.4.178
2019-04-03 19:37:29 -04:00
Peter Hoeg
61613a2512
Merge pull request #57337 from peterhoeg/m/logitech
...
nixos: better support for logitech devices and update relevant packages
2019-04-03 21:19:56 +08:00
markuskowa
483fe6a15c
Merge pull request #58866 from r-ryantm/auto-update/rdma-core
...
rdma-core: 22.1 -> 23
2019-04-03 10:21:05 +02:00
R. RyanTM
3e36c91289
rdma-core: 22.1 -> 23
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rdma-core/versions
2019-04-02 16:23:56 -07:00
Samuel Dionne-Riel
2f30b7924e
Merge pull request #57885 from acowley/hsa_amd
...
linux: Enable AMD's amdkfd kernel driver in >= 4.20
2019-04-02 16:51:30 -04:00
Vladimír Čunát
2771375d6e
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1512490
2019-04-02 20:56:53 +02:00
Franz Pletz
6fe8153609
batman-adv: 2019.0 -> 2019.1
2019-04-02 12:02:41 +02:00
Tim Steinbach
e072c23804
linux: 5.1-rc2 -> 5.1-rc3
2019-04-01 08:30:09 -04:00
John Ericson
4ccb74011f
Merge commit '18aa59b0f26fc707e7313f8467e67159e61600c2' from master into staging
...
There was one conflict in the NixOS manual; I checked that it still
built after resolving it.
2019-04-01 00:40:03 -04:00
Tim Steinbach
9ba43c07cb
linux: 5.0-rc8 -> 5.1-rc2
2019-03-31 14:37:51 -04:00
Florian Klink
a960f9e0c5
Merge pull request #58438 from dtzWill/update/microcode-20190312
...
microcodeIntel: 20180807a -> 20190312 (from intel github)
2019-03-28 23:05:05 +01:00
Silvan Mosberger
2b06732781
Merge pull request #57626 from dtzWill/update/cgmanager-0.42
...
cgmanager: 0.41 -> 0.42
2019-03-28 18:44:56 +01:00
R. RyanTM
ca691e8f42
libratbag: 0.9.904 -> 0.9.905 ( #57292 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libratbag/versions
2019-03-27 23:10:10 +01:00
Will Dietz
ba31c45cbb
microcodeIntel: 20180807a -> 20190312 (from intel github)
...
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/blob/microcode-20190312/releasenote#L85
2019-03-27 09:49:10 -05:00
R. RyanTM
d7c393239d
mcelog: 161 -> 162 ( #57317 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mcelog/versions
2019-03-27 15:48:44 +01:00
Tim Steinbach
95f568b9bd
linux: 5.0.4 -> 5.0.5
2019-03-27 10:09:55 -04:00
Tim Steinbach
ec83ff060e
linux: 4.19.31 -> 4.19.32
2019-03-27 10:09:43 -04:00
Tim Steinbach
e3bee73c18
linux: 4.14.108 -> 4.14.109
2019-03-27 10:09:31 -04:00
Tim Steinbach
ebd253309e
linux: 4.9.165 -> 4.9.166
2019-03-27 10:09:03 -04:00
Michael Weiss
03989bea54
Merge pull request #58136 from dtzWill/update/iproute2-5
...
iproute2: 4.20.0 -> 5.0.0
2019-03-27 12:47:24 +01:00
Michael Weiss
c4eff69dca
Merge pull request #58215 from primeos/iputils
...
iputils: 20180629 -> 20190324
2019-03-27 12:23:56 +01:00
Michael Weiss
b6e50e4921
iputils: 20180629 -> 20190324
...
Important changes:
- Two files where removed in [0]:
- bin/ipg
- share/man/man8/pg3.8.gz
- The build system changed from Autotools to Meson.
- New: systemd units and Japanese translations
- "It is probable that within in many many changes a regression may have
slipped in" [1]
[0]: 45a1d39b0c
[1]: https://github.com/iputils/iputils/releases/tag/s20190324
Co-authored-by: Will Dietz <github@wdtz.org>
2019-03-26 11:38:48 +01:00
Will Dietz
0d1209a37e
Merge pull request #58141 from dtzWill/fix/powertop-vert-scrolling
...
powertop: patch to fix vertical scrolling
2019-03-24 21:39:07 -05:00
Robert Schütz
aeea929058
setools: fix build ( #58172 )
2019-03-24 19:52:40 +01:00
Tim Steinbach
e5fd7ba15c
linux: Remove 4.20
...
Upstream has EOL'd 4.20
2019-03-24 12:15:41 -04:00
Tim Steinbach
b10ec4859d
linux: 5.0.3 -> 5.0.4
2019-03-24 12:13:59 -04:00
Tim Steinbach
0e25209c33
linux: 4.19.30 -> 4.19.31
2019-03-24 12:13:38 -04:00
Jörg Thalheim
9ceb252d30
Merge pull request #58168 from andir/systemd-deb-snapshots
...
systemd: update debian patches url to snapshots.debian.org
2019-03-24 06:30:57 +00:00
Dmitry Kalinkin
04727cc641
Merge pull request #57522 from yorickvP/it87
...
it87: init at 2018-08-14
2019-03-23 20:35:26 -04:00
Benjamin Staffin
fba697daef
anbox: fix build on x86_64-linux
...
`x86-64-linux` was a typo; there needs to be an underscore in there.
2019-03-23 15:57:07 -04:00
Gabriel Ebner
d5a533de97
Merge pull request #58143 from worldofpeace/anbox-nits
...
anbox: cleanup
2019-03-23 18:34:36 +01:00
Tim Steinbach
eca0d0ad62
linux: 4.14.107 -> 4.14.108
2019-03-23 11:26:16 -04:00
Tim Steinbach
d10015ea4f
linux: 4.9.164 -> 4.9.165
2019-03-23 11:25:54 -04:00
Tim Steinbach
ece2d7d6a0
linux: 4.4.176 -> 4.4.177
2019-03-23 11:25:27 -04:00
Matthieu Coudron
bc36c24998
linux_mptcp: 0.94.1 -> 0.94.3 ( #57628 )
...
Mailing list announcement:
the Multipath TCP Kernel v0.94.3 has been released, containing important
bug-fixes (thanks to syzkaller) and perf-improvements.
This release is based on Linux v4.14.105.
Everybody should update to the latest kernel.
Multipath TCP Linux Kernel v0.94.3
=====
Benjamin Hesmans <benjamin.hesmans@uclouvain.be> (1):
[3f01458be8cc] mptcp: checksum corner case
Christoph Paasch <cpaasch@apple.com> (21):
[287af08b7193] mptcp: Trigger sending when new subflow gets established
[a284ba1574f5] mptcp: Reinject data when the write-queue gets purged
[9ac97e3324ec] mptcp: Build-Fix for mptcp_push_pending_frames
[68e3b3cc6204] mptcp: Don't allow TCP_REPAIR on MPTCP-sockets
[6d58ca87a125] mptcp: Rework mptcp_disconnect
[1b142d9b94f9] mptcp: Initialize IPv6-fields even more correctly
[247a77e1d4e0] mptcp: Fully disable MD5SIG
[97543fe0b8b8] mptcp: Reset icsk_bind_hash to NULL to avoid use-after-free in inet_put_port
[d307e46cc3f9] mptcp: Initialize meta_tp after potentially failing instructions
[da42a64cf11e] mptcp: Don't free mpcb when mptcp_alloc_mpcb succeeded
[71b3bf995bcd] mptcp: Prevent circular locking dependency on tcp_close()
[444bf8c76806] mptcp: Ensure proper free'ing of master_sk upon failure
[15afe58a959e] mptcp: Handle error-case for MPTCP-Fastopen
[73db90da684c] mptcp: Unify usage of rcu_read_lock_bh,...
[f266d120c091] mptcp: Fix error-cases in TCP_SYNCOOKIES path
[872427427624] mptcp: Support randomized Timestamps on SYN-Cookies
[c3e29b9cace0] mptcp: Do not lock in tcp_get_info for MPTCP_INFO
[1bc2adaf003d] mptcp: Trigger meta-retransmission always when the timer fired
[a947ef46d5e1] mptcp: Don't update meta-RTO from subflows that are retransmitting
[619d44cae638] mptcp: Reevalute and reschedule meta-level RTO for new subflows
[310b6838cab0] mptcp: Stable Release v0.94.3
Matthieu Baerts <matthieu.baerts@tessares.net> (1):
[34154a943635] mptcp: Build-Fix with CONFIG_MEMCG
How to install (if you have our bintray repositories setup)
=====
The config-file of these pre-compiled images has also been updated with more
complete configurations, including also CONFIG_MEMCG (cfr.:
https://github.com/multipath-tcp/mptcp/issues/321 ).
2019-03-23 10:55:22 -04:00
Andreas Rammhold
bb821c65ff
systemd: update debian patches url to snapshots.debian.org
...
The current approach will fail when enough time has passed. We ideally
want to be reproducible even in a few years of time. So we should pick
the sources of patches wisely as otherwise we can not do that.
2019-03-23 09:52:35 +01:00
Frederik Rietdijk
23e431387b
Merge staging-next into staging
2019-03-23 09:20:09 +01:00
Frederik Rietdijk
b40d752872
Merge master into staging-next
2019-03-23 09:18:41 +01:00
Sarah Brofeldt
af4ad24d73
anbox: Prevent eval failure on non-existent arches
2019-03-23 08:44:19 +01:00
worldofpeace
1e2b834cf0
anbox: cleanup
...
Use trivial builders for all the text manipulation and use runtimeShell
2019-03-22 15:22:40 -04:00
Will Dietz
a5a26cfa86
powertop: patch to fix vertical scrolling
...
From mailing list (thanks!).
2019-03-22 14:17:18 -05:00
Will Dietz
29fde98ed3
iproute2: 4.20.0 -> 5.0.0
2019-03-22 14:09:58 -05:00
Gabriel Ebner
03f7c82e62
Merge pull request #57826 from gebner/anbox
...
anbox: init at 2019-03-07
2019-03-22 19:19:47 +01:00
Sarah Brofeldt
4a6cde0c64
Merge pull request #58076 from dtzWill/update/sssd-1.16.4
...
sssd: 1.16.3 -> 1.16.4
2019-03-22 18:56:12 +01:00
Jörg Thalheim
9824b3ce4d
Merge pull request #58053 from illegalprime/libatasmart-cross
...
libatasmart: add build time cc
2019-03-22 07:28:41 +00:00
Wael M. Nasreddine
5af0780492
Merge remote-tracking branch 'origin/master' into staging
...
* origin/master: (693 commits)
buildGoModule: use go_1_12 instead of go_1_11 (#58103 )
gitAndTools.lab: 0.15.2 -> 0.15.3 (#58091 )
signal-desktop: 1.22.0 -> 1.23.0
added missing semicolon to documentation
terminus_font_ttf: 4.46.0 -> 4.47.0
buildGoModule: remove SSL env vars in favor of cacert in buildInputs (#58071 )
dav1d: init at 0.2.1
dropbox-cli: 2018.11.28 -> 2019.02.14
atlassian-confluence: 6.14.1 -> 6.14.2
maintainers: update email for dywedir
python.pkgs.hglib: use patch to specify hg path (#57926 )
chkrootkit: 0.52 -> 0.53
radare2-cutter: 1.7.2 -> 1.8.0
autorandr: 1.7 -> 1.8
pythonPackages.pyhepmc: fix build
llvm-polly/clang-polly: use latest llvm
apulse: 0.1.11.1 -> 0.1.12, cleanup
factorio: experimental 0.17.14 → 0.17.16 (#58000 )
sequeler: 0.6.7 -> 0.6.8
nasc: 0.5.1 -> 0.5.2
...
2019-03-21 21:01:25 -07:00
Will Dietz
7ac7491fa8
Merge pull request #57625 from dtzWill/update/netatop-2
...
netatop: 1.0 -> 2.0, fixes compat with kernels >= 4.13
2019-03-21 16:45:56 -05:00
Will Dietz
9595eb1b6d
sssd: 1.16.3 -> 1.16.4
...
https://docs.pagure.org/SSSD.sssd/users/relnotes/notes_1_16_4.html
CVE-2019-3811, see notes.
2019-03-21 16:23:33 -05:00
Michael Eden
d1f0f10cf1
libatasmart: add build time cc
2019-03-21 11:05:47 -04:00
R. RyanTM
983cf262e8
audit: 2.8.4 -> 2.8.5
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/audit/versions
2019-03-20 22:32:51 -07:00
Ben Wolsieffer
34d04f4114
linux_rpi: 1.20180919 -> 1.20190215
2019-03-20 22:51:08 -04:00
Edmund Wu
928d51a9cb
nvidia_x11: 418.43 -> 418.56
2019-03-20 18:20:23 -04:00
Tim Steinbach
6a9896b411
linux: 5.0.2 -> 5.0.3
2019-03-19 08:56:06 -04:00
Tim Steinbach
4adf858377
linux: 4.20.16 -> 4.20.17
2019-03-19 08:55:56 -04:00
Tim Steinbach
b1c72326ce
linux: 4.19.29 -> 4.19.30
2019-03-19 08:55:47 -04:00
Tim Steinbach
08414dd72e
linux: 4.14.106 -> 4.14.107
2019-03-19 08:55:35 -04:00
Tim Steinbach
9e2adb4e36
linux: 4.9.163 -> 4.9.164
2019-03-19 08:51:04 -04:00
Peter Hoeg
86cff5f5d7
logitech-udev-rules: init at 20190130
2019-03-19 09:58:56 +08:00
Will Dietz
7785df3b90
Merge pull request #57495 from r-ryantm/auto-update/udisks
...
udisks: 2.8.1 -> 2.8.2
2019-03-18 12:49:29 -05:00
Edward Tjörnhammar
e42b5d9326
anbox: init at 2019-03-07
...
Co-authored-by: Luke Adams <luke.adams@belljar.io>
Co-authored-by: Volth <volth@webmaster.ms>
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
Co-authored-by: Edward Tjörnhammar <ed@cflags.cc>
Co-authored-by: Gabriel Ebner <gebner@gebner.org>
2019-03-18 09:28:01 +01:00
Edward Tjörnhammar
dfa314c382
linuxPackages.anbox: init at 2018-09-08
...
Co-authored-by: Luke Adams <luke.adams@belljar.io>
Co-authored-by: Volth <volth@webmaster.ms>
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
Co-authored-by: Edward Tjörnhammar <ed@cflags.cc>
Co-authored-by: Gabriel Ebner <gebner@gebner.org>
2019-03-18 09:23:08 +01:00
Will Dietz
d3760f1c7a
udisks2: touchup and adjust deps for new version
2019-03-17 22:13:51 -05:00
Anthony Cowley
7d9d8874f5
linux: Enable AMD's amdkfd kernel driver in >= 4.20
...
The amdkfd driver was built (and loaded when support was detected)
without explicit configuration in kernels 4.17-4.19, but not in newer
kernels.
2019-03-17 22:28:25 -04:00
Michael Eden
6a4364fdf1
devmem2: use $CC instead of cc to build
2019-03-17 20:23:45 +01:00
qolii
8d1270f9c3
linux_hardkernel_4_14: 4.14.94-155 -> 4.14.102-156 ( #57082 )
2019-03-16 00:01:39 +01:00
Franz Pletz
eec84d5e84
Merge pull request #57534 from elseym/wireguard-tools
...
wireguard-tools: 0.0.20190123 -> 0.0.20190227
2019-03-15 22:01:37 +00:00
Maximilian Bosch
2c3ab523d3
linuxPackages.wireguard: fix build
...
Ensure that only module-related targets from the project's Makefile are
built.
Co-authored-by: elseym <elseym@me.com>
Co-authored-by: Franz Pletz <fpletz@fnordicwalking.de>
2019-03-15 22:45:14 +01:00
R. RyanTM
357602afaf
fwts: 19.01.00 -> 19.02.00 ( #56665 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fwts/versions
2019-03-15 17:00:01 +01:00
R. RyanTM
66002ce902
linuxPackages.evdi: 1.5.1 -> 1.6.0 ( #56636 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/evdi/versions
2019-03-15 16:59:30 +01:00
Pascal Wittmann
4a51bcfde7
Merge pull request #57287 from NixOS/update-fix-ima-evm-utils
...
ima-evm-utils: 1.0.0 -> 1.1 and fix build
2019-03-15 08:59:17 +01:00
Vladyslav M
d738f0d7d6
Merge pull request #56560 from eadwu/bcachefs/20190228
...
linux_testing_bcachefs, bcachefs-tools: 2019-03-13
2019-03-15 09:44:10 +02:00
Edmund Wu
143cf54f81
linux_testing_bcachefs: 4.20.2019.02.20 -> 4.20.2019.03.13
2019-03-14 16:25:49 -04:00
xeji
65bba7cbdf
Merge pull request #57454 from alyssais/linux-libre
...
linux_latest-libre: fix build
2019-03-14 20:08:23 +01:00
Vladimír Čunát
04066403ae
Merge branch 'master' into staging-next
...
Lots of rebuilds from master, apparently.
Hydra nixpkgs: ?compare=1509577
2019-03-14 19:54:49 +01:00
Tim Steinbach
c22922e251
linux: 5.0.1 -> 5.0.2
2019-03-14 09:13:17 -04:00
Tim Steinbach
ef53c6dd07
linux: 4.20.15 -> 4.20.16
2019-03-14 09:13:07 -04:00
Tim Steinbach
82d6e57943
linux: 4.19.28 -> 4.19.29
2019-03-14 09:12:51 -04:00
Tim Steinbach
85924d84fc
linux: 4.14.105 -> 4.14.106
2019-03-14 09:12:37 -04:00
Tim Steinbach
c130cb7374
linux: 4.9.162 -> 4.9.163
2019-03-14 09:12:19 -04:00
Will Dietz
67f160c71a
cgmanager: 0.41 -> 0.42
2019-03-14 00:54:10 -05:00
Will Dietz
006bb983b9
netatop: 1.0 -> 2.0, fixes compat with kernels >= 4.13
2019-03-14 00:50:05 -05:00
Jascha Geerds
ffedc3e4a9
misc: Remove myself from list of maintainers
...
Unfortunately I don't have the time anymore to maintain those
packages.
2019-03-12 23:50:52 +01:00
Yorick van Pelt
6b73e0e349
it87: init at 2018-08-14
2019-03-12 15:34:50 +01:00
Ryan Mulligan
5cbb20fc30
Merge pull request #57331 from r-ryantm/auto-update/nmon
...
nmon: 16h -> 16i
2019-03-12 06:11:50 -07:00
R. RyanTM
b49b6e0375
udisks: 2.8.1 -> 2.8.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/udisks/versions
2019-03-12 00:58:43 -07:00
Alyssa Ross
0ca13abcb8
linux_latest-libre: fix build
...
Fixes https://github.com/NixOS/nixpkgs/issues/56890 .
2019-03-11 21:35:48 +00:00
Will Dietz
c13a29e398
kmod: 25 -> 26
...
https://lwn.net/Articles/779249/
2019-03-11 12:33:45 -05:00
R. RyanTM
21650abd8a
nmon: 16h -> 16i
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nmon/versions
2019-03-10 20:36:52 -07:00
Pascal Wittmann
6b2be9070c
ima-evm-utils: apply upstream fix for attr-2.4.48 compatibility
2019-03-10 21:14:20 +01:00
Pascal Wittmann
978e19be8c
ima-evm-utils: 1.0.0 -> 1.1
2019-03-10 21:12:58 +01:00
Tim Steinbach
0db1b7b025
linux: 5.0 -> 5.0.1
2019-03-10 14:16:48 -04:00
Tim Steinbach
742a089322
linux: 4.20.14 -> 4.20.15
2019-03-10 14:16:26 -04:00
Tim Steinbach
810401284f
linux: 4.19.27 -> 4.19.28
2019-03-10 14:16:02 -04:00
Vladimír Čunát
8d502fd425
Merge branch 'staging-next' into staging
2019-03-10 08:05:27 +01:00
Vladimír Čunát
bf47162c26
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1508887
2019-03-10 08:04:21 +01:00
Matthew Bauer
1e7bac9401
xcode-sdk-pkgs: add sdk to extraPackages
...
this gives you access to libraries like Foundation.
2019-03-09 18:12:25 -05:00
Michael Weiss
c1c13e4115
fuse3: 3.4.1 -> 3.4.2
2019-03-10 00:03:25 +01:00
Matthew Bauer
8a08d7e7cc
Merge pull request #56031 from matthewbauer/priorities
...
Add some more priorities
2019-03-09 18:02:55 -05:00
Vladimír Čunát
84be644f87
Merge #56833 : linuxPackages.bcc: fix build
2019-03-09 13:23:27 +01:00
Dmitry Kalinkin
0baa7c90c6
Merge pull request #56211 from eadwu/nvidia_x11/2019-02-22
...
nvidia_x11: 2019-02-22
2019-03-06 21:10:22 -05:00
Andreas Rammhold
219b247e5b
Merge pull request #56607 from andir/cryptsetup-2.1
...
cryptsetup: 2.0.6 -> 2.1.0
2019-03-06 16:55:26 +01:00
Jan Tojnar
71f7d6b939
Merge pull request #56745 from jtojnar/ffado-qt5
...
ffado: port to qt5
2019-03-06 00:17:00 +01:00
Tim Steinbach
1847b85f15
linux: 4.20.13 -> 4.20.14
2019-03-05 15:06:49 -05:00
Tim Steinbach
5e67bc19c8
linux: 4.19.26 -> 4.19.27
2019-03-05 15:06:36 -05:00
Tim Steinbach
535600be55
linux: 4.14.104 -> 4.14.105
2019-03-05 15:06:24 -05:00
Tim Steinbach
cfc1110dc8
linux: 4.9.161 -> 4.9.162
2019-03-05 15:06:03 -05:00
Jörg Thalheim
756e7cd84e
Merge pull request #56886 from Mic92/zfs-0.7.13
...
zfs: 0.7.12 -> 0.7.13
2019-03-05 16:52:03 +00:00
Jörg Thalheim
6b36c711a9
spl: 0.7.12 -> 0.7.13
2019-03-05 15:48:28 +00:00