summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* jackett: init at 0.7.1197 + nixos moduleEdward Tjörnhammar2017-03-25
|
* nixos, openafs-client: correct serviceConfigEdward Tjörnhammar2017-03-25
|
* Merge pull request #24329 from cko/nodejs-4_8_1Daiderd Jordan2017-03-25
|\ | | | | nodejs-4_x: 4.6.0 -> 4.8.1
| * nodejs-4_x: 4.6.0 -> 4.8.1Christine Koppelt2017-03-25
| |
* | Merge pull request #24321 from rbasso/exercism-2.4.0Pascal Wittmann2017-03-25
|\ \ | | | | | | exercism: 2.3.0 -> 2.4.0
| * | exercism: 2.3.0 -> 2.4.0rbasso2017-03-25
| | |
* | | Merge pull request #24276 from jluttine/yadm-1.07Pascal Wittmann2017-03-25
|\ \ \ | | | | | | | | yadm: 1.05 -> 1.07
| * | | yadm: 1.05 -> 1.07Jaakko Luttinen2017-03-24
| | | |
* | | | graphicsmagick: patch for CVE-2017-6335Michael Raskin2017-03-25
| | | |
* | | | irssi: 1.0.1 -> 1.0.2 for CVE-2017-7191Franz Pletz2017-03-25
| | | | | | | | | | | | | | | | See https://irssi.org/security/irssi_sa_2017_03.txt.
* | | | Merge pull request #24324 from NeQuissimus/kotlin_1_1_1Pascal Wittmann2017-03-25
|\ \ \ \ | | | | | | | | | | kotlin: 1.1 -> 1.1.1
| * | | | kotlin: 1.1 -> 1.1.1.Tim Steinbach2017-03-25
| | |/ / | |/| |
* | | | prosody: 0.9.10 -> 0.9.12 (#24269)uwap2017-03-25
| | | |
* | | | Merge pull request #24332 from WilliButz/masterRobin Gloster2017-03-25
|\ \ \ \ | | | | | | | | | | manticore: fix compiling pml sources
| * | | | manticore: fix compiling pml sourcesWilli Butz2017-03-25
| | |_|/ | |/| | | | | | | | | | Compiler depends on sources that weren't present in the output.
* / | | drumkv1: 0.8.0 -> 0.8.1Cillian de Róiste2017-03-25
|/ / /
* | | drumgizmo: 0.9.11 -> 0.9.12Cillian de Róiste2017-03-25
| | |
* | | Merge pull request #24313 from womfoo/bump/iterm2-3.0.14Joachim F2017-03-25
|\ \ \ | | | | | | | | iterm2: 3.0.4 -> 3.0.14 + fix build
| * | | iterm2: 3.0.4 -> 3.0.14Kranium Gikos Mendoza2017-03-25
| | | |
* | | | nftables: adds information regarding nftables and Docker (#24326)Richard Zetterberg2017-03-25
| | | |
* | | | nix-buffer support: Make process-environment changes actually localShea Levy2017-03-25
| | | |
* | | | manticore: fix build, remove builder.sh (see #23253)Willi Butz2017-03-25
| | | |
* | | | Merge pull request #24323 from NeQuissimus/git_2_12_2Tim Steinbach2017-03-25
|\ \ \ \ | | | | | | | | | | git: 2.12.0 -> 2.12.2
| * | | | git: 2.12.0 -> 2.12.2Tim Steinbach2017-03-25
| | |/ / | |/| |
* / | | torbrowser: reduce risk of stale Nix store referencesJoachim Fasting2017-03-25
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | phpfpm service: don't use private /tmpNikolay Amiantov2017-03-25
| | | | | | | | | | | | This breaks local PostgreSQL connections.
* | | Merge pull request #24139 from periklis/topic_qt58_darwin_compatibilityThomas Tuegel2017-03-25
|\ \ \ | | | | | | | | qt58: enable darwin compatibility
| * | | qt58: enable darwin compatibilityPeriklis Tsirakidis2017-03-25
| | | |
* | | | networkd: fix setting both defaultGateway{,6}Robin Gloster2017-03-25
| | | |
* | | | Merge pull request #24285 from Ma27/update-composerPascal Wittmann2017-03-25
|\ \ \ \ | | | | | | | | | | phpPackages.composer: 1.3.2 -> 1.4.1
| * | | | phpPackages.composer: 1.3.2 -> 1.4.1Maximilian Bosch2017-03-24
| | | | |
* | | | | arcanist: 20160825 -> 20170323zimbatm2017-03-25
| | | | |
* | | | | Merge pull request #24304 from matklad/uefi-install-docsgoibhniu2017-03-25
|\ \ \ \ \ | | | | | | | | | | | | docs: clarify UEFI bootloader setup
| * | | | | docs: clarify UEFI bootloader setupAleksey Kladov2017-03-25
| | | | | |
* | | | | | Merge pull request #23251 from juliendehos/hieroglyphgoibhniu2017-03-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | hieroglyph: init at 0.7.1
| * | | | | | hieroglyph: init at 0.7.1Julien Dehos2017-03-06
| | | | | | |
* | | | | | | gitkraken: clean-upRobin Gloster2017-03-25
| | | | | | |
* | | | | | | zenity: fix for non-GNOME 3Nikolay Amiantov2017-03-25
| | | | | | |
* | | | | | | gdm: the patch is still necessaryRobin Gloster2017-03-25
| | | | | | |
* | | | | | | surf-webkit2: 2017-03-06 -> 2017-03-22Joachim Fasting2017-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a race condition
* | | | | | | Merge pull request #24312 from kamilchm/ponycMichael Raskin2017-03-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ponyc: 0.11.3 -> 0.11.4
| * | | | | | | ponyc: 0.11.3 -> 0.11.4Kamil Chmielewski2017-03-25
| | |_|_|/ / / | |/| | | | |
* | | | | | | ocamlPackages.ocaml_mysql: 1.1.1 -> 1.2.1Vincent Laporte2017-03-25
| | | | | | |
* | | | | | | ocamlPackages.angstrom: 0.3.0 -> 0.4.0Vincent Laporte2017-03-25
|/ / / / / /
* | | | | | Merge pull request #24275 from spacekitteh/fetchFromGitRepoDaiderd Jordan2017-03-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | fetchRepoProject: Fix buildCommand
| * | | | | | fetchrepoproject: cleanup extra flagsDaiderd Jordan2017-03-25
| | | | | | |
| * | | | | | fetchRepoProject: Fix buildCommandSophie Taylor2017-03-25
| | |_|_|_|/ | |/| | | |
* | | | | | ocamlPackages.stdio: init at 0.9.0Vincent Laporte2017-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Stdio implements simple input/output functionalities for OCaml. Homepage: https://github.com/janestreet/stdio
* | | | | | ocamlPackages.ppx_traverse_builtins: init at 0.9.0Vincent Laporte2017-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This OCaml library defines the default methods for builtin types (int, string, list, ...) for Ppx_traverse. Homepage: https://github.com/janestreet/ppx_traverse_builtins
* | | | | | Merge pull request #24225 from rlupton20/cdendowens2017-03-24
|\ \ \ \ \ \ | | | | | | | | | | | | | | cde: init at 0.1