about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* dejavu-fonts: 2.35 -> 2.37cmfwyp2016-08-06
| | | | | | | | | | | Release 2.36 adds and fixes a number of glyphes, and adds the Tex Gyre DejaVu Math font, a companion font to DejaVu Serif for typesetting mathematics. Release 2.37 fixes an issue with condensed typefaces. The sources are now fetched from GitHub, since the development was moved from SourceForge to GitHub.
* pythonPackages.notebook: 4.2.1 -> 4.2.2Frederik Rietdijk2016-08-06
|
* nixos/x11: make nvidia driver work againGabriel Ebner2016-08-06
| | | | | | The nvidia driver module directly sets the services.xserver.drivers option, while still having nvidia/nvidiaBeta/... etc. in the videoDrivers option.
* Merge pull request #17526 from RamKromberg/fix/wavpackJoachim F2016-08-06
|\ | | | | wavpack: 4.75.0 -> 4.80.0
| * wavpack: 4.75.0 -> 4.80.0Ram Kromberg2016-08-05
| |
* | Merge pull request #17484 from srp/nixos-container-terminateJoachim F2016-08-05
|\ \ | | | | | | nixos-container: add 'terminate' command which 'destroy' now uses
| * | nixos-container: replace 'kill' command with 'terminate'Scott R. Parish2016-08-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | My earlier commit to have `nixos-container destroy` use `kill` broke the `container-imperative` test, see[1]. As suggested by @aszlig, `machinectl terminate` doesn't have that problem, and is the command that should have been used to begin with rather then `kill`. 1| https://github.com/NixOS/nixpkgs/commit/60c6c7bc9a0d564cf86af4b1711b33db48cf0d07#commitcomment-18478032
* | | Merge pull request #17503 from peterhoeg/sshRobin Gloster2016-08-05
|\ \ \ | | | | | | | | ssh module: ignore exit code when socket activated
| * | | ssh module: ignore exit code when socket activatedPeter Hoeg2016-08-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sshd will at times fail when exiting. When socket activated, this will leave a number of sshd@ service instances in the failed state, so we simply ignore the error code if we are running socket activated. Recommended by upstream: http://systemd-devel.freedesktop.narkive.com/d0eapMCG/socket-activated-sshd-service-showing-up-as-a-failure-when-the-client-connection-fails Fixes: #3279
* | | | Merge pull request #17470 from layus/synaptics-conflictJoachim F2016-08-05
|\ \ \ \ | | | | | | | | | | Warn for conflict between synaptics and libinput
| * | | | Warn for conflict between synaptics and libinputGuillaume Maudoux2016-08-03
| | | | |
* | | | | Merge pull request #17533 from wizeman/u/upd-containersRobin Gloster2016-08-05
|\ \ \ \ \ | | | | | | | | | | | | ocamlPackages.containers: 0.16 -> 0.18
| * | | | | ocamlPackages.containers: 0.16 -> 0.18Ricardo M. Correia2016-08-05
| | |_|_|/ | |/| | |
* | | | | linux: enable DRM_GMA600 and DRM_GMA3600Michal Rus2016-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds basic support for Intel GMA3600/3650 (Intel Cedar Trail) platforms and support for GMA600 (Intel Moorestown/Oaktrail) platforms with LVDS ports via the gma500_gfx module. Resolves #14727 Closes #17519
* | | | | Merge pull request #17518 from juliendehos/gtksourceviewmmRobin Gloster2016-08-05
|\ \ \ \ \ | | | | | | | | | | | | gtksourceviewmm: init at 3.18.0
| * | | | | gtksourceviewmm: init at 3.18.0Julien Dehos2016-08-05
| | | | | |
* | | | | | Merge pull request #17541 from womfoo/bump/wraith-1.4.7Robin Gloster2016-08-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | wraith: 1.4.6 -> 1.4.7, fixes build
| * | | | | | wraith: 1.4.6 -> 1.4.7Kranium Gikos Mendoza2016-08-06
| | | | | | |
* | | | | | | Merge pull request #17537 from NeQuissimus/ohmyzsh20160801Robin Gloster2016-08-05
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | oh-my-zsh: 2016-07-15 -> 2016-08-01
| * | | | | | | oh-my-zsh: 2016-07-15 -> 2016-08-01Tim Steinbach2016-08-05
| | |_|/ / / / | |/| | | | |
* | | | | | | nixos/x11: output sections for modesetting driverGabriel Ebner2016-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | See #17487.
* | | | | | | Merge pull request #17363 from MatrixAI/zsh-helpdirJoachim F2016-08-05
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | zsh: Added HELPDIR variable for interactive shells
| * | | | | | | zsh: Added HELPDIR variable for interactive shells, as the help directory is ↵Roger Qiu2016-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | distribution specific, and will be useful for using `run-help`
* | | | | | | | Merge pull request #17492 from k0ral/webkitJoachim F2016-08-05
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | webkitgtk: 2.10.4 -> 2.10.9
| * | | | | | | webkitgtk: 2.10.4 -> 2.10.9koral2016-08-04
| | |_|/ / / / | |/| | | | |
* | | | | | | Add nix-repl as release blockerDomen Kožar2016-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This would have blocked the channel in recent curl bump.
* | | | | | | chromium: fixup commit 33557acobadz2016-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Helps with #17460 @cleverca22 saw calls to SetuidSandboxHost::GetSandboxBinaryPath so we patch this function instead. cc @joachifm
* | | | | | | Revert "curl: 7.47.1 -> 7.50.0" (#17528)Rok Garbas2016-08-05
| | | | | | |
* | | | | | | Revert "curl: 7.50.0 -> 7.50.1" (#17525)Rok Garbas2016-08-05
| | | | | | |
* | | | | | | neovim: remove unused glib dependency (#17499)Aneesh Agrawal2016-08-05
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | As far as I can tell, neovim has never required glib to build. The neovim libtermkey does include a demo-glib.c example, but that is optional.
* | | | | | curl: 7.50.0 -> 7.50.1 (#17486)Kranium Gikos Mendoza2016-08-05
| | | | | |
* | | | | | linux: enable some useful networking optionsFranz Pletz2016-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All options are enabled by default on Debian and some other distributions, so these should be safe.
* | | | | | collectd: 5.5.1 -> 5.5.2 (security)Franz Pletz2016-08-05
| | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2016-6254.
* | | | | | libreswan: 3.17 -> 3.18 (security)Franz Pletz2016-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2016-5391, see https://libreswan.org/security/CVE-2016-5391/CVE-2016-5391.txt
* | | | | | Merge pull request #17489 from mayflower/pkg/gitlab-8-10Franz Pletz2016-08-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | gitlab: 8.5.12 -> 8.10.3, update module
| * | | | | | gitlab module: update documentationFranz Pletz2016-08-04
| | | | | | |
| * | | | | | gitlab module: split up gitlab-runner scriptFranz Pletz2016-08-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The name gitlab-runner clashes with a component of Gitlab CI with the same name and only confuses people. It's now called gitlab-bundle and a convenience-script gitlab-rake for easier invocation of rake tasks was added. This was the primary use case of gitlab-runner.
| * | | | | | gitlab: 8.5.12 -> 8.10.3, update moduleFranz Pletz2016-08-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #14795.
* | | | | | | nixos/luksroot: Reference correct output of opensslTuomas Tynkkynen2016-08-04
| | | | | | |
* | | | | | | xorg.libpciaccess: Not supported on DarwinTuomas Tynkkynen2016-08-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | http://hydra.nixos.org/build/38160825/nixlog/1/raw
* | | | | | | chromium: add ability to control which sandbox is usedobadz2016-08-04
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First step towards addressing #17460 In order to be able to run the SUID sandbox, which is good for security and required to run Chromium with any kind of reasonable sandboxing when using grsecurity kernels, we want to be able to control where the sandbox comes from in the Chromium wrapper. This commit patches the appropriate bit of source and adds the same old sandbox to the wrapper (so it should be a no-op)
* | | | | | eclipse-sdk: 4.5.2 -> 4.6Dinnanid2016-08-04
| | | | | |
* | | | | | eclipse-sdk: 4.5.1 -> 4.5.2Dinnanid2016-08-04
| | | | | |
* | | | | | haskellPackages.ghc-mod: remove override as 5.6.0.0 is ghc8 compatibleobadz2016-08-04
| | | | | | | | | | | | | | | | | | | | | | | | cc @peti
* | | | | | elm: Constrain aeson-pretty to <0.8 (#17511)Brad Ediger2016-08-04
| | | | | | | | | | | | | | | | | | https://github.com/elm-lang/elm-compiler/pull/1431
* | | | | | Merge branch 'plasma-5.7'Thomas Tuegel2016-08-04
|\ \ \ \ \ \
| * | | | | | startkde: default to breeze instead of plastik on a fresh loginPeter Hoeg2016-08-04
| | | | | | |
| * | | | | | kdeWrapper: avoid excessive file collisionsThomas Tuegel2016-08-04
| | | | | | |
| * | | | | | kde5.breeze-grub: init at 5.7.3Thomas Tuegel2016-08-04
| | | | | | |
| * | | | | | kde5.breeze-plymouth: init at 5.7.3Thomas Tuegel2016-08-04
| | | | | | |