Commit graph

92519 commits

Author SHA1 Message Date
Tuomas Tynkkynen 633fb08a9a Merge pull request #19036 from makefu/init-mergerfs
mergerfs: init at 2.16.1
2016-09-28 23:27:43 +03:00
Jörg Thalheim dd0d050b67 Merge pull request #19053 from Profpatsch/ranger-less
ranger: patch default pager
2016-09-28 22:25:37 +02:00
makefu 2960aa7f1b
mergerfs: init at 2.16.1 2016-09-28 22:17:57 +02:00
Jörg Thalheim 5cf8d64202 Merge pull request #19019 from k0ral/nixos-unstable
Add grip python package
2016-09-28 22:08:50 +02:00
Profpatsch 90556cedd0 ranger: patch default pager 2016-09-28 22:07:45 +02:00
Shea Levy 299ef14cb1 Merge branch 'wl-pprint/4cc88a' of git://github.com/siddharthist/nixpkgs 2016-09-28 15:49:02 -04:00
koral 6aea928962 pythonPackages.grip: init at 4.3.2 2016-09-28 21:43:50 +02:00
koral 8bad6de0d2 pythonPackages.path-and-address: init at 2.0.1 2016-09-28 21:43:49 +02:00
Langston Barrett e7b3d9c7c8 wl-pprint: update to 2016-09-28 2016-09-28 19:36:44 +00:00
Daniel Peebles 58ce50fedf Merge pull request #19049 from grwlf/smironov-email
maintainers: change smironov email
2016-09-28 14:28:26 -04:00
Vladimír Čunát f85dd8161d samba3: apply security patches from upstream
/cc #18856.
2016-09-28 20:27:37 +02:00
Sergey Mironov 098113bbff maintainers: change smironov email 2016-09-28 21:24:05 +03:00
Joachim Fasting 10be782f25
connman: meta cleanup 2016-09-28 20:01:37 +02:00
Vladimír Čunát 7a003eb9d5 mesa_drivers: work around #16779
This works around missing newer wayland symbols when running
some older packages on a system with updated opengl drivers.
We have no good solution yet, unfortunately. This commit might
break packages that rely on new wayland features, but those
should be a minority.
2016-09-28 19:52:22 +02:00
Graham Christensen ff5cf3abff linux-3.10: fix build by upstream patch 2016-09-28 19:18:34 +02:00
Peter Simons 7c7e88b45e Merge pull request #19046 from rycee/bump/bash-completion
Bump bash completion to 2.4
2016-09-28 18:39:24 +02:00
Joachim F c166675b53 Merge pull request #19033 from makefu/init-wol
wol: init at 0.7.1
2016-09-28 18:00:39 +02:00
Joachim F ae9d65eb21 Merge pull request #19037 from makefu/init-f3
f3: init at 6.0
2016-09-28 17:56:02 +02:00
Robert Helgesson e8817a2d20
bash-completion: change attribute name
This changes the attribute name of bash-completion from `bashCompletion`
to `bash-completion`. Keeps `bashCompletion` as an alias for the new
name.
2016-09-28 17:46:29 +02:00
Robert Helgesson dbe350f5d0
bash-completion: 2.1 -> 2.4 2016-09-28 17:45:45 +02:00
zimbatm bc2a06aa3d Merge pull request #19043 from Mic92/telegraf
telegraf: 1.0.0 -> 1.0.1
2016-09-28 15:49:52 +01:00
Jörg Thalheim eb27f2b35d
telegraf: 1.0.0 -> 1.0.1 2016-09-28 16:48:16 +02:00
zimbatm e24eaa354f Merge pull request #19032 from gpyh/termite-fix
Fix termite-with-config's terminfo
2016-09-28 15:40:37 +01:00
zimbatm 60cdc8c1f8 Merge pull request #19015 from Mic92/zsh
zsh: do not export HISTFILE, HISTSIZE, SAVEHIST
2016-09-28 15:36:07 +01:00
Graham Christensen 63d08188c1
moinmoin: 1.9.7 -> 1.9.8 2016-09-28 10:24:04 -04:00
Peter Simons e521930e08 Merge pull request #18913 from robbinch/pkg-tinc
tinc: 20160511 -> 20160924
2016-09-28 16:17:27 +02:00
Peter Simons 1fe5deb62b Merge pull request #19042 from Profpatsch/ghcjs-package-fixes
packages.ghcjs: fix a few packages
2016-09-28 16:15:37 +02:00
Frederik Rietdijk 347af0823e Merge pull request #19001 from peterhoeg/unifi
python-unifi: init at 1.2.5
2016-09-28 16:13:04 +02:00
Peter Simons 6c59acc8ae hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.0.2-8-g5f3e95b from Hackage revision
2bcfb7bba6.
2016-09-28 16:02:07 +02:00
Peter Hoeg 2a72354f41 python-unifi: init at 1.2.5 2016-09-28 21:56:49 +08:00
Profpatsch 308cd1abad packages.ghcjs: fix a few packages
dependencies for http2 & semigroups
jailbreak for protolude
no docs for wai
2016-09-28 15:51:53 +02:00
Franz Pletz 8916ba141b
libressl_2_5: init at 2.5.0 2016-09-28 15:15:56 +02:00
Franz Pletz f749a16662
libressl_2_4: 2.4.2 -> 2.4.3 2016-09-28 15:15:55 +02:00
Franz Pletz 6b8aed6649
libressl_2_3: 2.3.7 -> 2.3.8 2016-09-28 15:15:55 +02:00
makefu 36e0aedae7
f3: init at 6.0 2016-09-28 13:31:27 +02:00
Yacine Hmito 9375da7c72 Fix termite-with-config's terminfo
The level of indirection introduced by termite-with-config didn't mesh
well with the terminfo database. This is solved by using symlinkJoin so
the environment is properly propagated.
2016-09-28 12:44:25 +02:00
makefu 16547d49da
wol: init at 0.7.1
wol, unlike wakelan, supports wake-on-lan passwords
2016-09-28 12:33:46 +02:00
zimbatm 90e9ad2106 Merge pull request #19027 from ericsagnes/doc/installCheck
nixpkgs doc: add installCheck phase
2016-09-28 11:09:37 +01:00
Franz Pletz d5adf2cc0b
dhcp: 4.3.3 -> 4.3.4
Uses shipped version of libbind now.

Fix CVE-2016-2774 & CVE-2015-8605.

cc #18856
2016-09-28 10:50:29 +02:00
Franz Pletz 96b1d15e0c
bind: enable seccomp on linux 2016-09-28 10:50:25 +02:00
Michael Raskin 33ccf3abed xscreensaver: XScreenSaver actually needs GLU, so use mesa, not mesa_noglu 2016-09-28 10:05:12 +02:00
Eric Sagnes 41d62fdea8 nixpkgs doc: add installCheck phase 2016-09-28 16:31:46 +09:00
Graham Christensen dad5651bd4
rpm: 4.12.0 -> 4.13.0-rc1 for CVEs
Null pointer deref & out of bound reads. See: https://lwn.net/Vulnerabilities/685287/

Fedora is shipping the rc1 as well.

re: https://github.com/NixOS/nixpkgs/pull/18975
2016-09-27 21:07:35 -04:00
Franz Pletz b5ab13a5ff
pidgin: 2.10.11 -> 2.11.0
Fix CVE-2016-1000030 & CVE-2016-2379.

cc #18856.
2016-09-28 02:23:10 +02:00
Franz Pletz 137827bacb
farstream: 0.2.4 -> 0.2.8 2016-09-28 02:23:10 +02:00
Joachim F 41218ee89a Merge pull request #19006 from romildo/upd.mate
mate: update themes to release 1.16.0
2016-09-28 01:47:30 +02:00
Joachim F 3177dd89bb Merge pull request #19008 from artuuge/epson-escpr
epson-escpr: 1.6.5 -> 1.6.8
2016-09-28 01:44:49 +02:00
Joachim F 58dc2f9d49 Merge pull request #19021 from acowley/redprl-install-script-shebangs
redprl: patch install script shebangs
2016-09-28 01:03:02 +02:00
Nikolay Amiantov 334abbc323 steam-runtime: add libXxf86vm 2016-09-28 01:28:07 +03:00
Anthony Cowley a523351314 redprl: patch install script shebangs 2016-09-27 18:24:06 -04:00