Commit Graph

92795 Commits

Author SHA1 Message Date
Peter Simons
d09227fb33 configuration-hackage2nix.yaml: drop versions restrictions on stack and cabal2nix 2016-09-30 15:08:10 +02:00
Eelco Dolstra
7e8eb6a7c3 Fix "undefined variable ‘device’" using autoFormat 2016-09-30 15:04:36 +02:00
Peter Simons
6e785be571 Document removal of LTS Haskell package sets in 16.09 release notes.
This patch closes https://github.com/NixOS/nixpkgs/issues/14897.
2016-09-30 14:53:31 +02:00
Eelco Dolstra
613a12a8bd linux: 4.4.22 -> 4.4.23 2016-09-30 14:41:19 +02:00
Rushmore Mushambi
ba57a55a8b Merge pull request #19103 from rushmorem/torcs
torcs: 1.3.5 -> 1.3.7
2016-09-30 14:21:41 +02:00
Martin Bornhold
3c88d3a9c4 flake8: add patch to avoind pytest config conflict 2016-09-30 14:12:49 +02:00
Martin Bornhold
7026cdf9e9 flake8: 2.5.4 -> 3.0.4 2016-09-30 14:12:49 +02:00
Martin Bornhold
532869cee2 mccabe: 0.4.0 -> 0.5.2 2016-09-30 14:12:48 +02:00
Martin Bornhold
0986a17eda pep8: replaced by pycodestyle (package was renamed) 2016-09-30 14:12:48 +02:00
Martin Bornhold
d3aefc6576 pycodestyle: init at 2.0.0 2016-09-30 14:12:29 +02:00
rushmorem
d332b914ce torcs: 1.3.5 -> 1.3.7
This change also wraps `torcs` with `mesa` to fix the runtime
crush due to this dependancy which was missing.
2016-09-30 13:58:13 +02:00
Domen Kožar
73dd89205c changelog for #18011
(cherry picked from commit 51cf16f4b4281edb788c1097d18201a86656be4d)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-09-30 13:14:53 +02:00
Domen Kožar
3781095b5d changelog for #18365
(cherry picked from commit 14c16f2fdb41794e7b9eeb9ab52137c1edbe3471)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-09-30 13:14:53 +02:00
Domen Kožar
3d36eecf17 changelog for hydra package/module
(cherry picked from commit 1eaad0150c13efe0c0912f29143983067194f0ee)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-09-30 13:14:53 +02:00
Domen Kožar
2b76a6f66a changelog for #9523
(cherry picked from commit b3a5bc5f577824229f43539f3035014ed6fdc8a2)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-09-30 13:14:53 +02:00
Domen Kožar
d80c1612a6 changelog for #14148
(cherry picked from commit e293a85e24e8a9029c2ca5ce9187607f25a1a108)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-09-30 13:14:53 +02:00
Domen Kožar
50be1a1765 changelog for gnupg bump, fixes #18293
(cherry picked from commit 1ff2b10f282d7ae694b70b713cfefcdee467f873)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-09-30 13:14:53 +02:00
Peter Hoeg
639e5401ff dbus: add socket activation but do not enable it
The following changes are included:

1) install user unit files from upstream dbus
2) use absolute paths to config for --system and --session instances
3) make socket activation of user units configurable

There has been a number of PRs to address this, so this one does the
bare minimum, which is to make the functionality available and
configurable but defaults to off.

Related PRs:
 - #18382
 - #18222

(cherry picked from commit f7215c9b5b47dfb0a6dbe87ff33d7730729a32e5)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-09-30 13:14:53 +02:00
Joachim F
2a53b06e06 Merge pull request #19101 from cryptix/libpointmatcher_64bitsOnly
libpointmatcher: only build on linux 64bit platform
2016-09-30 13:12:26 +02:00
Henry
f212317525 libpointmatcher: only build on linux 64bit platform 2016-09-30 12:54:09 +02:00
Eelco Dolstra
8b09ba32d3 systemd: Apply various upstream bug fixes
This includes the fix for the assertion failure in
https://github.com/systemd/systemd/issues/4234.
2016-09-30 11:23:51 +02:00
Tuomas Tynkkynen
b3af42011b usbredir: Fix 32-bit build
Avoid these warnings from being errors:

usbredirhost.c: In function 'usbredirhost_can_write_iso_package':
usbredirhost.c:1023:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'uint64_t {aka long long unsigned int}' [-Wformat=]
             DEBUG("START dropping isoc packets %lu buffer > %lu hi threshold",
                   ^
usbredirhost.c:1023:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'uint64_t {aka long long unsigned int}' [-Wformat=]
             DEBUG("START dropping isoc packets %lu buffer > %lu hi threshold",
                   ^
usbredirhost.c:1028:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'uint64_t {aka long long unsigned int}' [-Wformat=]
             DEBUG("STOP dropping isoc packets %lu buffer < %lu low threshold",
                   ^
usbredirhost.c:1028:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'uint64_t {aka long long unsigned int}' [-Wformat=]
             DEBUG("STOP dropping isoc packets %lu buffer < %lu low threshold",
                   ^
usbredirhost.c: In function 'usbredirhost_set_iso_threshold':
usbredirhost.c:1162:11: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'uint64_t {aka long long unsigned int}' [-Wformat=]
     DEBUG("higher threshold is %lu bytes | lower threshold is %lu bytes",
           ^
usbredirhost.c:1162:11: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'uint64_t {aka long long unsigned int}' [-Wformat=]
     DEBUG("higher threshold is %lu bytes | lower threshold is %lu bytes",

I think in all of these cases, the incorrect format modifier just causes
wrong debug prints on i686.
2016-09-30 12:19:59 +03:00
Tuomas Tynkkynen
bd05f4ff6d freerdp: Switch main attribute to freerdpUnstable
Not much point having it as a broken package. Fixes eval error of KDE4
test.
2016-09-30 12:00:20 +03:00
Alexey Shmalko
054fa9762d Merge pull request #19090 from rnhmjoj/btfs
btfs: 2.11 -> 2.12
2016-09-30 11:48:59 +03:00
Alexey Shmalko
ebad5462a6 Merge pull request #19091 from ericsagnes/pkg-update/albert
albert: 0.8.10 -> 0.8.11
2016-09-30 11:45:29 +03:00
Andrew Abbott
4a371795a6 tiled: 0.16.1 -> 0.17.0 2016-09-30 13:49:08 +10:00
Anthony Cowley
450dd55d95 vtk: darwin compatibility 2016-09-29 21:29:40 -04:00
Eric Sagnes
9caa721e66 ibus: 1.5.13 -> 1.5.14
release notes: https://github.com/ibus/ibus/releases/tag/1.5.14
2016-09-30 09:57:51 +09:00
Eric Sagnes
f7dd3f5d5a nodePackages: add emojione 2016-09-30 09:56:30 +09:00
José Romildo Malaquias
055c435dd0 supertux: rename directory like upstream 2016-09-29 21:26:55 -03:00
José Romildo Malaquias
dcde39d57a supertux: 0.4.0 -> 0.5.0 2016-09-29 21:17:29 -03:00
Eric Sagnes
55c3b1e0ca albert: 0.8.10 -> 0.8.11 2016-09-30 08:49:39 +09:00
rnhmjoj
7cf7572734
btfs: 2.11 -> 2.12 2016-09-30 01:23:16 +02:00
Lancelot SIX
7e37d4bbf8 pythonPackages.django_1_8: 1.8.14 -> 1.8.15
This is a security release.

It fixes CVE-2016-7401.

See https://www.djangoproject.com/weblog/2016/sep/26/security-releases/
for upstream announcement.
2016-09-29 23:53:55 +02:00
Lancelot SIX
dd553b6ef5 pythonPackages.django_1_9: 1.9.9 -> 1.9.10
This is a security release.

It fixes CVE-2016-7401.

See https://www.djangoproject.com/weblog/2016/sep/26/security-releases/
for upstream announcement.
2016-09-29 23:53:55 +02:00
Franz Pletz
eb6a1c9238
cryptopp: 5.6.2 -> 5.6.4
Fix CVE-2016-3995. #18856

Remove broken flag. #19040

cc #19009
2016-09-29 23:40:38 +02:00
Tuomas Tynkkynen
a34ec1517f nixos-install: Bug fix for root password not being asked
Since some changes to the setuid wrappers, there is a symlink involved
and it doesn't resolve correctly inside the chroot. Do the check inside
the chroot to make it work again.
2016-09-29 23:17:53 +03:00
Daiderd Jordan
fcc1eb6f1c
pyopenssl: fix darwin preCheck 2016-09-29 20:56:31 +02:00
Daiderd Jordan
9cd8f032c5 Merge pull request #18990 from justinweiss/syncthing-darwin
syncthing: enable the darwin platform
2016-09-29 20:50:16 +02:00
Eelco Dolstra
fe9e5f9f55 pam_usb: Fix evaluation 2016-09-29 20:35:40 +02:00
Eelco Dolstra
020e88704a kde4: Get rid of some Nepomuk cruft by default 2016-09-29 20:03:54 +02:00
Eelco Dolstra
c2495261a8 kde4: Allow disabling dependency on MariaDB
This reduces the runtime closure of a KDE4 system by ~172 MiB.
2016-09-29 20:03:50 +02:00
Eelco Dolstra
d65af13533 kde4: Eliminate dev outputs from the closure
Obviously there are more improvements that can be done here,
especially moving headers to .dev, but that's not entirely trivial and
probably not worth it since kde4 is old.
2016-09-29 20:03:46 +02:00
Frederik Rietdijk
423eebde88 Merge pull request #18836 from nlewo/master
pyopenssl: 16.0.0 -> 16.1.0
2016-09-29 20:01:48 +02:00
Frederik Rietdijk
b9d47e8ab8 Merge pull request #19068 from datakurre/datakurre/zc.buildout-nix
pythonPackages: zc.buildout-nix: 2.5.0 -> 2.5.3
2016-09-29 19:58:16 +02:00
Justin Weiss
829cbb8c86 syncthing: enable the darwin platform 2016-09-29 10:53:07 -07:00
Jörg Thalheim
0b3af01036 Merge pull request #19086 from nicknovitski/fzy-upgrade
fzy: 0.4 -> 0.7
2016-09-29 18:40:54 +02:00
Nick Novitski
7650280e8b fzy: 0.4 -> 0.7 2016-09-29 18:31:40 +02:00
Antoine Eiche
8b5b1a2075 pyopenssl: 16.0.0 -> 16.1.0 2016-09-29 18:15:34 +02:00
Jörg Thalheim
4d0ae0e754 Merge pull request #18980 from MostAwesomeDude/gcsfuse
gcsfuse: init at v0.19.0
2016-09-29 16:55:07 +02:00