1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
Commit graph

92536 commits

Author SHA1 Message Date
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
Anthony Cowley 7ab671c209 libui: darwin compatibility 2016-09-28 03:00:01 -04: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
Alexey Shmalko 4dd6d9748c Merge pull request #18774 from cstrahan/xsel-update
xsel: 1.2.0 -> git-2016-09-02
2016-09-28 00:42:05 +03:00
Joachim F f93c28ca69 Merge pull request #18837 from cryptix/libnaboNlibpointmatcher
Add libnabo and libpointmatcher
2016-09-27 22:39:07 +02:00
Graham Christensen 310b3d39f7 Merge pull request #18994 from grahamc/mediawiki
mediawiki: 1.23.13 -> 1.27.1
2016-09-27 16:33:31 -04:00
Jörg Thalheim 9049ab1a3b
zsh: do not export HISTFILE, HISTSIZE, SAVEHIST
Every interactive zsh sources /etc/zshrc (see STARTUP/SHUTDOWN FILES in zshautll(1))
Therefor every interactive zsh process will respect the content of these variables.
Using `export` will also lead to child processes inheriting this value.
This leads to problems, if other interactive shells are spawned such as bash,
because they use an incomptabible history format (without timestamps).
There seems to be also cases, where the local HISTSIZE in ~/.zshrc is
not sourced but /etc/zshrc, which leads to history truncation in other shells.
2016-09-27 22:19:53 +02:00
Franz Pletz a6d4ea4c2c
treewide: remove executable flags from .nix files 2016-09-27 22:15:00 +02:00
Graham Christensen 50566dbda2 Merge pull request #19007 from grahamc/jasper-cves
jasper: Apply patches for CVES
2016-09-27 15:26:13 -04:00
Rickard Nilsson e551b3a524 grafana: 3.1.0 -> 3.1.1 2016-09-27 21:01:24 +02:00
Thomas Tuegel f2806a09c4
spotify: unpack into temporary directory to fix output permissions 2016-09-27 13:47:48 -05:00
Thomas Tuegel 8e83bb4220
spotify: 1.0.37.152 -> 1.0.38.171 2016-09-27 13:35:54 -05:00
Shea Levy 7bda74f676 idris-modules: pkgs.gnome is now pkgs.gnome2.
Fixes #18998.

Closes #19002.
2016-09-27 13:52:25 -04:00
Frederik Rietdijk f3d7afa86d sabnzbd: fixup
Forgot to remove the colon when changing from --prefix to --set.
2016-09-27 19:50:40 +02:00
Frederik Rietdijk ba69aa80aa Merge pull request #19011 from aneeshusa/move-salt-package
Move salt package
2016-09-27 19:42:23 +02:00
Aneesh Agrawal 7b7d8ddbca salttesting: remove unused package
It was added as a dependency of Salt, which no longer depends on it.
2016-09-27 13:34:22 -04:00
Aneesh Agrawal 83902b4696 salt: move to all-packages.nix 2016-09-27 13:34:22 -04:00
Peter Simons 8aaf610d4d bind: cosmetic fix for Emacs' syntax highlighting 2016-09-27 19:30:21 +02:00
Peter Simons 7a5ff282aa bind: update to version 9.10.4-P3 to fix CVE-2016-2776 2016-09-27 19:29:51 +02:00
Franz Pletz 77779323c5
gitlab: 8.11.2 -> 8.12.1 2016-09-27 18:41:02 +02:00
Alexander Ried d666196a44
iproute2: fix bash completion
apparently bash expects only files in its completion folder and not
subfolders.
2016-09-27 18:20:07 +02:00
Rushmore Mushambi 8986e3aef8 Merge pull request #18997 from kamilchm/go2nix
go2nix: 1.1.0 -> 1.1.1
2016-09-27 17:13:12 +02:00
Kamil Chmielewski badd0ce218 go2nix: 1.1.0 -> 1.1.1 2016-09-27 16:49:14 +02:00
Joachim F 14381b5374 Merge pull request #19005 from NeQuissimus/ohmyzsh-20160924
oh-my-zsh: 2016-08-01 -> 2016-09-24
2016-09-27 16:32:52 +02:00
Joachim F 19d3b1aa5f Merge pull request #19004 from nico202/fix-gazebo-cmake
gazebo7: Fix gazebo-config.cmake output file
2016-09-27 16:32:32 +02:00
Frederik Rietdijk 36586c2ab3 Merge pull request #18984 from FRidh/sabnzbd
sabnzbd: 0.7.20 -> 1.1.0
2016-09-27 16:27:34 +02:00
Frederik Rietdijk a1f6a1a938 sabnzbd: 0.7.20 -> 1.1.0 2016-09-27 16:26:46 +02:00
Henry 0f06454a94 libpointmatcher: init at 7504481.. (2016-09-11) 2016-09-27 16:11:57 +02:00
artuuge 2168f2bf1b epson-escpr: 1.6.5 -> 1.6.8 2016-09-27 16:02:10 +02:00
Henry 295efa1062 libnabo: init at 1.0.6 2016-09-27 15:49:51 +02:00
Christoph Hrdinka deb32ec23f
python-mapnik: fae6388 -> git-2016-08-30 2016-09-27 15:19:21 +02:00
Christoph Hrdinka 24d2ddfb1d
mapnik: 3.0.10 -> 3.0.12 2016-09-27 15:17:28 +02:00
Graham Christensen 3a59a84715
jasper: Apply patches for CVES 2016-09-27 08:51:57 -04:00
José Romildo Malaquias 3b0d7b39cc mate-themes: 3.18.3 -> 3.18.4, 3.20.10 -> 3.20.12, add 3.22.3 2016-09-27 09:23:34 -03:00
Tim Steinbach e10d6cad6d
oh-my-zsh: 2016-08-01 -> 2016-09-24 2016-09-27 08:19:25 -04:00
Peter Simons 74434e4ab1 git-annex: update to latest version 2016-09-27 14:09:15 +02:00
Peter Simons 8df6e25305 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.0.2-5-gabba389 from Hackage revision
c330477077.
2016-09-27 14:09:09 +02:00
Peter Simons 9b72cacc48 configuration-hackage2nix: update to LTS Haskell 7.1 2016-09-27 14:08:21 +02:00