summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* wireguard: 0.0.20170214 -> 0.0.20170223Jason A. Donenfeld2017-02-23
| | | Simple version bump.
* Merge pull request #23109 from dtzWill/update/neo4jFranz Pletz2017-02-23
|\ | | | | neo4j: update and fix JVM parameters in NixOS module
| * nixos/neo4j: Update to default JVM options from current release.Will Dietz2017-02-23
| | | | | | | | The options previously listed here were the defaults back in 2.1.x.
| * neo4j: 3.0.6 -> 3.1.1Will Dietz2017-02-23
| |
* | flpsed: ghostscript patch, fixes, new urlProfpatsch2017-02-23
| | | | | | | | | | | | gs was called at runtime, fix the execvp call. The url changed to its own domain. A little face-lift for the package code.
* | phpPackages.xdebug: 2.4.0RC3 -> 2.5.0Robin Gloster2017-02-23
| | | | | | | | fixes #23098
* | Merge pull request #23082 from mayflower/graylog_updateFranz Pletz2017-02-23
|\ \ | | | | | | graylog: update + module plugin support
| * | graylog module: add plugin supportTristan Helmich2017-02-23
| | |
| * | graylog: 2.1.2 -> 2.2.1Tristan Helmich2017-02-22
| | |
* | | Merge pull request #22634 from Ekleog/dhparamsRobin Gloster2017-02-23
|\ \ \ | | | | | | | | dhparams module: initialize
| * | | dhparams module: initializeLéo Gaspard2017-02-18
| | | |
* | | | knot-resolver: maintenance 1.2.2 -> 1.2.3Vladimír Čunát2017-02-23
| | | | | | | | | | | | | | | | | | | | Just tiny fixes for some rare circumstances. https://lists.nic.cz/pipermail/knot-dns-users/2017-February/001066.html
* | | | pythonPackages.xdot: fix wrapperFranz Pletz2017-02-23
| | | |
* | | | prosody service: needs working network connectivityFranz Pletz2017-02-23
| | | |
* | | | dhcpcd service: fix network-online.target integrationFranz Pletz2017-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When dhcpcd instead of networkd is used, the network-online.target behaved the same as network.target, resulting in broken services that need a working network connectivity when being started. This commit makes dhcpcd wait for a lease and makes it wanted by network-online.target. In turn, network-online.target is now wanted by multi-user.target, so it will be activated at every boot.
* | | | Merge pull request #23108 from NixOS/revert-22890-mark-as-insecureGraham Christensen2017-02-23
|\ \ \ \ | | | | | | | | | | Revert "nixpkgs: allow packages to be marked insecure"
| * | | | Revert "nixpkgs: allow packages to be marked insecure"Graham Christensen2017-02-23
|/ / / /
* | | | networking module: remove reference to removed ip-up.targetRobin Gloster2017-02-23
| | | |
* | | | idea-ultimate: 2016.3.3 -> 2016.3.4Jascha Geerds2017-02-23
| | | |
* | | | dnsperf: init at 2.1.0.0Vladimír Čunát2017-02-23
| | | |
* | | | Merge pull request #22890 from grahamc/mark-as-insecureGraham Christensen2017-02-23
|\ \ \ \ | | | | | | | | | | nixpkgs: allow packages to be marked insecure
| * | | | libplist: mark as insecureGraham Christensen2017-02-22
| | | | | | | | | | | | | | | | | | | | Patches currently available don't seem to apply.
| * | | | nixpkgs: allow packages to be marked insecureGraham Christensen2017-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a package's meta has `knownVulnerabilities`, like so: stdenv.mkDerivation { name = "foobar-1.2.3"; ... meta.knownVulnerabilities = [ "CVE-0000-00000: remote code execution" "CVE-0000-00001: local privilege escalation" ]; } and a user attempts to install the package, they will be greeted with a warning indicating that maybe they don't want to install it: error: Package ‘foobar-1.2.3’ in ‘...default.nix:20’ is marked as insecure, refusing to evaluate. Known issues: - CVE-0000-00000: remote code execution - CVE-0000-00001: local privilege escalation You can install it anyway by whitelisting this package, using the following methods: a) for `nixos-rebuild` you can add ‘foobar-1.2.3’ to `nixpkgs.config.permittedInsecurePackages` in the configuration.nix, like so: { nixpkgs.config.permittedInsecurePackages = [ "foobar-1.2.3" ]; } b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add ‘foobar-1.2.3’ to `permittedInsecurePackages` in ~/.config/nixpkgs/config.nix, like so: { permittedInsecurePackages = [ "foobar-1.2.3" ]; } Adding either of these configurations will permit this specific version to be installed. A third option also exists: NIXPKGS_ALLOW_INSECURE=1 nix-build ... though I specifically avoided having a global file-based toggle to disable this check. This way, users don't disable it once in order to get a single package, and then don't realize future packages are insecure.
* | | | | octoprint: jailbreak Jinja2Nikolay Amiantov2017-02-23
| | | | |
* | | | | haskellPackages.lambdabot: jailbreakNikolay Amiantov2017-02-23
| | | | |
* | | | | lttng-ust: 2.5.1 -> 2.9.0Nikolay Amiantov2017-02-23
| | | | |
* | | | | lttng-tools: 2.5.2 -> 2.9.3Nikolay Amiantov2017-02-23
| | | | |
* | | | | linuxPackages.lttng-modules: 2.8.3 -> 2.9.1Nikolay Amiantov2017-02-23
| | | | |
* | | | | Merge pull request #23101 from bflyblue/masterPascal Wittmann2017-02-23
|\ \ \ \ \ | | | | | | | | | | | | unifi: 5.2.9 -> 5.4.11
| * | | | | unifi: 5.2.9 -> 5.4.11Shaun Sharples2017-02-23
| | | | | |
* | | | | | terragrunt: 0.10.2 -> 0.10.3Peter Hoeg2017-02-23
| | | | | |
* | | | | | ocaml-ipaddr: 2.6.1 -> 2.7.2sternenseemann2017-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keeps the legacy version under attribute `ipaddr_p4`; it is needed for OCaml < 4.02 and some libraries (eg `conduit`).
* | | | | | firebird: 2.5.6.27020-0 -> 2.5.7.27050-0 for '2.5.7.27050-0' bypassGraham Christensen2017-02-22
| | | | | |
* | | | | | cmus: let ffmpeg handle mp4/aacJörg Thalheim2017-02-23
| | | | | |
* | | | | | mp4v2: 1.9.1p4 -> 2.0.0Jörg Thalheim2017-02-23
| | | | | |
* | | | | | cmus: mp4 supportJörg Thalheim2017-02-23
| | | | | |
* | | | | | cmus: enable aac supportJörg Thalheim2017-02-23
| | | | | |
* | | | | | cmus: enable opus support (re #23051)Thomas Lotze2017-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Opus support was enabled since it didn't work in the past; I found it to be working when I gave it a try now.
* | | | | | google-compute-image.nix: fix evaluation failureDan Peebles2017-02-22
| | | | | |
* | | | | | make-disk-image.nix: support additional filesystem contentsDan Peebles2017-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes make-disk-image.nix slightly more consistent with other image builders we have. Unfortunately I duplicated some code in doing so, but this is temporary duplication on the path to consolidating everything. See https://github.com/NixOS/nixpkgs/issues/23052 for more details on that. I'm also exposing the option in the amazon-image.nix maintainer module.
* | | | | | shellcheck: reduce closure sizeJörg Thalheim2017-02-22
| | | | | | | | | | | | | | | | | | | | | | | | from 1.5GB to 20mb
* | | | | | Merge pull request #23091 from peterhoeg/u/lynxPeter Hoeg2017-02-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | lynx: 2.8.8rel.2 -> 2.8.9dev.11
| * | | | | | lynx: 2.8.8rel.2 -> 2.8.9dev.11Peter Hoeg2017-02-23
| | |_|_|_|/ | |/| | | |
* | | | | | smartmontools: update drivedb.h to latest SVN version 4391Peter Simons2017-02-23
| | | | | |
* | | | | | nixos polkit: fixup setuid wrapper of pkexecVladimír Čunát2017-02-22
| | | | | | | | | | | | | | | | | | | | | | | | Broken in 628e6a8. Fixes #23083.
* | | | | | Merge pull request #22937 from jgeerds/gnomeJascha Geerds2017-02-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | gnome-shell, gnome-tweak-tool: Don't propagate python
| * | | | | | gnome3.gnome-tweak-tool: Don't propagate python dependency (#21851)Jascha Geerds2017-02-18
| | | | | | |
| * | | | | | gnome3.gnome_shell: Don't propagate python dependency (#21851)Jascha Geerds2017-02-18
| | | | | | |
* | | | | | | Merge pull request #22812 from phi-gamma/afioJoachim F2017-02-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | afio: init at 2.5.1
| * | | | | | | afio: init at 2.5.1Philipp Gesang2017-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Philipp Gesang <phg@phi-gamma.net>