186545 Commits

Author SHA1 Message Date
Silvan Mosberger
12eb0f524b
nixos/tests: Reenable couchdb
Works just fine in current master
2019-07-24 20:53:02 +02:00
Silvan Mosberger
5e974362be
nixos/couchdb: Prevent it from chowning /var/log to couchdb:couchdb
The default for logFile is /var/log/couchdb.log, and the tmpfile rules chown
${dirOf cfg.logFile}, which is just /var/log, to couchdb:couchdb.

This was found by Edes' report on IRC, which looked like

    Detected unsafe path transition /var/log → /var/log/journal during canonicalization of /var/log/journal

While this bug has been present since the initial couchdb module in
62438c09f7cc811f994510550614c9265b3b1d18 by @garbas, this wasn't a
problem, because the initial module only created and chowned /var/log
if it didn't exist yet, which can't occur because this gets created in
the initial phases of NixOS startup.

However with the recent move from manual preStart chown scripts to
systemd.tmpfiles.rules in 062efe018d571b1daa9c37b8c99eb39ad47d7342 (#59389),
this chown is suddenly running unconditionally at every system
activation, therefore triggering the above error.
2019-07-24 20:52:53 +02:00
Wael Nasreddine
4ec8edaa6a
pythonPackages.joblib: fix the build on Darwin (#65288)
The test test_dispatch_multiprocessing is failing on Darwin; Disabling it fixes the build.
2019-07-24 10:50:00 -07:00
Lefteris Kritikos
6d25177ca8 bazel-buildtools: 0.22.0 -> 0.28.0 2019-07-24 18:57:52 +02:00
Jörg Thalheim
6b7c72105e
libmediainfo: 19.04 -> 19.07 (#65100)
libmediainfo: 19.04 -> 19.07
2019-07-24 17:03:22 +01:00
Rene de la Garza
f882547372 ghidra: 9.0 -> 9.0.2 (#65177) 2019-07-24 17:02:03 +01:00
Andreas Rammhold
2a35404a91
Merge pull request #65327 from taku0/firefox-bin-68.0.1
firefox, firefox-bin, firefox-esr: 68.0 -> 68.0.1
2019-07-24 17:31:17 +02:00
Mario Rodas
236d744df7 dune: 1.10.0 -> 1.11.0 2019-07-24 15:20:40 +00:00
Vladimír Čunát
96b925e63d
dnsperf: 2.2.0 -> 2.3.1
Mainly they add support for TCP and TLS.
2019-07-24 17:09:57 +02:00
Peter Hoeg
3a2996c07a
Merge pull request #65334 from peterhoeg/u/uchiwa
uchiwa: 1.5.0 -> 1.7.0
2019-07-24 22:26:31 +08:00
Peter Hoeg
b9412f4fdb
Merge pull request #65294 from steshaw/linkchecker-9.4.0
linkchecker: 9.3.1 -> 9.4.0
2019-07-24 21:43:43 +08:00
adisbladis
b4c1a1fa42
Merge pull request #65332 from xrelkd/update/go-ethereum
go-ethereum: 1.9.0 -> 1.9.1
2019-07-24 14:41:27 +01:00
Peter Hoeg
b93bb0664b uchiwa: 1.5.0 -> 1.7.0 2019-07-24 21:36:41 +08:00
xrelkd
eb060aace7 go-ethereum: 1.9.0 -> 1.9.1 2019-07-24 21:00:48 +08:00
markuskowa
ffabf51767
Merge pull request #65061 from plumelo/feature/distrobuilder_10-07-2019
distrobuilder: 2018_10_04 -> 2019_10_07
2019-07-24 13:54:09 +02:00
markuskowa
0300fc5cf2
Merge pull request #65076 from dywedir/broot
broot: 0.8.0 -> 0.9.0
2019-07-24 13:47:59 +02:00
Thomas Tuegel
3d76d810ed
Merge pull request #65090 from eadwu/compton/7
compton: 6.2 -> 7
2019-07-24 06:41:09 -05:00
Peter Hoeg
7ef897f6aa
Merge pull request #65326 from peterhoeg/f/clang
clang-tools: install clangd as well
2019-07-24 19:34:10 +08:00
markuskowa
f73fd8068e
Merge pull request #65155 from magnetophon/mlt-qt5
mlt-qt5: 6.14.0 -> 6.16.0
2019-07-24 13:31:17 +02:00
Thomas Tuegel
b12c89595d
Merge pull request #64441 from justinwoo/fix-polybar-full
Fix conflicting polybarFull settings
2019-07-24 06:26:50 -05:00
markuskowa
1a272c143f
Merge pull request #65154 from magnetophon/mlt
mlt: 6.10.0 -> 6.16.0
2019-07-24 13:17:02 +02:00
markuskowa
554b1e9dee
Merge pull request #65185 from r-ryantm/auto-update/sndio
sndio: 1.5.0 -> 1.6.0
2019-07-24 13:14:25 +02:00
markuskowa
571d0e05fa
Merge pull request #65174 from r-ryantm/auto-update/snd
snd: 19.4 -> 19.5
2019-07-24 13:11:59 +02:00
markuskowa
97e602a3dd
Merge pull request #65203 from r-ryantm/auto-update/wxSVG
wxSVG: 1.5.18 -> 1.5.19
2019-07-24 13:06:47 +02:00
Maximilian Bosch
0a571ae256 citrix_workspace: add 1906 (citrix_workspace_19_6_0)
New release available:
https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html

Apart from the new version the following things changed:

* Updated the docs as all notes about `citrix_receiver` also apply for
  `citrix_workspace`. Also added a deprecation warning about the
  upcoming removal.

* Removed the `libidn_134` override as neither `citrix_workspace_19_3_0`
  nor `citrix_workspace_19_6_0` require this library anymore according
  to `readelf -d ./result/opt/citrix-icaclient/wfica` (in contrast to
  `citrix_receiver_13_10_0`).

* Added myself as maintainer as well.
2019-07-24 13:06:19 +02:00
markuskowa
1eac842476
Merge pull request #65173 from r-ryantm/auto-update/qownnotes
qownnotes: 19.6.1 -> 19.7.3
2019-07-24 13:04:36 +02:00
markuskowa
a7e69435aa
Merge pull request #65176 from r-ryantm/auto-update/renpy
renpy: 7.3.0 -> 7.3.2
2019-07-24 12:57:53 +02:00
Peter Hoeg
c29a53b3ce clang-tools: install clangd as well 2019-07-24 16:33:44 +08:00
Steven Shaw
a4520359e3
linkchecker: 9.3.1 -> 9.4.0
Version 9.3.1 was crashing.
2019-07-24 17:42:47 +10:00
taku0
71116cd9d5 firefox-esr: 68.0esr -> 68.0.1esr 2019-07-24 16:19:05 +09:00
taku0
9c7aa99db2 firefox: 68.0 -> 68.0.1 2019-07-24 16:18:08 +09:00
taku0
835027f601 firefox-bin: 68.0 -> 68.0.1 2019-07-24 16:15:47 +09:00
José Luis Lafuente
32c1c5cbe0 clojure: 1.10.1.462 -> 1.10.1.466 2019-07-24 08:25:49 +02:00
R. RyanTM
89a4e8d5e0 python37Packages.pycountry: 18.12.8 -> 19.7.15
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pycountry/versions
2019-07-24 08:19:36 +02:00
R. RyanTM
5401315ff9 python37Packages.zc_buildout: 2.13.1 -> 2.13.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-zc.buildout/versions
2019-07-24 08:19:22 +02:00
Jonathan Ringer
d12733fee5 pythonPackages.moto: 1.3.8 -> 1.3.10 2019-07-24 08:14:45 +02:00
Jonathan Ringer
03d3ed3eb0 pythonPackages.sshpubkeys: init at 3.1.0 2019-07-24 08:14:45 +02:00
Peter Hoeg
bede9851a1
Merge pull request #65078 from peterhoeg/f/st
nixos/syncthing: do not use nogroup
2019-07-24 13:22:08 +08:00
Aaron Andersen
72ef4786e1
Merge pull request #64151 from aanderse/httpd-extraSubservices
nixos/httpd: module cleanup
2019-07-23 21:58:40 -04:00
R. RyanTM
a47962010d cryptoverif: 2.01 -> 2.01pl1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cryptoverif/versions
2019-07-23 19:32:45 -05:00
adisbladis
2494f84651
Merge pull request #65317 from t184256/update-nixpkgs-python-importer
python3Packages.nixpkgs: 0.2.3 -> 0.2.4
2019-07-24 00:03:39 +01:00
Florian Klink
101a4be5a7
Add spotifyd package and service (#65092)
Add spotifyd package and service
2019-07-24 00:54:24 +02:00
Jörg Thalheim
471ff05140
Merge pull request #65085 from johannesloetzsch/xygrib
xygrib: init at 1.2.6.1
2019-07-23 23:53:26 +01:00
Alexander Sosedkin
2e8aa4f9ff python3Packages.nixpkgs: 0.2.3 -> 0.2.4 2019-07-24 00:21:42 +02:00
Mario Rodas
95233e1d39 pythonPackages.scrapy: 1.7.1 -> 1.7.2 (#65297) 2019-07-23 22:33:05 +02:00
Vincent Laporte
f9486ce114 coqPackages.equations: 1.2beta2 -> 1.2 (#65281)
* coqPackages.equations: 1.2beta2 -> 1.2

* coqPackages.category-theory: 20181016 -> 20190414
2019-07-23 22:27:55 +02:00
Guanpeng Xu
6988b0b929 mathematica: 11.3.0 -> 12.0.0 (#65031)
* mathematica: archive version 11

* mathematica: 11.3.0 -> 12.0.0
2019-07-23 22:23:00 +02:00
R. RyanTM
36a6109259 geekbench: 4.3.3 -> 4.4.0 (#65080)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/geekbench/versions
2019-07-23 22:19:43 +02:00
worldofpeace
f981d413e3
Merge pull request #64674 from xrelkd/update/fcitx-qt5
fcitx-qt5: 1.2.1 -> 1.2.3
2019-07-23 15:40:15 -04:00
worldofpeace
42f527e8f0
Merge pull request #63677 from averelld/gst-plugins-good-build
gst-plugins-good: Remove jack2 by default
2019-07-23 15:35:28 -04:00