194342 Commits

Author SHA1 Message Date
Franz Pletz
a0a3f5c86c
Merge pull request #67332 from uvNikita/nixos-container/run
nixos-container: use systemd-run instead of nsenter
2019-09-14 13:22:35 +00:00
Maximilian Bosch
0b32f6f78c
Merge pull request #68786 from JohnAZoidberg/paperless-testfix
paperless: Fix tests, including NixOS test
2019-09-14 15:17:59 +02:00
WilliButz
ed5009ad84
Merge pull request #68791 from JohnAZoidberg/bareos-broken
bareos: Mark as broken
2019-09-14 15:07:36 +02:00
Daniel Schaefer
e416a39464 bareos: Mark as broken
Doesn't have a maintainer.
Doesn't work with our new glusterfs version.
bareos18 has changed from autotools to cmake so the derivation has to be
completely rewritten.
2019-09-14 15:04:02 +02:00
Cole Mickens
bfb0ac357e spectral: 2019-03-03 -> unstable-2019-08-15 2019-09-14 15:03:45 +02:00
Maximilian Bosch
0d5806fefd
paperless: fix cors header
`django-cors-headers` 3.x (which is used in nixpkgs) requires a scheme
for allowed hosts. Upstream uses 2.4, however we create the python env
with Nix, so the source needs to be patched accordingly.
2019-09-14 14:59:00 +02:00
WilliButz
01bd6a98ce
Merge pull request #68788 from doronbehar/update-sccache
sccache: 0.2.10 -> 0.2.11
2019-09-14 14:57:47 +02:00
WilliButz
ff26584663
Merge pull request #68789 from Ma27/bump-documize
documize-community: 3.2.0 -> 3.3.0
2019-09-14 14:54:22 +02:00
Daniel Fullmer
740d4c22ec k2pdfopt: Fix build and clean up 2019-09-14 21:52:06 +09:00
WilliButz
9128fe19cc
Merge pull request #68787 from Ma27/fix-python-dlib
pythonPackages.{dlib,face_recognition_models}: fix build/startup
2019-09-14 14:47:25 +02:00
WilliButz
44f5a5c440
Merge pull request #68790 from JohnAZoidberg/fix-ape
ape: 6.7-131003 -> 2019-08-10
2019-09-14 14:42:28 +02:00
Herwig Hochleitner
dd57bf928b
Merge pull request #60833 from jflanglois/chromium-widevine
chromium: fix widevine
2019-09-14 14:30:29 +02:00
Ivan Kozik
d66430be79 chromium: 76.0.3809.132 -> 77.0.3865.75
CVE-2019-5870 CVE-2019-5871 CVE-2019-5872 CVE-2019-5873
CVE-2019-5874 CVE-2019-5875 CVE-2019-5876 CVE-2019-5877
CVE-2019-5878 CVE-2019-5879 CVE-2019-5880 CVE-2019-5881
CVE-2019-13659 CVE-2019-13660 CVE-2019-13661 CVE-2019-13662
CVE-2019-13663 CVE-2019-13664 CVE-2019-13665 CVE-2019-13666
CVE-2019-13667 CVE-2019-13668 CVE-2019-13669 CVE-2019-13670
CVE-2019-13671 CVE-2019-13673 CVE-2019-13674 CVE-2019-13675
CVE-2019-13676 CVE-2019-13677 CVE-2019-13678 CVE-2019-13679
CVE-2019-13680 CVE-2019-13681 CVE-2019-13682 CVE-2019-13683
2019-09-14 14:29:35 +02:00
Daniel Schaefer
ea3ea651f9 ape: 6.7-131003 -> 2019-08-10 2019-09-14 14:25:11 +02:00
WilliButz
f3d7447c74
Merge pull request #68784 from JohnAZoidberg/twister-openssl102
twister: 0.9.34 -> 2019-08-19
2019-09-14 14:24:21 +02:00
Maximilian Bosch
c6f257265d
documize-community: 3.2.0 -> 3.3.0
https://github.com/documize/community/releases/tag/v3.3.0
2019-09-14 14:22:01 +02:00
Daniel Schaefer
cbab4663f3 paperless: Use pytest_4 in django-crispy-forms
Doesn't build with pytest_5
2019-09-14 14:20:50 +02:00
Doron Behar
4a99b423fe sccache: 0.2.10 -> 0.2.11 2019-09-14 15:18:12 +03:00
Robin Gloster
dcdf68ee01
xen_4_10: 4.10.0 -> 4.10.4
glusterfs compatibility fix, also added Wno-error flags for gcc8
compatibility
2019-09-14 14:06:16 +02:00
Will Dietz
447d625edc networkmanager,modemmanager: fix service symlinks for systemd v243
Fixes problems such as:

systemd[1]: Failed to put bus name to hashmap: File exists
systemd[1]: dbus-org.freedesktop.nm-dispatcher.service: Two services allocated for the same bus name org.freedesktop.nm_dispatcher, refusing operation.

Problem is that systemd treats symlinks to files outside the service
path differently, causing our old workaround to look like two separate services.

These symlinks are intended to be a means for manually emulating
the behavior of the `Alias=` directive in these services.
Unfortunately even making these symlinks relative isn't enough,
since they don't make it to where it matters--
that only makes the links in /etc/static/systemd/system/*
relative, with systemd still being shown non-relative links
in /etc/systemd/system/*.

To fix this, drop all of this at the package level
and instead simply specify the aliases in the NixOS modules.

Also handle the same for modemmanager,
since the networkmanager NixOS module also handles that.
2019-09-14 08:05:27 -04:00
worldofpeace
2da997582a
Merge pull request #68785 from NixOS/revert-68731-fix/networkmanager-dbus-service-aliases
Revert "networkmanager,modemmanager: fix service symlinks for systemd v243"
2019-09-14 08:04:45 -04:00
worldofpeace
3cb0ae999f
Revert "networkmanager,modemmanager: fix service symlinks for systemd v243" 2019-09-14 08:04:28 -04:00
worldofpeace
e8bc2a6ac0
Merge pull request #68731 from dtzWill/fix/networkmanager-dbus-service-aliases
networkmanager,modemmanager: fix service symlinks for systemd v243
2019-09-14 08:03:12 -04:00
Daniel Schaefer
34b58364e4 pytest: Add pytest_4 as its own attribute
Many packages aren't yet updated to handle the incompatible changes of
pytest5 so we still need v4.
2019-09-14 14:02:39 +02:00
Maximilian Bosch
e176117a81
python3Packages.face_recognition_models: fix startup 2019-09-14 13:59:20 +02:00
Nikolay Amiantov
e06aa820c9
Merge pull request #68744 from dtzWill/update/krita-4.2.6
krita: 4.2.5 -> 4.2.6, gz -> xz
2019-09-14 14:57:19 +03:00
rliang
ab8bfa7d68 vimPlugins: update 2019-09-14 20:54:41 +09:00
Daniel Schaefer
42243e46b1 twister: 0.9.34 -> 2019-08-19 2019-09-14 13:48:45 +02:00
Maximilian Bosch
72ec538d2c
python3Packages.dlib: fix build
The CMake configuring is done in the `setup.py` and doesn't need to be
done by the setup hook. This broke the build as the setup-hook switches
into `source/build` which doesn't have a `setup.py`.

Relying on the setup script from upstream fixes the issue.

ZHF #68361
2019-09-14 13:42:06 +02:00
José Romildo Malaquias
ad333743a8
Merge pull request #68662 from romildo/upd.arc-theme
arc-theme: 20190330 -> 20190910
2019-09-14 08:40:54 -03:00
Henrik Jonsson
bc42ab425b
wasabiwallet: 1.1.8 -> 1.1.9 2019-09-14 13:40:32 +02:00
José Romildo Malaquias
d2632aab64
Merge pull request #68658 from romildo/upd.mojave-gtk-theme
mojave-gtk-theme: 2019-05-21 -> 2019-09-09
2019-09-14 08:37:16 -03:00
Fabian Möller
9d1de74063
pythonPackages.portend: fix darwin build 2019-09-14 13:35:35 +02:00
Maximilian Bosch
5d853163cf
Merge pull request #68372 from obadz/citrix-receiver-decomission
citrix-receiver: decomission in favor of citrix-workspace.
2019-09-14 13:22:32 +02:00
WilliButz
cbb6293dce
Merge pull request #68291 from Ma27/bump-hydra
hydra: 2019-05-06 -> 2019-08-30
2019-09-14 13:16:07 +02:00
Maximilian Bosch
ce37a040c2
nixos/hydra: incorporate upstream changes and update test
During the last update, `hydra-notify` was rewritten as a daemon which
listens to postgresql notifications for each build[1]. The module
uses the `hydra-notify.service` unit from upstream's Hydra module and
the VM test ensures that email notifications are sent properly.

Also updated `hydra-init.service` to install `pg_trgm` on a local
database if needed[2].

[1] c7861b85c4
[2] 8a0a5ec3a3
2019-09-14 12:58:42 +02:00
WilliButz
859dd21997
Merge pull request #68778 from WilliButz/update-httplz
httplz: 1.5.2 -> 1.6.0, add openssl to PATH
2019-09-14 12:47:15 +02:00
WilliButz
bb5e986225
Merge pull request #68720 from alexfmpe/fix-typo
Fix typo
2019-09-14 12:40:00 +02:00
Robin Gloster
d98fb2ca2f
Merge pull request #68726 from jonringer/bump-uamqp
pythonPackages.uamq: 1.1.0 -> 1.2.2
2019-09-14 12:39:39 +02:00
WilliButz
bd231132a4
Merge pull request #68775 from schneefux/feature/gitlab-remove-todo
nixos/gitlab: Remove todo about mysql support
2019-09-14 12:37:35 +02:00
Robin Gloster
8b5e063a2b
Merge pull request #68760 from disassembler/twisted-setuptools
pythonPackages.twisted: add setuptools dependency
2019-09-14 12:28:21 +02:00
WilliButz
1f27f6ddf1
Merge pull request #68758 from dtzWill/update/samba-4.10.8
samba: 4.10.6 -> 4.10.8 (security!)
2019-09-14 12:24:26 +02:00
Robin Gloster
a345623f2b
spidermonkey_1_8_5: fix build with gcc8
closes #68765
closes #68763
2019-09-14 12:19:27 +02:00
Lily Ballard
a5d5133e9c jazzy: 0.10.0 -> 0.11.0 (#68766)
* gem-config: fix sassc on darwin

By default the sassc gem compiles with LTO, but LTO is currently broken
on darwin.

* jazzy: 0.10.0 -> 0.11.0
2019-09-14 10:17:05 +00:00
Miguel Madrid Mencía
148c82e07e
maintainer: mimadrid: update github username and personal data 2019-09-14 12:15:46 +02:00
obadz
e5e6b514f5 citrix-receiver: decomission in favor of citrix-workspace.
Already documented in #64645
2019-09-14 11:11:44 +01:00
Vladyslav M
2f4fffd9c9
broot: 0.9.0 -> 0.9.4 2019-09-14 13:01:48 +03:00
WilliButz
91bb6cf407
httplz: 1.5.2 -> 1.6.0, add openssl to PATH 2019-09-14 11:58:20 +02:00
geistesk
aaf514d322 spaceship-prompt: 3.7.1 -> 3.11.2 2019-09-14 18:50:09 +09:00
Will Dietz
c659b70e86 z-lua: 1.7.2 -> 1.7.3, lua-filesystem so _ZL_USE_LFS can be used
https://github.com/skywind3000/z.lua/releases/tag/v1.7.3
2019-09-14 18:49:22 +09:00