Commit Graph
182995 Commits
Author SHA1 Message Date
Bjørn Forsman 4213e48dd9 nixos-generate-config: add dm-snapshot module if LVM is detected
Without this, the system becomes unbootable if the user creates a LVM
snapshot and reboots.

Fixes https://github.com/NixOS/nixpkgs/issues/33646

(The same kind of problem was fixed in RHEL a few years back:
https://bugzilla.redhat.com/show_bug.cgi?id=1287940)
2019-06-16 15:30:54 +02:00
Bjørn Forsman 9e45f6feac nixos-generate-config: don't generate swapDevices for *files*
Up until now, the output has been the same for swap devices and swap
files:

  { device = "/var/swapfile"; }

Whereas for swap *files* it's easier to manage them declaratively in
configuration.nix:

  { device = "/var/swapfile"; size = 8192; }

(NixOS will create the swapfile, and later resize it, if the size
attribute is changed.)

With the assumption that swap files are specified in configuration.nix,
it's silly to output them to hardware-configuration.nix.
2019-06-16 15:26:33 +02:00
Robert Helgesson b0ccba1a2d maintainers: add GPG key for rycee 2019-06-16 14:24:36 +02:00
Andreas RammholdandGitHub 3c32910b9b Merge pull request #63194 from flokli/afew-2.0.0
afew: 1.3.0 -> 2.0.0
2019-06-16 13:34:55 +02:00
worldofpeaceandGitHub 636f1f08b0 Merge pull request #63180 from worldofpeace/gthumb/3.8.0
gthumb: 3.6.2 -> 3.8.0
2019-06-16 06:46:47 -04:00
Marek MahutandVladimír Čunát 3aa8f9448c zziplib: patch CVE-2018-17828
Fixes https://github.com/NixOS/nixpkgs/issues/61961
Close https://github.com/NixOS/nixpkgs/pull/63189
vcunat amended some nitpicks into the original commit.
2019-06-16 12:17:30 +02:00
Jan Tojnar 9e480c5dfa gnome-mpv: use external patch 2019-06-16 12:15:10 +02:00
Jan TojnarandGitHub ca51fbb3d6 Merge pull request #63179 from lightbulbjim/gnome-mpv-update
gnome-mpv: 0.13 -> 0.16
2019-06-16 12:09:43 +02:00
Michael Weiss 856d601b64 gns3Packages.{server,gui}Preview: 2.2.0b2 -> 2.2.0b3 2019-06-16 12:08:51 +02:00
Florian Klink dc1228d1b1 afew: 1.3.0 -> 2.0.0 2019-06-16 12:03:01 +02:00
Matthias BeyerandFrederik Rietdijk aa2f3eb8b1 mutt: 1.12.0 -> 1.12.1 2019-06-16 09:43:43 +02:00
Jaka HudoklinandGitHub e2d07d2cc7 Merge pull request #61983 from nikuda/master
confluent-platform: Rename confluent package and update to 5.2.1
2019-06-16 08:57:48 +02:00
Bas van DijkandGitHub 0bc377d47d Merge pull request #63160 from basvandijk/opencv-4.1.0
opencv: 4.0.1 -> 4.1.0
2019-06-16 08:57:30 +02:00
Bas van DijkandGitHub bf5e3c24d0 Merge pull request #63162 from basvandijk/opencv-3.4.6
opencv: 3.4.5 -> 3.4.6
2019-06-16 08:55:49 +02:00
Michael RaskinandGitHub 2edd48b4fd Merge pull request #63139 from yrashk/picolisp-w3m-help
picolisp: fix help functionality
2019-06-16 06:50:14 +00:00
Yurii Rashkovskii 6278dbf8c4 picolisp: fix help functionality
Currently, trying to use help results in something like this:

```
: (help 'db)
========================================
w3m: Can't exec
=======================================
```

By including `w3m` as an input, the behaviour changes to:

```
: (help 'db)
========================================
(db 'sym 'cls ['hook] 'any ['sym 'any ..]) -> sym | NIL
Returns a database object of class cls, where the values for the sym arguments
correspond to the any arguments. If a matching object cannot be found, NIL is
returned. sym, cls and hook should specify a tree for cls or one of its
superclasses. See also aux, collect, request, fetch, init and step.

========================================
-> db
```
2019-06-15 23:25:32 -07:00
Austin SeippandAustin Seipp ebb3f4d428 bmake: init at 20121212
Signed-off-by: Austin Seipp <as@fastly.com>
2019-06-15 22:46:14 -07:00
Graham ChristensenandGitHub 453cc362c8 Merge pull request #63178 from mmahut/CVE-2019-12155
qemu: CVE-2019-12155
2019-06-16 01:17:01 -04:00
Austin Seipp a1dd419c1f liburing: 1.0.0pre132 -> 1.0.0pre137
Signed-off-by: Austin Seipp <as@fastly.com>
2019-06-15 23:21:19 -05:00
Chris Rendle-Short 28070039ae gnome-mpv: 0.13 -> 0.16 2019-06-16 13:01:02 +10:00
worldofpeace 5141948ba9 gthumb: 3.6.2 -> 3.8.0
* enable clutter-gtk support
  Upstream defaults to it so we probably should as well.
2019-06-15 22:28:11 -04:00
Jan TojnarandGitHub b1ee53d87b nixos/enlightenment: fix build with config.allowAliases=false (#61421)
nixos/enlightenment: fix build with config.allowAliases=false
2019-06-16 04:07:26 +02:00
worldofpeaceandGitHub 72291fb668 Merge pull request #63040 from worldofpeace/brave
brave: 0.61.50 -> 0.65.118
2019-06-15 21:10:20 -04:00
Mario RodasandGitHub f30c0c5cf1 Merge pull request #63148 from marsam/init-reviewdog
reviewdog: init at 0.9.12
2019-06-15 19:01:07 -05:00
Jan TojnarandGitHub c96ee919cf flatpak-builder: 1.0.6 -> 1.0.7 (#62413)
flatpak-builder: 1.0.6 -> 1.0.7
2019-06-16 01:39:09 +02:00
Jan Tojnar ccc6ffe2dc flatpak-builder: add installed tests 2019-06-16 01:22:12 +02:00
Marek Mahut a4e6261173 qemu: CVE-2019-12155 2019-06-15 23:54:01 +02:00
Robert ScottandFrederik Rietdijk 46ce40ba6a pythonPackages.matchpy: 0.4.6 -> 0.5.1, fix build 2019-06-15 20:11:00 +02:00
Will DietzandFrederik Rietdijk 8a41d6631c pygraphviz: 1.3.1 -> 1.5
https://github.com/pygraphviz/pygraphviz/releases
2019-06-15 20:07:41 +02:00
Michael RaskinandGitHub 079183a983 Merge pull request #63140 from Izorkin/libreoffice-fix
libreoffice: fix build
2019-06-15 18:05:56 +00:00
Tim Steinbach 3385abd753 oh-my-zsh: 2019-06-12 -> 2019-06-15 2019-06-15 13:58:09 -04:00
Tim Steinbach d208a0678e linux: 5.1.9 -> 5.1.10 2019-06-15 13:58:09 -04:00
Tim Steinbach cd8dfda9a7 linux: 4.19.50 -> 4.19.51 2019-06-15 13:58:09 -04:00
Tim Steinbach e84ec43eba linux: 4.14.125 -> 4.14.126 2019-06-15 13:58:09 -04:00
Vladimír Čunát 54802341b2 Merge #63131: thunderbird*: 60.7.0 -> 60.7.1 (security) 2019-06-15 19:45:03 +02:00
R. RyanTMandJan Tojnar ee453e1b38 flatpak-builder: 1.0.6 -> 1.0.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flatpak-builder/versions
2019-06-15 19:34:34 +02:00
Alexander V. NikolaevandFrederik Rietdijk 2b4ac8d003 wine: 4.8 -> 4.9, 4.0 -> 4.0.1 2019-06-15 18:32:50 +02:00
Jan TojnarandGitHub 2ba0d81fd9 gnome3.geary: add libunity (#63161)
gnome3.geary: add libunity
2019-06-15 18:15:21 +02:00
Bas van Dijk 9f52f0e6b8 opencv: 3.4.5 -> 3.4.6 2019-06-15 16:54:31 +02:00
Jan Tojnar 0131424f57 gnome3.geary: add libunity
Adds unread mail counter to dash to dock.
2019-06-15 16:46:29 +02:00
Jan TojnarandGitHub 33a0ef8bb3 gnome3.gnome-control-center: Add mutter to dependencies (#63124)
gnome3.gnome-control-center: Add mutter to dependencies
2019-06-15 16:41:41 +02:00
Bas van Dijk baf54b6b8b opencv: 4.0.1 -> 4.1.0 2019-06-15 16:17:51 +02:00
Timo KaufmannandGitHub 61ced72975 vimPlugins: update (#63155) 2019-06-15 15:53:40 +02:00
Wout MertensandFrederik Rietdijk 6a1c2e8a4f nodejs: make v10 the default 2019-06-15 15:53:06 +02:00
Mario RodasandGitHub 1cafe467b1 Merge pull request #63041 from xrelkd/add/eksctl
eksctl: init at 0.1.35
2019-06-15 08:13:04 -05:00
Graham ChristensenandGitHub d925731a17 Merge pull request #63153 from flokli/mingwrt-src
windows.mingwrt: fix src url
2019-06-15 09:03:45 -04:00
José Romildo MalaquiasandGitHub ab4991ff5a Merge pull request #62994 from romildo/upd.cbatticon
cbatticon: 1.6.8 -> 1.6.9
2019-06-15 09:23:22 -03:00
schneefuxandFrederik Rietdijk b2405bfcb3 wallabag: 2.3.7 -> 2.3.8 2019-06-15 13:38:59 +02:00
Florian Klink ddfc4797fb windows.mingwrt: fix src url 2019-06-15 13:33:32 +02:00
Frederik RietdijkandGitHub 395da1280e Merge pull request #63100 from aanderse/phabricator-remove
drop unmaintained phabricator package, service, and httpd subservice
2019-06-15 13:08:48 +02:00