Commit Graph

4872 Commits

Author SHA1 Message Date
Jörg Thalheim
586fd024fa Merge pull request #24454 from michalrus/bitlbee-facebook
bitlbee-facebook: 2015-08-27 → 1.1.0
2017-03-30 10:37:25 +02:00
John Ericson
166fc028a4 Merge pull request #24465 from Ericson2314/no-with-literal
Get rid of all `with { inherit... }` and just used `let inherit...`
2017-03-30 01:49:37 -06:00
John Ericson
4c0d7da183 Get rid of all with { inherit... } and just used let inherit...
The old forms presumably predates, or were made in ignorance of,
`let inherit`. This way is better style as the scoping as more lexical,
something which Nix can (or might already!) take advantage of.
2017-03-30 03:05:05 -04:00
Michal Rus
2cef2c58ea
bitlbee-facebook: 2015-08-27 → 1.1.0 2017-03-30 03:18:07 +02:00
Thomas Tuegel
97518649fb
dropbox: patch all files in output 2017-03-29 07:36:10 -05:00
Thomas Tuegel
2e591bac0d
dropbox: leave RPATH-shrinking to patchelf setup hook 2017-03-29 07:35:52 -05:00
Thomas Tuegel
096c72e255
dropbox: set INTERP for some DYN objects 2017-03-29 07:35:21 -05:00
Thomas Tuegel
c076b9326f
dropbox: remove more useless vendored libraries 2017-03-29 07:33:46 -05:00
Thomas Tuegel
3c96a53608
dropbox: wrap as any other Qt application 2017-03-29 07:33:23 -05:00
Thomas Tuegel
1d8d6d564d
Revert "dropbox: use vendored Qt 5 libraries"
This reverts commit 9125bab708.

The vendored libraries have a problem with xkbcommon.
2017-03-29 07:23:27 -05:00
Daniel Peebles
f33e19aa2c Merge pull request #24411 from NeQuissimus/kubernetes_1_5_6
kubernetes: 1.5.4 -> 1.5.6
2017-03-28 21:47:22 -04:00
Shawn Dellysse
c87c0f2144
messenger-for-desktop: init at 2.0.6 2017-03-28 19:55:17 -04:00
Tim Steinbach
91cd7479a6 Merge pull request #24358 from cko/spark_r_backend
spark: activate R backend
2017-03-28 18:21:15 -04:00
Christine Koppelt
258e3524e2 spark: activate R backend 2017-03-28 21:30:20 +02:00
William Casarin
f9f5bec507 muchsync: fix on macOS 2017-03-28 19:22:21 +01:00
Tim Steinbach
85fab7ec2c
kubernetes: 1.5.4 -> 1.5.6 2017-03-28 12:59:55 -04:00
Michael Raskin
91cc357349 Merge pull request #24402 from calvertvl/update-palemoon-27_2_1
palemoon: 27.1.1 -> 27.2.1
2017-03-28 17:40:32 +02:00
taku0
7a768e73fb firefox-esr: 52.0.1esr -> 52.0.2esr 2017-03-28 21:15:47 +09:00
taku0
014d11ea96 firefox: 52.0.1 -> 52.0.2 2017-03-28 21:15:16 +09:00
taku0
88b697330a firefox-bin: 52.0.1 -> 52.0.2 2017-03-28 21:12:57 +09:00
Victor Calvert
de02dfc90b palemoon: 27.1.1 -> 27.2.1
Also adding fix for desktop entry.
2017-03-28 04:39:52 -04:00
Vladimír Čunát
96d41e393d
treewide: purge maintainers.urkud
It's sad, but he's been inactive for the last five years.
Keeping such people in meta.maintainers is counter-productive.
2017-03-27 19:52:29 +02:00
Joachim Fasting
6911ae7c0c
torbrowser: support obfs and fte transports
meek still broken, but then, sending all your traffic to Amazon seems like
something you'd do only if everything else fails.
2017-03-27 12:37:22 +02:00
Benjamin Staffin
6c116b86eb dropbox-cli: include dropbox icon (#24368) 2017-03-27 11:28:54 +02:00
Thomas Tuegel
84b768456a
dropbox: 21.4.25 -> 22.4.24 2017-03-26 13:16:34 -05:00
Pascal Wittmann
83be684608
filezilla: 3.25.0 -> 3.25.1 2017-03-26 19:29:24 +02:00
Joachim Fasting
f2cf8ffdcb
torbrowser: hard-code path to wrapper in desktop file 2017-03-26 17:08:00 +02:00
Joachim Fasting
2ad44935f1
torbrowser: correct internal note about geoip 2017-03-26 17:07:53 +02:00
Thomas Tuegel
8b50f4c990 Merge pull request #24299 from ttuegel/master--drop-qt-5.7
Drop Qt 5.5 and Qt 5.7 from master
2017-03-26 09:18:38 -05:00
Dmitry Kalinkin
7035325c62 citrix-receiver: fix wrapper, direct dl url, $PWD needs escaping
(edited by @obadz, closes #24320)
2017-03-26 14:28:54 +01:00
Franz Pletz
b00cfd49d5
irssi: 1.0.1 -> 1.0.2 for CVE-2017-7191
See https://irssi.org/security/irssi_sa_2017_03.txt.
2017-03-25 20:44:16 +01:00
Thomas Tuegel
9125bab708
dropbox: use vendored Qt 5 libraries 2017-03-25 10:14:51 -05:00
Joachim Fasting
ecd0e1a2c7
torbrowser: reduce risk of stale Nix store references
This patch restructures the expression and wrapper to minimize Nix store
references captured by the user's state directory.

The previous version would write lots of references to the Nix store into
the user's state directory, resulting in synchronization issues between
the Store and the local state directory.  At best, this would cause TBB to
stop working when the version used to instantiate the local state was
garbage collected; at worst, a user would continue to use the old version
even after an upgrade.

To solve the issue, hard-code as much as possible at the Store side and
minimize the amount of stuff being copied into the local state dir.
Currently, only a few files generated at firefox startup and fontconfig
cache files end up capturing store paths; these files are simply removed
upon every startup.  Otherwise, no capture should occur and the user
should always be using the TBB associated with the tor-browser wrapper
script.

To check for stale Store paths, do
   `grep -Ero '/nix/store/[^/]+' ~/.local/share/tor-browser`
This command should *never* return any other store path than the one
associated with the current tor-browser wrapper script, even after an
update (assuming you've run tor-browser at least once after updating).
Deviations from this general rule are considered bugs from now on.

Note that no attempt has been made to support pluggable transports; they
are still broken with this patch (to be fixed in a follow-up patch).

User visible changes:
- Wrapper retains only environment variables required for TBB to work
- pulseaudioSupport can be toggled independently of mediaSupport (the
  latter weakly implies the former).
- Store local state under $TBB_HOME.  Defaults to $XDG_DATA_HOME/tor-browser
- Stop obnoxious first-run stuff (NoScript redirect, in particular)
- Set desktop item GenericName to Web Browser

Some minor enhancements:
- Disable Hydra builds
- Specify system -> source mapping to make it easier to
  extend supported platforms.
2017-03-25 15:59:18 +01:00
Thomas Tuegel
bb99babc5a
Remove zoom-us
This package needs maintenance, but has no maintainer: proprietary Qt-based
packages should use the vendor-provided Qt libraries.
2017-03-25 08:58:58 -05:00
Thomas Tuegel
d839b85947
cutegram: broken with Qt 5.6 2017-03-25 08:49:38 -05:00
Joachim Fasting
101cb04b6a
surf-webkit2: 2017-03-06 -> 2017-03-22
Fixes a race condition
2017-03-25 11:58:30 +01:00
Joachim Fasting
a49df2a894
tribler: fixup revision
Using `rev = "v${revision}"` results in a "bad reference" error;
use the plain revision instead.
2017-03-23 12:55:57 +01:00
Peter Hoeg
c6c92a1d04 terraform: only run tests from 0.9.0 onwards 2017-03-23 15:01:57 +08:00
Richard Lupton
8eb87d0f1a
kubernetes-helm: 2.1.3 -> 2.2.3 2017-03-22 21:34:29 +00:00
Robin Gloster
8869816ed2 Merge pull request #24202 from xvapx/upgrade/tribler-v7.0.0-beta
tribler: from 6.4.3 to 7.0.0-beta
2017-03-22 15:34:52 +01:00
Marti Serra
ad75bffb06
tribler: from 6.4.3 to 7.0.0-beta
removed old unused dependencies,
changed enablePlayer to true by default,
added myself as maintainer.
2017-03-22 15:34:24 +01:00
Michael Raskin
d2cd304ad7 oneteam: remove 2017-03-22 13:19:38 +01:00
Michael Raskin
ede70972a4 oneteam: fix fixable problems, mark broken as it fell behind Firefox too much 2017-03-22 13:19:38 +01:00
Herwig Hochleitner
92985364e1 chromium: 57.0.2987.98 -> 57.0.2987.110 2017-03-22 01:17:17 +01:00
Peter Hoeg
497b34cb7c qtox: 1.8.1 -> 1.9.0 2017-03-21 10:04:27 +08:00
Peter Hoeg
1cd8addae1 syncthing: 0.14.24 -> 0.14.25 2017-03-21 09:44:13 +08:00
Shea Levy
853d01fe41 terraform: disable tests on old versions 2017-03-20 12:18:04 -04:00
Eelco Dolstra
8150455f6a Merge pull request #23989 from rnhmjoj/firefox-alsa
firefox: reenable ALSA backend
2017-03-20 14:59:32 +01:00
Franz Pletz
7b27e1c3c9
wireshark: 2.2.4 -> 2.2.5 for multiple CVEs
Fixes:

  * CVE-2017-5596
  * CVE-2017-5597
  * CVE-2017-6467
  * CVE-2017-6468
  * CVE-2017-6469
  * CVE-2017-6470
  * CVE-2017-6471
  * CVE-2017-6472
  * CVE-2017-6473
  * CVE-2017-6474
2017-03-20 14:43:15 +01:00
Peter Hoeg
6c0569e389 terraform: 0.9.0 -> 0.9.1 2017-03-20 17:28:42 +08:00