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 Rammhold
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
worldofpeace
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 Mahut
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 Tojnar
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 Beyer
aa2f3eb8b1
mutt: 1.12.0 -> 1.12.1
2019-06-16 09:43:43 +02:00
Frederik Rietdijk
9de9a15b86
Merge staging-next into staging
2019-06-16 09:04:52 +02:00
Frederik Rietdijk
7adbdd9758
Merge master into staging-next
2019-06-16 09:04:24 +02:00
Jaka Hudoklin
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 Dijk
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 Dijk
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 Raskin
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 Seipp
ebb3f4d428
bmake: init at 20121212
...
Signed-off-by: Austin Seipp <as@fastly.com>
2019-06-15 22:46:14 -07:00
Graham Christensen
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 Tojnar
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
worldofpeace
72291fb668
Merge pull request #63040 from worldofpeace/brave
...
brave: 0.61.50 -> 0.65.118
2019-06-15 21:10:20 -04:00
Mario Rodas
f30c0c5cf1
Merge pull request #63148 from marsam/init-reviewdog
...
reviewdog: init at 0.9.12
2019-06-15 19:01:07 -05:00
Jan Tojnar
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
Jonathan Ringer
cd730d57f0
pythonPackages.azure-cosmos: init at 3.1.0
2019-06-15 13:53:58 -07:00
Jonathan Ringer
d20e963e91
pythonPackages.pydocumentdb: init at 2.3.3
2019-06-15 13:27:19 -07:00
Jörg Thalheim
b916d11a6e
zfsUnstable: 0.8.0 -> 0.8.1
2019-06-15 19:35:30 +01:00
Jörg Thalheim
05f7301a9e
zfs: 0.8.0 -> 0.8.1
2019-06-15 19:35:25 +01:00
Robert Scott
46ce40ba6a
pythonPackages.matchpy: 0.4.6 -> 0.5.1, fix build
2019-06-15 20:11:00 +02:00
Will Dietz
8a41d6631c
pygraphviz: 1.3.1 -> 1.5
...
https://github.com/pygraphviz/pygraphviz/releases
2019-06-15 20:07:41 +02:00
Michael Raskin
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. RyanTM
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
Frederik Rietdijk
f1bf93eb8e
bison: 3.3.2 -> 3.4.1
2019-06-15 19:06:37 +02:00
Will Dietz
4f9631663f
less: 530 -> 551
...
At long last! \o/
pname-ify while visiting.
http://greenwoodsoftware.com/less/news.551.html
2019-06-15 18:45:15 +02:00
Alexander V. Nikolaev
2b4ac8d003
wine: 4.8 -> 4.9, 4.0 -> 4.0.1
2019-06-15 18:32:50 +02:00
Ben Wolsieffer
0a7bc4645b
guile: 2.2.3 -> 2.2.4
2019-06-15 18:20:16 +02:00
Ben Wolsieffer
7c11742f85
boehm-gc: remove libatomic_ops build input
2019-06-15 18:20:16 +02:00
Ben Wolsieffer
26e907886c
boehm-gc: remove unneeded dontStrip attribute
2019-06-15 18:20:16 +02:00
Will Dietz
044b8b6440
nghttp2: 1.38.0 -> 1.39.1
...
https://nghttp2.org/blog/2019/06/11/nghttp2-v1-39-1/
2019-06-15 18:17:33 +02:00
Will Dietz
6d7cdd7f8b
dbus: 1.12.14 -> 1.12.16
...
https://gitlab.freedesktop.org/dbus/dbus/blob/dbus-1.12.16/NEWS
It's short and explains the CVE a bit, including below:
> CVE-2019-12749: Do not attempt to carry out DBUS_COOKIE_SHA1
> authentication for identities that differ from the user running the
> DBusServer. Previously, a local attacker could manipulate symbolic
> links in their own home directory to bypass authentication and connect
> to a DBusServer with elevated privileges. The standard system and
> session dbus-daemons in their default configuration were immune to this
> attack because they did not allow DBUS_COOKIE_SHA1, but third-party
> users of DBusServer such as Upstart could be vulnerable. Thanks to Joe
> Vennix of Apple Information Security. (dbus#269, Simon McVittie)
2019-06-15 18:16:58 +02:00
Jan Tojnar
2ba0d81fd9
gnome3.geary: add libunity ( #63161 )
...
gnome3.geary: add libunity
2019-06-15 18:15:21 +02:00