Tim Steinbach
|
98ac5710bd
|
kernel-config: CIFS_POSIX no longer exists
|
2018-12-21 09:10:17 -05:00 |
|
Maximilian Bosch
|
66bea3d206
|
Merge pull request #52538 from dtzWill/update/fwts-18.12.00
fwts: 18.11.00 -> 18.12.00
|
2018-12-20 19:35:58 +01:00 |
|
Tim Steinbach
|
1b84b9f725
|
linux: 4.19.10 -> 4.19.11
|
2018-12-20 10:46:17 -05:00 |
|
Will Dietz
|
76127c322d
|
fwts: enable parallel building
|
2018-12-19 13:37:57 -06:00 |
|
Will Dietz
|
926965d4b1
|
fwts: 18.11.00 -> 18.12.00
|
2018-12-19 13:37:31 -06:00 |
|
Frederik Rietdijk
|
911d1853ca
|
Merge master into staging-next
|
2018-12-19 08:57:41 +01:00 |
|
Tim Steinbach
|
4d14879081
|
linux: 4.4.167 -> 4.4.168
|
2018-12-18 09:12:34 -05:00 |
|
Frederik Rietdijk
|
826ab7026e
|
Merge master into staging-next
|
2018-12-18 09:22:17 +01:00 |
|
Matthew Bauer
|
06bf67d7dd
|
Merge pull request #51018 from plchldr/rtl8821a
rtl8821a: init at 5.1.5
|
2018-12-17 23:36:36 -06:00 |
|
Tim Steinbach
|
31ddf1f136
|
linux: 4.19.9 -> 4.19.10
|
2018-12-17 09:19:41 -05:00 |
|
Tim Steinbach
|
c5234d7dbd
|
linux: 4.14.88 -> 4.14.89
|
2018-12-17 09:19:41 -05:00 |
|
Tim Steinbach
|
53c490a7ee
|
linux: 4.9.145 -> 4.9.146
|
2018-12-17 09:19:41 -05:00 |
|
Franz Pletz
|
4a73fb9717
|
Merge pull request #52158 from danielfullmer/rtl8812au-5.2.20.2
rtl8812au: 5.2.20_25672.20171213 -> 5.2.20.2_28373.20180619
|
2018-12-17 11:53:14 +00:00 |
|
Franz Pletz
|
307404bfa5
|
Merge pull request #52423 from eadwu/linux_testing/4.20-rc7
linux_testing: 4.20-rc6 -> 4.20-rc7
|
2018-12-17 11:17:56 +00:00 |
|
Ivan Kozik
|
9314c6a563
|
firejail: disable parallel building
firejail was frequently failing to build on my Hydra machine at -j16, and
the error looked like a typical parallel build problem:
<3>make[1]: Entering directory '/build/firejail-0.9.56/src/fcopy'
<3>gcc -ggdb -O2 -DVERSION='"0.9.56"' -DPREFIX='"/nix/store/0dm1agiwiggn8pmnqkknil7mkh25il0k-firejail-0.9.56"' -DSYSCONFDIR='"/nix/store/0dm1agiwiggn8pmnqkknil7mkh25il0k-firejail-0.9.56/etc/firejail"' -DLIBDIR='"/nix/store/0dm1agiwiggn8pmnqkknil7mkh25il0k-firejail-0.9.56/lib"' -DHAVE_X11 -DHAVE_PRIVATE_HOME -DHAVE_OVERLAYFS -DHAVE_SECCOMP -DHAVE_GLOBALCFG -DHAVE_SECCOMP_H -DHAVE_CHROOT -DHAVE_NETWORK -DHAVE_USERNS -DHAVE_FILE_TRANSFER -DHAVE_WHITELIST -fstack-protector-all -D_FORTIFY_SOURCE=2 -fPIE -pie -Wformat -Wformat-security -mindirect-branch=thunk -c main.c -o main.o
<3>gcc -pie -Wl,-z,relro -Wl,-z,now -lpthread -o fcopy main.o
<3>make[1]: Leaving directory '/build/firejail-0.9.56/src/fcopy'
<3>make -C src/fldd
<3>make[1]: Entering directory '/build/firejail-0.9.56/src/fldd'
<3>gcc -ggdb -O2 -DVERSION='"0.9.56"' -DPREFIX='"/nix/store/0dm1agiwiggn8pmnqkknil7mkh25il0k-firejail-0.9.56"' -DSYSCONFDIR='"/nix/store/0dm1agiwiggn8pmnqkknil7mkh25il0k-firejail-0.9.56/etc/firejail"' -DLIBDIR='"/nix/store/0dm1agiwiggn8pmnqkknil7mkh25il0k-firejail-0.9.56/lib"' -DHAVE_X11 -DHAVE_PRIVATE_HOME -DHAVE_OVERLAYFS -DHAVE_SECCOMP -DHAVE_GLOBALCFG -DHAVE_SECCOMP_H -DHAVE_CHROOT -DHAVE_NETWORK -DHAVE_USERNS -DHAVE_FILE_TRANSFER -DHAVE_WHITELIST -fstack-protector-all -D_FORTIFY_SOURCE=2 -fPIE -pie -Wformat -Wformat-security -mindirect-branch=thunk -c main.c -o main.o
<3>gcc -pie -Wl,-z,relro -Wl,-z,now -lpthread -o fldd main.o ../lib/ldd_utils.o
<3>make[1]: Leaving directory '/build/firejail-0.9.56/src/fldd'
<3>make -C src/libpostexecseccomp
<3>make[1]: Entering directory '/build/firejail-0.9.56/src/libpostexecseccomp'
<3>gcc -ggdb -O2 -DVERSION='"0.9.56"' -fstack-protector-all -D_FORTIFY_SOURCE=2 -fPIC -Wformat -Wformat-security -c libpostexecseccomp.c -o libpostexecseccomp.o
<3>gcc -pie -Wl,-z,relro -Wl,-z,now -shared -fPIC -z relro -o libpostexecseccomp.so libpostexecseccomp.o -ldl
<3>make[1]: Leaving directory '/build/firejail-0.9.56/src/libpostexecseccomp'
<3>src/fseccomp/fseccomp default seccomp
<3>src/fsec-optimize/fsec-optimize seccomp
<3>/nix/store/6abyjgibafsbhlc7v7lab50mb3dj81jg-bash-4.4-p23/bin/bash: src/fsec-optimize/fsec-optimize: No such file or directory
<3>make: *** [Makefile:43: filters] Error 127
<3>builder for '/nix/store/30srqmpqrjyr11nhx4jbpr84m9pnmyv5-firejail-0.9.56.drv' failed with exit code 2
|
2018-12-17 06:41:44 +00:00 |
|
Edmund Wu
|
cb6c9af457
|
linux_testing: 4.20-rc6 -> 4.20-rc7
|
2018-12-16 22:09:03 -05:00 |
|
Franz Pletz
|
b213de9328
|
Merge pull request #52265 from ikervagyok/firmware
firmware-linux-nonfree: 20181017 -> 20181213
|
2018-12-17 02:18:07 +00:00 |
|
Lengyel Balazs
|
374a672424
|
firmware-linux-nonfree: 20181017 -> 20181213
|
2018-12-17 03:16:46 +01:00 |
|
Ben Wolsieffer
|
f554d4e40f
|
raspberrypifw: 1.20180919 -> 1.20181112
|
2018-12-17 02:01:13 +00:00 |
|
R. RyanTM
|
f6bcf08516
|
lxcfs: 3.0.2 -> 3.0.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lxcfs/versions
|
2018-12-16 19:11:30 +00:00 |
|
markuskowa
|
28a3c61ecd
|
Merge pull request #52282 from r-ryantm/auto-update/ipset
ipset: 7.0 -> 7.1
|
2018-12-16 19:45:51 +01:00 |
|
Linus Heckemann
|
c081bded6c
|
Merge pull request #52366 from r-ryantm/auto-update/cryptsetup
cryptsetup: 2.0.5 -> 2.0.6
|
2018-12-16 17:25:22 +01:00 |
|
R. RyanTM
|
db250b9f84
|
conky: 1.10.8 -> 1.11.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/conky/versions
|
2018-12-16 17:08:57 +01:00 |
|
R. RyanTM
|
7f61a7814e
|
cryptsetup: 2.0.5 -> 2.0.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cryptsetup/versions
|
2018-12-16 04:53:29 -08:00 |
|
R. RyanTM
|
52d0b872e4
|
ipset: 7.0 -> 7.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/ipset/versions
|
2018-12-15 17:49:55 -08:00 |
|
Matthew Bauer
|
78cabc3ca9
|
libffado: refactor lib-prefixed package
|
2018-12-15 14:43:57 -06:00 |
|
Daniel Fullmer
|
82c3d05d9e
|
rtl8812au: 5.2.20_25672.20171213 -> 5.2.20.2_28373.20180619
|
2018-12-14 23:10:43 -05:00 |
|
Dmitry Kalinkin
|
73c6b3a59c
|
Merge pull request #51895 from cdepillabout/add-sixaxis-support-to-bluez
bluez: add support for the sixaxis controller
|
2018-12-14 20:49:10 -05:00 |
|
worldofpeace
|
b7fbde893a
|
Merge pull request #48519 from dtzWill/update/fwupd-1.1.3
fwupd: 1.1.2 -> 1.2.1
|
2018-12-13 11:50:48 -05:00 |
|
Tim Steinbach
|
5a15ab7b5d
|
linux: 4.19.8 -> 4.19.9
|
2018-12-13 06:58:15 -05:00 |
|
Tim Steinbach
|
f335fa6d74
|
linux: 4.14.87 -> 4.14.88
|
2018-12-13 06:58:07 -05:00 |
|
Tim Steinbach
|
1f92bdcd94
|
linux: 4.9.144 -> 4.9.145
|
2018-12-13 06:57:58 -05:00 |
|
Tim Steinbach
|
adf8cdd67d
|
linux: 4.4.166 -> 4.4.167
|
2018-12-13 06:57:42 -05:00 |
|
Sarah Brofeldt
|
eb250e2ddd
|
Merge pull request #51369 from dtzWill/update/v4l-utils-1.16.2
v4l_utils: 1.16.0 -> 1.16.2
|
2018-12-13 10:01:25 +01:00 |
|
Will Dietz
|
1b5de09e7f
|
fwupd: 1.1.2 -> 1.2.1
Add cairo dep and others checked for
in fwupd's meson.build.
Cairo at least is required.
|
2018-12-12 21:45:02 -05:00 |
|
(cdep)illabout
|
aba51b8ae4
|
bluez: Add support for the sixaxis controller
This should add support for the Playstation Dualshock 3 and DualShock 4
controllers.
|
2018-12-12 10:38:18 +09:00 |
|
Jörg Thalheim
|
3bde31f140
|
zfs: switch to python3
|
2018-12-11 21:32:25 +00:00 |
|
Tim Steinbach
|
c89cbdcd48
|
linux: 4.20-rc5 -> 4.20-rc6
|
2018-12-11 11:11:34 -05:00 |
|
Michael Raskin
|
654d324230
|
Merge pull request #51756 from markuskowa/upd-lvm2
lvm2: 2.02.177 -> 2.03.01
|
2018-12-10 22:02:02 +00:00 |
|
Alyssa Ross
|
017390185a
|
Merge pull request #51817 from qolii/linux_hardkernel_4_14_78__4_14_85
linux_hardkernel_4_14: 4.14.78-150 -> 4.14.85.152
|
2018-12-10 17:08:37 +00:00 |
|
Patrick Hilhorst
|
ffd47d5b16
|
Revert "linux: inside nix-shell, allow make menuconfig"
|
2018-12-10 15:50:36 +01:00 |
|
qoli
|
f6172b634d
|
linux_hardkernel_4_14: 4.14.78-150 -> 4.14.85.152
|
2018-12-10 00:17:08 -08:00 |
|
eyJhb
|
f0f36737e2
|
displaylink: changed systemd start to not block (#51760)
Previously during boot, displaylink would hang during boot for the 2
minutes timeout.
|
2018-12-09 11:48:15 +00:00 |
|
Jörg Thalheim
|
f350904688
|
Merge pull request #51759 from eyJhb/displaylink-bump
displaylink: 4.1.9 -> 4.4.24
|
2018-12-09 11:46:16 +00:00 |
|
eyjhbb@gmail.com
|
24dcf0c4ea
|
displaylink: 4.1.9 -> 4.4.24 - updated link
|
2018-12-09 12:35:58 +01:00 |
|
Markus Kowalewski
|
c047c26791
|
lvm2: 2.02.177 -> 2.03.01
* switch to sources to git
* add libaio to buildInputs
|
2018-12-09 11:43:08 +01:00 |
|
eyjhbb@gmail.com
|
139c99ce91
|
displaylink: 4.1.9 -> 4.4.24
|
2018-12-09 00:14:58 +01:00 |
|
Léo Gaspard
|
c0663aa3f8
|
Merge branch 'mdadm-sendmail'
* mdadm-sendmail:
mdadm: use shared system-sendmail
|
2018-12-09 02:46:22 +09:00 |
|
Frederik Rietdijk
|
3e950d584c
|
Merge staging-next into master
|
2018-12-08 16:29:21 +01:00 |
|
Tim Steinbach
|
02f8d66efa
|
linux: 4.19.7 -> 4.19.8
|
2018-12-08 10:26:09 -05:00 |
|