Commit Graph

4846 Commits

Author SHA1 Message Date
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
Franz Pletz
2baf0a568a
owncloud-client: build with qt5 instead of qt4 2017-03-19 18:44:50 +01:00
Pascal Wittmann
23e1bcabd0 Merge pull request #24061 from danielfullmer/rclone-1.36
rclone: 1.35 -> 1.36
2017-03-19 17:12:37 +01:00
Daniel Fullmer
8e8302cc1f rclone: 1.35 -> 1.36 2017-03-19 11:56:59 -04:00
ndowens
1b3dda03c7 Merge pull request #24022 from ndowens/shout
shout: 0.51.1 -> 0.53.0
2017-03-19 09:59:35 -05:00
Orivej Desh
cea6a24bfc psi-plus: enable plugins 2017-03-18 21:19:57 +00:00
Orivej Desh
48bd3ae648 psi-plus: switch to qt5 2017-03-18 21:19:57 +00:00
Orivej Desh
f812e39fb4 psi-plus: init at 0.16.575.639 2017-03-18 21:19:54 +00:00
ndowens
d016d4fea2 shout: 0.51.1 -> 0.53.0 2017-03-18 16:05:56 -05:00
Michael Raskin
219ae809a3 Merge pull request #23998 from ndowens/owncloudclient
owncloud-client: 2.2.3 -> 2.3.0
2017-03-18 20:16:34 +01:00
Michael Raskin
6959a1d156 Merge pull request #23997 from ndowens/trans-gtk
transmission-remote-gtk: 1.2 -> 1.3.1
2017-03-18 20:09:09 +01:00
Michael Raskin
87f7ef87fe Merge pull request #23722 from joachifm/surf-webkit2
surf-webkit2: init at 2017-03-06
2017-03-18 19:18:35 +01:00
Frederik Rietdijk
e67b979ab5 Merge remote-tracking branch 'upstream/master' into HEAD 2017-03-18 15:32:43 +01:00
Michael Raskin
54aff5c3a7 Merge pull request #23999 from ndowens/salut-a-toi
salut-a-toi: 0.2.0 -> 0.6.1
2017-03-18 11:43:54 +01:00
Vladimír Čunát
742b120ddc
Merge branch 'master' into staging
Nontrivial rebuilds from master, again :-/
2017-03-18 11:00:31 +01:00
Frederik Rietdijk
b0ba94310d Merge pull request #23959 from LnL7/znc-1.6.5
znc: 1.6.4 -> 1.6.5
2017-03-18 09:29:22 +01:00
Frederik Rietdijk
ce9576dc47 Merge pull request #24001 from ndowens/mpop
mpop: 1.2.4 -> 1.2.6
2017-03-18 09:10:42 +01:00
obadz
17bfb6a08a citrix-receiver: add link to webpage with all versions and adjust to change in nix-prefetch-url
Helps with #23975
2017-03-18 02:18:28 +00:00
ndowens
8ef05d3010 mpop: 1.2.4 -> 1.2.6 2017-03-17 20:02:23 -05:00
ndowens
d26775fce7 salut-a-toi: 0.2.0 -> 0.6.1
salut-a-toi: Removed un-needed python variable in function
2017-03-17 19:50:04 -05:00
taku0
a038f91871 firefox-esr: 52.0esr -> 52.0.1esr 2017-03-18 09:36:27 +09:00
taku0
3f175876e8 firefox, firefox-bin: 52.0 -> 52.0.1 2017-03-18 09:36:12 +09:00
ndowens
8b23d535d3 owncloud-client: 2.2.3 -> 2.3.0 2017-03-17 17:53:41 -05:00
ndowens
fbe960a635 transmission-remote-gtk: 1.2 -> 1.3.1 2017-03-17 17:31:59 -05:00
Daiderd Jordan
908e3ffd65
znc: 1.6.4 -> 1.6.5 2017-03-17 21:02:01 +01:00
rnhmjoj
918f331104
firefox: reenable ALSA backend 2017-03-17 14:43:27 +01:00
Peter Hoeg
c216a71215 terraform: use generic builder and add 0.9.0 (#23979) 2017-03-17 09:05:16 +00:00