Commit Graph

17751 Commits

Author SHA1 Message Date
Pascal Wittmann
db5f0cdd50 Merge pull request #24373 from ebzzry/emem-0.2.48
emem: 0.2.47 -> 0.2.48
2017-03-27 08:34:43 +02:00
Rommel M. Martinez
e55ec544ca emem: 0.2.47 -> 0.2.48 2017-03-27 12:54:15 +08:00
Michael Raskin
f46cb4fb77 Merge pull request #24361 from miltador/way-cooler
way-cooler: init at 0.5.2
2017-03-26 20:50:07 +02:00
Vasiliy Solovey
eef066d05c way-cooler: init at 0.5.2 2017-03-26 21:39:58 +03: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
Robin Gloster
aa0fb8f8ef
idea.idea-ultimate: 2016.3.4 -> 2017.1 2017-03-26 18:50:21 +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
Joachim F
61c43a0f86 Merge pull request #24342 from WilliButz/master
spotify: 1.0.49.125.g72ee7853-111 -> 1.0.52.717.g2f08534a-47
2017-03-26 09:31:00 +01:00
Cray Elliott
7bd73bdba3 obs-studio: use upstream crash fixes, drop patch 2017-03-25 21:08:08 -07:00
Willi Butz
3c090f0e5a
spotify: 1.0.49.125.g72ee7853-111 -> 1.0.52.717.g2f08534a-47 2017-03-26 01:13:11 +01:00
Jörg Thalheim
5e0cbbbdb6
keepassx-community: 2.1.2 -> 2.1.3
fixes https://github.com/NixOS/security/issues/105
2017-03-25 21:39:22 +01:00
Pascal Wittmann
827d48e6b3 Merge pull request #24321 from rbasso/exercism-2.4.0
exercism: 2.3.0 -> 2.4.0
2017-03-25 21:08:05 +01:00
Pascal Wittmann
80b7cdfb31 Merge pull request #24276 from jluttine/yadm-1.07
yadm: 1.05 -> 1.07
2017-03-25 21:06:48 +01:00
Michael Raskin
7b706900e7 graphicsmagick: patch for CVE-2017-6335 2017-03-25 21:04:08 +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
Cillian de Róiste
e3938c8e31 drumkv1: 0.8.0 -> 0.8.1 2017-03-25 17:04:44 +01:00
Cillian de Róiste
65593e64c4 drumgizmo: 0.9.11 -> 0.9.12 2017-03-25 16:58:26 +01:00
Joachim F
69a169ef12 Merge pull request #24313 from womfoo/bump/iterm2-3.0.14
iterm2: 3.0.4 -> 3.0.14 + fix build
2017-03-25 16:46:42 +01:00
Thomas Tuegel
9125bab708
dropbox: use vendored Qt 5 libraries 2017-03-25 10:14:51 -05:00
Tim Steinbach
5c841654d8 Merge pull request #24323 from NeQuissimus/git_2_12_2
git: 2.12.0 -> 2.12.2
2017-03-25 11:00:42 -04: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
rbasso
97ca8d1105 exercism: 2.3.0 -> 2.4.0 2017-03-25 23:43:12 +09:00
Tim Steinbach
10725a6329
git: 2.12.0 -> 2.12.2 2017-03-25 10:25:54 -04:00
Thomas Tuegel
e6dc95697a
rapcad: pin to Qt 5.6 2017-03-25 09:23:52 -05: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
f77e6d03e9
openshot-qt: correct packaging errors and pin to Qt 5.6 2017-03-25 08:49:40 -05:00
Thomas Tuegel
5044ceb7e7
rapcad: broken on Qt 5.6 2017-03-25 08:49:39 -05:00
Thomas Tuegel
299c842df2
qgroundcontrol: broken on Qt 5.6 2017-03-25 08:49:39 -05:00
Thomas Tuegel
84ed473763
notepadqq: correct packaging errors and pin to Qt 5.6 2017-03-25 08:49:39 -05:00
Thomas Tuegel
b33d0129ee
musescore: broken with Qt 5.6 2017-03-25 08:49:38 -05:00
Thomas Tuegel
d839b85947
cutegram: broken with Qt 5.6 2017-03-25 08:49:38 -05:00
Robin Gloster
4f9e590c06
gitkraken: clean-up 2017-03-25 12:52:01 +01:00
Joachim Fasting
101cb04b6a
surf-webkit2: 2017-03-06 -> 2017-03-22
Fixes a race condition
2017-03-25 11:58:30 +01:00
Kranium Gikos Mendoza
f6c9121d32 iterm2: 3.0.4 -> 3.0.14 2017-03-25 21:03:58 +11:00
Tuomas Tynkkynen
186cc512a6 freicoin: Fix eval 2017-03-25 02:12:14 +02:00
Joachim F
872a15a0ba Merge pull request #24301 from winniequinn/gitkraken-2.2.1
gitkraken: 2.2.0 -> 2.2.1
2017-03-25 00:14:08 +01:00
Joachim F
550459c11f Merge pull request #24284 from Ma27/update-geogebra
geogebra: 5-0-338-0 -> 5-0-346-0
2017-03-24 23:51:12 +01:00
Michael Raskin
0aa11219b5 Merge pull request #24224 from ndowens/freicoin
freicoin: 0.8.3-1 -> 0.8.6-2; Moved to correct category
2017-03-24 23:42:52 +01:00
Michael Raskin
6bdf8cc015 Merge pull request #24300 from winniequinn/vscode-1.10.2
vscode: 1.10.0 -> 1.10.2
2017-03-24 22:42:35 +01:00
Winnie Quinn
8c2f986ed1 gitkraken: 2.2.0 -> 2.2.1 2017-03-24 17:31:41 -04:00
Maximilian Bosch
9787b2b808
geogebra: 5-0-338-0 -> 5-0-346-0 2017-03-24 22:16:57 +01:00
Winnie Quinn
1b4151b12f vscode: 1.10.0 -> 1.10.2
In addition to the version bump, this also fixes a broken install phase
on macOS. The install now completes properly on macOS 10.12 and
"bin/code" is now correctly linked to the binary within the bundle.
2017-03-24 16:48:24 -04:00
Vladimír Čunát
455ce3528c
Merge branch 'staging' 2017-03-24 21:07:55 +01:00
ndowens
bc4dc9cb75 codeblocks: 13.12 -> 16.01
(@7c6f434c) move the buildInputs missed in the initial version to
nativeBuildInputs, too.

Pushed instead of #24074
2017-03-24 17:49:30 +01:00
Peter Hoeg
317734f99c speedcrunch: stick to qt 5.7 as 5.8 is broken 2017-03-25 00:39:30 +08:00
ndowens
c86f005137 direwolf: 1.2 -> 1.3
alaLib as optional

Remove extra stdenv.lib

(@7c6f434c) fixed a typo - pushing instead of #24105
2017-03-24 17:27:59 +01:00