about summary refs log tree commit diff
path: root/pkgs/applications/networking
AgeCommit message (Collapse)AuthorFilesLines
2015-05-16openal to openalSoft conversionJoachim Schiele1-2/+2
2015-05-16firefox-bin: update to version 38.0.1taku01-179/+179
2015-05-15go: remove renameImports and use goPackageAliasesLuca Bruno1-5/+0
2015-05-14Merge pull request #7844 from rushmorem/mesos-0.22-fixDomen Kožar1-5/+5
Fix mesos-0.22 build and update to 0.22.1
2015-05-14Turned some meta.maintainers into listsPascal Wittmann1-1/+1
2015-05-14Merge pull request #7817 from gridaphobe/cc-wrapper-isgnu-isclangEric Seidel1-1/+1
Add isGNU and isClang attributes to cc-wrapper
2015-05-14Fix mesos-0.22 build and update to 0.22.1rushmorem1-5/+5
2015-05-14Fixed several "package has no version" warningsPascal Wittmann1-1/+1
2015-05-13firefox: 37.0.2 -> 38.0William A. Kennington III1-2/+2
2015-05-13firefox-bin: update to version 38.0taku01-179/+179
2015-05-12viber: Mark as brokenEelco Dolstra1-0/+1
It doesn't evaluate due to Qt changes. Also improve checking in make-tarball.nix to catch this in the future.
2015-05-11remove all references to `stdenv.cc.cc.is{GNU,Clang}`Eric Seidel1-1/+1
use the new `stdenv.cc.is{GNU,Clang}` instead, which will always be defined.
2015-05-11thunderbird: Update to 31.6.0Eelco Dolstra1-2/+2
Fixes various critical vulnerabilities.
2015-05-11Merge branch 'master' into stagingDomen Kožar2-23/+51
Conflicts: nixos/doc/manual/release-notes/rl-unstable.xml nixos/modules/services/printing/cupsd.nix pkgs/applications/misc/calibre/default.nix pkgs/development/haskell-modules/hackage-packages.nix pkgs/development/libraries/libsodium/default.nix pkgs/misc/emulators/wine/unstable.nix pkgs/top-level/all-packages.nix
2015-05-10marathon: 0.8.0 -> 0.8.1Charles Strahan1-3/+3
2015-05-10mesos: 0.21.0 -> 0.22.0Charles Strahan1-20/+48
This also enables the network isolation feature that was introduced in Mesos 0.20.0.
2015-05-10fix evals /cc @ttuegelDomen Kožar3-2/+5
2015-05-07Merge remote-tracking branch 'upstream/master' into stagingWilliam A. Kennington III4-17/+15
2015-05-07Merge pull request #7735 from joachifm/msmtp-1_6_2Arseniy Seroka1-2/+2
msmtp: 1.6.1 -> 1.6.2
2015-05-06msmtp: 1.6.1 -> 1.6.2Joachim Fasting1-2/+2
Fixes removal of consecutive Bcc headers.
2015-05-06pwmt: update packages (zathura, jumanji, girara)Charles Strahan1-3/+3
This updates (and fixes) the mupdf backend for zathura, and bumps the versions for other related packages.
2015-05-06teamviewer: update shaArseniy Seroka1-1/+1
2015-05-06Merge pull request #7716 from joachifm/newsbeuter-2_9Arseniy Seroka1-11/+9
newsbeuter: 2.8 -> 2.9
2015-05-05newsbeuter: 2.8 -> 2.9Joachim Fasting1-11/+9
Also set installFlags rather than call make install directly. This release has a logic error which causes the newsbeuter cache to be deleted on exit iff urls contains a single URL [1] (no problem for n > 1). [1]: https://github.com/akrennmair/newsbeuter/pull/179
2015-05-01Merge remote-tracking branch 'upstream/master' into stagingWilliam A. Kennington III7-7/+52
2015-04-30irssi: Fix ncurses linkingWilliam A. Kennington III1-1/+1
2015-05-01Merge pull request #7642 from leenaars/masterArseniy Seroka1-2/+2
Nixpkg updated with new release of Blink (1.3.0, released Apr 29th 2015)
2015-04-30meta.description fixupsJoachim Fasting5-5/+5
Mostly scripted substitutions with a couple of subjective enhancements.
2015-04-30New release of BlinkMichiel Leenaars1-2/+2
2015-04-29Merge pull request #7617 from svenkeidel/pigEdward Tjörnhammar1-0/+45
pig: added package
2015-04-29Merge remote-tracking branch 'upstream/master' into stagingThomas Tuegel11-21/+114
2015-04-29apache pig: new packageSven Keidel1-0/+45
2015-04-29chromium/update: Remove reference to <nixpkgs>.aszlig1-1/+1
We shouldn't make assumptions on what is set by NIX_PATH in order to make it easier to rename that Nix path reference. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-04-28Merge pull request #7545 from offlinehacker/pkgs/kubernetes/fixesJaka Hudoklin1-6/+8
kubernetes: update to 0.15, module fixes
2015-04-28Fixed some descriptionsPascal Wittmann3-3/+3
2015-04-28Add rsstail 1.9: tail for RSS feedsTobias Geerinckx-Rice1-0/+41
2015-04-27vnstat 1.13 -> 1.14Tobias Geerinckx-Rice1-5/+7
26-Apr-2015 - Fix: JSON output syntax during first day of newly created databases (pull request by Stefan Merettig) - Fix: field padding when using UTF-8 locale - Add optional mode parameter to --json and --xml for limiting the output to only selected information
2015-04-27quassel: 0.11.0 -> 0.12.2William A. Kennington III1-2/+2
2015-04-27Update syncthing to v0.11.1Christian Theune1-2/+2
2015-04-27chromium: Add missing dependency on libcap.aszlig1-2/+2
After the pulseaudio refactor in NixOS/nixpkgs@a2a3508, libcap is no longer propagated to chromium anymore. And we need to have libcap for the renderer sandbox. Build log: https://hydra.nixos.org/build/21689759/nixlog/1/raw What makes me wonder is that given that this was propagated by pulseaudio noone either seemed to have disabled pulseaudio support for Chromium or just didn't report the build failure. Half-assed testing done against all channels, because it builds the sandbox and we can't break an already broken build twice (or maybe we can, who knows...). Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-04-26pine: Use the passthru version of tclWilliam A. Kennington III2-2/+2
2015-04-26Merge 'master' into stagingVladimír Čunát20-252/+335
(relatively simple conflicts)
2015-04-26firestr: initial package at 0.8Emery Hemingway2-0/+48
http://firestr.com/
2015-04-25mumble: RefactorWilliam A. Kennington III2-14/+10
2015-04-25kubernetes: update to 0.15Jaka Hudoklin1-6/+8
2015-04-24ldcpp: reimplement using mkDerivationJoachim Fasting1-31/+22
Also add libnotify support
2015-04-23Merge pull request #7496 from taku0/firefox-bin-37.0.2Edward Tjörnhammar1-179/+179
firefox-bin: update to version 37.0.2
2015-04-23wait for filesystem before starting btsync; bump to latest package versionOliver Matthews1-4/+4
2015-04-22flashplayer: Update from 11.2.202.451 -> 11.2.202.457Ricardo M. Correia1-3/+3
2015-04-21meta.licenses -> licenseJoachim Fasting1-1/+1