Martin Weinelt
5409b08d8a
Merge pull request #117121 from elohmeier/dwdwfsapi
2021-03-23 16:02:37 +01:00
Ryan Mulligan
a06c3fa5ca
Merge pull request #117344 from r-ryantm/auto-update/jellyfin
...
jellyfin: 10.7.0 -> 10.7.1
2021-03-23 07:07:35 -07:00
R. RyanTM
8a487eae76
jellyfin: 10.7.0 -> 10.7.1
2021-03-23 11:24:35 +00:00
Profpatsch
c25ffa8b76
Merge pull request #117073 from sternenseemann/inspircd-3.9.0
...
inspircd: init at 3.9.0
2021-03-23 11:25:58 +01:00
Maximilian Bosch
e94cf01b2d
Merge pull request #117246 from robintown/matrix-synapse
...
matrix-synapse: 1.29.0 -> 1.30.0
2021-03-23 11:01:27 +01:00
Emery Hemingway
ee80707159
Trim ehmry from some package maintainers
...
I prefer not to be associated with anything blockchain related.
2021-03-23 10:24:00 +01:00
Enno Richter
62e8769a3a
home-assistant: update component-packages.nix
2021-03-23 09:45:55 +01:00
Martin Weinelt
368329907b
Merge pull request #117300 from fabaff/bump-pysma
2021-03-23 02:01:59 +01:00
Martin Weinelt
55b7888f43
Merge pull request #117298 from fabaff/pydeconz
2021-03-23 01:51:05 +01:00
Fabian Affolter
99235e5560
home-assistant: enable subaru tests
2021-03-23 00:59:02 +01:00
Fabian Affolter
8bc8a51c04
home-assistant: enable sma tests
2021-03-23 00:41:26 +01:00
Fabian Affolter
b6f41fc351
home-assistant: enable deconz tests
2021-03-23 00:12:47 +01:00
Fabian Affolter
3f2e683ca1
home-assistant: update component-packages
2021-03-23 00:10:32 +01:00
Sandro Jäckel
815514f447
home-assistant: fix github tag of iaqualink-py
2021-03-22 21:15:07 +01:00
Robin Townsend
dd616b9705
matrix-synapse: 1.29.0 -> 1.30.0
...
https://github.com/matrix-org/synapse/releases/tag/v1.30.0
2021-03-22 12:22:40 -04:00
sternenseemann
19225b8690
!fixup add nixos tests to passthru.tests
2021-03-22 15:12:27 +01:00
Sandro
d41fc7b442
Merge pull request #117152 from mweinelt/bird2
...
bird2: 2.0.7 -> 2.0.8
2021-03-22 12:07:24 +01:00
Robert Scott
019c8115cc
Merge pull request #115714 from r-ryantm/auto-update/VictoriaMetrics
...
victoriametrics: 1.52.0 -> 1.54.1
2021-03-22 00:19:09 +00:00
Sandro
d5d0bdbc3f
Merge pull request #115741 from MayNiklas/master
...
plex: 1.21.4.4079-1b7748a7b -> 1.22.0.4163-d8c4875dd
2021-03-22 00:55:38 +01:00
Martin Weinelt
55be1128e9
bird2: 2.0.7 -> 2.0.8
...
https://bird.network.cz/pipermail/bird-users/2021-March/015281.html
2021-03-22 00:53:20 +01:00
Sandro
7d4c9c71cb
Merge pull request #116689 from puffnfresh/pkgs/eventstore
...
eventstore: add x86_64-darwin to supported platforms
2021-03-22 00:44:54 +01:00
Sandro
774476fe65
Merge pull request #116196 from r-ryantm/auto-update/sickgear
...
sickgear: 0.23.11 -> 0.23.14
2021-03-21 23:23:50 +01:00
Sandro
fc5221128c
Merge pull request #114677 from r-ryantm/auto-update/apt-cacher-ng
...
apt-cacher-ng: 3.6 -> 3.6.1
2021-03-21 23:08:41 +01:00
Sandro
fed6795702
Merge pull request #115548 from r-ryantm/auto-update/sabnzbd
...
sabnzbd: 3.1.1 -> 3.2.0
2021-03-21 21:09:22 +01:00
Martin Weinelt
355d0fcbe8
Merge pull request #117013 from fabaff/iaqualink
2021-03-21 17:33:59 +01:00
Profpatsch
0fd939c6ea
fixup! inspircd: init at 3.9.0
2021-03-21 14:14:32 +01:00
R. RyanTM
fc345a51dd
munin: 2.0.65 -> 2.0.66
2021-03-21 09:26:25 +01:00
R. RyanTM
9105a6aab8
jackett: 0.17.668 -> 0.17.699
2021-03-20 22:33:19 -07:00
Sandro
c10752cc4f
Merge pull request #113722 from rgrunbla/galene-03
...
galene: 0.2 -> 0.3 and bugfix of the associated module
2021-03-21 05:31:30 +01:00
Martin Weinelt
cfce515802
home-assistant: pin iaqualink at 0.3.4
...
This was required due to breaking API changes in iaqualink>=0.4.0 and
can be safely removed after https://github.com/home-assistant/core/pull/48137
has been merged and released.
2021-03-21 04:16:25 +01:00
sternenseemann
b77f1bc48a
inspircd: init at 3.9.0
...
Packaging inspircd is relatively straightforward, once we adapt to the
slightly strange Perl configure script and it's firm opinion that
$prefix/usr should exist.
Most complexity in this derivation stems from the following:
* inspircd has modules which users can load dynamically in the form of
shared objects that link against other libraries for various tasks
* inspircd is licensed exclusively under the GPL version 2.
* Some of the libraries inspircd modules link against are GPL 2
incompatible (GPL 3, ASL 2.0) and we therefore must not distribute
these in binary form.
* Some modules combine GPL 2 code of inspircd and libc into a shared
object and may not be redistributed in binary form depending on the
license of the libc. Similarly for libc++.
Open Question: Does the fact that we may build the inspircd binary, i.
e. link against libc and libc++ imply that we can do this?
https://docs.inspircd.org/packaging/ seems to imply this is not the
case.
Thus we have some additional code which a) determines the set of modules
we should enable by default (the largest possible set as upstream
recommends it) and b) collects all applying licenses into meta.license.
2021-03-21 01:32:51 +01:00
Fabian Affolter
46fe40324a
home-assistant: enable iaqualink tests
2021-03-21 01:08:49 +01:00
Martin Weinelt
0cb5da8660
Merge pull request #117070 from fabaff/aionotion
2021-03-21 00:58:36 +01:00
Fabian Affolter
b9375be57e
home-assistant: enable notion tests
2021-03-20 23:55:08 +01:00
Fabian Affolter
6022ca6e0b
home-assistant: update component-packages
2021-03-20 23:55:08 +01:00
Fabian Affolter
8ba0c68815
home-assistant: enable simplisafe tests
2021-03-20 23:33:37 +01:00
Fabian Affolter
8e0d487ed0
home-assistant: update component-packages
2021-03-20 23:32:04 +01:00
Marius Bergmann
a04bdd8fbe
appdaemon: fix astral dependency ( #116777 )
...
appdaemon v4.0.5 pins astral to v1.10.1. The appdaemon package
definition removes this pinning. However, the current nixpkgs version of
astral (v2.x) is incompatible with the v1.x API. I added an override for
the astral package to bring back v1.10.1 into this derivation.
2021-03-20 14:05:41 +01:00
Fabian Affolter
3906bb02d8
home-assistant: update component-packages
2021-03-20 09:55:31 +01:00
R. RyanTM
85141b8609
telegraf: 1.17.3 -> 1.18.0
2021-03-19 22:49:31 -04:00
R. RyanTM
6b5f49ae36
swego: 0.92 -> 0.93
2021-03-19 22:44:23 -04:00
sternenseemann
92887309bb
mariadb-connector-c: correct license, lgpl 2.1 or later
2021-03-20 01:40:48 +01:00
github-actions[bot]
c804f22a81
Merge master into staging-next
2021-03-19 12:26:52 +00:00
WilliButz
9fb26cf0c8
Merge pull request #116829 from andir/grafana
...
grafana: 7.4.3 -> 7.4.5
2021-03-19 12:31:39 +01:00
Andreas Rammhold
9a3f2457f1
grafana: 7.4.3 -> 7.4.5
...
This fixes a few CVEs around authentication bypass with Grafana. Details
are available in the [annoucement].
CVE-2021-27962, CVE-2021-28146, CVE-2021-28147, CVE-2021-28148
[annoucement]: https://grafana.com/blog/2021/03/18/grafana-6.7.6-7.3.10-and-7.4.5-released-with-important-security-fixes-for-grafana-enterprise/
2021-03-19 11:29:01 +01:00
Doron Behar
f7b6ac73dc
Merge pull request #111775 from r-ryantm/auto-update/matterbridge
...
matterbridge: 1.21.0 -> 1.22.0
2021-03-19 10:14:29 +00:00
Sandro
8f1b0373f9
Merge pull request #116750 from freezeboy/update-mattermost
...
mattermost: 5.25.3 -> 5.32.1
2021-03-19 09:48:32 +01:00
github-actions[bot]
6ffd2fe000
Merge master into staging-next
2021-03-19 06:17:55 +00:00
Mario Rodas
a6155fc19e
Merge pull request #116637 from r-ryantm/auto-update/minio
...
minio: 2021-03-12T00-00-47Z -> 2021-03-17T02-33-02Z
2021-03-18 22:44:28 -05:00
Jan Tojnar
2445e9a681
Merge branch 'master' into staging-next
2021-03-18 19:24:39 +01:00