Commit Graph

10940 Commits

Author SHA1 Message Date
Antoine R. Dumont (@ardumont)
dc19e3be0c
gerbera: Init at 1.6.1 2020-10-07 10:53:52 +02:00
Linus Heckemann
41c0f49681
Merge pull request #99596 from Ma27/nextcloud20
nextcloud20: init
2020-10-07 08:10:38 +02:00
Michele Guerini Rocco
04670f8b3d
Merge pull request #96697 from hir12111/fix-font-dir
fontdir: Consider scalable fonts in index fonts.dir
2020-10-05 21:20:06 +02:00
Andreas Rammhold
378f9d4010
prosody: 0.11.6 -> 0.11.7 2020-10-05 15:22:16 +02:00
zowoq
5837509c65 grafana: remove scripts/go to fix go 1.15 build failure
Using subPackages to avoid building this directory would be more
idiomatic but then we would lose the majority of the go tests.
2020-10-05 17:35:20 +10:00
Maximilian Bosch
71098fba81
nextcloud20: init 2020-10-04 21:55:58 +02:00
Vladimír Čunát
0e0885d3da
Re-Revert "xorg: mark fonts with proprietary licences as unfree"
This reverts commit 5d993eeb84.
The revert didn't seem to fix the problem (#99236) and the errors look
the same (tried several times).
2020-10-04 20:28:57 +02:00
Vladimír Čunát
5d993eeb84
Revert "xorg: mark fonts with proprietary licences as unfree"
This reverts commit c45160366b
and hopefully fixes #99236: evaluation on Hydra.

For lack of a better method, I used the live jobset to bisect.
On the reverted commit it failed (tried several times because sometimes
evaluation fail transiently, possibly due to exhausting some resources)
and on the parent it succeeded: https://hydra.nixos.org/eval/1617490

Right now I don't have energy to find what exactly is wrong in the
commit, and it doesn't seem important in comparison to nixos-unstable
channel being stuck on a commit over one week old.
2020-10-04 18:44:36 +02:00
Emilio Perez
52f028f2d9 nixos/xwayland: add new module and allow configuring a default font path
- Add option `programs.xwayland.defaultFontPath`
- Modify sway to enable Xwayland
2020-10-04 14:56:30 +01:00
Jamie Magee
a517040251
home-assistant: regenerate component-packages 2020-10-04 12:22:32 +02:00
Mario Rodas
c2df2bb1bb
Merge pull request #99357 from marsam/update-postgresqlPackages.pg_repack
postgresqlPackages.pg_repack: 1.4.5 -> 1.4.6
2020-10-03 23:09:40 -05:00
Martin Weinelt
5cb905d470
Merge pull request #99368 from Mic92/prometheus-mail-exporter
prometheus-mail-exporter: 2019-07-14 -> 2020-07-16
2020-10-04 05:41:06 +02:00
Martin Weinelt
54c9db5edd
Merge pull request #98641 from JamieMagee/python-nest
pythonPackages.{sseclient-py,python-nest}: init
2020-10-04 04:25:37 +02:00
Anderson Torres
d191ee22f0
Merge pull request #99427 from orivej/kapowbang
kapowbang: rename from kapow
2020-10-03 19:30:06 -03:00
Martin Weinelt
98d2d8cfbe
Merge pull request #99479 from JamieMagee/pyads
pythonPackages.pyads: init at 3.2.2
2020-10-03 22:01:01 +02:00
Jamie Magee
1b58d7bbf6
home-assistant: regenerate component-packages 2020-10-03 22:00:46 +02:00
Martin Weinelt
5bfedbff0c
Merge pull request #98452 from JamieMagee/adb-shell
pythonPackages.{pure-python-adb,adb-shell,androidtv}: init
2020-10-03 21:55:28 +02:00
Jamie Magee
ef410f72a0
home-assistant: regenerate component-packages 2020-10-03 21:50:43 +02:00
Jamie Magee
f24039d943
home-assistant: regenerate component-packages 2020-10-03 21:43:45 +02:00
Mario Rodas
e7e11eb693
Merge pull request #98706 from r-ryantm/auto-update/coredns
coredns: 1.7.0 -> 1.7.1
2020-10-02 23:55:17 -05:00
Anderson Torres
26108ada86
Merge pull request #99371 from zowoq/rm-caddy1
caddy1: remove
2020-10-02 20:49:50 -03:00
Orivej Desh
86e9142dd6 kapowbang: rename from kapow
kapow is an established name of an older project, being packaged in #78407.
Repology and ArchLinux call the Go project kapowbang because its name is "Kapow!":
https://github.com/BBVA/kapow
https://repology.org/projects/?search=kapow
https://aur.archlinux.org/packages/?K=kapow
2020-10-02 22:05:09 +00:00
Martin Weinelt
31d9bdf626
homeassistant: 0.114.4 -> 0.115.6
The image component is now part of the default_config dependency tree,
which is why we now require pillow by default.
2020-10-02 19:10:42 +02:00
Patrick Hilhorst
b133532434 treewide: remove some trailing whitespace to please ofborg 2020-10-02 09:01:35 -07:00
Patrick Hilhorst
f7e390e6d4 treewide: fix redirected urls (run 3)
Related:
 - 9fc5e7e473
 - 593e11fd94
 - 508ae42a0f

Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).

Here's the new script I used:

```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
   | jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
   | sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```

I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
ajs124
15c522ee52
Merge pull request #99189 from helsinki-systems/upd/nginx
nginxMainline: 1.19.2 -> 1.19.3
2020-10-02 16:55:06 +02:00
Andreas Rammhold
6c282a2c61
Merge pull request #99154 from TredwellGit/generate-expr-from-tarballs.pl
generate-expr-from-tarballs.pl: fix insecure temporary file
2020-10-02 16:48:00 +02:00
zowoq
9e7e0e9aa1 caddy1: remove 2020-10-02 23:50:59 +10:00
Jörg Thalheim
f1051678e6
prometheus-mail-exporter: 2019-07-14 -> 2020-07-16 2020-10-02 10:08:54 +02:00
Mario Rodas
cbf2b8880b
Merge pull request #99250 from yorickvP/victoriametrics-auto-test
victoriametrics: add passthru.tests
2020-10-01 20:18:22 -05:00
zowoq
5b09b92a16 traefik: 2.2.11 -> 2.3.1
https://github.com/traefik/traefik/releases/tag/v2.3.0
https://github.com/traefik/traefik/releases/tag/v2.3.1
2020-10-02 10:13:31 +10:00
Aaron Andersen
b7520a3279
Merge pull request #98302 from helsinki-systems/upd/wordpress
wordpress: 5.4.2 -> 5.5.1
2020-10-01 18:33:06 -04:00
Doron Behar
0a7157119d
Merge pull request #98869 from tobim/pkgs/mpd-0.22 2020-10-01 19:01:06 +03:00
Tobias Mayer
7c1ce3b1e6 mpd: 0.21.25 -> 0.22 2020-10-01 18:58:22 +03:00
Mario Rodas
6aa4df7f45
Merge pull request #99179 from 0x4A6F/master-promscale
timescale-prometheus -> promscale: 0.1.0-beta.4 -> 0.1.0-beta.5
2020-10-01 05:46:49 -05:00
Yorick van Pelt
1ef22a5d1f
victoriametrics: add passthru.tests 2020-10-01 11:58:32 +02:00
Souvik Sen
ae4a51c15c
victoriametrics: 1.40.0 -> 1.42.0 (#99241) 2020-10-01 04:49:59 -05:00
Mario Rodas
b01133858d postgresqlPackages.pg_repack: 1.4.5 -> 1.4.6 2020-10-01 04:20:00 +00:00
ajs124
3b8220c74c nginxMainline: 1.19.2 -> 1.19.3 2020-09-30 20:18:47 +02:00
R. RyanTM
33699a1b6a riemann: 0.3.5 -> 0.3.6 2020-09-30 09:22:35 -07:00
R. RyanTM
fc2a1452fa thanos: 0.14.0 -> 0.15.0 2020-09-30 08:57:03 -07:00
0x4A6F
04a8c8aa24
timescale-prometheus -> promscale: 0.1.0-beta.4 -> 0.1.0-beta.5
Rename to upgraded [promscale 0.1.0-beta.5](https://github.com/timescale/promscale/releases/tag/0.1.0-beta.5).
2020-09-30 14:35:29 +00:00
TredwellGit
5235437533 generate-expr-from-tarballs.pl: fix insecure temporary file
https://cwe.mitre.org/data/definitions/377.html
2020-09-30 09:21:55 +00:00
Mario Rodas
09eb860c99
Merge pull request #98900 from r-ryantm/auto-update/tegola
tegola: 0.12.0 -> 0.12.1
2020-09-28 18:37:22 -05:00
Emery Hemingway
211ba8bfa3 molly-brown: 2020-07-06 -> 2020-08-19 2020-09-28 14:38:31 +02:00
Mario Rodas
a514f5f048 tegola: exclude example package 2020-09-27 04:20:00 +00:00
Mario Rodas
90911d7834 postgresqlPackages.tds_fdw: 2.0.1 -> 2.0.2
https://github.com/tds-fdw/tds_fdw/releases/tag/v2.0.2
2020-09-27 04:20:00 +00:00
WilliButz
16b0dd6532
Merge pull request #98923 from r-ryantm/auto-update/atlassian-confluence
atlassian-confluence: 7.7.2 -> 7.7.4
2020-09-28 00:31:18 +02:00
WilliButz
c68f14d369
atlassian-confluence: 7.7.3 -> 7.7.4 2020-09-27 23:34:29 +02:00
Maximilian Bosch
f09ae7e371
roundcube: 1.4.8 -> 1.4.9
https://github.com/roundcube/roundcubemail/releases/tag/1.4.9
2020-09-27 22:09:35 +02:00