Commit graph

200712 commits

Author SHA1 Message Date
Galen Abell
05c0d8792f vimPlugins.kotlin-vim: init at 2019-05-26 2019-11-06 10:55:51 -08:00
Galen Abell
05ded6497a vimPlugins.gv-vim: init at 2019-10-13 2019-11-06 10:55:51 -08:00
Galen Abell
6f3f7fcc89 vimPlugins.mattn-calendar-vim: init at 2018-08-25 2019-11-06 10:55:51 -08:00
Galen Abell
47769e5127 vimPlugins: Update 2019-11-06 10:55:51 -08:00
Galen Abell
8eb8fa153e vimPlugins: Add alias support to update.py
Plugins in `plugin-list` can now optionally specify an alias name, to
avoid naming collisions if plugins have the same repo name. For example,
specifying `author/common-plugin as author-common-plugin` will use
`author-common-plugin` as the package name in `generated.nix`.
2019-11-06 10:55:51 -08:00
Tim Steinbach
873ffd8d29
linux: 4.9.198 -> 4.9.199 2019-11-06 13:38:36 -05:00
Tim Steinbach
042cf21f74
linux: 4.4.198 -> 4.4.199 2019-11-06 13:38:23 -05:00
Tim Steinbach
308aba8351
linux: 4.19.81 -> 4.19.82 2019-11-06 13:38:04 -05:00
Tim Steinbach
2316150e64
linux: 4.14.151 -> 4.14.152 2019-11-06 13:37:46 -05:00
R. RyanTM
f28fad5e2f jetty: 9.4.16.v20190411 -> 9.4.22.v20191022
(#72533)
2019-11-06 19:30:58 +01:00
R. RyanTM
91c8c0093a leatherman: 1.8.0 -> 1.9.0
(#72553)
2019-11-06 19:26:09 +01:00
Sascha Grunert
f46e8f9a12 cri-o: 1.15.2 -> 1.16.0
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-11-06 19:22:36 +01:00
adisbladis
9a5ef400fc
linux: 5.3.8 -> 5.3.9 2019-11-06 18:16:55 +00:00
Maximilian Bosch
20ef52bf04
Merge pull request #72915 from WilliButz/grafana-update
grafana: 6.4.3 -> 6.4.4
2019-11-06 19:14:30 +01:00
R. RyanTM
2b2a80ab5b setbfree: 0.8.9 -> 0.8.10
(#72665)
2019-11-06 19:12:44 +01:00
R. RyanTM
01aedf07d9 renpy: 7.3.3 -> 7.3.5 (#72653)
(#72653)
2019-11-06 18:53:53 +01:00
WilliButz
d4763639e0
grafana: 6.4.3 -> 6.4.4 2019-11-06 18:51:54 +01:00
Maximilian Bosch
5f3956f019
Merge pull request #72596 from kolaente/update/spotify
Spotify 1.0.96.181 -> 1.1.10.546
2019-11-06 18:36:28 +01:00
worldofpeace
0923ffb2f6
Merge pull request #72899 from JohnAZoidberg/fix-py-test-driver-crash
nixos/tests: Ignore shutdown/crash if not booted
2019-11-06 17:28:26 +00:00
R. RyanTM
f8948e9606 mcelog: 164 -> 165 (#72583) 2019-11-06 18:18:28 +01:00
R. RyanTM
46af0b2a2c opera: 62.0.3331.43 -> 64.0.3417.83
(#72587)
2019-11-06 18:12:08 +01:00
R. RyanTM
afa48f16f2 reaper: 5.983 -> 5.984
(#72654)
2019-11-06 18:06:07 +01:00
Dmitry Kalinkin
7272491194
Merge pull request #72373 from jlesquembre/pulumi-fix
pulumi: install providers and add update script
2019-11-06 11:32:33 -05:00
Francesco Gazzetta
d1473e031e coloursum: 0.1.0 -> 0.2.0 (#72900) 2019-11-06 18:05:29 +02:00
Matthew Bauer
46f1daead7
Merge pull request #72727 from oxalica/mips-parse
lib.systems: handle mips family properly
2019-11-06 10:24:05 -05:00
Timo Kaufmann
c54848ee77
Merge pull request #72771 from timokau/sage-fixes
sage: fix tests
2019-11-06 16:21:51 +01:00
Daniel Schaefer
afbfef93a7 nixos/tests: Ignore shutdown/crash if not booted
Condition seems to be inverted. Crash and shutdown only make sense, when
the machine is booted; i.e. we return immediately otherwise.
In the Perl test driver this is:

    return unless $self->{booted};
2019-11-06 16:06:43 +01:00
Matthew Bauer
eeba5c8e0d
Merge pull request #72777 from cab404/android-studio/flutter-tls-support
android-studio: Fixed Flutter "TLS Error" on flutter pub get
2019-11-06 09:59:16 -05:00
Yannis Koutras
fc323c26d0
Merge pull request #72867 from Evils-Devils/mattermost-filechooser
Mattermost-desktop: 4.2.3 -> 4.3.1
2019-11-06 15:05:06 +01:00
Timo Kaufmann
afb9887dbd sage: backport fix for threejs r109 2019-11-06 14:40:16 +01:00
Timo Kaufmann
f64885b9ca sage: fix pkgconfig errors in tests
python.pkgs.pkgconfig raises an exception on missing packages since
version 1.5.0. Previously those errors were just silently ignored. That
worked fine, since the packages are only missing at runtime (when they
are not really needed) but present at buildtime.

Since this fails the tests now, we just add the packages to
PKG_CONFIG_PATH at runtime. This does not add additional runtime
dependencies. Still, it would be nicer if the sage testssuite would not
test the buildsystem at runtime in the first place.

The breakage was originally caused by the pkgconfig update in
1efa71616f.
2019-11-06 14:40:13 +01:00
Timo Kaufmann
da7ec1c139 sage: ignore werkzeug immutable dict deprecation 2019-11-06 14:40:13 +01:00
Timo Kaufmann
f85ce834ce sage: ignore deprecation warnings in rst2sws
Needs to be fixed upstream (by werkzeug, twisted). Doesn't impact the
functionality and the tests are soon to be removed with the py3 update
anyway.
2019-11-06 14:40:13 +01:00
Timo Kaufmann
af480796c9 sage: ignore cmp deprecation in sagenb 2019-11-06 14:40:13 +01:00
David Guibert
d8e7f7e246
Merge pull request #72891 from JohnAZoidberg/fix-qt-paraview
paraview: 5.6.0 -> 5.6.3 (and fix it)
2019-11-06 14:38:02 +01:00
Léo Gaspard
a1a448424c
Merge pull request #72885 from Ma27/bump-matrix-synapse
matrix-synapse: 1.5.0 -> 1.5.1
2019-11-06 14:23:09 +01:00
Robert Scott
baa8892616 opencv3: 3.4.7 -> 3.4.8 (security)
addressing CVE-2019-14491, CVE-2019-14492 & CVE-2019-15939

all internal downloads are unchanged for this release
2019-11-06 13:20:15 +00:00
Renaud
c59079b133
Merge pull request #72850 from fishi0x01/fishi0x01/skype-upgrade
skypeforlinux: 8.51.0.72 -> 8.54.0.85
2019-11-06 14:04:06 +01:00
Daniel Schaefer
4390b5ef7c paraview: 5.6.0 -> 5.6.3
* Use qt wrapper, otherwise it wouldn't find plugins and fail to start
2019-11-06 13:24:35 +01:00
Maximilian Bosch
abe853b84c
Merge pull request #70336 from abbradar/synapse-ipv6
matrix-synapse service: blacklist local IPv6 addresses by default
2019-11-06 13:14:04 +01:00
Domen Kožar
f103882328
Merge pull request #72833 from marijanp/port-tests-python
Port tests to Python
2019-11-06 13:13:12 +01:00
Maximilian Bosch
3c2c50b359
matrix-synapse: 1.5.0 -> 1.5.1
https://github.com/matrix-org/synapse/releases/tag/v1.5.1
2019-11-06 12:52:25 +01:00
Marijan
af117c388b nixos/borgbackup: port test to python 2019-11-06 12:46:24 +01:00
Marijan
54cc018b1e nixos/boot-stage1: port test to python 2019-11-06 12:46:24 +01:00
Marijan
44e6c84ea1 nixos/bind: port test to python 2019-11-06 12:46:24 +01:00
Marijan
db54622145 nixos/beanstalkd: port test to python 2019-11-06 12:46:24 +01:00
Marijan
f794de4e31 nixos/bcachefs: port test to python 2019-11-06 12:46:24 +01:00
Marijan
0f96f9f038 nixos/avahi: port test to python 2019-11-06 12:46:24 +01:00
Marijan
e86b9b9f08 nixos/atd: port test to python 2019-11-06 12:46:24 +01:00
adisbladis
f6501c42cd
Merge pull request #72872 from marsam/enable-librsvg-emacs-darwin
emacs: also allow librsvg dependency when using withNS
2019-11-06 11:13:08 +00:00