summary refs log tree commit diff
path: root/pkgs/applications/networking
Commit message (Collapse)AuthorAge
* Rename hostDrv -> crossDrv, buildDrv -> nativeDrvEelco Dolstra2012-12-28
| | | | | | This is for consistency with terminology in stdenv (and the terms "hostDrv" and "buildDrv" are not very intuitive, even if they're consistent with GNU terminology).
* Merge remote-tracking branch 'origin/master' into stdenv-updatesEelco Dolstra2012-12-12
|\
| * chromium: Update stable and beta channel.aszlig2012-12-12
| | | | | | | | | | | | | | | | | | | | stable: 23.0.1271.95 -> 23.0.1271.97 (tested and works) beta: 24.0.1312.27 -> 24.0.1312.35 (tested and works) The dev version doesn't build in its newest incarnation, so we will need to fix and/or patch it before pushing upstream. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * thunderbird: Disable parallel buildingEelco Dolstra2012-12-09
| | | | | | | | | | | | It's broken just as in Firefox. http://hydra.nixos.org/build/3441371
| * skype 4.1.0.20Florian Friesdorf2012-12-06
| |
| * chromium: Don't use the config attrset anymore.aszlig2012-12-05
| | | | | | | | | | | | | | | | | | We can still use the config attribute set from within all-packages to pass it to the package expression, which we do in case of PulseAudio. In order to override other stuff you can now conveniently use chromium.override without passing a fake config attribute set. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * chromium: Allow package override on channels.aszlig2012-12-05
| | | | | | | | | | | | | | | | | | | | | | | | | | This allows for more flexible overrides instead of just passing a custom configuration attrset like: chromium.override { config.chromium.channel = "beta"; } So you can now simply do: chromium.override { channel = "beta"; } Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * chromium: Update channels to stable v23.0.1271.95.aszlig2012-12-05
| | | | | | | | | | | | | | | | | | This updates the beta channel as well: stable: 23.0.1271.91 -> 23.0.1271.95 beta: 24.0.1312.25 -> 24.0.1312.27 Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | Merge remote-tracking branch 'origin/master' into stdenv-updatesEelco Dolstra2012-12-04
|\|
| * firefox: update to 17.0.1Lluís Batlle i Rossell2012-12-03
| | | | | | | | I feel lucky.
| * Update flashplayer-11 to version 11.2.202.251Rob Vermaas2012-12-01
| |
| * Remove Firefox 16Eelco Dolstra2012-11-30
| |
| * Mark some packages as low priority and disambiguate some othersEelco Dolstra2012-11-29
| |
| * Remove a bunch of unreferenced filesEelco Dolstra2012-11-29
| | | | | | | | Plus a small number of obsolete packages (like old versions of qemu).
| * chromium 24.0.1312.25 and 23.0.1271.91Florian Friesdorf2012-11-28
| |
| * opera|dia|geany: remove the obsolete share/icons/hicolor/icon-theme.cache fileBaptist BENOIST2012-11-28
| | | | | | | | | | This file should normally require a gtk-update-icon-cache -q /usr/share/icons/hicolor command It have no reasons to exist in a redistribuable package
| * firefox: Use exec in wrappersEelco Dolstra2012-11-26
| |
| * firefox: Disable parallel buildingEelco Dolstra2012-11-26
| | | | | | | | http://hydra.nixos.org/build/3348854
| * notmuch: sha256 was wrongRok Garbas2012-11-25
| |
| * applications/networking/instant-messengers/mcabber:Alexander Tsamutali2012-11-23
| | | | | | | | Updated to 0.10.1.
| * thunderbird: Update to 17.0Eelco Dolstra2012-11-23
| |
| * firefox: Add 17.0Eelco Dolstra2012-11-23
| |
| * Remove Firefox 15Eelco Dolstra2012-11-23
| |
* | Merge branch 'master' into stdenv-updates.Peter Simons2012-11-21
|\| | | | | | | | | | | | | | | Conflicts have been resolved in: pkgs/tools/misc/file/default.nix pkgs/top-level/all-packages.nix pkgs/top-level/python-packages.nix
| * opera: Upgrade to 12.11Rickard Nilsson2012-11-20
| |
| * chromium: Add dependency on pciutils for v25.aszlig2012-11-20
| | | | | | | | | | | | This fixes the build for latest development version 25. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * chromium: Drop obsolete pre-v23 seccomp patch.aszlig2012-11-20
| | | | | | | | | | | | | | | | | | | | | | | | | | The patch is no longer needed, as we are now using the BPF seccomp sandbox. Unfortunately this is not marked "adequately sandboxed" in chrome://sandbox, as it awaits security review on http://crbug.com/26528. Unfortunately this gets us into a position where we can't be sure if the sandbox is working correctly, especially because the non-BPF seccomp sandbox has a bunch of stability issues and is marked legacy. And we definitely don't want to add support for the setuid sandbox, do we? Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * chromium: Update channels to stable v23.0.1271.64.aszlig2012-11-20
| | | | | | | | | | | | | | | | | | | | This updates all release channels to the latest versions: stable: 22.0.1229.94 -> 23.0.1271.64 (builds fine, tested) beta: 23.0.1271.60 -> 24.0.1312.14 (builds fine, tested) dev: 24.0.1312.2 -> 25.0.1323.1 (build failed, requires pciutils) Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * chromium: Fix omahaproxy URL in updater.aszlig2012-11-20
| | | | | | | | | | | | | | | | Omahaproxy got an overhaul and thus doesn't give CSV output on the main URL anymoare. We're switching to /all for now and may want to refine this to only what we're exactly looking for, but for now it fixes the updater. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * mutt: fixing its gpgme support (upstream patch)Lluís Batlle i Rossell2012-11-14
| |
| * notmuch-0.14Florian Friesdorf2012-11-12
| |
| * oops, one more...Mathijs Kwik2012-11-11
| |
| * typo/style fixes, should fix hydra's channel outputMathijs Kwik2012-11-11
| |
| * Resurrect firefox 13 from rev ea2fbd78641509e8ed13d0d16ebf4fbc9512ec02 ↵Shea Levy2012-11-09
| | | | | | | | (needed for selenium testing)
| * skype: Update to 4.0.0.8Eelco Dolstra2012-11-08
| | | | | | | | Also, use $out/libexec/skype rather than $out/opt/skype.
| * Add nspluginwrapper, a tool to execute browser plugins out-of-processMichael Raskin2012-11-08
| |
| * Update UzblMichael Raskin2012-11-08
| |
| * Update google talk plugin to 3.10.2.0Eduard Carreras2012-11-03
| |
| * chromium: Update dev and beta channels.aszlig2012-11-03
| | | | | | | | | | | | | | | | | | | | | | | | beta: 23.0.1271.60 (build successful) dev: 24.0.1312.2 (build successful after patching) The development version needs a patch in order to build properly against PulseAudio. Issue and origin of the patch can be found here: http://crbug.com/157876 Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * firefox: Fix hashEelco Dolstra2012-11-01
| |
| * thunderbird: Update to 16.0.2Eelco Dolstra2012-10-31
| |
| * firefox: Update to 16.0.2Eelco Dolstra2012-10-31
| |
| * Update/fix PuTTYMichael Raskin2012-10-30
| |
| * Update PidginMichael Raskin2012-10-29
| |
| * hadoop: update to version 2.0.2-alphaPeter Simons2012-10-26
| |
| * esniper: update to version 2.28.0Peter Simons2012-10-26
| |
| * Make Firefox 16 the defaultEelco Dolstra2012-10-23
| |
| * chromium: Update beta and dev releases.aszlig2012-10-23
| | | | | | | | | | | | | | | | | | | | beta: 23.0.1271.26 -> 23.0.1271.40 dev: 24.0.1284.2 -> 24.0.1297.0 Both are building successful and the BPF seccomp sandbox fix has been dropped as it has finally been applied upstream. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * google-talk-plugin: Update to version 3.9.1.0.aszlig2012-10-22
| | | | | | | | | | | | | | Version 3.6.1.0 is no longer available at the upstream site, so we won't break anything with this update. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * skype: Fix syntax error in .desktop-fileRickard Nilsson2012-10-19
| |