Simon Lackerbauer
373d97527a
atlassian-crowd: 3.3.3 -> 3.3.4
...
(cherry picked from commit 0f24d1a10917cd10906f5d398e3169c8ed44506f)
2019-02-27 10:24:36 +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
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
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
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
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
Vladimír Čunát
98385ff540
knot-resolver: cross-compilation fix
2019-02-23 18:17:35 +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
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
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
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
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
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