Will Dietz
6ad4e3e315
Merge pull request #56429 from dtzWill/update/xorgserver-1.20.4
...
xorgserver: 1.20.3 -> 1.20.4
2019-02-28 23:39:42 -06:00
Jorge Acereda
466f1d85d2
lndir: get rid of xorgproto dependency
2019-03-01 00:09:37 +01:00
Alyssa Ross
2576d09716
nginxMainline: 1.15.8 -> 1.15.9 ( #56416 )
2019-02-28 22:13:35 +01:00
Julian Nadeau
1aa13609b6
Use c++ 11 for MySQL 5.7 to fix build in mac ( #56384 )
...
https://github.com/NixOS/nixpkgs/issues/49174 shows us the error that we were experiencing.
The last successful build was https://hydra.nixos.org/build/81938220 , with the first failing here: https://hydra.nixos.org/build/82083071
The difference between these 2 builds seems to be Protobuf 3.4 being updated to Protobuf 3.6.
Protobuf fails because the newer version uses newer C++ features.
This commit makes MySQL 5.7 use C++ 11 to fix these issues.
2019-02-28 20:59:40 +00:00
Robert Schütz
08052787f4
postfix: 3.3.2 -> 3.4.0 ( #56537 )
...
http://www.postfix.org/announcements/postfix-3.4.0.html
2019-02-28 21:16:53 +01:00
Pascal Bach
8b3ffebcdc
tautulli/plexpy: 1.4.25 -> 2.1.26 (renamed)
...
PlexPy was renamed to Tautulli.
This renames the module as well as the application accordingly.
Aliases are kept for backwards compatibility.
# Conflicts:
# nixos/modules/services/misc/tautulli.nix
2019-02-28 19:07:00 +01:00
Will Dietz
569c594e8e
minio: 2019-01-31 -> 2019-02-26 ( #56475 )
...
https://github.com/minio/minio/releases/tag/RELEASE.2019-02-26T19-51-46Z
https://github.com/minio/minio/releases/tag/RELEASE.2019-02-20T22-44-29Z (security)
https://github.com/minio/minio/releases/tag/RELEASE.2019-02-14T00-21-45Z
https://github.com/minio/minio/releases/tag/RELEASE.2019-02-12T21-58-47Z (critical)
https://github.com/minio/minio/releases/tag/RELEASE.2019-02-06T21-16-36Z
2019-02-28 16:26:11 +01:00
Andreas Rammhold
48f1455c65
riak: mark as insecure
2019-02-27 21:16:21 +01:00
Andreas Rammhold
515be3b94b
riak-cs: mark as insecure
2019-02-27 21:16:09 +01:00
Will Dietz
c971e88fdc
xorgserver: 1.20.3 -> 1.20.4
...
https://lists.x.org/archives/xorg-announce/2019-February/002957.html
2019-02-27 12:56:50 -06:00
makefu
a74e4d25eb
home-assistant: update compontent-packages
2019-02-27 19:26:54 +01:00
Franz Pletz
c707d1fe73
Merge pull request #56454 from mayflower/crowd-update
...
atlassian-crowd: 3.3.3 -> 3.3.4
2019-02-27 13:47:49 +00:00
Izorkin
86059b4f42
ejabberd: 18.12.1 -> 19.02
2019-02-27 16:25:12 +03:00
Simon Lackerbauer
373d97527a
atlassian-crowd: 3.3.3 -> 3.3.4
...
(cherry picked from commit 0f24d1a10917cd10906f5d398e3169c8ed44506f)
2019-02-27 10:24:36 +01:00
Simon Lackerbauer
3516d6464d
atlassian-confluence: 6.14.0 -> 6.14.1
...
(cherry picked from commit 68c0a6cd9043afe70f6da5bde9be9a4ce3996fe6)
2019-02-27 10:23:13 +01:00
Robert Schütz
b588c656ba
esphome: 1.11.1 -> 1.11.2
2019-02-27 00:20:41 +01:00
John Ericson
8293ab8461
Merge pull request #56408 from Mic92/runtime-shell
...
treewide: use runtimeShell instead of stdenv.shell whenever possible
2019-02-26 18:04:27 -05:00
Dmitry Kalinkin
1a95a36dbf
Merge pull request #56080 from artemist/openafs-linux_latest
...
openafs_1_8: Include support for Linux 4.20
2019-02-26 15:57:59 -05:00
WilliButz
52ea2f59f5
grafana: 5.4.3 -> 6.0.0 ( #56412 )
2019-02-26 20:30:02 +01:00
Vladimír Čunát
e52396ce2c
Merge #56143 : luajit, lmdb, knot-resolver: cross-fixes
2019-02-26 15:24:17 +01:00
Jörg Thalheim
dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
...
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
Lancelot SIX
a90cf49fa9
postgresql_10: 10.6 -> 10.7
...
See https://www.postgresql.org/about/news/1920/ for release information.
2019-02-25 15:43:07 +01:00
Lancelot SIX
70a31c2e00
postgresql_9_6: 9.6.11 -> 9.6.12
...
See https://www.postgresql.org/about/news/1920/ for release information.
2019-02-25 15:42:46 +01:00
Lancelot SIX
74c715e39c
postgresql_9_5: 9.5.15 -> 9.5.16
...
See https://www.postgresql.org/about/news/1920/ for release information.
2019-02-25 15:42:10 +01:00
Lancelot SIX
d1dd3a1f1a
postgresql_9_4: 9.4.20 -> 9.4.21
...
See https://www.postgresql.org/about/news/1920/ for release information.
2019-02-25 15:40:42 +01:00
Victor SENE
43c1fced23
mautrix-whatsapp: 2019-02-20 -> 2019-02-24
2019-02-25 14:26:32 +01:00
Victor SENE
dc6ed78a42
mautrix-whatsapp: 2019-02-11 -> 2019-02-20
2019-02-25 14:26:23 +01:00
Elis Hirwing
7ca00868ec
Merge pull request #56321 from delroth/nginx-sso-0.16
...
nginx-sso: 0.15.1 -> 0.16.0
2019-02-25 11:00:00 +01:00
Peter Hoeg
d8c3d56ff0
shairplay: 2016-01-01 -> 2018-08-24
2019-02-25 15:42:51 +08:00
Ryan Mulligan
62b7f5c665
Merge pull request #54988 from thefloweringash/percona-server56
...
percona-server56: 5.6.35-80.0 -> 5.6.43-84.3
2019-02-24 16:07:12 -08:00
Matthew Bauer
73061742af
Merge remote-tracking branch 'NixOS/master' into staging
2019-02-24 18:54:32 -05:00
Pierre Bourdon
244b4b0544
nginx-sso: 0.15.1 -> 0.16.0
2019-02-24 23:17:16 +01:00
Léo Gaspard
5fa2c13696
Merge pull request #56257 from pacien/synapse-0.99.1.1-homeserverscript
...
matrix-synapse: restore service wrapper script
2019-02-24 17:11:41 +01:00
Vladimír Čunát
d4fcb9b7e5
Merge #55890 : samba: 4.7.10 -> 4.7.12 (security)
2019-02-24 15:32:50 +01:00
Robert Schütz
6e5a66f09f
Merge pull request #56225 from dotlambda/esphome-1.11.0
...
esphome: 1.10.1 -> 1.11.1
2019-02-24 13:58:13 +01:00
Robert Schütz
1011da3807
esphome: 1.10.1 -> 1.11.1
2019-02-24 13:24:35 +01:00
Lengyel Balazs
dffba878e1
xorg/xstdcmap: init at 1.0.4
...
(cherry picked from commit 6a316df98800e41954fd820e87da8752d5fc48cb)
2019-02-24 12:39:26 +01:00
Lengyel Balazs
ed508238be
xorg/xfsinfo: init at 1.0.6
...
(cherry picked from commit 4553b42de4b28af1a677182e271b138816ed4a6b)
2019-02-24 12:38:21 +01:00
Frederik Rietdijk
c2eac6741b
Merge master into staging-next
2019-02-24 09:19:12 +01:00
Andrew Dunham
2acd0004c1
samba: 4.7.10 -> 4.7.12
...
Version 4.7.12 is a security release.
This fixes a couple of security related issues:
- https://www.samba.org/samba/security/CVE-2018-14629.html
- https://www.samba.org/samba/security/CVE-2018-16841.html
- https://www.samba.org/samba/security/CVE-2018-16851.html
- https://www.samba.org/samba/security/CVE-2018-16853.html
2019-02-24 02:36:41 -05:00
Will Dietz
e23580caf8
caddy: 0.11.1 -> 0.11.4 ( #56214 )
...
https://github.com/mholt/caddy/releases/tag/v0.11.4
https://github.com/mholt/caddy/releases/tag/v0.11.3
https://github.com/mholt/caddy/releases/tag/v0.11.2
2019-02-24 01:40:00 +01:00
R. RyanTM
551e7393ad
tvheadend: 4.2.7 -> 4.2.8 ( #54038 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tvheadend/versions
2019-02-24 00:36:23 +01:00
pacien
0c663e9032
matrix-synapse: restore entry point for service
2019-02-23 20:57:20 +01:00
pacien
ce62a9dd11
matrix-synapse: register additional maintainer
2019-02-23 20:54:18 +01:00
Will Dietz
e063f54568
xorg.xf86inputlibinput: remove (?!) override of source
...
This is the wrong place for this and is outdated anyway,
so was forcing us to use this older version.
2019-02-23 12:05:08 -06:00
Will Dietz
e961a40012
xorg: misc updates
...
Announcements for each are on xorg-announce@,
see:
https://lists.x.org/archives/xorg-announce/2019-February/thread.html
2019-02-23 12:01:47 -06:00
Vladimír Čunát
98385ff540
knot-resolver: cross-compilation fix
2019-02-23 18:17:35 +01:00
Vladimír Čunát
71f4ba29a3
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1506218
2019-02-22 17:51:01 +01:00
Alyssa Ross
d6173149f5
Merge pull request #56189 from fadenb/uftp_4.9.9
...
uftp: 4.9.8 -> 4.9.9
2019-02-22 16:27:48 +00:00
Austin Seipp
b59b5b2052
cockroachdb: 2.1.3 -> 2.1.5
...
Closes #56192 .
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-02-22 10:06:47 -06:00
Tristan Helmich (omniIT)
57bdc04dce
uftp: 4.9.8 -> 4.9.9
2019-02-22 12:31:58 +01:00
Vladimír Čunát
4ba49d3d6c
Merge #55988 : treewide meta.platforms: linux -> unix
2019-02-22 07:59:34 +01:00
Vladimír Čunát
2ed8187107
Merge #56022 : mesa and x11 updates (into staging)
2019-02-22 06:59:22 +01:00
Danylo Hlynskyi
d0d099266e
postgresql: fix regression in NixOS after update to 11.2 ( #56146 )
...
ryantm bot updates `psqlSchema` alongside with version: https://github.com/NixOS/nixpkgs/pull/50646 , https://github.com/NixOS/nixpkgs/pull/55860
but `psqlSchema` is used to generate `stateDir`. It shouldn't be updated.
Ideally it should be equal to postgresql major version for pg versions,
but we already have deployments in /var/lib/postgresql/11.1. Strange why
nobody complained when it was changed from 11.0 -> 11.1.
I propose do correct naming for PG12+, but status quo for current versions.
Fixes https://github.com/NixOS/nixpkgs/issues/56134
2019-02-21 19:21:08 +02:00
Robert Schütz
3382d93982
home-assistant-cli: 0.5.0 -> 0.6.0
2019-02-21 14:03:35 +01:00
Frederik Rietdijk
5871da418f
Merge staging into python-unstable
2019-02-21 08:02:10 +01:00
Frederik Rietdijk
e2cd07b997
Merge staging-next into staging
2019-02-21 07:54:33 +01:00
Matthias Beyer
f1f4f38909
Revert "Remove maintainership"
...
I'm baaaaack!
This patch reverts my patch where I removed myself as maintainer because
of my traveling. I'm back now and I want to maintain these packages
again.
This reverts commit ce1c1e3093
.
2019-02-20 19:57:34 +01:00
Michael Raskin
828759f9b8
Merge pull request #56088 from oxij/tree/move-defaults-to-package-trivial-leftovers
...
all-packages.nix: move defaults to package files continues^3
2019-02-20 13:12:43 +00:00
Simon Lackerbauer
e2b4752596
atlassian-jira: 7.13.0 -> 8.0.1
2019-02-20 13:04:22 +01:00
Vladimír Čunát
32767d139f
Merge branch 'staging-next'
...
This round is without the systemd CVE,
as we don't have binaries for that yet.
BTW, I just ignore darwin binaries these days,
as I'd have to wait for weeks for them.
2019-02-20 09:38:45 +01:00
Artemis Tosini
71c68185e6
openafs_1_8: Include support for Linux 4.20
...
OpenAFS version 1.8.2 does not have support for Linux 4.20,
meaning that linuxPackages_latest.openafs_1_8 would fail
to build.
This patch adds patches taken from the OpenAFS git to
remove the references to deprecated functions. This has been
tested on Linux 4.20 and Linux 4.14
This patch must be removed when OpenAFS 1.8.3 is released
and improved when Linux 5.0 is added to Nix
2019-02-20 02:45:11 +00:00
Victor SENE
44f78998bb
mautrix-whatsapp: init at 2019-02-11 ( #56054 )
2019-02-20 01:05:08 +00:00
Vladimír Čunát
024407bf9a
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1505754
2019-02-19 12:11:04 +01:00
Matthew Bauer
b1bbd94bb6
Merge remote-tracking branch 'NixOS/master' into staging
2019-02-18 20:36:48 -05:00
Shea Levy
bb52ff3df8
postgresql: Don't move libs unnecessarily out of $lib.
...
In particular, when static linking pkgconfig expects libpq.a in $lib
2019-02-18 20:31:09 -05:00
Lengyel Balazs
b6167a6e63
xorg/xf86-video-apm: init at 1.3.0
2019-02-18 23:24:47 +01:00
Lengyel Balazs
38004ab4bb
xorg/xf86-video-tdfx: 1.4.7 -> 1.5.0
2019-02-18 23:24:47 +01:00
Lengyel Balazs
ea1ca5a4eb
xorg/xf86-video-s3virge: 1.10.7 -> 1.11.0
2019-02-18 23:24:47 +01:00
Lengyel Balazs
3da970b8c9
xorg/xf86-video-chips: 1.3.4 -> 1.4.0
2019-02-18 23:24:47 +01:00
Lengyel Balazs
0e6814e11a
xorg/xcursor-themes: 1.0.5 -> 1.0.6
2019-02-18 23:24:46 +01:00
Lengyel Balazs
c72b449f3c
xorg/xcursorgen: 1.0.6 -> 1.0.7
2019-02-18 23:24:46 +01:00
Lengyel Balazs
3117c1131b
xorg/xcalc: init ad 1.0.7
2019-02-18 23:24:46 +01:00
Lengyel Balazs
c6d84ce454
xorg/libXau: 1.0.8 -> 1.0.9
2019-02-18 23:24:46 +01:00
Frederik Rietdijk
815b77cbe6
Merge master into staging-next
2019-02-18 14:18:04 +01:00
Freezeboy
8f87a61de2
Replace platforms.linux with platforms.darwin for expressions that compile on darwin too (too restrictive platforms)
2019-02-18 10:56:58 +01:00
Ryan Mulligan
1849a783ca
Merge pull request #53766 from dasJ/tt-rss-instagram
...
tt-rss-plugin-ff-instagram: Init at git-2019-01-10
2019-02-17 21:19:15 -08:00
Ivan Kozik
8b4b12ed7a
prometheus-pushgateway: 0.4.0 -> 0.7.0
...
Add some tests to make sure the --version output includes the values
passed in with -X.
Add myself as a maintainer.
2019-02-18 03:40:06 +00:00
rembo10
8e151c1e86
Merge branch 'master' into headphones
2019-02-18 09:14:14 +08:00
Ryan Mulligan
a52d280cc4
Merge pull request #55955 from rnhmjoj/diod
...
Fixes for diod
2019-02-17 14:23:26 -08:00
Janne Heß
8a94a49886
icingaweb2Modules: Init all themes I could find
2019-02-17 20:42:42 +01:00
Ryan Mulligan
1da3cdccb4
Merge pull request #55665 from pmahoney/freeswitch_1_8
...
Freeswitch 1.8
2019-02-17 10:07:29 -08:00
Ryan Mulligan
09ca6b39d8
Merge pull request #55710 from dasJ/icingaweb2-init
...
icingaweb2: Init at 2.6.2
2019-02-17 09:36:10 -08:00
Ryan Mulligan
77b094c515
Merge pull request #55776 from chris-martin/patch-2
...
dict: fix datadir path
2019-02-17 09:03:11 -08:00
Ryan Mulligan
85765acf89
Merge pull request #55941 from rembo10/sickbeard
...
sickbeard: fix build
2019-02-17 09:01:18 -08:00
Ryan Mulligan
0751f8a282
Merge pull request #55860 from r-ryantm/auto-update/postgresql
...
postgresql_11: 11.1 -> 11.2
2019-02-17 08:52:38 -08:00
Ryan Mulligan
57564a7847
Merge pull request #55939 from rembo10/sickgear
...
sickgear: 0.17.5 -> 0.18.14
2019-02-17 08:46:20 -08:00
worldofpeace
1ccc8e9cc2
Merge pull request #55525 from dasJ/tt-rss-ldap-license
...
tt-rss-plugin-auth-ldap: Use the correct license
2019-02-17 15:32:53 +00:00
rembo10
9ff33fb678
sabnzbd: 2.3.3 -> 2.3.7
2019-02-17 16:21:16 +01:00
Ryan Mulligan
d2b63e6280
Merge pull request #55696 from 4z3/exim-4.92
...
exim: 4.91 -> 4.92
2019-02-17 06:43:17 -08:00
Ryan Mulligan
964d3007ab
Merge pull request #55934 from dasJ/tt-rss-gdpr-fix
...
tt-rss-plugin-tumblr-gdpr: 1.2 -> 2.1
2019-02-17 06:16:39 -08:00
Janne Heß
b1cfee198e
tt-rss-theme-feedly: 1.4.0 -> 2.0.0
...
The old version doesn't work anymore since #54896 was merged.
2019-02-17 14:45:37 +01:00
Frederik Rietdijk
d2c3fd5af0
Python: fix outfall after setting strictDeps = true;
2019-02-17 14:40:54 +01:00
Robert Schütz
e68aa6b28f
home-assistant: fix pinned dependencies' builds
2019-02-17 14:40:50 +01:00
rembo10
d35e3e7c91
sickbeard: fix build
...
Use the `pythonEnv` provided by `buildInputs` rather than the one
provided by `buildPythonApplication`.
2019-02-17 13:32:39 +01:00
rembo10
936334b952
sickgear: 0.17.5 -> 0.18.14
2019-02-17 13:03:32 +01:00
rnhmjoj
d919ccde6e
diod: fix build
2019-02-17 12:07:22 +01:00
Janne Heß
e79b7dbcf3
tt-rss-plugin-tumblr-gdpr: 1.2 -> 2.1
...
The old version doesn't work anymore since #54896 was merged.
2019-02-17 11:12:20 +01:00
Vladimír Čunát
f7f1a2f54e
Merge branch 'master' into staging-next
...
A mass darwin rebuild from master (#55784 ).
2019-02-17 08:05:24 +01:00
Léo Gaspard
688f7345bf
Merge pull request #55889 from pacien/synapse-0.99.1.1
...
matrix-synapse: 0.99.0 -> 0.99.1.1
2019-02-17 01:38:43 +01:00
Frederik Rietdijk
e0e7e86410
sickgear: fix build
...
A Python env was added as buildInput, however, `buildPythonApplication` already
provides a `python` which apparently took precedence.
2019-02-16 18:41:20 +01:00
Florian Klink
b24f584d2a
Merge pull request #55879 from r-ryantm/auto-update/nextcloud
...
nextcloud: 15.0.2 -> 15.0.4
2019-02-16 16:08:02 +01:00
Florian Klink
15f49558f4
Merge pull request #55727 from 0x4A6F/unifi
...
unifi: 5.9.29 -> 5.10.17
2019-02-16 16:02:16 +01:00
R. RyanTM
1617de1973
neo4j: 3.5.2 -> 3.5.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/neo4j/versions
2019-02-16 10:26:00 +01:00
pacien
1b01704503
matrix-synapse: 0.99.0 -> 0.99.1.1
2019-02-16 09:48:48 +01:00
Frederik Rietdijk
fd48a94b62
Merge staging-next into staging
2019-02-16 09:30:46 +01:00
Frederik Rietdijk
6fe10d2779
Merge master into staging-next
2019-02-16 09:29:54 +01:00
R. RyanTM
a45b2032ff
nextcloud: 15.0.2 -> 15.0.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nextcloud/versions
2019-02-15 23:11:22 -08:00
Peter Hoeg
fe8641605f
zoneminder: add some missing dependencies for ONVIF
2019-02-16 11:28:18 +08:00
R. RyanTM
e9aeffdc0a
postgresql_11: 11.1 -> 11.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/postgresql/versions
2019-02-15 16:02:50 -08:00
Jaka Hudoklin
2e9390861a
rippled-validatior-keys-tool: init at d7774bcc
2019-02-15 19:47:50 +01:00
Jaka Hudoklin
c70de6b0c4
Merge pull request #55772 from xtruder/pkgs/rippled/1.2.0
...
rippled: 0.30.0-rc1 -> 1.2.0
2019-02-15 16:52:24 +01:00
R. RyanTM
37d1f59b36
uwsgi: 2.0.17.1 -> 2.0.18
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/uwsgi/versions
2019-02-15 01:58:21 -08:00
Jaka Hudoklin
6dde3a215a
rippled: 0.30.0-rc1 -> 1.2.0
2019-02-15 09:44:55 +01:00
0x4A6F
04a1f848a3
unifi: 5.9.29 -> 5.10.17
2019-02-15 01:17:14 +00:00
Will Dietz
91047d75e1
xorg.bitmap: 1.0.8 -> 1.0.9 ( #55594 )
...
https://lists.x.org/archives/xorg-announce/2019-February/002941.html
2019-02-14 23:16:04 +01:00
Robert Schütz
170dc5dee2
Merge pull request #55658 from netixx/hass-lifx-fix
...
home-assistant: add lifx component dependencies
2019-02-14 23:12:26 +01:00
Netix (Espinet François)
2d0abff4c1
home-assistant: fix dependencies for lifx component
...
Update components dependencies for home-assistant.
2019-02-14 22:00:43 +01:00
Silvan Mosberger
3df95cfd9a
Merge pull request #55540 from florianjacob/matomo
...
Security: Matomo 3.7.0 -> 3.8.1
2019-02-14 21:13:57 +01:00
Silvan Mosberger
718b701462
Merge pull request #54803 from vdemeester/update-consul
...
consul: 1.3.0 -> 1.4.1
2019-02-14 21:08:32 +01:00
Chris Martin
199ef0912b
dict: fix datadir path
2019-02-14 11:56:35 -07:00
Frederik Rietdijk
a25d48cd4f
Merge master into staging
2019-02-14 11:35:50 +01:00
Michael Raskin
8384cfe455
Merge pull request #55129 from oxij/tree/move-defaults-to-package-files
...
all-packages.nix: move defaults to package files
2019-02-13 20:04:08 +00:00
Janne Heß
b9f3570c1c
icingaweb2: Init at 2.6.2
2019-02-13 16:04:50 +01:00
tv
1ff3b8a481
exim: 4.91 -> 4.92
2019-02-13 12:59:23 +01:00
Frederik Rietdijk
7257dedd7c
Merge master into staging-next
2019-02-13 12:33:29 +01:00
Frederik Rietdijk
b0e2f24050
Merge pull request #55670 from dotlambda/dateparser-0.7.1
...
python.pkgs.dateparser: 0.7.0 -> 0.7.1
2019-02-13 12:10:35 +01:00
Austin Seipp
c19807e25d
foundationdb60: 6.0.17 -> 6.0.18
...
Fixes numerous bugs in blobstore backup.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-02-12 23:03:25 -06:00
Robert Schütz
a9bf4cea4b
Revert "home-assistant-cli: use python36"
...
This reverts commit c3b01eed80
.
2019-02-12 23:12:57 +01:00
Patrick Mahoney
6bdbe09925
freeswitch: remove helper script to reduce closure size
...
This helper script appears to compile freeswitch modules and requires
perl. Seems more useful at compile-time rather than the main output.
2019-02-12 13:53:27 -06:00
Patrick Mahoney
085725bd43
freeswitch: 1.6.20 -> 1.8.5
2019-02-12 13:53:26 -06:00
Patrick Mahoney
540b35f830
freeswitch: introduce configurable compile-time module selection
...
The 'modules.conf' file in the root of the source determines which
modules to build. Not all of the build inputs have been correctly
moved into their respective module as this requires a bit of work and
trial-and-error.
2019-02-12 13:53:26 -06:00
Franz Pletz
c5e606b713
powerdns: 4.1.5 -> 4.1.6
2019-02-11 22:46:10 +01:00
Franz Pletz
ac55d24f53
pdns-recursor: 4.1.10 -> 4.1.11
2019-02-11 22:46:10 +01:00
Florian Klink
9e8140864b
Merge pull request #55162 from dtzWill/update/xf86inputlibinput-0.28.2
...
xorg.xf86inputlibinput: 0.28.1 -> 0.28.2
2019-02-11 22:28:06 +01:00
Florian Jacob
2f059806ef
matomo: 3.7.0 -> 3.8.1
...
security update
2019-02-11 17:33:44 +01:00
Robert Schütz
a069ef2d82
home-assistant-cli: 0.4.4 -> 0.5.0
2019-02-10 19:23:42 +01:00
Janne Heß
37469c3038
tt-rss-plugin-auth-ldap: Use the correct license
...
The repo now has a license file which contains the Apache 2 license.
2019-02-10 17:22:16 +01:00
Jörg Thalheim
d59f9c0e5f
Merge pull request #55432 from Mic92/ttrss
...
ttrss: database.passwordFile, ldap plugin, configureable socket
2019-02-10 09:01:45 +00:00
markuskowa
64825dfd26
Merge pull request #55145 from r-ryantm/auto-update/slurm
...
slurm: 18.08.4.1 -> 18.08.5.2
2019-02-09 18:48:23 +01:00
Matthew Bauer
5c09d977c7
Merge remote-tracking branch 'origin/master' into staging
2019-02-09 12:14:06 -05:00
Elis Hirwing
81bc8abdd3
Merge pull request #55473 from nyanloutre/radarr-update
...
radarr: 0.2.0.1217 -> 0.2.0.1293
2019-02-09 17:06:10 +01:00
nyanloutre
c47dd4a38d
radarr: 0.2.0.1217 -> 0.2.0.1293
2019-02-09 10:37:42 +01:00
Ryan Mulligan
ca961e72bd
Merge pull request #55464 from jslight90/mattermost
...
mattermost: 5.4.0 -> 5.7.1
2019-02-08 18:04:32 -08:00
Jeff Slight
c5419d6f3f
mattermost: 5.4.0 -> 5.7.1
2019-02-08 14:26:37 -08:00
Jörg Thalheim
d18052fe3e
Merge pull request #54616 from Mic92/net_snmp
...
net_snmp: 5.7.3 -> 5.8
2019-02-08 20:56:49 +00:00
Craig Younkins
c8b2cd51b9
net_snmp: 5.7.3 -> 5.8
2019-02-08 18:00:27 +00:00
Maximilian Bosch
df0d11575c
roundcube: add withPlugins
function
...
This function creates a new store path with roundcube sources and all
specified plugins. It can be used like this:
```
roundcube.withPlugins (plugins: with plugins; [
persistent_login
])
```
2019-02-08 13:35:09 +00:00
Maximilian Bosch
2820e1df5c
roundcubePlugins: init
...
This meta-package is supposed to contain third-party roundcube plugins
such as `persistent_login` that will be linked into the roundcube
derivation.
2019-02-08 13:35:09 +00:00
Jörg Thalheim
a8244c680a
tt-rss-plugin-auth-ldap: init at 2.0.0
2019-02-08 07:08:11 +00:00
Izorkin
43e08168cd
unit: 1.7 -> 1.7.1
2019-02-08 09:07:23 +03:00
Léo Gaspard
a59a9a7e60
Merge branch 'pr-55320'
...
* pr-55320:
nixos/release-notes: mention breaking changes with matrix-synapse update
nixos/matrix-synapse: reload service with SIGHUP
nixos/tests/matrix-synapse: generate ca and certificates
nixos/matrix-synapse: use python to launch synapse
pythonPackages.pymacaroons-pynacl: remove unmaintained fork
matrix-synapse: 0.34.1.1 -> 0.99.0
pythonPackages.pymacaroons: init at 0.13.0
2019-02-07 17:12:04 +01:00
Guillaume Maudoux
acc86c8944
asterisk: 15.3.0 -> 15.7.0, 13.20.0 -> 13.24.1, add 16.x
2019-02-07 07:55:46 +01:00
Franz Pletz
ef0bc50d13
Merge pull request #55186 from andir/prosody
...
prosody: update communityModules
2019-02-07 01:24:19 +00:00
Franz Pletz
fe6d15ee47
Merge pull request #55343 from dotlambda/dovecot-2.3.4.1
...
dovecot: 2.3.4 -> 2.3.4.1
2019-02-07 01:11:32 +00:00
Ryan Mulligan
ec8a918ec2
Merge pull request #55330 from r-ryantm/auto-update/coturn
...
coturn: 4.5.0.8 -> 4.5.1.0
2019-02-06 15:42:16 -08:00
Victor SENE
3592dd04e9
jackett: 0.10.660 -> 0.10.707
2019-02-06 19:24:56 +00:00
Robert Schütz
d49ffaac8a
dovecot: 2.3.4 -> 2.3.4.1
...
fixes CVE-2019-3814:
https://dovecot.org/list/dovecot-news/2019-February/000394.html
2019-02-06 15:54:11 +01:00
Ryan Mulligan
8317d16d55
Merge pull request #55233 from r-ryantm/auto-update/osrm-backend
...
osrm-backend: 5.21.0 -> 5.22.0
2019-02-06 06:33:35 -08:00
Robert Schütz
78c73f7ec0
home-assistant-cli: install shell completions
2019-02-06 14:42:59 +01:00
R. RyanTM
168be7c506
coturn: 4.5.0.8 -> 4.5.1.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/coturn/versions
2019-02-06 03:28:23 -08:00
R. RyanTM
56c7ac2fba
rabbitmq-server: 3.7.10 -> 3.7.11
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rabbitmq-server/versions
2019-02-06 11:59:46 +01:00
nyanloutre
d667c33cb2
matrix-synapse: 0.34.1.1 -> 0.99.0
...
Also cleanup of old dependencies and irrelevant patch
2019-02-06 10:50:20 +01:00
Peter Hoeg
ac098c2e62
home-assistant: missing dependencies ( #55294 )
2019-02-06 10:28:30 +01:00
Peter Hoeg
7003a28916
Merge pull request #54541 from dotlambda/home-assistant-0.86
...
home-assistant: 0.85.1 -> 0.86.4
2019-02-06 09:02:28 +08:00
Silvan Mosberger
dfce20e4e3
Merge pull request #51980 from ToxicFrog/munin-plugins
...
nixos/munin: New options (and some bugfixes) for service configuration
2019-02-05 19:35:03 +01:00
Florian Klink
16994118ba
minio: 2019-01-23T23-18-58Z -> 2019-01-31T00-31-19Z
2019-02-05 17:38:02 +01:00
Ben Kelly
85cdd06e0c
munin: 2.0.37 -> 2.0.43
...
Also creates the RELEASE file in preBuild so that munin knows its own
version number at runtime.
2019-02-04 20:18:25 -05:00
R. RyanTM
9f056c9a7d
osrm-backend: 5.21.0 -> 5.22.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/osrm-backend/versions
2019-02-04 13:27:02 -08:00
Andreas Rammhold
cd682b7c10
prosody: update communityModules
...
After the latest automatic updates of the prosody package the community
modules were partially incompatible. The worst effect I suffered was a
very high timeout (hours) on reconnects due to the stanza module throwing a
runtime error on the server.
We should probably try harder to keep them in sync.
2019-02-04 11:14:08 +01:00
Will Dietz
01cd6cda25
xorg.xf86inputlibinput: 0.28.1 -> 0.28.2
...
https://lists.x.org/archives/xorg-announce/2019-February/002938.html
2019-02-03 21:33:03 -06:00
R. RyanTM
f83dd11e5c
slurm: 18.08.4.1 -> 18.08.5.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/slurm/versions
2019-02-03 15:44:10 -08:00
Silvan Mosberger
a30f43c109
Merge pull request #54930 from DeltaEvo/coredns
...
coredns: 005 -> 1.3.1
2019-02-03 19:37:53 +01:00
Jan Malakhovski
a111b5fde4
bind: move defaults to package file
2019-02-03 15:33:28 +00:00
Jan Malakhovski
15c52af2fe
plex: move defaults to package file
2019-02-03 15:33:23 +00:00
Duarte David
f7a16402b4
coredns: Add deltaevo as maintainer
2019-02-03 16:32:56 +01:00
Jan Malakhovski
f56be70f3f
uwsgi: move defaults to package file
2019-02-03 15:30:42 +00:00
markuskowa
9c363bd765
Merge pull request #54135 from swdunlop/gnatsd-1.4.0
...
gnatsd: 1.2.0 -> 1.4.0
2019-02-03 16:02:22 +01:00
R. RyanTM
7b84ac2190
mysql57: 5.7.24 -> 5.7.25
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mysql/versions
2019-02-03 08:55:01 +00:00
R. RyanTM
6802d1e3a5
nagios: 4.4.2 -> 4.4.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nagios/versions
2019-02-03 08:54:29 +00:00
John Ericson
c85a8a1fad
postgresql: No need to refer to super
...
self.callPackage works fine for now. If/when that changes, we have a
repo-wide thing to deal with so no reason to do anything now.
2019-02-02 15:56:52 -05:00
Danylo Hlynskyi
102ad69a15
Merge pull request #53860 from marsam/update-pg_topn
...
pg_topn: 2.2.0 -> 2.2.2
2019-02-02 00:48:46 +02:00
pmahoney
6195a47d25
freeswitch: expose compilation option to enable postgres support ( #54593 )
2019-02-02 00:39:15 +02:00
Florian Klink
2436c97cbe
neo4j: 3.4.10 -> 3.5.2
...
neo4j-shell is gone
2019-02-01 13:55:30 +01:00
Vladimír Čunát
8ba516664b
Merge branch 'staging-next' into staging
2019-02-01 09:42:53 +01:00
Andrew Childs
0536257612
percona-server56: 5.6.35-80.0 -> 5.6.43-84.3
2019-01-31 20:37:57 +09:00
Robert Schütz
864f8321ee
Merge pull request #54893 from nyanloutre/mautrix-telegram
...
mautrix-telegram: init at 0.4.0.post1
2019-01-31 10:24:49 +01:00
nyanloutre
53fddad692
mautrix-telegram: init at 0.4.0.post1
2019-01-31 09:55:55 +01:00
Mario Rodas
2981a7b0e3
pg_topn: 2.2.0 -> 2.2.2
2019-01-30 19:59:21 -05:00
Vincent Bernat
33802e9ed8
nginx: expose list of additional modules ( #53897 )
...
Currently, it seems there is no easy way to override package to add
modules. For example, if we want to add the `ipscrub` module, we can
do:
pkgs.nginxStable.override {
modules = [ pkgs.nginxModules.ipscrub ];
};
But, then, we loose `rtmp`, `dav` and `moreheaders` which are defined
in `all-packages.nix`. With this modification, we can now do:
pkgs.nginxStable.override {
modules = pkg.nginxStable.passthru.modules ++ [ pkgs.nginxModules.ipscrub ];
};
2019-01-31 02:15:14 +02:00
Alyssa Ross
cd37219ed9
Merge pull request #54808 from vdemeester/update-traefik
...
traefik: 1.7.4 -> 1.7.8
2019-01-30 19:04:01 +00:00
Robert Schütz
0525fa54e8
Merge pull request #54739 from Nadrieril/fix-ffsync
...
Fix firefox sync-server
2019-01-30 16:26:31 +01:00
Nadrieril
957d0589ad
pythonPackages.syncserver: move to all-packages.nix and fix dependencies
2019-01-30 15:59:00 +01:00
Vincent Demeester
3597d3ee61
traefik: 1.7.4 -> 1.7.8
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-01-30 15:47:52 +01:00
adisbladis
16ab34c37b
minio: 2018-12-27T18-33-08Z -> 2019-01-23T23-18-58Z
2019-01-30 14:07:40 +00:00
Duarte David
d80b81ab5d
coredns: 005 -> 1.3.1
2019-01-30 12:50:31 +01:00
Robert Schütz
d165357e4f
home-assistant-cli: 0.4.2 -> 0.4.4
2019-01-30 09:20:44 +01:00
Robert Schütz
5acb21453f
Merge pull request #54904 from dotlambda/home-assistant-cli-0.4.2
...
home-assistant-cli: 0.3.0 -> 0.4.2
2019-01-30 09:18:24 +01:00
Silvan Mosberger
7e3647c665
Merge pull request #54896 from Nadrieril/update-ttrss
...
tt-rss: 2018-04-05 -> 2019-01-29
2019-01-30 01:29:56 +01:00
Robert Schütz
c3b01eed80
home-assistant-cli: use python36
...
dateparser tests fail on python36: https://github.com/NixOS/nixpkgs/issues/52766
2019-01-29 23:57:18 +01:00
Robert Schütz
cfd556fd4a
home-assistant-cli: 0.3.0 -> 0.4.2
2019-01-29 23:57:12 +01:00
Silvan Mosberger
7897dadbbf
Merge pull request #54754 from r-ryantm/auto-update/pdns-recursor
...
pdns-recursor: 4.1.8 -> 4.1.10
2019-01-29 21:58:57 +01:00
Silvan Mosberger
35faffe9d9
Merge pull request #54794 from r-ryantm/auto-update/isso
...
isso: 0.11.1 -> 0.12.2
2019-01-29 21:39:53 +01:00
Nadrieril
b0c696be3a
tt-rss: 2018-04-05 -> 2019-01-29
2019-01-29 20:50:11 +01:00
Pierre Bourdon
aa000aa3a0
nginx-sso: init at 0.15.1
2019-01-29 19:52:48 +01:00
Peter Simons
1283c19098
Merge pull request #54862 from r-ryantm/auto-update/apache-httpd
...
apacheHttpd: 2.4.37 -> 2.4.38
2019-01-29 10:19:50 +01:00
Robert Schütz
6cb6b90f1a
home-assistant: 0.85.1 -> 0.86.4
2019-01-29 08:56:41 +01:00
Elis Hirwing
a3849ccbd0
Merge pull request #54864 from Nadrieril/update-wallabag
...
wallabag: 2.3.2 -> 2.3.6
2019-01-29 08:27:54 +01:00
Nadrieril
f487734870
wallabag: 2.3.2 -> 2.3.6
2019-01-29 02:47:32 +01:00
R. RyanTM
61bcf59e1d
apacheHttpd: 2.4.37 -> 2.4.38
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/apache-httpd/versions
2019-01-28 17:32:40 -08:00
Michael Weiss
55aab980e8
Merge pull request #54764 from r-ryantm/auto-update/monetdb
...
monetdb: 11.31.11 -> 11.31.13
2019-01-28 23:30:27 +01:00
Daiderd Jordan
edcc3e530c
Merge pull request #54481 from LnL7/darwin-luit
...
xorg.luit: fix darwin build
2019-01-28 21:19:02 +01:00
Vincent Demeester
a73398d082
consul: 1.3.0 -> 1.4.1
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-01-28 15:10:22 +01:00
R. RyanTM
5a3548349f
isso: 0.11.1 -> 0.12.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/isso/versions
2019-01-28 06:10:07 -08:00
R. RyanTM
23a981a683
monetdb: 11.31.11 -> 11.31.13
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/monetdb/versions
2019-01-27 23:26:02 -08:00
R. RyanTM
48b40d01ba
pdns-recursor: 4.1.8 -> 4.1.10
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pdns-recursor/versions
2019-01-27 18:56:35 -08:00
Justin Humm
38f23046a3
unifi, nixos/unifi: add erictapen as maintainer
2019-01-27 17:28:15 +01:00
Matthew Bauer
92f0f8dd68
Merge remote-tracking branch 'NixOS/master' into staging
2019-01-27 00:01:13 -05:00
Jörg Thalheim
ba34ffc665
Merge pull request #54619 from Mic92/remove-wkennington
...
treewide: remove wkennington as maintainer
2019-01-26 23:37:27 +00:00
Danylo Hlynskyi
4fb8bc8238
postgresql: cleanup postgis ( #54396 )
...
postgis: cleanup
Another part of https://github.com/NixOS/nixpkgs/pull/38698 , though I did cleanup even more.
Moving docs to separate output should save another 30MB.
I did pin poppler to 0.61 just to be sure GDAL doesn't break again next
time poppler changes internal APIs.
2019-01-26 21:15:43 +02:00
Danylo Hlynskyi
8e985dced0
postgresql: reorganize package and its extensions ( #54319 )
...
* postgresql: reorganize package and it's extensions
Extracts some useful parts of https://github.com/NixOS/nixpkgs/pull/38698 ,
in particular, it's vision that postgresql plugins should be namespaced.
2019-01-26 19:46:57 +02:00
Victor SENE
92a44bd100
jackett: 0.10.622 -> 0.10.660
2019-01-26 13:11:04 +00:00
Jörg Thalheim
b5c1deca8a
treewide: remove wkennington as maintainer
...
He prefers to contribute to his own nixpkgs fork triton.
Since he is still marked as maintainer in many packages
this leaves the wrong impression he still maintains those.
2019-01-26 10:05:32 +00:00
Jörg Thalheim
7a4819dab6
Merge pull request #54532 from nyanloutre/sonarr-update
...
sonarr: 2.0.0.5252 -> 2.0.0.5301
2019-01-24 21:32:52 +00:00
nyanloutre
d60be08bae
sonarr: 2.0.0.5252 -> 2.0.0.5301
2019-01-24 11:15:13 +01:00
Silvan Mosberger
7790dbe6a2
Merge pull request #53796 from Izorkin/ejabberd
...
ejabberd: 18.06 -> 18.12.1
2019-01-24 00:57:54 +01:00
Vladimír Čunát
5237df5186
knot-dns: 2.7.5 -> 2.7.6
...
Maintenance update, nothing really important, probably.
https://gitlab.labs.nic.cz/knot/knot-dns/tags/v2.7.6
2019-01-23 14:04:32 +01:00
Roman Volosatovs
1b3affcbaa
miniflux: 2.0.13 -> 2.0.14
2019-01-23 01:52:12 +02:00
Jörg Thalheim
da61e66fa5
Merge pull request #54416 from Mic92/telegraf
...
telegraf: 1.7.0 -> 1.9.2
2019-01-22 23:45:41 +00:00
Daiderd Jordan
8c0cc98600
xorg.luit: fix darwin build
2019-01-22 23:11:14 +01:00
Vladimír Čunát
3fe32b675e
Merge branch 'master' into staging
2019-01-22 15:59:42 +01:00
Ariel Núñez
f30355eedb
Tegola v0.8.1 ( #54087 )
...
tegola: init at 0.8.1
2019-01-21 23:42:21 +02:00
Joachim F
68553b756f
Merge pull request #52684 from r-ryantm/auto-update/solr
...
solr: 7.5.0 -> 7.6.0
2019-01-21 20:40:22 +00:00
Jörg Thalheim
777b0f89fd
telegraf: 1.7.0 -> 1.9.2
2019-01-21 11:37:16 +00:00
Peter Hoeg
f4e02920e2
Merge pull request #54317 from peterhoeg/p/hazm
...
pythonPackages.zm-py: init at 0.3.0
2019-01-21 10:56:41 +08:00
lewo
ccdb2ac5fe
Merge pull request #54191 from r-ryantm/auto-update/jackett
...
jackett: 0.10.566 -> 0.10.622
2019-01-20 18:28:30 +01:00
Austin Seipp
8cbe6b9ce4
nixpkgs: reorganize the postgresql extensions
...
This is a backwards compatible change; it mostly puts all the extensions
for postgresql in a common directory to keep them isolated.
It also moves a few things that /were not/ extensions out into other parts of
the filesystem namespace; namely the postgresql_jdbc and psqlodbc libraries
were moved under development/java-modules and development/libraries,
respectively. Because these libraries use the libpq postgresql client drivers,
they're less sensitive to underlying version changes anyway (since the protocol
is relatively stable).
No attributes were renamed or harmed in the creation of this patch.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-19 17:33:32 -06:00
Austin Seipp
73f56ae191
nixpkgs: move postgresql patches into a common directory
...
This simply makes it easier to browse the PostgreSQL package directory. More to
come.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-19 17:33:32 -06:00
Peter Hoeg
7aff24f4b0
ha: use zm-py for zoneminder
2019-01-19 23:28:38 +08:00
Peter Hoeg
d264c2994e
home-assistant: missing a parse-requirements.py run ( #54318 )
2019-01-19 14:17:46 +01:00
Frederik Rietdijk
d531da6f8a
Merge pull request #54094 from rnhmjoj/shell
...
treewide: use ${stdenv.shell} instead of /bin/sh where possible
2019-01-19 14:15:51 +01:00
R. RyanTM
74b7aae3af
rabbitmq-server: 3.7.9 -> 3.7.10
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rabbitmq-server/versions
2019-01-19 11:28:05 +01:00
Peter Hoeg
eaa665e243
Merge pull request #53495 from peterhoeg/p/zm
...
zoneminder: init at 1.32.3 and add NixOS module
2019-01-18 15:49:28 +08:00
Peter Hoeg
119876990e
Merge pull request #51864 from peterhoeg/f/vsftpd
...
vsftpd: compile with OpenSSL for SSL support
2019-01-18 15:46:49 +08:00
Peter Hoeg
4d2a45b30f
Merge pull request #53990 from dotlambda/esphomeyaml-init
...
esphome: init at 1.10.1
2019-01-18 09:09:35 +08:00
R. RyanTM
3556c42fcd
jackett: 0.10.566 -> 0.10.622
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jackett/versions
2019-01-17 08:16:17 -08:00
Franz Pletz
3a6cd12a47
tengine: 2.2.2 -> 2.2.3 (security)
...
Fixes CVE-2018-16843, CVE-2018-16844 and CVE-2018-16845.
2019-01-17 13:26:55 +01:00
Jörg Thalheim
23b0e14416
Merge pull request #54134 from swdunlop/nats-streaming-server-0.11.2
...
nats-streaming-server: 0.11.0 -> 0.11.2
2019-01-17 08:25:06 +00:00
R. RyanTM
560e7d7c59
oidentd: 2.3.1 -> 2.3.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/oidentd/versions
2019-01-17 08:08:05 +00:00
Franz Pletz
2bbb623c19
Merge pull request #54139 from r-ryantm/auto-update/prosody
...
prosody: 0.11.1 -> 0.11.2
2019-01-17 07:44:26 +00:00
R. RyanTM
80f6e34ef0
prosody: 0.11.1 -> 0.11.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/prosody/versions
2019-01-16 17:52:32 -08:00
Scott W. Dunlop
b7f1cf8833
gnatsd: 1.2.0 -> 1.4.0
2019-01-16 17:02:21 -08:00
Scott W. Dunlop
1d274ad684
nats-streaming-server: 0.11.0 -> 0.11.2
2019-01-16 16:57:52 -08:00
rnhmjoj
bcf54ce5bb
treewide: use ${stdenv.shell} instead of /bin/sh where possible
2019-01-16 20:37:15 +01:00
Léo Gaspard
1927de7ed4
opensmtpd: add comment about progress of upstreaming our patch
2019-01-16 17:12:18 +01:00
Robert Schütz
bffbdfc67e
esphome: init at 1.10.1
2019-01-16 15:48:15 +01:00
Léo Gaspard
12ccf9b801
opensmtpd: 6.4.0p2 -> 6.4.1p2
2019-01-16 12:58:04 +01:00
WilliButz
619c308c69
grafana: 5.4.2 -> 5.4.3
2019-01-15 19:43:15 +00:00
Peter Hoeg
2421bab5bb
zoneminder: init at 1.32.3
2019-01-15 21:27:45 +08:00
Robert Schütz
43dd721fa3
Merge pull request #53797 from nyanloutre/matrix-synapse-upgrade
...
matrix-synapse: 0.34.0.1 -> 0.34.1.1
2019-01-14 10:03:47 +01:00
Florian Klink
5c2f09a8a8
Merge pull request #53842 from ajs124/powerdns_ecda
...
powerdns: fix ecdsa support
2019-01-14 09:23:20 +01:00
R. RyanTM
036ee02fa3
jackett: 0.10.504 -> 0.10.566 ( #53313 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jackett/versions
2019-01-13 22:30:23 +01:00
Jörg Thalheim
6618a0de07
Merge pull request #53428 from Mic92/cloud-print-connector
...
cloud-print-connector: 1.11 -> 1.16
2019-01-13 21:18:39 +00:00
R. RyanTM
2b183a448c
pgroonga: 2.1.6 -> 2.1.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/pgroonga/versions
2019-01-13 09:48:03 +01:00
Jörg Thalheim
532c8f954c
check_ssl_cert: update non-determinism patch
2019-01-13 06:12:50 +00:00
Vladimír Čunát
570d84a01e
Merge branch 'staging-next'
2019-01-13 00:39:38 +01:00
Florian Klink
58af931a57
nextcloud: 15.0.0 -> 15.0.2
2019-01-12 22:13:23 +01:00
ajs124
15c629334d
powerdns: fix ecdsa support
...
add libressl, drop patch
neither openssl 1.0 (headers not found) nor openssl 1.1 (configuration
failed when trying to test constants) work, but libressl does
2019-01-12 13:22:15 +01:00
Vladimír Čunát
bde8efe792
Merge branch 'master' into staging-next
...
A couple thousand rebuilds have accumulated on master.
2019-01-12 12:19:34 +01:00
Vladimír Čunát
3cd97916fe
xorg xcursor-themes: fix build after #53127
2019-01-12 11:20:43 +01:00
Robert Schütz
feae4d6cdb
home-assistant: 0.85.0 -> 0.85.1
2019-01-12 07:39:19 +01:00
Robert Schütz
b720ecb9ee
matrix-synapse: use python3
2019-01-11 16:36:28 +01:00
nyanloutre
bc561526d1
matrix-synapse: 0.34.0.1 -> 0.34.1.1
...
Also correctly run tests.
2019-01-11 16:36:27 +01:00
Michael Raskin
3bd38b0daa
lighttpd: fix tests on Linux
...
The tests were enabled in #53488 and succeeded on Darwin; on Linux they
still failed because of empty hostname inside the sandbox (we have no
UTS-namespace hostname and I think no /etc/hosts). Nix on Darwin lacks
powerful enough sandboxing, so there were no problems on Darwin.
Patching the tests to fallback to "127.0.0.1" if hostname of the
localhost cannot be retrieved matches the behaviour of lighttpd itself
and allows the tests to pass.
Not sure if having no hostname in the test environment is a bit too
weird for the upstream to care.
2019-01-11 11:46:23 +01:00
Izorkin
e680dd42b4
ejabberd: 18.06 -> 18.12.1
2019-01-11 12:00:27 +03:00
Franz Pletz
9ea5b2c052
nginxMainline: 1.15.7 -> 1.15.8
2019-01-11 07:55:25 +01:00
Franz Pletz
3db072d823
prometheus-node-exporter: now works with recent go
2019-01-11 07:55:25 +01:00
Franz Pletz
6ac4267ef3
checkSSLCert: 1.79.0 -> 1.80.0, fix build (date impurity)
2019-01-11 04:00:58 +01:00
Notkea
0be693a8df
matrix-synapse: 0.34.0 -> 0.34.0.1 (CVE-2019-5885)
2019-01-10 20:22:01 +01:00
Janne Heß
36d65c59fe
tt-rss-plugin-ff-instagram: Init at git-2019-01-10
2019-01-10 17:56:47 +01:00
Robert Schütz
cc70439e11
python3.pkgs.aiohttp: 3.4.4 -> 3.5.2
2019-01-10 17:05:15 +01:00
Robert Schütz
eb0e3e02e0
Merge pull request #53741 from dotlambda/home-assistant-0.85
...
home-assistant: 0.84.6 -> 0.85.0
2019-01-10 14:57:54 +01:00
Vladimír Čunát
d49f83442b
knot-resolver: 3.2.0 -> 3.2.1
...
https://gitlab.labs.nic.cz/knot/knot-resolver/tags/v3.2.1
2019-01-10 13:10:50 +01:00
Vladimír Čunát
287144e342
Merge branch 'master' into staging-next
2019-01-10 13:07:21 +01:00
Robert Schütz
9a70a1842c
home-assistant: 0.84.6 -> 0.85.0
2019-01-10 11:25:16 +01:00
Florian Klink
05231c4bbf
Merge pull request #53640 from flokli/minio-2018-12-27T18-33-08Z
...
minio: 2018-12-06T01-27-43Z -> 2018-12-27T18-33-08Z
2019-01-09 12:34:24 +01:00
Florian Klink
6c6a899f32
minio: 2018-12-06T01-27-43Z -> 2018-12-27T18-33-08Z
2019-01-08 11:26:49 +01:00
Robin Gloster
6f02b86726
atlassian-jira: 7.12.3 -> 7.13.0
2019-01-07 21:54:23 +01:00
Robin Gloster
89d24aca93
atlassian-crowd: 3.2.5 -> 3.3.3
2019-01-07 21:54:23 +01:00
Robin Gloster
4a38287887
atlassian-confluence: 6.12.2 -> 6.13.0
2019-01-07 21:54:22 +01:00
Franz Pletz
847bd6e2d4
atlassian-confluence: 6.12.0 -> 6.12.2
2019-01-07 21:54:21 +01:00
Franz Pletz
ece39b0638
atlassian-confluence: 6.11.1 -> 6.12.0
2019-01-07 21:54:21 +01:00
Joachim Fasting
a4f51746f8
Revert "openafs: fix build against linux_hardened"
...
This reverts commit 4bb0a719cf
.
Can be reveted once randstruct actually works
2019-01-07 19:50:06 +01:00
WilliButz
75b4b5fc99
prometheus-dnsmasq-exporter: unstable-2018-05-05 -> 0.1.0
2019-01-07 17:34:46 +00:00
Robin Gloster
16413c05cd
Merge pull request #53554 from rnhmjoj/searx
...
searx: 0.14.0 -> 0.15.0
2019-01-07 13:21:39 +00:00
Vladimír Čunát
220aa6713b
knot-dns: 2.7.4 -> 2.7.5
...
https://gitlab.labs.nic.cz/knot/knot-dns/tags/v2.7.5
2019-01-07 13:47:14 +01:00
Orivej Desh (NixOS)
fa17392fd8
Merge pull request #53376 from r-ryantm/auto-update/clickhouse
...
clickhouse: 18.14.18 -> 18.16.1
2019-01-07 11:25:08 +00:00
rnhmjoj
985bc6ca5a
searx: 0.14.0 -> 0.15.0
2019-01-07 11:10:38 +01:00
Orivej Desh
e4e695548c
clickhouse: link to libLLVM rather than to individual LLVM libs
...
The clickhouse program links to LLVM and to the clickhouse library, that also
links to LLVM. When the library is shared but LLVM is static, LLVM gets linked
into the program twice (once via the library and once directly), which causes
this error when running clickhouse:
: CommandLine Error: Option 'x86-use-base-pointer' registered more than once!
LLVM ERROR: inconsistency in registered CommandLine options
A common LLVM installation provides static component libraries and a shared
libLLVM. Linking to libLLVM when libclickhouse is shared solves this issue.
Upstream pull request: https://github.com/yandex/ClickHouse/pull/3989
2019-01-06 16:59:47 +00:00
Vladimír Čunát
711db1b0cd
postfix: fix linking error after #51770 ; issue #53001
2019-01-06 14:53:24 +01:00