Commit Graph

11824 Commits

Author SHA1 Message Date
zowoq
a8b883b04c demoit: remove goPackagePath 2020-12-17 16:38:13 +10:00
github-actions[bot]
c40424f79b
Merge staging-next into staging 2020-12-17 00:42:56 +00:00
Martin Weinelt
7f2c1c3cc8 homeassistant: 2020.12.0 -> 2020.12.1 2020-12-16 22:52:32 +01:00
Martin Weinelt
b83e5b85bd
Merge pull request #106855 from mweinelt/home-assistant
home-assistant: 0.118.5 -> 2020.12.0
2020-12-16 22:50:58 +01:00
Maximilian Bosch
2685904958
Merge pull request #107019 from Ma27/bump-nextcloud
nextcloud20: 20.0.3 -> 20.0.4
2020-12-16 21:23:44 +01:00
Markus Kowalewski
f074e879fd
slurm: 20.02.6.1 -> 20.11.0.1 2020-12-16 20:22:11 +01:00
R. RyanTM
7653c5f43d plexRaw: 1.21.0.3711-b509cc236 -> 1.21.1.3795-ee64ab56f 2020-12-16 13:43:35 +00:00
Maximilian Bosch
6d0745a454
nextcloud20: 20.0.3 -> 20.0.4
ChangeLog: https://nextcloud.com/changelog/#20-0-4
2020-12-16 11:59:59 +01:00
github-actions[bot]
6e0acbf2ec
Merge staging-next into staging 2020-12-15 18:20:53 +00:00
Vladimír Čunát
818c3001e8
knot-dns: 3.0.2 -> 3.0.3
https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.0.3
2020-12-15 16:58:56 +01:00
github-actions[bot]
bf67e18c52
Merge staging-next into staging 2020-12-15 06:18:38 +00:00
Bernardo Meurer
6612d859a2
tailscale: 1.2.8 -> 1.2.10 2020-12-14 18:34:43 -08:00
github-actions[bot]
ce7773fcf7
Merge staging-next into staging 2020-12-14 18:14:34 +00:00
Robert Hensing
b37c00ab90
Merge pull request #106441 from hercules-ci/cassandra-passthru-tests
Cassandra passthru tests
2020-12-14 16:49:47 +01:00
Robert Hensing
ccdfb9c6ea cassandra: Add myself as maintainer 2020-12-14 15:37:46 +01:00
Martin Weinelt
1a0c4f1167 homeassistant: 0.118.5 -> 2020.12.0 2020-12-13 23:37:54 +01:00
Timo Kaufmann
d6dba0d7c1
Merge pull request #100774 from Atemu/startx-improvements
Startx improvements
2020-12-13 18:28:21 +01:00
Atemu
d3113a62b8 nixos/startx: send Xorg log to the default location
This partially reverts bf3d3dd19b.

I don't know why we weren't getting a default logfile back then but Xorg
definitely provides one now ($XDG_DATA_HOME for regular users and /var/log for
root, see `man Xorg`)
2020-12-13 06:15:33 +01:00
Atemu
a5ea1b6fb3 xorgserver: set log-dir to /var/log instead of the Nix store
Xorg creates the log-dir in its output path because X crashes if it can't write
to its logfile. On a regular distro, this dir would be installed into the root
to prevent that from happening but with Nix, it sits in the read-only Nix store.
Ironically, when Xorg tries to write here, it fails and crashes.

To make Xorg log to /var/log, we have to stop the build script from trying to
create the log-dir as the sandbox doesn't (and shouldn't) have access to /var.

This creates a runtime dependency on /var when running as root but that should
exist on any Linux system (on NixOS, journald always creates /var/log).

Previously, the startx displayManager required some workarounds for logfiles
which are obsolete now.

patchPhase -> postPatch because overriding the patchPhase prevents patches from
being applied
2020-12-13 06:15:32 +01:00
Atemu
338939d464 xinit: use the system xserverrc
Previously it'd try to use the one under its output path which is read-only of
course
2020-12-13 06:15:32 +01:00
Mario Rodas
9e2365e56a
Merge pull request #106627 from r-ryantm/auto-update/thanos
thanos: 0.17.1 -> 0.17.2
2020-12-12 16:43:09 -05:00
R. RyanTM
46131f0e4b consul: 1.9.0 -> 1.9.1 2020-12-11 11:30:25 -08:00
Jörg Thalheim
2864156233
Merge pull request #106659 from mweinelt/hass-0.118-deps 2020-12-11 15:57:01 +00:00
Frederik Rietdijk
3b85d7d54f
Merge pull request #106321 from NixOS/staging-next
Staging next
2020-12-11 15:56:17 +01:00
Martin Weinelt
422ae014bb
home-assistant: disable test_media_view
DEBUG:homeassistant.components.http.auth:Authenticated 127.0.0.1 for /media/local/test.mp3 using bearer token
DEBUG:homeassistant.components.http.view:Serving /media/local/test.mp3 to 127.0.0.1 (auth: True)
ERROR:aiohttp.server:Unhandled exception
Traceback (most recent call last):
  File "/nix/store/8y4x6km9q2ik0hcgh0klx6rl46pcw6qf-python3.8-aiohttp-3.7.3/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 485, in start
    resp, reset = await task
  File "/nix/store/8y4x6km9q2ik0hcgh0klx6rl46pcw6qf-python3.8-aiohttp-3.7.3/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 440, in _handle_request
    reset = await self.finish_response(request, resp, start_time)
  File "/nix/store/8y4x6km9q2ik0hcgh0klx6rl46pcw6qf-python3.8-aiohttp-3.7.3/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 591, in finish_response
    await prepare_meth(request)
  File "/nix/store/8y4x6km9q2ik0hcgh0klx6rl46pcw6qf-python3.8-aiohttp-3.7.3/lib/python3.8/site-packages/aiohttp/web_fileresponse.py", line 241, in prepare
    return await self._sendfile(request, fobj, offset, count)
  File "/nix/store/8y4x6km9q2ik0hcgh0klx6rl46pcw6qf-python3.8-aiohttp-3.7.3/lib/python3.8/site-packages/aiohttp/web_fileresponse.py", line 96, in _sendfile
    await loop.sendfile(transport, fobj, offset, count)
  File "/nix/store/i9lzacdfrwlj1ayw551c016s0fq71p7j-python3-3.8.6/lib/python3.8/asyncio/base_events.py", line 1120, in sendfile
    return await self._sendfile_native(transport, file,
  File "/nix/store/i9lzacdfrwlj1ayw551c016s0fq71p7j-python3-3.8.6/lib/python3.8/asyncio/selector_events.py", line 578, in _sendfile_native
    return await self.sock_sendfile(transp._sock, file, offset, count,
  File "/nix/store/i9lzacdfrwlj1ayw551c016s0fq71p7j-python3-3.8.6/lib/python3.8/asyncio/base_events.py", line 836, in sock_sendfile
    self._check_sendfile_params(sock, file, offset, count)
  File "/nix/store/i9lzacdfrwlj1ayw551c016s0fq71p7j-python3-3.8.6/lib/python3.8/asyncio/base_events.py", line 889, in _check_sendfile_params
    raise ValueError(
ValueError: count must be a positive integer (got 0)
2020-12-11 14:32:39 +01:00
Linus Heckemann
5978c30736
Merge pull request #106598 from Ma27/nextcloud-update
nextcloud: 19.0.4 -> 19.0.6, 20.0.1 -> 20.0.3, mark v19 as insecure
2020-12-11 14:30:28 +01:00
Martin Weinelt
80596e106d
home-assistant: relax dependencies 2020-12-11 14:30:12 +01:00
Maximilian Bosch
520b10453f
nextcloud: 19.0.4 -> 19.0.6, 20.0.1 -> 20.0.3, mark v19 as insecure
ChangeLogs:

* https://nextcloud.com/changelog/#20-0-3
* https://nextcloud.com/changelog/#19-0-6

For Nextcloud 20, security advisories for CVE-2020-8259[1] &
CVE-2020-8152[2] were published. The only way to fix those is to upgrade
to v20, although v19 and v18 are supported, the issue won't be fixed
there[3].

Even though both CVEs are only related to the encryption module[4] which
is turned off by default, I decided to add a vulnerability note to
`nextcloud19` since CVE-2020-8259's is rated as "High" by NIST (in
contrast to Nextcloud which rates it as "Low").

If one is not affected by the issue, `nextcloud19` can still be used by
declaring `permittedInsecurePackages`[5].

[1] https://nvd.nist.gov/vuln/detail/CVE-2020-8259,
    https://nextcloud.com/security/advisory/?id=NC-SA-2020-041
[2] https://nvd.nist.gov/vuln/detail/CVE-2020-8152,
    https://nextcloud.com/security/advisory/?id=NC-SA-2020-040
[3] https://help.nextcloud.com/t/fixes-for-cve-2020-8259-cve-2020-8152-in-nextcloud-18-19/98289
[4] https://docs.nextcloud.com/server/20/admin_manual/configuration_files/encryption_configuration.html
[5] https://nixos.org/manual/nixpkgs/stable/#sec-allow-insecure

Closes #106212
2020-12-11 12:39:57 +01:00
github-actions[bot]
43f4575008
Merge master into staging-next 2020-12-11 06:17:52 +00:00
Jörg Thalheim
d22d9227f1
Merge pull request #106601 from Mic92/frab
frab: remove package
2020-12-11 05:27:55 +00:00
R. RyanTM
9908e2f2cc thanos: 0.17.1 -> 0.17.2 2020-12-11 03:41:08 +00:00
Mario Rodas
32bf00445b
Merge pull request #106616 from 0x4A6F/master-promscale
promscale: 0.1.2 -> 0.1.3
2020-12-10 22:08:46 -05:00
Mario Rodas
1084629766
Merge pull request #106584 from r-ryantm/auto-update/jackett
jackett: 0.16.2347 -> 0.17.15
2020-12-10 21:14:53 -05:00
github-actions[bot]
614876ef33
Merge master into staging-next 2020-12-11 00:40:21 +00:00
0x4A6F
e8237c8f94
promscale: 0.1.2 -> 0.1.3 2020-12-11 00:24:07 +00:00
Mario Rodas
a0aba95515
beanstalkd: install manpage (#106544) 2020-12-10 21:35:29 +00:00
Jörg Thalheim
6fa3728805
frab: remove package
broken since 2018
2020-12-10 22:24:11 +01:00
R. RyanTM
81125225d6 jackett: 0.16.2347 -> 0.17.15 2020-12-10 18:28:34 +00:00
github-actions[bot]
79e586aa98
Merge master into staging-next 2020-12-10 18:15:33 +00:00
WilliButz
daf9fa3518
grafana: 7.3.4 -> 7.3.5
https://github.com/grafana/grafana/releases/tag/v7.3.5
2020-12-10 14:28:54 +01:00
Jan Tojnar
4f20afbc19
Merge branch 'master' into staging-next 2020-12-10 04:39:30 +01:00
Martin Weinelt
3d12bf304b
Merge pull request #106315 from maralorn/rscs
rust-synapse-compress-state: init at 0.1.0
2020-12-09 22:27:39 +01:00
Sandro
db99b2549a
Merge pull request #106414 from marsam/update-postgresqlPackages.pg_hll
postgresqlPackages.pg_hll: 2.15 -> 2.15.1
2020-12-09 21:46:20 +01:00
stigo
c92afdced7
Merge pull request #104889 from ztzg/x-16104-zookeeper-update
zookeeper: 3.4.12 -> 3.6.2 & assorted changes
2020-12-09 21:33:31 +01:00
github-actions[bot]
faad8493f7
Merge master into staging-next 2020-12-09 18:15:18 +00:00
Maximilian Bosch
ace2457eaf
Merge pull request #106436 from Ma27/matrix-updates
matrix-synapse: 1.23.0 -> 1.24.0, element-*: 1.7.14 -> 1.7.15
2020-12-09 19:13:09 +01:00
Damien Diederen
f77d01ffc5 zookeeper: 3.4.12 -> 3.6.2
A big jump, but the structure hasn't changed much.

This recipe is still based on a binary release provided by upstream.

(It might be interesting to start doing our own builds at some point,
to split client from server, and/or to create packages for removed
"contribs" such as 'zooInspector'.  Upstream intends to further slim
down its release tarballs as most deployments only need specific assets.)
2020-12-09 15:46:38 +01:00
Martin Weinelt
35d4f19991
Merge pull request #106437 from 0x4A6F/master-routinator
routinator: 0.8.1 -> 0.8.2
2020-12-09 13:55:11 +01:00
Robert Hensing
a298710dd1 cassandra: Add passthru.tests 2020-12-09 13:24:48 +01:00
Robert Hensing
48929049d7
Merge pull request #104838 from redvers/update_cassandra_2.1.20_to_2.1.22_cve-2020-13946
cassandra_2_1: 2.1.20 -> 2.1.22
2020-12-09 13:21:04 +01:00
Robert Hensing
ed03f1a594
Merge pull request #104840 from redvers/update_cassandra_2.2.14_to_2.2.19_cve-2020-13946
cassandra_2_2: 2.2.14 -> 2.2.19
2020-12-09 13:20:34 +01:00
github-actions[bot]
4090c86280
Merge master into staging-next 2020-12-09 12:20:10 +00:00
Robert Hensing
f41b7f6153
Merge pull request #104835 from redvers/update_cassandra_3.11.4_3.11.9_cve-2020-13946
cassandra: 3.11.4 -> 3.11.9
2020-12-09 13:19:53 +01:00
0x4A6F
02b7ec6a94
routinator: 0.8.1 -> 0.8.2 2020-12-09 11:53:39 +00:00
Maximilian Bosch
917cac4663
matrix-synapse: 1.23.0 -> 1.24.0
ChangeLog: https://github.com/matrix-org/synapse/releases/tag/v1.24.0

This release contains two security advisories:

* CVE-2020-26257[1]: possible DDoS in the federation API.
* CVE-2020-1971[2]: to be fixed in #106362[3].

[1] https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-26257
[2] https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1971
[3] https://github.com/NixOS/nixpkgs/pull/106362
2020-12-09 12:30:49 +01:00
Vladimír Čunát
ace04464b6
knot-resolver: 5.2.0 -> 5.2.1
https://gitlab.nic.cz/knot/knot-resolver/-/tags/v5.2.1
2020-12-09 11:07:28 +01:00
github-actions[bot]
7d6630d7db
Merge master into staging-next 2020-12-09 00:39:29 +00:00
Sandro
7e2c7c6748
Merge pull request #106338 from r-ryantm/auto-update/webhook
webhook: 2.7.0 -> 2.8.0
2020-12-09 01:25:24 +01:00
Austin Seipp
60c15a17c2
Merge pull request #106047 from r-ryantm/auto-update/metabase
metabase: 0.37.2 -> 0.37.3
2020-12-08 13:20:10 -06:00
Mario Rodas
43fbe06819
Merge pull request #106071 from r-ryantm/auto-update/nsd
nsd: 4.3.3 -> 4.3.4
2020-12-08 13:44:06 -05:00
github-actions[bot]
e729ab0408
Merge master into staging-next 2020-12-08 18:15:38 +00:00
Domen Kožar
02698c9618
hsphfpd: 2020-11-27 -> 2020-12-05 2020-12-08 17:15:05 +01:00
github-actions[bot]
4549c836e7
Merge master into staging-next 2020-12-08 12:19:44 +00:00
Mario Rodas
2ca80a9baa postgresqlPackages.pg_hll: 2.15 -> 2.15.1 2020-12-08 04:20:00 -05:00
R. RyanTM
34318b7c42 webhook: 2.7.0 -> 2.8.0 2020-12-08 09:12:54 +00:00
Mario Rodas
69b545abb7
Merge pull request #106314 from r-ryantm/auto-update/postsrsd
postsrsd: 1.8 -> 1.9
2020-12-08 04:11:17 -05:00
Mario Rodas
186ead851f
Merge pull request #106326 from r-ryantm/auto-update/sickgear
sickgear: 0.23.4 -> 0.23.5
2020-12-08 04:02:56 -05:00
github-actions[bot]
e539b57990
Merge master into staging-next 2020-12-08 06:17:44 +00:00
R. RyanTM
342421b498 sickgear: 0.23.4 -> 0.23.5 2020-12-08 05:47:33 +00:00
Sandro
ea549c46b6
Merge pull request #105830 from wamserma/gatling16 2020-12-08 05:52:11 +01:00
TredwellGit
88fcd687d0 xorg.xrandr: 1.5.0 -> 1.5.1
https://lists.x.org/archives/xorg-announce/2019-August/003018.html
2020-12-08 05:20:24 +01:00
R. RyanTM
24f37c858a postsrsd: 1.8 -> 1.9 2020-12-08 03:10:37 +00:00
Malte Brandy
9329daa507
rust-synapse-compress-state: init at 0.1.0
"A tool to compress some state in a Synapse instance's database"
2020-12-08 04:10:09 +01:00
github-actions[bot]
db90e75ade
Merge staging-next into staging 2020-12-08 00:39:07 +00:00
Ryan Mulligan
1e688c5dda
Merge pull request #106282 from r-ryantm/auto-update/jackett
jackett: 0.16.2291 -> 0.16.2347
2020-12-07 14:28:47 -08:00
Gabriel Ebner
a474f0d1e6
Merge pull request #105275 from lukegb/nixpkgs-pa14
pulseaudio: 13.0 -> 14.0
2020-12-07 22:45:47 +01:00
R. RyanTM
06fe1afa48 jackett: 0.16.2291 -> 0.16.2347 2020-12-07 20:54:36 +00:00
Sandro
128eb3f940
Merge pull request #106241 from ocharles/patch-1
Remove myself from maintainers sets
2020-12-07 18:34:26 +01:00
Sandro
da328e1048
Merge pull request #106240 from r-ryantm/auto-update/dolt
dolt: 0.22.5 -> 0.22.6
2020-12-07 17:28:20 +01:00
Sandro
6ccc67bd7f
Merge pull request #106161 from r-ryantm/auto-update/adminer
adminer: 4.7.7 -> 4.7.8
2020-12-07 16:59:00 +01:00
Ollie Charles
1675b11cd4 Remove myself from maintainers sets
Unfortunately I can't reliably commit time to nixpkgs, so I would like to remove myself from being a formal maintainer for these packages.
2020-12-07 14:30:37 +00:00
R. RyanTM
0306003afe dolt: 0.22.5 -> 0.22.6 2020-12-07 14:27:40 +00:00
R. RyanTM
536d9b90bc adminer: 4.7.7 -> 4.7.8 2020-12-07 10:50:10 +00:00
Sandro Jäckel
a3c02a34e2
mailman: Disable tests 2020-12-07 11:02:01 +01:00
R. RyanTM
ea7b8d5ce9 nsd: 4.3.3 -> 4.3.4 2020-12-06 14:28:11 +00:00
R. RyanTM
e06ff86468 metabase: 0.37.2 -> 0.37.3 2020-12-06 09:22:52 +00:00
github-actions[bot]
8a52c4c658
Merge master into staging-next 2020-12-06 06:17:06 +00:00
Raghav Sood
bb2a7b9439
Merge pull request #105968 from RaghavSood/clickhouse/2011
clickhouse: 20.5.2.7 -> 20.11.4.13
2020-12-06 04:46:29 +00:00
Raghav Sood
37a449fd90
Merge pull request #105835 from hjones2199/gpsd-up
gpsd: 3.16 -> 3.21
2020-12-06 03:19:58 +00:00
Raghav Sood
a776aea536
clickhouse: 20.5.2.7 -> 20.11.4.13 2020-12-06 03:04:51 +00:00
Jan Tojnar
6ce08f74dc
Merge branch 'master' into staging-next 2020-12-06 03:28:13 +01:00
Mario Rodas
cbe7926a37
Merge pull request #106017 from r-ryantm/auto-update/groonga
groonga: 10.0.8 -> 10.0.9
2020-12-05 16:43:31 -05:00
Martin Weinelt
f5f4a5d100
Merge pull request #105973 from zaninime/zigbee2mqtt
zigbee2mqtt: 1.16.1 -> 1.16.2
2020-12-05 21:42:45 +01:00
R. RyanTM
9a4257c2b6 groonga: 10.0.8 -> 10.0.9 2020-12-05 20:28:59 +00:00
Sandro
e969cd641a
Merge pull request #105912 from r-ryantm/auto-update/pg_tileserv
pg_tileserv: 1.0.3 -> 1.0.4
2020-12-05 20:10:14 +01:00
Sandro
90ec9490b1
Merge pull request #105956 from r-ryantm/auto-update/atlassian-jira
atlassian-jira: 8.13.0 -> 8.14.0
2020-12-05 20:01:34 +01:00
Sandro
7ae8378cfb
Merge pull request #105927 from r-ryantm/auto-update/shairport-sync
shairport-sync: 3.3.6 -> 3.3.7
2020-12-05 20:00:59 +01:00
Sandro
73935b18dd
Merge pull request #105940 from r-ryantm/auto-update/telegraf
telegraf: 1.16.2 -> 1.16.3
2020-12-05 19:59:19 +01:00
Martin Weinelt
0dae0a25d4
Merge pull request #105981 from mweinelt/home-assistant
home-assistant: 0.118.4 -> 0.118.5
2020-12-05 19:43:06 +01:00
github-actions[bot]
72b795557e
Merge master into staging-next 2020-12-05 18:14:21 +00:00
Francesco Zanini
93d74f6536 zigbee2mqtt: 1.16.1 -> 1.16.2 2020-12-05 17:42:07 +01:00
Markus Kowalewski
7e23eb8dc0
slurm: 20.02.5.1 -> 20.02.6.1
Addresses CVE-2020-27745 and CVE-2020-27746
2020-12-05 16:54:46 +01:00
Martin Weinelt
94f9ab741c homeassistant: 0.118.4 -> 0.118.5 2020-12-05 14:37:14 +01:00
github-actions[bot]
0947539ec1
Merge master into staging-next 2020-12-05 12:18:17 +00:00
Sandro
f9e33cab2b
Merge pull request #105941 from r-ryantm/auto-update/tempo
tempo: 0.3.0 -> 0.4.0
2020-12-05 11:31:45 +01:00
R. RyanTM
18de1a3813 atlassian-jira: 8.13.0 -> 8.14.0 2020-12-05 08:22:02 +00:00
github-actions[bot]
55b348fe1b
Merge master into staging-next 2020-12-05 06:16:24 +00:00
Ryan Mulligan
7ba8820008
Merge pull request #105911 from r-ryantm/auto-update/pg_featureserv
pg_featureserv: 1.1.1 -> 1.2.0
2020-12-04 21:38:27 -08:00
Mario Rodas
e0f54c661f
Merge pull request #105928 from r-ryantm/auto-update/sickgear
sickgear: 0.23.2 -> 0.23.4
2020-12-04 23:37:38 -05:00
R. RyanTM
aa3bd38869 tempo: 0.3.0 -> 0.4.0 2020-12-05 02:56:54 +00:00
R. RyanTM
a8e6be01c0 telegraf: 1.16.2 -> 1.16.3 2020-12-05 02:28:41 +00:00
github-actions[bot]
4763e8b8fd
Merge master into staging-next 2020-12-05 00:38:01 +00:00
R. RyanTM
b0bc9d3c95 sickgear: 0.23.2 -> 0.23.4 2020-12-04 23:18:50 +00:00
R. RyanTM
11fd0d556a shairport-sync: 3.3.6 -> 3.3.7 2020-12-04 23:13:21 +00:00
Sandro
0cc6e0a410
Merge pull request #105914 from r-ryantm/auto-update/postsrsd
postsrsd: 1.7 -> 1.8
2020-12-04 23:56:12 +01:00
R. RyanTM
209b603527
pg_tileserv: 1.0.3 -> 1.0.4 2020-12-04 23:35:59 +01:00
R. RyanTM
0b1e21a11f
pg_featureserv: 1.1.1 -> 1.2.0 2020-12-04 23:15:17 +01:00
Timo Kaufmann
925640d499
Merge pull request #105631 from TredwellGit/xorg.xorgserver
xorg.xorgserver: 1.20.9 -> 1.20.10 (CVE-2020-14360 CVE-2020-25712)
2020-12-04 22:28:03 +01:00
R. RyanTM
0e0b2c8030 postsrsd: 1.7 -> 1.8 2020-12-04 20:29:25 +00:00
Sandro
af1be63859
Merge pull request #105897 from r-ryantm/auto-update/navidrome
navidrome: 0.38.0 -> 0.39.0
2020-12-04 20:54:02 +01:00
github-actions[bot]
cb36dd7449
Merge master into staging-next 2020-12-04 18:14:51 +00:00
R. RyanTM
577e615d60 navidrome: 0.38.0 -> 0.39.0 2020-12-04 17:49:17 +00:00
Raghav Sood
e57fa51069
Merge pull request #105892 from priegger/fix/prometheus-nginx-exporter
prometheus-nginx-exporter: 0.6.0 -> 0.8.0
2020-12-04 15:59:09 +00:00
Sandro
cec981420c
Merge pull request #105859 from r-ryantm/auto-update/dolt
dolt: 0.22.1 -> 0.22.5
2020-12-04 16:58:53 +01:00
R. RyanTM
9d5b19145b jackett: 0.16.2269 -> 0.16.2291 2020-12-04 14:39:17 +00:00
R. RyanTM
6f5dfaacd2 dolt: 0.22.1 -> 0.22.5 2020-12-04 09:42:55 +00:00
github-actions[bot]
82b9b02331
Merge master into staging-next 2020-12-04 06:16:26 +00:00
Raghav Sood
3a3e8e6a8b
Merge pull request #105242 from RaghavSood/microhttpd/version
libmicrohttpd dependents: fix build
2020-12-04 05:37:48 +00:00
Hunter Jones
657fef798b gpsd: 3.16 -> 3.21 2020-12-03 16:10:40 -06:00
github-actions[bot]
1aeec1f039
Merge master into staging-next 2020-12-03 18:14:40 +00:00
Sandro
c273a4be19
Merge pull request #105792 from marsam/update-postgresql-auto-failover
postgresqlPackages.pg_auto_failover: 1.4.0 -> 1.4.1
2020-12-03 18:50:34 +01:00
Gabriel Ebner
ad6e8d14ad hsphfpd: 2020-10-25 -> 2020-11-27 2020-12-03 17:19:15 +01:00
Markus S. Wamser
ded8dc1c46 gatling: 0.15 -> 0.16, libowfat: drop patch for header location 2020-12-03 15:02:50 +01:00
github-actions[bot]
5b73e3087a
Merge master into staging-next 2020-12-03 12:18:45 +00:00
Sandro
0b3c471560
Merge pull request #105766 from r-ryantm/auto-update/pounce
pounce: 2.0 -> 2.1p1
2020-12-03 09:39:37 +01:00
R. RyanTM
069e414aad pounce: 2.0 -> 2.1p1 2020-12-03 06:05:11 +00:00
R. RyanTM
4aabd257ea postsrsd: 1.6 -> 1.7 2020-12-03 05:27:35 +00:00
Mario Rodas
79b25549cf postgresqlPackages.pg_auto_failover: 1.4.0 -> 1.4.1
https://github.com/citusdata/pg_auto_failover/releases/tag/v1.4.1
2020-12-03 04:20:00 +00:00
github-actions[bot]
58274c4f8d
Merge master into staging-next 2020-12-03 00:36:28 +00:00
Sandro
1c95b26cf9
Merge pull request #105701 from r-ryantm/auto-update/lighttpd
lighttpd: 1.4.55 -> 1.4.56
2020-12-02 21:57:54 +01:00
Martin Weinelt
bdbcbddde6
Merge pull request #105711 from cransom/cassandra-maintainer
cassandra: remove maintainer cransom
2020-12-02 19:42:37 +01:00
Casey Ransom
f6e974e701 cassandra: remove maintainer cransom
I've been disconnected from Cassandra for years now, I wouldn't be an
appropriate maintainer.
2020-12-02 11:01:14 -05:00
R. RyanTM
e1c319def2 lighttpd: 1.4.55 -> 1.4.56 2020-12-02 15:06:14 +00:00
github-actions[bot]
89e8bf0f2a
Merge master into staging-next 2020-12-02 12:30:55 +00:00
Samir Hafez
68b7bb0a85
plexRaw: 1.20.5.3600-47c0d9038 -> 1.21.0.3711-b509cc236 2020-12-02 12:12:11 +00:00
Mario Rodas
eaa41389fe
Merge pull request #105659 from r-ryantm/auto-update/gitlab-pages
gitlab-pages: 1.28.0 -> 1.30.0
2020-12-02 05:15:22 -05:00
Florian Klink
e76e8cf22e openresty: 1.17.8 -> 1.19.3
Also, add a quick comment about what fixPatch does.
2020-12-02 09:08:02 +01:00
R. RyanTM
466daa42ad gitlab-pages: 1.28.0 -> 1.30.0 2020-12-02 06:44:21 +00:00
TredwellGit
0309973b82 xorg.xorgserver: 1.20.9 -> 1.20.10
https://lists.x.org/archives/xorg-announce/2020-December/003067.html
https://lists.x.org/archives/xorg-announce/2020-December/003066.html
2020-12-01 23:47:01 +00:00
adisbladis
7b3f9e9b75
pinnwand: Use poetry from pythonPackages
Ideally this software should be repackaged using Poetry2nix rather
that using pythonPackages.

As it is now things are packaged incorrectly.

cc @mweinelt
2020-12-01 14:28:39 +01:00