Commit Graph

8780 Commits

Author SHA1 Message Date
volth
c211cb1180 zd1211-firmware: fixed output derivation (#44611) 2018-08-07 16:04:04 +02:00
volth
6d00805dff broadcom-bt-firmware: fixed output derivation (#44610) 2018-08-07 16:02:44 +02:00
volth
0282f0d285 firmware-linux-nonfree: fixed-output derivation (#44605) 2018-08-07 15:54:27 +02:00
volth
53df81926a hwdata: fixed-output derivation (#44606) 2018-08-07 15:50:01 +02:00
volth
7bff0b71d1 intel2200BGFirmware: fixed-output derivation (#44604) 2018-08-07 15:44:12 +02:00
xeji
bd758ed746
Merge pull request #44533 from Chiiruno/dev/bcachefs
linux_testing_bcachefs: 4.15.2018.04.14 -> 4.15.2018.08.03
2018-08-07 00:37:07 +02:00
Tim Steinbach
6b57315764
linux: 4.17.12 -> 4.17.13 2018-08-06 15:15:00 -04:00
Tim Steinbach
ecfc3d9373
linux: 4.14.60 -> 4.14.61 2018-08-06 15:14:49 -04:00
Tim Steinbach
099671894d
linux: 4.9.117 -> 4.9.118 2018-08-06 15:14:40 -04:00
Tim Steinbach
39335e6928
linux: 4.4.145 -> 4.4.146 2018-08-06 15:14:27 -04:00
Tuomas Tynkkynen
a2f499e21d linux_testing: 4.18-rc7 -> 4.18-rc8 2018-08-06 18:44:43 +03:00
Bastian Köcher
fb33305423 linux-kernel: Removes bcm2835_mmal_v4l2_camera_driver patch
The patch was only required for kernel 4.16.
2018-08-06 17:36:18 +03:00
Okina Matara
d043a30d62 linux_testing_bcachefs: 4.15.2018.04.14 -> 4.16.2018.08.03 2018-08-06 08:58:04 -05:00
georgewhewell
a052e52a27 fix rasperrypifw cross build 2018-08-06 14:49:45 +03:00
rnhmjoj
413d7f4425 bluez: use python3 2018-08-05 23:46:42 +02:00
Tim Steinbach
4ac2740895
linux: 4.17.11 -> 4.17.12 2018-08-03 08:20:22 -04:00
Tim Steinbach
52c4a7a909
linux: 4.14.59 -> 4.14.60 2018-08-03 08:20:13 -04:00
Tim Steinbach
2e4410ac38
linux: 4.9.116 -> 4.9.117 2018-08-03 08:20:03 -04:00
xeji
299db53476
Merge pull request #43637 from qolii/hardkernel_update_and_defconfig
linux-hardkernel: 4.14.47-139 -> 4.14.55-146. Additionally, use vendo…
2018-08-01 12:18:27 +02:00
markuskowa
b59a13e9b4 beegfs: 6.18 -> 7.0 (#44210) 2018-07-30 12:42:59 +02:00
Tim Steinbach
bd05e877dc
linux: 4.18-rc6 -> 4.18-rc7 2018-07-29 20:48:51 -04:00
AmineChikhaoui
78a988b974
libsemanage, libselinux: fix meta.outputsToInstall
Same as 57b9719e4c.
+libselinux from vcunat - was probably not breaking but confusing anyway.
Close #44212.
2018-07-30 00:15:05 +02:00
Vladimír Čunát
57b9719e4c
checkpolicy: fix bad meta.outputsToInstall
This was silently blocking the channels.  Thanks amine* from IRC.
Maybe inheriting whole meta should be avoided and particular attributes
should be picked instead, as e.g. adding longDescription would have
unexpected consequences as well.
2018-07-29 20:25:27 +02:00
viric
5c77b9cddb
Merge pull request #43982 from viric/viric_clean
Take me (viric) out of most maintenance
2018-07-29 00:17:08 +02:00
Tim Steinbach
6002bbde2f
linux: 4.17.10 -> 4.17.11 2018-07-28 17:51:13 -04:00
Tim Steinbach
9c34bc3c09
linux: 4.14.58 -> 4.14.59 2018-07-28 17:51:13 -04:00
Tim Steinbach
5030477c1c
linux: 4.9.115 -> 4.9.116 2018-07-28 17:51:13 -04:00
Tim Steinbach
5499b01106
linux: 4.4.144 -> 4.4.145 2018-07-28 17:51:13 -04:00
Lluís Batlle i Rossell
f54b387b63 Merge remote-tracking branch 'central/master' into viric_clean 2018-07-28 19:25:14 +02:00
Vladyslav Mykhailichenko
67ef197919 iwd: 0.3 -> 0.4 2018-07-26 12:38:50 +03:00
Michael Weiss
ec1082c58f fuse: 2.9.7 -> 2.9.8 (security, CVE-2018-10906)
Upstream changelog:
- SECURITY UPDATE: In previous versions of libfuse it was possible to
  for unprivileged users to specify the allow_other option even when
  this was forbidden in /etc/fuse.conf. The vulnerability is present
  only on systems where SELinux is active (including in permissive
  mode).
- libfuse no longer segfaults when fuse_interrupted() is called outside
  the event loop.
- The fusermount binary has been hardened in several ways to reduce
  potential attack surface. Most importantly, mountpoints and mount
  options must now match a hard-coded whitelist. It is expected that
  this whitelist covers all regular use-cases.
- Fixed rename deadlock on FreeBSD.
2018-07-25 23:53:40 +02:00
Michael Weiss
46cd782b43 fuse3: 3.2.4 -> 3.2.5 (security, CVE-2018-10906)
Upstream changelog:
- SECURITY UPDATE: In previous versions of libfuse it was possible to
  for unprivileged users to specify the allow_other option even when
  this was forbidden in /etc/fuse.conf. The vulnerability is present
  only on systems where SELinux is active (including in permissive
  mode).
- The fusermount binary has been hardened in several ways to reduce
  potential attack surface. Most importantly, mountpoints and mount
  options must now match a hard-coded whitelist. It is expected that
  this whitelist covers all regular use-cases.
- Added a test of seekdir to test_syscalls.
- Fixed readdir bug when non-zero offsets are given to filler and the
  filesystem client, after reading a whole directory, re-reads it from a
  non-zero offset e. g. by calling seekdir followed by readdir.
2018-07-25 23:53:40 +02:00
Daiderd Jordan
7110d87d51
Merge pull request #43892 from periklis/skhd-update
skhd: bump 0.1.1 to 0.2.2
2018-07-25 23:35:50 +02:00
Tim Steinbach
202e270bbf
linux: 4.17.9 -> 4.17.10 2018-07-25 14:21:20 -04:00
Tim Steinbach
6cd6eb0513
linux: 4.14.57 -> 4.14.58 2018-07-25 14:21:12 -04:00
Tim Steinbach
0fde78112e
linux: 4.9.114 -> 4.9.115 2018-07-25 14:21:03 -04:00
Tim Steinbach
a2833a06b9
linux: 4.4.143 -> 4.4.144 2018-07-25 14:20:55 -04:00
Periklis Tsirakidis
09cfb65c99 skhd: bump 0.1.1 to 0.2.2 2018-07-25 11:19:27 +02:00
John Ericson
519e87a449 util-linux: No more crossAttrs
More cleanup will come later
2018-07-24 19:40:46 -04:00
John Ericson
e5d630e99e kmod: Remove crossAttrs
Issue #21191 is indeed fixed now.
2018-07-24 18:39:41 -04:00
John Ericson
d4f5ee8199
Merge pull request #44065 from Ericson2314/no-crossAttrs-master
treewide: Remove some crossAttrs
2018-07-24 18:30:14 -04:00
Profpatsch
4295da8af4 skarnet software: add Profpatsch as maintainer 2018-07-25 00:06:31 +02:00
Profpatsch
710f0f8c10 skarnet software: rename attributes and split outputs
Change the attribute names of camelCased utils to kebab-case to improve
consistency.
Split every package into multiple outputs where possible.
2018-07-25 00:06:31 +02:00
John Ericson
1f9838ea34 jom: Remove crossAttrs
Untested, but I don't think this has ever built.
2018-07-24 17:54:31 -04:00
John Ericson
aa8944f403 hurd: Remove cross attrs 2018-07-24 17:25:40 -04:00
John Ericson
66c41943b3 gnu mig: Remove crossAttrs 2018-07-24 17:25:40 -04:00
Tuomas Tynkkynen
29b84841d2 kernel: Reduce peak disk usage during build
Since commit f620b1b693, the build directory is located inside the
source directory. Thus, the `cp -dpR` copies gigabytes worth of .o files
only to be deleted later on when we trim all non-essential files from
`$dev/lib/modules/${modDirVersion}/source/` thus causing a significant
amount of wasted I/O and peak disk usage.

As `cp` doesn't come with a `--exclude` flag, use rsync. And throw out
the Documentation folder while at it.
2018-07-24 23:36:06 +03:00
Tuomas Tynkkynen
4cec65482a kernel: Respect makeFlagsArray in more places
It's used two lines above, so be consistent.
2018-07-24 23:36:06 +03:00
Tuomas Tynkkynen
c6ed851fe2 kernel: Remove dead code
It's set in the same phase
2018-07-24 23:36:06 +03:00
Tuomas Tynkkynen
e0ce4bee57 kernel: Remove empty preUnpack 2018-07-24 23:36:05 +03:00