summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* NetworkManager: fix openconnect for console toolstimor2017-05-29
| | | | | | | This patch allows `nmcli` and `nmtui to work correctly with openconnect. This is dony by hard-coding the openconnect binary location. see #25915
* nixos/firewall: clean up rpfilter rules properlyFranz Pletz2017-05-29
| | | | | The rpfilter rules wouldn't be removed if it was previously enabled but disabled in a new generation.
* Merge pull request #25931 from bachp/mysql-17.09Graham Christensen2017-05-29
|\ | | | | mysql service: change default data directory for 17.09
| * mysql service: change default data directory for 17.09Pascal Bach2017-05-20
| | | | | | | | | | The new directory is now moved to /var/lib/mysql. This makes it consistent with with upstream.
* | Merge pull request #26208 from Mic92/alembicFrederik Rietdijk2017-05-29
|\ \ | | | | | | pythonPackages.alembic: 0.8.3 -> 0.9.2
| * | pythonPackages.alembic: 0.8.3 -> 0.9.2Jörg Thalheim2017-05-29
|/ /
* | linux: 4.12-rc2 -> 4.12-rc3Tim Steinbach2017-05-29
| |
* | Merge pull request #26094 from mayflower/feature/graphical-user-sessionFranz Pletz2017-05-29
|\ \ | | | | | | nixos/xsession: use graphical systemd user target
| * | gnupg agent module: initFranz Pletz2017-05-29
| | | | | | | | | | | | | | | | | | Creates a systemd user service and updates the tty on new logins so that gpg-agent may find the current tty even if the SSH agent mode is used.
| * | nixos/xsession: use graphical systemd user targetFranz Pletz2017-05-29
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While systemd suggests using the pre-defined graphical-session user target, I found that this interface is difficult to use. Additionally, no other major distribution, even in their unstable versions, currently use this mechanism. The window or desktop manager is supposed to run in a systemd user service which activates graphical-session.target and the user services that are binding to this target. The issue is that we can't elegantly pass the xsession environment to the window manager session, in particular whereas the PassEnvironment option does work for DISPLAY, it for some mysterious reason won't for PATH. This commit implements a new graphical user target that works just like default.target. Services which should be run in a graphical session just need to declare wantedBy graphical.target. The graphical target will be activated in the xsession before executing the window or display manager. Fixes #17858.
* | OVMF: fix buildRobin Gloster2017-05-29
| | | | | | | | $fd for the output was overwritten during the build
* | imapsync: 1.684 -> 1.727Pascal Wittmann2017-05-29
| |
* | perlPackagrs.NTLM: init at 1.09Pascal Wittmann2017-05-29
| |
* | ragelDev: 7.0.0.9 -> 7.0.0.10Pascal Wittmann2017-05-29
| |
* | colm: 0.13.0.4 -> 0.13.0.5Pascal Wittmann2017-05-29
| |
* | halibut: 1.1 -> 1.2Pascal Wittmann2017-05-29
| |
* | fsql: 0.1.0 -> 0.1.1Pascal Wittmann2017-05-29
| |
* | homebank: 5.1.4 -> 5.1.5Pascal Wittmann2017-05-29
| |
* | merlin: 2.5.3 -> 2.5.4romildo2017-05-29
| | | | | | | | | | - Update to version 2.5.4. - Remove dependency on menhir, which seems not needed.
* | radicale: 1.1.1 -> 1.1.2, fixes CVE-2017-8342Pascal Wittmann2017-05-29
| |
* | dmenu: 4.6 -> 4.7Pascal Wittmann2017-05-29
| |
* | Merge pull request #26179 from veprbl/cernlibJörg Thalheim2017-05-29
|\ \ | | | | | | cernlib: init at 2006
| * | cernlib: init at 2006Dmitry Kalinkin2017-05-28
| | |
* | | lynx: Fix SSL, widec support (#26134)Will Dietz2017-05-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lynx: Fix SSL support by letting it use pkgconfig lynx wants both the "include" and "lib/lib*.so" paths to be children of the path given to "--with-ssl", which is not provided by any of the current openssl outputs. To fix lynx so it supports SSL (and https URLs), let it use pkgconfig to figure out where openssl's bits are. * lynx: Always enable widec support.
* | | Merge pull request #26198 from risicle/varied-minor-python-pkgs-fixesFrederik Rietdijk2017-05-29
|\ \ \ | | | | | | | | python.pkgs: hypothesis, pylibmc, ldap, pylint: minor build fixes
| * | | python.pkgs.pylint: add pytestrunner to buildInputsRobert Scott2017-05-29
| | | |
| * | | python.pkgs.ldap: use fetchPypi for srcRobert Scott2017-05-29
| | | |
| * | | python.pkgs.pylibmc: use fetchPypi for srcRobert Scott2017-05-29
| | | |
| * | | python.pkgs.hypothesis: add pytest_xdist as a checkInputs dependencyRobert Scott2017-05-29
|/ / / | | | | | | | | | without this py.test doesn't recognize the -n flag and fails
* | | Merge pull request #26195 from romildo/upd.ocp-indentJörg Thalheim2017-05-28
|\ \ \ | | | | | | | | cmdliner: 0.9.8 -> 1.0.0, ocp-indent: 1.5.2 -> 1.6.0
| * | | ocp-indent: 1.5.2 -> 1.6.0romildo2017-05-28
| | | |
| * | | cmdliner: 0.9.8 -> 1.0.0romildo2017-05-28
| | | |
* | | | dkimproxy: init at 1.4.1 (#26147)Léo Gaspard2017-05-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dkimproxy: init at 1.4.1 * dkimproxy: simplify by using mkDerivation * dkimproxy: set ekleog as maintainer * dkimproxy: style fix * dkimproxy: also work without the right PERL5LIB environment variable
* | | | Merge pull request #26181 from womfoo/bump/mod_auth_mellon-0.13.1Jörg Thalheim2017-05-28
|\ \ \ \ | | | | | | | | | | mod_auth_mellon: 0.12.0 -> 0.13.1
| * | | | mod_auth_mellon: 0.12.0 -> 0.13.1Kranium Gikos Mendoza2017-05-28
| | | | |
* | | | | Galaxis: init at 1.9 (#26185)Anderson Torres2017-05-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Galaxis: init at 1.9 * galaxis: nitpicks
* | | | | GHCJS packages: avoid inode explosionCharles Strahan2017-05-28
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As noted in #25595, a change introduced in 4b77d425aa597 causes an explosion of inodes due to the constructions of many, many `ghcEnv` symlink forests. This commit undoes that change. To discuss reworking the support for GHCJS plugins, please see: #26192 Fixes #25595
* | | | Merge pull request #26163 from jbarthelmes/factorio-0.15.16Pascal Wittmann2017-05-28
|\ \ \ \ | | | | | | | | | | factorio: 0.15.1 -> 0.15.16
| * | | | factorio: 0.15.1 -> 0.15.16Johannes Barthelmes2017-05-28
| | | | |
* | | | | tor-browser-bundle-bin: additional download urlsJoachim Fasting2017-05-28
| | | | | | | | | | | | | | | | | | | | | | | | | To better support users that are unable to access the official Tor distribution site, e.g., https://github.com/NixOS/nixpkgs/issues/26184
* | | | | Merge pull request #26183 from womfoo/bump/pick-1.6.1Pascal Wittmann2017-05-28
|\ \ \ \ \ | | | | | | | | | | | | pick: 1.4.0 -> 1.6.1
| * | | | | pick: 1.4.0 -> 1.6.1Kranium Gikos Mendoza2017-05-29
| | |/ / / | |/| | |
* | | | | Merge pull request #26189 from mbrgm/cfsslJörg Thalheim2017-05-28
|\ \ \ \ \ | | | | | | | | | | | | cfssl: init at 20170527
| * | | | | cfssl: init at 20170527Marius Bergmann2017-05-28
| | | | | |
* | | | | | Merge pull request #26188 from montag451/git-annex-remote-rclonePascal Wittmann2017-05-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | git-annex-remote-rclone: 0.4 -> 0.5
| * | | | | | git-annex-remote-rclone: 0.4 -> 0.5montag4512017-05-28
| |/ / / / /
* / / / / / moreutils: 0.59 -> 0.61Pascal Wittmann2017-05-28
|/ / / / /
* | | / / cppcheck: 1.78 -> 1.79Joachim Fasting2017-05-28
| |_|/ / |/| | | | | | | | | | | ChangeLog: https://sourceforge.net/p/cppcheck/news/2017/05/cppcheck-179/
* | | | python.pkgs.simplejson: 3.8.1 -> 3.10.0Frederik Rietdijk2017-05-28
| | | |
* | | | Merge pull request #26164 from ryantrinkle/lndir-silentJörg Thalheim2017-05-28
|\ \ \ \ | | | | | | | | | | Silence lndir output in symlinkJoin