Commit Graph

179153 Commits

Author SHA1 Message Date
worldofpeace 163bc2c598
Merge pull request #60906 from worldofpeace/gnome-updates-staging
GNOME updates staging
2019-05-07 18:04:30 -04:00
Robin Gloster f41599a028
Merge pull request #61086 from mayflower/cross-fixes
Batch of cross compilation fixes
2019-05-07 20:35:47 +00:00
Frederik Rietdijk 87a5d8fede Merge staging-next into staging 2019-05-07 19:30:14 +02:00
Frederik Rietdijk 3c1a202a16 Merge master into staging-next 2019-05-07 19:29:40 +02:00
Frederik Rietdijk a80982b4c9
Merge staging-next into master 2019-05-07 19:29:06 +02:00
worldofpeace a6ca1a8441 glib: 2.60.1 -> 2.60.2
https://gitlab.gnome.org/GNOME/glib/blob/2.60.2/NEWS
2019-05-07 12:55:37 -04:00
worldofpeace 91e3c04542 gnome3.tracker-miners: 2.2.1 -> 2.2.2
https://gitlab.gnome.org/GNOME/tracker-miners/blob/2.2.2/NEWS
2019-05-07 12:55:37 -04:00
worldofpeace 280d209c56 gnome3.tracker: 2.2.1 -> 2.2.2
https://gitlab.gnome.org/GNOME/tracker/blob/2.2.2/NEWS
2019-05-07 12:55:37 -04:00
worldofpeace 0a12272f65 glib-networking: 2.60.1 -> 2.60.2
https://gitlab.gnome.org/GNOME/glib-networking/blob/2.60.2/NEWS
2019-05-07 12:55:37 -04:00
worldofpeace 1f1a9649ef folks: 0.11.4 -> 0.12.1
https://gitlab.gnome.org/GNOME/folks/blob/0.12.1/NEWS
2019-05-07 12:55:24 -04:00
Renaud 6ae8aed1c2
Merge pull request #59646 from r-ryantm/auto-update/python3.7-cfgv
python37Packages.cfgv: 1.4.0 -> 1.6.0
2019-05-07 18:14:43 +02:00
Robin Gloster 4a246cea28
xorg.*: fix cross m4 handling 2019-05-07 18:14:12 +02:00
Robin Gloster 5448f6c558
btrfs-progs: fix cross 2019-05-07 18:14:12 +02:00
Robin Gloster 5fd31ae886
dmenu: fix cross 2019-05-07 18:14:11 +02:00
Robin Gloster c2800a26b4
dbus-glib: fix cross 2019-05-07 18:14:11 +02:00
Robin Gloster abb10fe7ae
xorg.libXi: fix cross 2019-05-07 18:14:11 +02:00
Robin Gloster d8a74e9a0c
libnl: disable pythonSupport for cross 2019-05-07 18:14:10 +02:00
Robin Gloster 1bdae8f675
isocodes: fix cross 2019-05-07 18:14:10 +02:00
Robin Gloster 62e6e1366d
jnettop: fix cross 2019-05-07 18:14:10 +02:00
Robin Gloster 8c06639141
gstreamer: add patches to fix cross 2019-05-07 18:14:09 +02:00
Robin Gloster 449023497f
cdparanoia: fix cross 2019-05-07 18:14:09 +02:00
Robin Gloster ffb09e01bd
gst_all_1: fix cross 2019-05-07 18:14:09 +02:00
Will Dietz 9ebc6ad944
Merge pull request #60744 from mroi/master
swift: 4.3.2 -> 5.0.1
2019-05-07 10:57:32 -05:00
Patrick Winter 84ebd401a7 termshark: init at 1.0.0 (#60417) 2019-05-07 08:26:09 -07:00
Renaud 83780cb758
Merge pull request #59653 from r-ryantm/auto-update/python3.7-django-modelcluster
python37Packages.django_modelcluster: 4.3 -> 4.4
2019-05-07 17:17:59 +02:00
José Romildo Malaquias f0a4ca2f6a
Merge pull request #61068 from romildo/upd.sierra-gtk-theme
sierra-gtk-theme: 2018-10-12 -> 2019-05-07
2019-05-07 12:10:24 -03:00
Renaud acba817161
Merge pull request #60998 from risicle/ris-worldengine-fix
pythonPackages.worldengine: fix tests by moving nose to checkInputs
2019-05-07 16:16:16 +02:00
Renaud d51e32404c
Merge pull request #60750 from r-ryantm/auto-update/python3.7-unittest-xml-reporting
python37Packages.unittest-xml-reporting: 2.4.0 -> 2.5.1
2019-05-07 15:36:34 +02:00
Renaud a7eef11bb4
Merge pull request #60753 from r-ryantm/auto-update/python3.7-XlsxWriter
python37Packages.XlsxWriter: 1.1.6 -> 1.1.7
2019-05-07 15:20:48 +02:00
Renaud 2b0a1d7d56
Merge pull request #60754 from r-ryantm/auto-update/python3.7-zeroconf
python37Packages.zeroconf: 0.21.3 -> 0.22.0
2019-05-07 15:11:03 +02:00
Tim Steinbach 6104102c24
oh-my-zsh: 2019-05-05 -> 2019-05-06 2019-05-07 08:04:53 -04:00
Renaud 0702c84739
Merge pull request #60802 from lilyball/cocoapods-beta_1.7.0.rc.1
cocoapods-beta: 1.7.0.beta.3 -> 1.7.0.rc.1
2019-05-07 13:50:46 +02:00
Joachim Fasting 87bc514620
hardened-config: enable the SafeSetID LSM
The purpose of this LSM is to allow processes to drop to a less privileged
user id without having to grant them full CAP_SETUID (or use file caps).

The LSM allows configuring a whitelist policy of permitted from:to uid
transitions.  The policy is enforced upon calls to setuid(2) and related
syscalls.

Policies are configured through securityfs by writing to
- safesetid/add_whitelist_policy ; and
- safesetid/flush_whitelist_policies

A process attempting a transition not permitted by current policy is killed
(to avoid accidentally running with higher privileges than intended).

A uid that has a configured policy is prevented from obtaining auxiliary
setuid privileges (e.g., setting up user namespaces).

See also: https://www.kernel.org/doc/html/latest/admin-guide/LSM/SafeSetID.html
2019-05-07 13:39:24 +02:00
Renaud 7085da0cef
Merge pull request #60870 from dkudriavtsev/patch-1
miraclecast: 20170427 -> 20190403
2019-05-07 13:37:39 +02:00
Renaud 029adb3ad4
Merge pull request #61003 from r-ryantm/auto-update/ocaml4.06.1-ppxlib
ocamlPackages.ppxlib: 0.5.0 -> 0.6.0
2019-05-07 13:19:50 +02:00
R. RyanTM 9ab5d01975 libshout: 2.4.1 -> 2.4.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/libshout/versions
2019-05-07 13:12:09 +02:00
Frederik Rietdijk 01b99a67e9
Merge pull request #61028 from marsam/update-cedille
cedille: fix hash
2019-05-07 13:11:33 +02:00
Renaud ad36fb38e2
Merge pull request #60992 from danieldk/cargo-asm-0.1.17
cargo-asm: 0.1.16 -> 0.1.17
2019-05-07 13:11:17 +02:00
Will Dietz 42c100985a utillinux: 2.33.1 -> 2.33.2
https://lkml.org/lkml/2019/4/9/474
2019-05-07 13:10:29 +02:00
Will Dietz 3b7ea8a7b9 utillinux: placeholder, touchup how su is disabled 2019-05-07 13:10:29 +02:00
R. RyanTM af46c07eaf python37Packages.lark-parser: 0.6.6 -> 0.7.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/python3.7-lark-parser/versions
2019-05-07 13:08:31 +02:00
Andrew Childs 1d754bbe94 qscintilla: fix dylib names on Darwin
On Darwin dylibs are intended to have their install names set to their
absolute path. Without an absolute path, applications using these
libraries will have invalid references embedded, and will be unable to
locate the libraries at runtime.
2019-05-07 13:08:00 +02:00
Elis Hirwing 0269936094
Merge pull request #61080 from DIzFer/jellyfin-remove-emby-ref
jellyfin: remove assertion if emby enabled: no emby module exists
2019-05-07 12:48:26 +02:00
Renaud 78b8ff9be0
Merge pull request #61017 from r-ryantm/auto-update/python3.7-Cerberus
python37Packages.cerberus: 1.2 -> 1.3
2019-05-07 12:23:28 +02:00
Robin Gloster 97450715da
Merge pull request #60678 from mayflower/atomicparsley-cross
atomicparsley: fix cross
2019-05-07 09:50:04 +00:00
Jörg Thalheim 2146e1023a
Merge pull request #61076 from Mic92/linux-fpu
linux_5_0: restore __kernel_fpu_{begin,restore}
2019-05-07 10:35:04 +01:00
Renaud 843a062c43
Merge pull request #61016 from r-ryantm/auto-update/python3.7-braintree
python37Packages.braintree: 3.52.0 -> 3.53.0
2019-05-07 11:30:36 +02:00
Jörg Thalheim 33220585a8
Merge pull request #61071 from dtzWill/update/creduce-2.9.0
creduce: 2.8.0 -> 2.9.0, llvm7
2019-05-07 10:05:02 +01:00
David Izquierdo b24a87fafe jellyfin: remove assertion if emby enabled: no emby module exists 2019-05-07 11:04:57 +02:00
Jörg Thalheim 7ed04c2a6f
postgresqlPackages.timescaledb: 1.2.2 -> 1.3.0 (#61074)
postgresqlPackages.timescaledb: 1.2.2 -> 1.3.0
2019-05-07 09:54:33 +01:00