Izorkin
e71d172982
mariadb.galera: 25.3.24 -> 25.3.26
2019-04-23 20:59:57 +03:00
Robert Schütz
59b1cdba31
python3.pkgs.aioesphomeapi: 1.8.0 -> 2.0.1
...
Pin the protobuf version used by Home Assistant to the version
required by aioesphomeapi and some components.
2019-04-22 23:56:34 +02:00
markuskowa
d0e70ac2d3
Merge pull request #60010 from JohnAZoidberg/https-urls
...
HTTPS urls
2019-04-22 23:37:07 +02:00
Bas van Dijk
710b9675fc
Merge pull request #59983 from ivan/prometheus-statsd-exporter-0.9.0
...
prometheus-statsd-exporter: 0.4.0 -> 0.9.0
2019-04-22 23:21:46 +02:00
Silvan Mosberger
40d2f43fe5
Merge pull request #59840 from dotlambda/dovecot-2.3.5.2
...
dovecot: 2.3.5.1 -> 2.3.5.2
2019-04-22 22:42:58 +02:00
Aaron Andersen
b23f87e35b
Merge pull request #59952 from nyanloutre/jellyfin-update
...
jellyfin: 10.2.2 -> 10.3.0
2019-04-22 09:27:15 -04:00
Markus Kowalewski
dcde76d00c
slurm: 18.08.6.2 -> 18.08.7.1
2019-04-22 13:23:18 +02:00
Daniel Schaefer
bac4d95aa2
treewide: Change URLs to HTTPS
...
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
2019-04-22 10:19:54 +02:00
Yurii Izorkin
5ba8811758
nginxMainline: 1.15.10 -> 1.15.12 ( #59950 )
2019-04-22 00:08:08 +02:00
Ivan Kozik
46ce4fac18
prometheus-statsd-exporter: 0.4.0 -> 0.9.0
2019-04-21 20:15:12 +00:00
nyanloutre
3fa3a74be9
jellyfin: 10.2.2 -> 10.3.0
2019-04-21 12:19:29 +02:00
Izorkin
452cf0b3e2
nginxModules.naxsi: init at 0.56
2019-04-21 11:10:49 +03:00
Izorkin
6600d00ed1
nginxModules.video-thumbextractor: init at 0.9.0
2019-04-21 10:32:46 +03:00
Izorkin
f6525448a5
nginxModules.sorted-querystring: init at 0.3
2019-04-21 10:30:29 +03:00
Izorkin
b329187524
nginxModules.limit-speed: init at 21.05.2014
2019-04-21 10:27:31 +03:00
Izorkin
13c938ac1e
nginxModules.subsFilter: 0.6.4 -> 13.04.2016
2019-04-21 10:21:44 +03:00
Izorkin
d1dff5a9ec
nginxModules.upstream-tarantool: 2.7 -> 2.7.1
2019-04-20 23:11:08 +03:00
Izorkin
6a154d00c3
nginxModules.upstream-check: 10.11.2017 -> 12.08.2018
2019-04-20 23:08:55 +03:00
Izorkin
d66b94da62
nginxModules.coolkit: init at 0.2
2019-04-20 22:35:55 +03:00
Izorkin
80666e68b2
nginxModules.slowfs-cache: init at 1.10
2019-04-20 22:29:29 +03:00
Izorkin
8c1131ef28
nginxModules.lua: 0.10.13 -> 0.10.14
2019-04-20 22:29:29 +03:00
Izorkin
89a73423ab
nginxModules.mpeg-ts: init at 0.1.1
2019-04-20 22:29:24 +03:00
Izorkin
c940a7caa0
nginxModules.live: init at 18.11.2018
2019-04-20 21:46:45 +03:00
Izorkin
b0dc2d6106
nginxModules.dav: 0.1.0 -> 3.0.0
2019-04-20 21:40:09 +03:00
Izorkin
7a5d938067
nginxModules.http_proxy_connect_module: 05.09.2018 -> 16.04.2019
2019-04-20 21:33:18 +03:00
Jorge Acereda
b172ff55e3
samba: use fixDarwinDylibNames
2019-04-20 14:33:35 +02:00
Elis Hirwing
6e051adb4e
Merge pull request #59852 from Izorkin/memcached
...
Memcached: update packages
2019-04-19 17:41:40 +02:00
Ryan Mulligan
6561637fdc
Merge pull request #59540 from r-ryantm/auto-update/hylafaxplus
...
hylafaxplus: 5.6.1 -> 7.0.0
2019-04-19 07:47:02 -07:00
Izorkin
8580861d0a
memcached: 1.5.12 -> 1.5.13
2019-04-18 21:32:14 +03:00
Robert Schütz
041fc67610
dovecot: 2.3.5.1 -> 2.3.5.2
...
https://dovecot.org/pipermail/dovecot-news/2019-April/000407.html
fixes CVE-2019-10691
2019-04-18 16:53:36 +02:00
Frederik Rietdijk
256e34b89d
Merge staging-next into master ( #59733 )
2019-04-18 14:03:51 +02:00
Domen Kožar
9bc23f31d2
Merge pull request #48337 from transumption/201810/nginx-etag
...
nginx: if root is in Nix store, use path's hash as ETag
2019-04-18 16:41:49 +07:00
aszlig
1f24685d93
nginx/etag-patch: Use Nix store dir from build env
...
So far, the Nix store directory was hardcoded and if someone uses a
different Nix store directory the patch won't work. Of course, this is
pretty uncommon, but by not only substituting the store directory but
also the length of it we also save a few calls to ngx_strlen(), which
should save us a few cycles.
Signed-off-by: aszlig <aszlig@nix.build>
2019-04-18 10:07:55 +02:00
aszlig
af5a3ce474
nginx: Fix memleak in nix-etag patch
...
The original patch introduced a new "real" variable which gets populated
(and allocated) via ngx_realpath(). It's properly freed in error
conditions but it won't be freed if ngx_http_set_etag returns
successfully.
Adding another ngx_free() just before returning fixes that memory leak.
I also fixed a small indentation issue along the way.
Signed-off-by: aszlig <aszlig@nix.build>
2019-04-18 09:40:13 +02:00
Yegor Timoshenko
1da8eec00f
nginx: handle impure symlinks in ETag patch
2019-04-18 09:40:11 +02:00
Yegor Timoshenko
f03302b636
nginx: check for realpath() == NULL in ETag patch
...
Thanks to Gabriel Ebner!
2019-04-18 09:40:09 +02:00
Yegor Timoshenko
135d54f535
nginx: if root is in Nix store, use path's hash as ETag
...
Resolves #25485 . Usage example:
$ realpath /var/www
/nix/store/wnrhnnpdj3x50j5xz38zp1qxs1ygwccw-site
$ curl --head localhost
HTTP/1.1 200 OK
Server: nginx
Date: Fri, 28 Sep 2018 06:09:25 GMT
Content-Type: text/html
Content-Length: 50
Last-Modified: Thu, 01 Jan 1970 00:00:01 GMT
Connection: keep-alive
ETag: "wnrhnnpdj3x50j5xz38zp1qxs1ygwccw"
Accept-Ranges: bytes
2019-04-18 09:40:06 +02:00
R. RyanTM
057091f0fa
postsrsd: 1.5 -> 1.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/postsrsd/versions
2019-04-18 08:51:02 +02:00
Robert Schütz
707bff5e73
Merge pull request #59491 from dotlambda/esphome-1.12.2
...
esphome: 1.11.2 -> 1.12.2
2019-04-18 08:29:32 +02:00
Frederik Rietdijk
9d87ccabce
Merge master into staging-next
2019-04-18 08:25:25 +02:00
Jorge Acereda
78c018ba8e
samba: fix darwin build
2019-04-17 22:50:08 +02:00
WilliButz
4cec876ba2
grafana: 6.1.3 -> 6.1.4
2019-04-17 08:42:29 -04:00
Robert Schütz
a846ea54d4
home-assistant: 0.91.3 -> 0.91.4
2019-04-17 07:39:03 +02:00
R. RyanTM
b96a0839c9
rabbitmq-server: 3.7.12 -> 3.7.14
...
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-04-16 22:15:59 +02:00
Frederik Rietdijk
2b52da5f99
Merge pull request #58222 from bobvanderlinden/var-run-pkgs
...
tree-wide: pkgs: /var/run -> /run
2019-04-16 19:02:56 +02:00
R. RyanTM
e1b8996be2
neo4j: 3.5.3 -> 3.5.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/neo4j/versions
2019-04-16 18:47:45 +02:00
R. RyanTM
b1bb12001d
roundcube: 1.3.8 -> 1.3.9
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/roundcube/versions
2019-04-16 18:44:07 +02:00
R. RyanTM
65cc1ed840
rspamd: 1.9.0 -> 1.9.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rspamd/versions
2019-04-16 18:43:49 +02:00
R. RyanTM
6e10fc1fe5
rt: 4.4.3 -> 4.4.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/rt/versions
2019-04-16 18:43:37 +02:00
Kirill Elagin
335373c965
telegraf: 1.9.2 -> 1.10.2
...
Note: For some reason, I had to manually tweak the hash of
ApplicationInsights-Go generated by dep2nix.
2019-04-16 10:22:38 +02:00
Elis Hirwing
addcf13a5a
Merge pull request #59575 from r-ryantm/auto-update/lidarr
...
lidarr: 0.5.0.583 -> 0.6.0.815
2019-04-16 07:32:18 +02:00
Matthew Bauer
f475aeaf29
Merge pull request #59535 from matthewbauer/homepage-fixes
...
treewide: update homepages to https where available
2019-04-15 20:47:30 -04:00
Mario Rodas
7bfe30917a
Merge pull request #59292 from steve-chavez/pgrouting
...
pgrouting: init at 2.6.2
2019-04-15 19:38:12 -05:00
R. RyanTM
dbcf6cb52f
metabase: 0.30.4 -> 0.32.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/metabase/versions
2019-04-15 18:59:46 -05:00
steve-chavez
1f69a954e6
pgrouting: init at 2.6.2
...
* Remove configurePhase and gcc. Move perl dependency
* Shorten github rev
* Add $out/bin workaround
2019-04-15 18:24:45 -05:00
Bas van Dijk
b0fbe1df3f
prometheus-pushgateway: 0.7.0 -> 0.8.0
2019-04-15 16:12:14 +02:00
Matthew Bauer
290a5d916e
treewide: update homepages to https where available
...
Based on "problems" from repology:
https://repology.org/repository/nix_unstable/problems
Mostly simple changes to reflect redirects.
2019-04-15 10:10:05 -04:00
R. RyanTM
226041eaea
lidarr: 0.5.0.583 -> 0.6.0.815
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lidarr/versions
2019-04-14 23:45:17 -07:00
Bas van Dijk
e5724e8e66
Merge pull request #59514 from basvandijk/elk-7.0.0
...
elk7: init at 7.0.0
2019-04-15 07:05:13 +02:00
R. RyanTM
4b0565464c
hylafaxplus: 5.6.1 -> 7.0.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/hylafaxplus/versions
2019-04-14 17:11:28 -07:00
Mario Rodas
0b8d120d84
postgresqlPackages.pg_cron: 1.1.3 -> 1.1.4 ( #59396 )
2019-04-14 22:36:39 +02:00
xeji
c9e9c48057
Merge pull request #59144 from aneeshusa/update-samba-to-4.10.1
...
samba: 4.7.10 -> 4.10.2
2019-04-14 22:18:07 +02:00
Bas van Dijk
13352f28d2
elk7: init at 7.0.0
...
This adds the following new packages:
+ elasticsearch7
+ elasticsearch7-oss
+ logstash7
+ logstash7-oss
+ kibana7
+ kibana7-oss
+ filebeat7
+ heartbeat7
+ metricbeat7
+ packetbeat7
+ journalbeat7
The default major version of the ELK stack stays at 6. We should
probably set it to 7 in a next commit.
2019-04-14 21:39:46 +02:00
Robert Schütz
8a14cd631d
esphome: 1.11.2 -> 1.12.2
2019-04-14 15:02:18 +02:00
R. RyanTM
caf9e0abe6
cadvisor: 0.33.0 -> 0.33.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cadvisor/versions
2019-04-14 02:59:00 -07:00
Sarah Brofeldt
f839011719
Merge pull request #58512 from aanderse/solr
...
solr: init at 8.0.0
2019-04-14 11:16:28 +02:00
Aneesh Agrawal
85d16a33ec
samba: 4.7.10 -> 4.10.2
...
Release notes: https://www.samba.org/samba/history/samba-4.10.2.html
Notably, Samba 4.10.0 is the first with Python 3 support,
and the 4.10 line will be the last supporting Python 2,
so switch to Python 3.
Add myself as a maintainer.
2019-04-13 10:31:07 -07:00
Elis Hirwing
454a39cf12
Merge pull request #59346 from xrelkd/squid4
...
squid4: 4.4 -> 4.6
2019-04-13 11:16:16 +02:00
Maximilian Bosch
619c15ed59
Merge pull request #59194 from Ma27/fix-js-sequence-diagrams-source
...
codimd: js-sequence-diagrams: use git source rather than the NPM tarball
2019-04-12 23:39:50 +02:00
Mario Rodas
3277aedf25
postgresqlPackages.postgis: 2.5.1 -> 2.5.2 ( #58605 )
2019-04-12 17:01:36 +02:00
Silvan Mosberger
92ae299998
Merge pull request #59081 from Yarny0/hylafax-updates
...
HylaFAX: fix ModemGroup, also minor metadata updates
2019-04-12 16:30:46 +02:00
Pascal Bach
5cab8f2f1d
tautulli: 2.1.26 -> 2.1.28 ( #59351 )
2019-04-12 16:08:31 +02:00
xrelkd
366d269a8a
squid4: 4.4 -> 4.6
2019-04-12 18:46:03 +08:00
Yarny0
729ce1cc58
hylafaxplus: update meta
...
* move meta attrset into curly brackets
* update homepage (finally supports https)
* add downloadPage
* add longDescription
2019-04-12 11:11:49 +02:00
Maximilian Bosch
c68bc18213
codimd: js-sequence-diagrams: use git source rather than the NPM tarball
...
It seems as NPM just removed the tarballs of the unpublished package,
hence `codimd` isn't buildable. The sources for the package are
available on github[1] and fix the build.
For further information about the `js-sequence-diagrams` workarounds,
please refer to 5feec424de
.
[1] https://github.com/Moeditor/js-sequence-diagrams
2019-04-12 11:01:33 +02:00
Bob van der Linden
65710feb5c
asterisk: /var/run -> /run
2019-04-11 20:05:37 +02:00
Bob van der Linden
2b5a3087ff
libmaa: /var/run -> /run
2019-04-11 20:05:35 +02:00
Bob van der Linden
766ea89722
rspamd: /var/run -> /run
2019-04-11 20:05:33 +02:00
WilliButz
a14e37538e
grafana: 6.1.2 -> 6.1.3 ( #59307 )
2019-04-11 19:23:40 +02:00
Frederik Rietdijk
993e2b4ec2
Merge pull request #59098 from NixOS/staging-next
...
Staging next
2019-04-11 18:23:14 +02:00
Robert Schütz
b54bce24cf
home-assistant: 0.91.2 -> 0.91.3
2019-04-11 17:43:55 +02:00
Frederik Rietdijk
230c67f43b
Merge master into staging-next
2019-04-11 07:50:23 +02:00
Aaron Andersen
ee7565af9d
solr: init at 8.0.0
2019-04-10 20:12:41 -04:00
Mario Rodas
5e2dee877a
influxdb: 1.6.3 -> 1.7.5 ( #58622 )
2019-04-10 22:32:12 +02:00
Aaron Andersen
29f54684e9
Merge pull request #56234 from freezeboy/demoit
...
demoit: init at unstable-2019-03-29
2019-04-10 15:00:04 -04:00
freezeboy
5e4ca6a0da
init: demoit-unstable-2019-03-29
2019-04-10 18:38:14 +02:00
Bas van Dijk
18925d0ceb
prometheus-alertmanager: 0.15.3 -> 0.16.2
2019-04-10 14:52:31 +02:00
Robin Gloster
f370553f8f
Merge pull request #58804 from Ma27/roundcube-fixes
...
roundcube: minor fixes
2019-04-09 18:30:00 +00:00
Frederik Rietdijk
d108b49168
Merge master into staging-next
2019-04-09 16:38:35 +02:00
Vladimír Čunát
6e9f6a63a2
knot-dns: 2.8.0 -> 2.8.1 (maintenance)
...
https://lists.nic.cz/pipermail/knot-dns-users/2019-April/001660.html
2019-04-09 16:15:55 +02:00
Bas van Dijk
a3fb03df3e
Merge pull request #59206 from basvandijk/elk-6.7.1
...
elk: 6.5.1 -> 6.7.1
2019-04-09 13:04:14 +02:00
Bas van Dijk
7062a073e8
elk: 6.5.1 -> 6.7.1
2019-04-09 12:34:01 +02:00
Pascal Wittmann
efa0c651b8
Merge pull request #59150 from Vskilet/jackett-update
...
jackett: 0.10.846 -> 0.11.170
2019-04-09 11:28:12 +02:00
Aaron Andersen
902ab43a91
Merge pull request #58125 from mwilsoninsight/showoff
...
showoff: init at 0.20.1
2019-04-08 20:14:06 -04:00
Robin Gloster
a58ab8fc05
Merge pull request #58398 from Ma27/package-documize
...
documize-community: init at 2.2.1
2019-04-08 22:34:11 +00:00
R. RyanTM
bc5c2f4c60
postgresqlPackages.postgis: 2.5.1 -> 2.5.2 ( #58756 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/postgis/versions
2019-04-08 23:58:39 +02:00
Maximilian Bosch
acbb74ed18
documize-community: init at 2.2.1
...
Documize is an open-source alternative for wiki software like Confluence
based on Go and EmberJS. This patch adds the sources for the community
edition[1], for commercial their paid-plan[2] needs to be used.
For commercial use a derivation that bundles the commercial package and
contains a `$out/bin/documize` can be passed to
`services.documize.enable`.
The package compiles the Go sources, the build process also bundles the
pre-built frontend from `gui/public` into the binary.
The NixOS module generates a simple `systemd` unit which starts the
service as a dynamic user, database and a reverse proxy won't be
configured.
[1] https://www.documize.com/get-started/
[2] https://www.documize.com/pricing/
2019-04-08 23:54:57 +02:00
R. RyanTM
33a8155449
postgresqlPackages.pg_cron: 1.1.2 -> 1.1.3 ( #58747 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pg_cron/versions
2019-04-08 23:44:12 +02:00
R. RyanTM
4493358e89
redis: 5.0.3 -> 5.0.4 ( #58867 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/redis/versions
2019-04-08 22:16:47 +02:00
Simon Lackerbauer
e683811972
atlassian-jira: 8.0.1 -> 8.1.0
2019-04-08 20:58:02 +02:00
Simon Lackerbauer
b31ab2050a
atlassian-confluence: 6.14.2 -> 6.15.2
2019-04-08 20:58:02 +02:00
Simon Lackerbauer
774a29944e
atlassian-crowd: 3.3.4 -> 3.4.3
2019-04-08 20:58:02 +02:00
xeji
14eb2745aa
Merge pull request #59183 from WilliButz/grafana-update
...
grafana: 6.1.1 -> 6.1.2
2019-04-08 20:05:17 +02:00
Bas van Dijk
2a722175cd
prometheus_2: 2.6.0 -> 2.8.1
...
See: https://github.com/prometheus/prometheus/releases/tag/v2.8.1
2019-04-08 18:06:00 +02:00
Bas van Dijk
65fa918adb
Merge pull request #59175 from jbgi/generic-prometheus
...
Expose prometheus generic builder.
2019-04-08 18:03:25 +02:00
WilliButz
a9247d09ef
grafana: 6.1.1 -> 6.1.2
2019-04-08 16:55:14 +02:00
Robert Schütz
efdb9b4ee8
home-assistant: pin user-agents to 1.1.0
...
home-assistant-frontend requires
user-agents==1.1.0
2019-04-08 16:48:02 +02:00
Bas van Dijk
b6fdd1a0fc
prometheus: rename the generic function to buildPrometheus
...
Since the `generic` function is now exported it should have a less
generic name, pun intended.
2019-04-08 16:40:42 +02:00
Robert Schütz
3084079695
home-assistant: 0.91.1 -> 0.91.2
2019-04-08 15:36:28 +02:00
Jean-Baptiste Giraudeau
670359e8da
Expose prometheus generic builder.
...
So that people can easily try newer prometheus version
in overlays:
self: super: {
prometheus_2 = (super.callPackage <nixpkgs/pkgs/servers/monitoring/prometheus> {}).generic {
version = "2.8.1";
sha256 = "0x8w0qdh4lcf19nmdlhvgzpy08c2a932d3k49cjwhi5npcsf858n";
doCheck = false;
};
}
2019-04-08 14:02:31 +02:00
Victor SENE
60b4ba1ecc
jackett: 0.10.846 -> 0.11.170
2019-04-08 10:14:19 +02:00
Ryan Mulligan
4819c7d8f1
Merge pull request #56464 from Izorkin/ejabberd
...
ejabberd: 18.12.1 -> 19.02
2019-04-07 17:47:48 -07:00
Samuel Dionne-Riel
40d59c6e8e
Merge pull request #58976 from gilligan/remove-nodejs6
...
Remove nodejs-6_x which is about to enter EOL
2019-04-07 19:49:24 -04:00
Linus Heckemann
e0205c119f
Merge pull request #59118 from Ma27/codimd-node-8
...
codimd: build with nodejs-8_x
2019-04-07 23:56:24 +02:00
Averell Dalton
a753c57ca8
plex: 1.15.2.793 -> 1.15.3.876
2019-04-07 17:20:21 +02:00
Maximilian Bosch
5feec424de
codimd: build with nodejs-8_x
...
This diff regenerates the package sets for `codimd` and `codemirror`
using NodeJS 8 to get rid of the deprecated[1] `nodejs-6_x`.
Additionally the following issues had to be fixed during the update:
* The package `js-sequence-diagram` has been removed from the NPM
registry and was replaced by a security holding package[2]. The
package was published by a third-party (upstream only supports bower
builds), so it's unclear whether the package will re-appear[3].
As the tarballs still exist (and the hash didn't change), the package
will be loaded manually into the build env.
* For the babel-related packages, `dontNpmInstall` will be set for
`node2nix` installs as some of those packages bundle a
`package-lock.json` that triggers `ENOTCACHED` errors for optional
dependencies[4].
For now it should be sufficient to use NodeJS 8 (`codimd` v1.2.x doesn't
support NodeJS 10), in the long term we probably want to use `yarn2nix`
here with NodeJS 10. This is much rather a fix to get rid of another
NodeJS 6 dependency.
[1] `nodejs-6_x` is about to be deprecated, see #58976
[2] https://www.npmjs.com/package/js-sequence-diagrams ,
https://github.com/npm/security-holder
[3] https://github.com/bramp/js-sequence-diagrams/issues/212
[4] https://github.com/svanderburg/node2nix/issues/134
2019-04-07 16:44:26 +02:00
R. RyanTM
f2457b6ae1
serviio: 1.9 -> 1.10.1 ( #58879 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/serviio/versions
2019-04-07 16:37:46 +02:00
Daniel Schaefer
2e6b8ae970
cassandra: Wrap new binaries ( #59090 )
...
The new releases of cassandra added some binaries that the install
script didn't wrap and thus were unusable.
2019-04-07 15:53:57 +02:00
Frederik Rietdijk
7f7da0a16f
Merge master into staging-next
2019-04-07 15:14:52 +02:00
Robin Gloster
0498ba6e06
Merge pull request #59078 from dtzWill/fix-and-update/nextcloud
...
nextcloud: fix use of mismatched php versions, updates
2019-04-07 09:55:39 +00:00
Frederik Rietdijk
4a125f6b20
Merge master into staging-next
2019-04-07 08:33:41 +02:00
lewo
604e019b57
Merge pull request #58760 from r-ryantm/auto-update/pure-ftpd
...
pure-ftpd: 1.0.47 -> 1.0.48
2019-04-06 19:24:18 +02:00
Will Dietz
ee22cea1cc
nextcloud: 15.0.5 -> 15.0.6
...
(tagged, not on nextcloud.com/changelog ?)
(admin panel bugged about the update, so should be good :))
2019-04-06 10:36:49 -05:00
Pierre Bourdon
c689a3bad9
xkeyboard-config: intltool should be a nativeBuildInput ( #59048 )
2019-04-06 12:35:12 +00:00
Vladimír Čunát
526c4292ae
Merge branch 'staging-next'
...
This iteration was long, about five weeks (2fcb11a2
), I think.
Darwin: it's missing a few thousand binaries and there's a make-netbsd
regression, but I suppose these aren't merge blockers.
2019-04-06 13:20:53 +02:00
xeji
9483ae825f
Merge pull request #59020 from vdemeester/update-traefik
...
traefik: 1.7.9 -> 1.7.10
2019-04-06 11:39:28 +02:00
Robert Schütz
38b4d2ca6f
home-assistant: 0.90.2 -> 0.91.1
...
https://www.home-assistant.io/blog/2019/04/03/release-91/
2019-04-05 15:39:48 +00:00
Robert Schütz
160b9db695
appdaemon: 3.0.3 -> 3.0.4
2019-04-05 15:39:48 +00:00
Vincent Demeester
953e4323e7
traefik: 1.7.9 -> 1.7.10
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-04-05 17:19:33 +02:00
WilliButz
26d41fb0b8
grafana: 6.1.0 -> 6.1.1
2019-04-05 14:21:40 +00:00
Jan Tojnar
cb1a20499a
Merge branch 'master' into staging
2019-04-05 11:37:15 +02:00
Christoph Hrdinka
2bf0116d34
Merge pull request #58727 from r-ryantm/auto-update/nsd
...
nsd: 4.1.26 -> 4.1.27
2019-04-05 09:10:22 +02:00
Jörg Thalheim
e49a143ac7
Merge pull request #58982 from Mic92/pdns
...
pdns-recursor: 4.1.11 -> 4.1.12
2019-04-05 02:23:48 +01:00
Silvan Mosberger
15fd16ea4c
Merge pull request #58885 from r-ryantm/auto-update/sonarr
...
sonarr: 2.0.0.5301 -> 2.0.0.5322
2019-04-04 23:09:51 +02:00
Jörg Thalheim
d03ced8648
pdns-recursor: 4.1.11 -> 4.1.12
2019-04-04 19:42:37 +01:00
tobias pflug
0e296d5fcd
Remove nodejs-6_x which is about to enter EOL
...
- Remove nodejs-6_x
- Set nodejs / nodejs-slim to nodejs-8_x / nodejs-slim-8_x
- Re-generate node2nix generated files using nodejs-8_x instead
2019-04-04 18:43:06 +01:00
WilliButz
cfe5698727
grafana: 6.0.2 -> 6.1.0 ( #58917 )
2019-04-03 22:51:45 +02:00
Robert Schütz
c009d32686
appdaemon: 3.0.2 -> 3.0.3
2019-04-03 14:31:48 +02:00
Franz Pletz
518133f1f4
mattermost: 5.7.1 -> 5.9.0
2019-04-03 05:25:56 +02:00
Franz Pletz
1731b9374f
rspamd: 1.8.3 -> 1.9.0
2019-04-03 05:25:51 +02:00
R. RyanTM
12363177fe
sonarr: 2.0.0.5301 -> 2.0.0.5322
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sonarr/versions
2019-04-02 19:59:46 -07:00
Vladimír Čunát
2771375d6e
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1512490
2019-04-02 20:56:53 +02:00
Maximilian Bosch
324e6dba04
roundcube: don't resolve symlinks in update.sh
...
A side-effect of this is that the derivation required a rewrite in order
to apply the patch properly.
2019-04-02 16:31:08 +02:00
Franz Pletz
4c0d1ae7be
nginxMainline: 1.15.9 -> 1.15.10
2019-04-02 12:02:39 +02:00
R. RyanTM
18ea86b576
pure-ftpd: 1.0.47 -> 1.0.48
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pure-ftpd/versions
2019-04-02 02:40:00 -07:00
Robert Schütz
640416bf71
dovecot_pigeonhole: 0.5.4 -> 0.5.5 ( #58511 )
...
This is the appropriate version for dovecot 2.3.5 according to
https://dovecot.org/pipermail/dovecot-news/2019-March/000400.html
2019-04-02 10:16:26 +02:00
Franz Pletz
3ea6b3100b
Merge pull request #57923 from WilliButz/grafana-update
...
grafana: 6.0.1 -> 6.0.2
2019-04-02 08:04:36 +00:00
Peter Simons
2017158b53
apache-httpd: 2.4.38 -> 2.4.39 (CVE-2019-0211)
...
In Apache HTTP Server 2.4 releases 2.4.17 to 2.4.38, with MPM event, worker or
prefork, code executing in less-privileged child processes or
threads (including scripts executed by an in-process scripting interpreter)
could execute arbitrary code with the privileges of the parent process (usually
root) by manipulating the scoreboard.
2019-04-02 09:46:25 +02:00
R. RyanTM
a5300c7c8f
nsd: 4.1.26 -> 4.1.27
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nsd/versions
2019-04-01 19:08:12 -07:00
Franz Pletz
5344fcfeb1
matrix-synapse: 0.99.2 -> 0.99.3
2019-04-01 23:18:18 +02:00
Robert Schütz
7dd24531e4
postfix: 3.4.4 -> 3.4.5 ( #58679 )
...
http://www.postfix.org/announcements/postfix-3.4.5.html
2019-04-01 22:52:52 +02:00
Franz Pletz
323cfa90b5
pythonPackages.aioesphomeapi: init at 1.8.0
2019-04-01 17:28:17 +02:00
Peter Simons
9295747817
Merge pull request #58621 from r-ryantm/auto-update/apache-httpd
...
apacheHttpd: 2.4.38 -> 2.4.39
2019-04-01 15:41:52 +02:00
Tim Steinbach
7b80c122cd
kafka: Add 2.2
2019-04-01 08:29:44 -04:00
Tim Steinbach
8ec5b8d4d2
kafka: 2.1.0 -> 2.1.1
2019-04-01 08:29:24 -04:00
John Ericson
4ccb74011f
Merge commit '18aa59b0f26fc707e7313f8467e67159e61600c2' from master into staging
...
There was one conflict in the NixOS manual; I checked that it still
built after resolving it.
2019-04-01 00:40:03 -04:00
R. RyanTM
c3d1012f02
apacheHttpd: 2.4.38 -> 2.4.39
...
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-03-31 07:54:23 -07:00
Mario Rodas
f917e9d343
postgresqlPackages.plv8: 2.3.8 -> 2.3.11
2019-03-30 21:00:00 -05:00
R. RyanTM
b6c40f16da
airsonic: 10.1.2 -> 10.2.1 ( #57702 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/airsonic/versions
2019-03-31 00:42:38 +01:00
rembo10
62d0aecad3
sabnzbd: 2.3.7 -> 2.3.8 ( #58357 )
2019-03-31 00:34:55 +01:00
Maximilian Bosch
e24e3ccaa1
Merge pull request #56344 from Vskilet/mautrix-whatsapp
...
mautrix-whatsapp: 2019-02-11 -> 2019-02-24
2019-03-30 20:19:01 +01:00
Maximilian Bosch
75227bd347
Merge pull request #58519 from dotlambda/postfix-3.4.4
...
postfix: 3.4.3 -> 3.4.4
2019-03-30 19:53:15 +01:00
Maximilian Bosch
37867dba74
nginxModules.http_proxy_connect_module: init
...
This adds the nginx module `ngx_http_proxy_connect_module` which allows
to tunnel HTTPS through an nginx proxy[1].
As this module contained patches for several nginx version, some minor
adjustments were needed:
* Allowed each entry in `nginxModules` to provide patches.
* Added an optional `supports` attribute to ensure that each module can
determine if it supports the currently built nginx version (e.g. stable
1.14 ATM or mainline 1.15 ATM).
[1] https://github.com/chobits/ngx_http_proxy_connect_module
2019-03-29 23:53:09 +01:00
Robert Schütz
2cfe129d65
postfix: 3.4.3 -> 3.4.4
...
http://www.postfix.org/announcements/postfix-3.4.4.html
2019-03-29 07:52:24 +01:00
Florian Klink
3d92872a5e
Merge pull request #58333 from r-ryantm/auto-update/matomo
...
matomo: 3.8.1 -> 3.9.0
2019-03-28 22:54:37 +01:00
Florian Klink
26f19430eb
matomo: 3.9.0 -> 3.9.1
2019-03-28 22:53:13 +01:00
Florian Klink
4ffd3ad4fd
matomo: update url
2019-03-28 22:51:56 +01:00
Vladyslav M
0f48e34ee9
Merge pull request #58397 from r-ryantm/auto-update/ngircd
...
ngircd: 24 -> 25
2019-03-28 22:20:23 +02:00
Peter Simons
60f680f212
Merge pull request #58483 from dotlambda/dovecot-2.3.5.1
...
dovecot: 2.3.5 -> 2.3.5.1
2019-03-28 15:07:20 +01:00
Robert Schütz
d3ca36bd64
dovecot: 2.3.5 -> 2.3.5.1
...
https://dovecot.org/list/dovecot-news/2019-March/000401.html
fixes CVE-2019-7524
2019-03-28 14:00:15 +01:00
Jaka Hudoklin
0d5b6e149d
Merge pull request #58351 from xtruder/pkgs/rippled/1.2.1
...
rippled: 1.2.0 -> 1.2.1
2019-03-27 17:13:16 +01:00
Mario Rodas
d4d710c1ab
postgresqlPackages.pipelinedb: init at 1.0.0-13
2019-03-27 08:40:00 -05:00
Will Dietz
1aa5dc968f
Merge pull request #57778 from dtzWill/update/xorg-misc-2019-03
...
xorg: batch of updates, bump luit
2019-03-27 08:34:38 -05:00
Robert Schütz
5f47ad0f8a
home-assistant: 0.90.1 -> 0.90.2
2019-03-27 12:46:51 +01:00
R. RyanTM
b34a202f1b
ngircd: 24 -> 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/ngircd/versions
2019-03-26 12:25:08 -07:00
Daiderd Jordan
018d329dbc
Merge pull request #57928 from averelld/plex-update
...
plex: 1.14.1.5488 -> 1.15.1.791
2019-03-26 20:22:34 +01:00
Jaka Hudoklin
dd9bebd737
rippled: 1.2.0 -> 1.2.1
2019-03-26 11:12:23 +01:00
R. RyanTM
d5e9e5fcf2
lighttpd: 1.4.52 -> 1.4.53
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lighttpd/versions
2019-03-26 06:37:24 +01:00
R. RyanTM
139243406b
matomo: 3.8.1 -> 3.9.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/matomo/versions
2019-03-25 22:21:25 -07:00
Joachim F
feb08243cd
Merge pull request #55378 from DerTim1/tmp/asterisk-update
...
asterisk: 15.3.0 -> 15.7.0, 13.20.0 -> 13.24.1, add 16.x
2019-03-26 00:46:16 +00:00
Mario Rodas
42b75c6c38
timescaledb: 1.0.0 -> 1.2.2
2019-03-25 16:20:00 -05:00
Max Wilson
a2abe2aba1
adding showoff to pkgs/servers/http
2019-03-25 10:40:17 -04:00
Will Dietz
16d5cb1b00
xcompmgr: 1.1.7 -> 1.1.8
...
https://lists.x.org/archives/xorg-announce/2019-March/002989.html
2019-03-24 21:37:28 -05:00
Danylo Hlynskyi
40cc269561
Merge branch 'master' into postgresql-socket-in-run
2019-03-25 01:06:59 +02:00
Dmitry Kalinkin
cf7f234ff5
Merge pull request #57527 from Chiiruno/dev/meguca
...
Init: statik, Update: easyjson, quicktemplate, meguca, hydron
2019-03-24 15:26:37 -04:00
Robert Schütz
149f580412
home-assistant: 0.89.2 -> 0.90.1 ( #58017 )
...
https://www.home-assistant.io/blog/2019/03/20/release-90/
2019-03-24 19:45:35 +01:00
Peter Simons
4269069460
Merge pull request #58058 from r-ryantm/auto-update/dovecot
...
dovecot: 2.3.4.1 -> 2.3.5
2019-03-23 16:58:33 +01:00
Andreas Rammhold
796a8764ab
Merge pull request #57948 from andir/powerdns
...
powerdns: 4.1.6 -> 4.1.7
2019-03-23 11:23:23 +01:00
Frederik Rietdijk
23e431387b
Merge staging-next into staging
2019-03-23 09:20:09 +01:00
Frederik Rietdijk
b40d752872
Merge master into staging-next
2019-03-23 09:18:41 +01:00
Joachim F
c76dd2948d
Merge pull request #55773 from xtruder/pkgs/rippled-validator-keys-tool/init
...
rippled-validatior-keys-tool: init at d7774bcc
2019-03-23 06:34:56 +00:00
Okina Matara
8aa372ce4d
meguca: 2018-12-06 -> 2019-03-12
2019-03-23 01:19:30 -05:00
Okina Matara
c66b062d30
hydron: 2018-10-08 -> 2019-02-17
2019-03-23 01:19:30 -05:00
Joachim F
94864bbd37
Merge pull request #57133 from markuskowa/upd-slurm
...
slurm: 18.08.5.2 -> 18.08.6.2
2019-03-23 06:17:58 +00:00
Averell Dalton
028a4b6a53
plex: 1.14.1.5488 -> 1.15.2.793
2019-03-22 20:33:22 +01:00
Andreas Rammhold
77166e7636
Merge pull request #57963 from andir/samba
...
samba/ldb: fix CVE-2019-3824
2019-03-22 13:17:07 +01:00
Joachim F
fd50d1f34c
Merge pull request #58041 from nyanloutre/mautrix-update
...
mautrix-telegram: 0.5.0 -> 0.5.1
2019-03-22 07:36:02 +00:00
Wael M. Nasreddine
5af0780492
Merge remote-tracking branch 'origin/master' into staging
...
* origin/master: (693 commits)
buildGoModule: use go_1_12 instead of go_1_11 (#58103 )
gitAndTools.lab: 0.15.2 -> 0.15.3 (#58091 )
signal-desktop: 1.22.0 -> 1.23.0
added missing semicolon to documentation
terminus_font_ttf: 4.46.0 -> 4.47.0
buildGoModule: remove SSL env vars in favor of cacert in buildInputs (#58071 )
dav1d: init at 0.2.1
dropbox-cli: 2018.11.28 -> 2019.02.14
atlassian-confluence: 6.14.1 -> 6.14.2
maintainers: update email for dywedir
python.pkgs.hglib: use patch to specify hg path (#57926 )
chkrootkit: 0.52 -> 0.53
radare2-cutter: 1.7.2 -> 1.8.0
autorandr: 1.7 -> 1.8
pythonPackages.pyhepmc: fix build
llvm-polly/clang-polly: use latest llvm
apulse: 0.1.11.1 -> 0.1.12, cleanup
factorio: experimental 0.17.14 → 0.17.16 (#58000 )
sequeler: 0.6.7 -> 0.6.8
nasc: 0.5.1 -> 0.5.2
...
2019-03-21 21:01:25 -07:00
Wael Nasreddine
52dae14f0c
buildGoModule: use go_1_12 instead of go_1_11 ( #58103 )
2019-03-21 20:40:07 -07:00
worldofpeace
e2ac456f9a
Merge pull request #57864 from tomberek/teleport_update
...
teleport: 2.4.1 -> 3.1.8
2019-03-21 21:44:28 -04:00
lewo
3c1abf0c9c
Merge pull request #57831 from delroth/nginx-sso-0.16.1
...
nginx-sso: 0.16.0 -> 0.16.1
2019-03-21 23:23:51 +01:00
R. RyanTM
2ba743d5b5
dovecot: 2.3.4.1 -> 2.3.5
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dovecot/versions
2019-03-21 08:36:33 -07:00
nyanloutre
2f69e363a5
mautrix-telegram: 0.5.0 -> 0.5.1
2019-03-21 14:57:26 +01:00
Simon Lackerbauer
5b00f65402
atlassian-confluence: 6.14.1 -> 6.14.2
...
CVE-2019-3395, CVE-2019-3396
2019-03-21 13:21:28 +00:00
Will Dietz
c489789f61
xorg.mkfontscale: 1.2.0 -> 1.2.1
...
https://lists.x.org/archives/xorg-announce/2019-March/002988.html
2019-03-21 06:50:18 -05:00
Jörg Thalheim
e170276f5a
Merge pull request #56011 from dasJ/tt-rss-feedly-all
...
tt-rss-theme-feedly: Package additional themes
2019-03-21 07:19:42 +00:00
Samuel Leathers
cafd07a54e
Merge pull request #56423 from Izorkin/nginx-unit
...
unit: add service unit and update package
2019-03-20 13:08:05 -04:00
Andreas Rammhold
5acc543233
samba4: apply patch for CVE-2019-3824
2019-03-20 14:18:58 +01:00
Aaron Andersen
7b78ced1c5
monitoring-plugins: add dbi support
2019-03-20 08:50:47 -04:00
Aaron Andersen
88e830894f
monitoring-plugins: add procs support
2019-03-20 08:50:47 -04:00
Aaron Andersen
894b7e9f21
monitoring-plugins: add dig support
2019-03-20 08:50:47 -04:00
Aaron Andersen
96003801d2
monitoring-plugins: add ldap support
2019-03-20 08:50:47 -04:00
Aaron Andersen
7304454f86
monitoring-plugins: add mysql support
2019-03-20 08:50:42 -04:00
Robert Schütz
f088866945
Merge pull request #56193 from nyanloutre/mautrix-update
...
mautrix-telegram: 0.4.0.post1 -> 0.5.0
2019-03-20 12:24:23 +01:00
nyanloutre
3fa5e2bab6
mautrix-telegram: 0.4.0.post1 -> 0.5.0
2019-03-20 11:42:27 +01:00
Andreas Rammhold
f4e9e42725
powerdns: 4.1.6 -> 4.1.7
...
This addresses CVE-2019-3871. The details of the issue can be retrieved
from the official announcement page [0].
[0] https://docs.powerdns.com/authoritative/security-advisories/powerdns-advisory-2019-03.html
2019-03-20 10:44:55 +01:00
Will Dietz
84fb329ec1
xorg.xf86video{ati,amdgpu}: 19.0.0 -> 19.0.1
...
https://lists.x.org/archives/xorg-announce/2019-March/002986.html
https://lists.x.org/archives/xorg-announce/2019-March/002987.html
2019-03-19 20:20:31 -05:00
WilliButz
963ee49032
grafana: 6.0.1 -> 6.0.2
2019-03-19 23:13:28 +01:00
Will Dietz
1be6087b1f
xf86inputsynaptics: deps handled now
...
And drop `mtdev`, which appears to have been added unnecessarily.
2019-03-18 23:48:07 -05:00
Will Dietz
8d31888648
xorg: simplify overrides now handled automatically, GL -> libGL
2019-03-18 23:45:42 -05:00
Will Dietz
108ab954ed
xorg: font utilities should be nativeBuildInputs
...
They provide programs executed by the builder.
2019-03-18 23:45:42 -05:00
Will Dietz
9e39ab6753
generate-expr-from-tarballs.pl: more detection, detect gettext usage
2019-03-18 23:45:42 -05:00
Will Dietz
29f4526a5a
xorg: detect deps on libxkbfile from ${XKBMODULE}
2019-03-18 23:45:42 -05:00
Will Dietz
061f6562f0
xorg/default.nix: regen!
2019-03-18 23:45:42 -05:00
Will Dietz
c01c821f48
generate-exprs-from-tarballs.pl: support few more deps automatically
2019-03-18 23:31:01 -05:00
Will Dietz
79592e99a6
xorg/tarballs.list: +{xfd,xmore} -mkfontdir
2019-03-18 23:30:47 -05:00
Will Dietz
0e44d14dff
xorg.mkfontdir: replace with mkfontscale, which now includes mkfontdir
...
See:
https://lists.x.org/archives/xorg-announce/2019-March/002960.html
2019-03-18 22:57:50 -05:00
Tom Bereknyei
0c60f5626a
teleport: 2.4.1 -> 3.1.8
2019-03-18 13:31:20 -04:00
Peter Hoeg
017f0e8043
Merge pull request #56334 from peterhoeg/u/shairplay
...
shairplay: 2016-01-01 -> 2018-08-24 and add avahi-compat convenience derivation
2019-03-18 11:29:38 +08:00
Peter Hoeg
e913308b11
Merge pull request #55870 from peterhoeg/f/zm
...
zoneminder: add some of the missing ONVIF dependencies
2019-03-18 11:29:04 +08:00
Pierre Bourdon
0489e8c560
nginx-sso: 0.16.0 -> 0.16.1
2019-03-17 22:33:28 +01:00
Vladyslav M
078687526e
miniflux: 2.0.14 -> 2.0.15 using buildGoModule ( #57813 )
2019-03-17 12:21:17 -07:00
Will Dietz
542908cc35
xorg: batch of updates, bump luit
...
Announcements with details of changes
can be found on the mailing list,
and since IIRC these are all from
this month they all are listed here:
https://lists.x.org/archives/xorg-announce/2019-March/thread.html
-----
Grab luit from mirror because our fetcher's
default behavior doesn't get along with
invisible-island's FTP server apparently (?).
Or perhaps server is problematic, not sure.
Example URL:
ftp://ftp.invisible-island.net/luit/luit-20190106.tgz
* Using curl or wget:
"Server denied you to change to the given directory"
(or so)
* Using curl with `--ftp-mode nocwd`: success
curl's manpage suggests this is less-compliant behavior
used for speed, offering a third option that's more
likely to work but not quite as fast.
So it seems like the more compliant behavior is
rejected but the fast behavior is accepted.
Dunno, hopefully it'll be on a content-addressed
server soon enough so it doesn't matter as much :).
Hash used here matches manually-fetched from official URL
as well as from the mirror.
2019-03-17 00:39:31 -05:00
Izorkin
36bb87a7c3
unit: 1.7.1 -> 1.8.0
2019-03-16 19:55:00 +03:00
Izorkin
42a99b1be2
nixos/unit: init service unit
2019-03-16 19:54:21 +03:00
aszlig
f5106019d3
postgresql: Only use /run/postgresql on Linux
...
We only have /run on modern GNU/Linux systems and it's not necessarily
the case for Mac OS X or *BSD, so let's add the patch only if
stdenv.isLinux.
Thanks to @danbst for catching this.
Signed-off-by: aszlig <aszlig@nix.build>
2019-03-16 12:34:00 +01:00
R. RyanTM
1dbf1e4e27
cadvisor: 0.32.0 -> 0.33.0 ( #56606 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cadvisor/versions
2019-03-15 21:20:35 +01:00
R. RyanTM
1670e35e2d
postgresqlPackages.pgroonga: 2.1.7 -> 2.1.8 ( #54746 )
...
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-03-15 20:36:40 +01:00
R. RyanTM
e3b0d61bcd
postsrsd: 1.4 -> 1.5 ( #54128 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/postsrsd/versions
2019-03-15 20:32:23 +01:00
Pavol Rusnak
79bc844161
trezord: 2.0.25 -> 2.0.26 ( #57698 )
2019-03-15 18:33:08 +01:00
R. RyanTM
db8198909f
hiawatha: 10.8.3 -> 10.9 ( #56695 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/hiawatha/versions
2019-03-15 17:05:20 +01:00
xeji
e3357a1b5a
xorg.xload: fix build ( #57665 )
...
add missing dependency gettext
2019-03-15 16:45:10 +01:00
aszlig
ef553788d0
postgresql: Move socket dir to /run/postgresql
...
The default, which is /tmp, has a few issues associated with it:
One being that it makes it easy for users on the system to spoof a
PostgreSQL server if it's not running, causing applications to connect
to their provided sockets instead of just failing to connect.
Another one is that it makes sandboxing of PostgreSQL and other services
unnecessarily difficult. This is already the case if only PrivateTmp is
used in a systemd service, so in order for such a service to be able to
connect to PostgreSQL, a bind mount needs to be done from /tmp to some
other path, so the service can access it. This pretty much defeats the
whole purpose of PrivateTmp.
We regularily run into issues with this in the past already (one example
would be https://github.com/NixOS/nixpkgs/pull/24317 ) and with the new
systemd-confinement mode upcoming in
https://github.com/NixOS/nixpkgs/pull/57519 , it makes it even more
tedious to sandbox services.
I've tested this change against all the postgresql NixOS VM tests and
they still succeed and I also grepped through the source tree to replace
other occasions where we might have /tmp hardcoded. Luckily there were
very few occasions.
Signed-off-by: aszlig <aszlig@nix.build>
Cc: @ocharles, @thoughtpolice, @danbst
2019-03-15 04:52:35 +01:00
Ryan Mulligan
795bb9edae
Merge pull request #57046 from nyanloutre/jellyfin
...
jellyfin: init at 10.2.2
2019-03-14 20:36:35 -07:00
Vladimír Čunát
04066403ae
Merge branch 'master' into staging-next
...
Lots of rebuilds from master, apparently.
Hydra nixpkgs: ?compare=1509577
2019-03-14 19:54:49 +01:00
Janne Heß
531171e1c9
tt-rss-theme-feedly: Package additional themes
2019-03-14 19:01:32 +01:00
Robert Schütz
40d96815a1
home-assistant: 0.89.1 -> 0.89.2
2019-03-14 00:52:17 +01:00
Steve Chávez
28d49431c0
tds_fdw: init a 1.0.8
...
* tds_fdw: init a 1.0.8
* Use pname
2019-03-12 19:38:58 -07:00
Benjamin Smith
f4d24273e5
nginx: add http subs filter module ( #56546 )
2019-03-13 02:16:40 +02:00
R. RyanTM
65898a4ddb
postgresqlPackages.pgtap: 0.99.0 -> 1.0.0 ( #57360 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pgtap/versions
2019-03-13 00:58:12 +02:00
Janne Heß
b2a6183f75
exim: Fix build with LDAP ( #56058 )
...
The lber library is now required, see also:
https://bugs.archlinux.org/task/27509
2019-03-12 15:28:53 -04:00
Robert Schütz
1f302fa30d
postfix: 3.4.0 -> 3.4.3 ( #57368 )
2019-03-11 23:36:33 +01:00
Wael Nasreddine
c75cb87721
Merge pull request #57296 from kalbasit/nixpkgs_go-fixes
...
Fixes to a few Go packages.
2019-03-11 13:11:11 -07:00
Wael M. Nasreddine
09435db08a
cadvisor: export GOCACHE in the buildPhase
...
TMPDIR, in `GOCACHE = "$TMPDIR";`, will not be intepreted when it's set
outside of a phase.
2019-03-11 09:59:19 -07:00
Robert Schütz
e10d98c055
Merge pull request #57012 from dotlambda/home-assistant-0.89
...
home-assistant: 0.87.1 -> 0.89.1
2019-03-11 11:54:53 +01:00
R. RyanTM
416a965692
coturn: 4.5.1.0 -> 4.5.1.1
...
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-03-10 13:17:16 +01:00
Vladimír Čunát
8d502fd425
Merge branch 'staging-next' into staging
2019-03-10 08:05:27 +01:00
Vladimír Čunát
bf47162c26
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1508887
2019-03-10 08:04:21 +01:00
Markus Kowalewski
a2331a2b64
slurm: 18.08.5.2 -> 18.08.6.2
2019-03-09 19:21:36 +01:00
Ryan Mulligan
b7ebfec61f
Merge pull request #55982 from ivan/pushgateway-0.7.0
...
prometheus-pushgateway: 0.4.0 -> 0.7.0
2019-03-08 20:57:43 -08:00
Ryan Mulligan
08c589b90f
Merge pull request #56974 from vcunat/p/knot-dns-2.8
...
knot-dns: 2.7.6 -> 2.8.0
2019-03-08 20:31:03 -08:00
Silvan Mosberger
a540993d62
Merge pull request #56171 from bachp/tautulli
...
tautulli/plexpy: 1.4.25 -> 2.1.26 (renamed)
2019-03-08 16:52:40 +01:00
Robert Schütz
4594640a97
home-assistant: 0.87.1 -> 0.89.1
2019-03-08 13:00:06 +01:00
R. RyanTM
6afc071a6c
jackett: 0.10.707 -> 0.10.846 ( #56709 )
...
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-03-07 23:27:02 +01:00
Pascal Bach
87cb443497
unifiStable: 5.10.17 -> 5.10.19 ( #56992 )
2019-03-07 23:11:43 +01:00
Josef Kemetmüller
680e9f1d91
xorg.editres: fix build ( #56979 )
2019-03-07 23:01:46 +01:00
Josef Kemetmüller
22160302cf
xorg.oclock: Fix build ( #56978 )
2019-03-07 22:59:06 +01:00
nyanloutre
0a54055ffd
jellyfin: init at 10.2.2
2019-03-07 22:22:37 +01:00
Artemis Tosini
357f51b93d
openafs: Add support for Linux 5.0 to openafs_1_8 ( #56859 )
...
OpenAFS 1.8.2 does has not yet merged support for Linux 4.20 or 5.0
This patch cherry-picks commits from the git repository, and includes
them in the patches/ directory. This also replaces the amalgamated Linux 4.20
patches I added earlier with the original outputs from `git show`.
This has been tested to build on Linux 4.4, 4.14, 4.20, and 5.0.
This does not change the derivations of openafs_1_8, only
linuxPackages_*.openafs_1_8.
2019-03-07 13:34:16 -05:00
Franz Pletz
619ae61631
Merge pull request #56968 from WilliButz/grafana-update
...
grafana: 6.0.0 -> 6.0.1
2019-03-07 16:25:22 +00:00
Franz Pletz
ebb8a07062
Merge pull request #57016 from vcunat/p/bird
...
bird: minor updates
2019-03-07 15:20:11 +00:00
Ryan Mulligan
4415dc5fef
Merge pull request #55815 from r-ryantm/auto-update/uwsgi
...
uwsgi: 2.0.17.1 -> 2.0.18
2019-03-07 07:18:25 -08:00
Vladimír Čunát
d85974bb3c
bird, bird6: 1.6.3 -> 1.6.6
...
https://gitlab.labs.nic.cz/labs/bird/blob/v1.6.6/NEWS
The patch doesn't need so much context.
2019-03-07 11:37:24 +01:00
Vladimír Čunát
e47a33ddfb
bird2: 2.0.2 -> 2.0.4
...
https://gitlab.labs.nic.cz/labs/bird/blob/v2.0.4/NEWS
The patch doesn't need so much context.
2019-03-07 11:30:30 +01:00
Vladimír Čunát
3e4d8d2fc6
knot-dns: 2.7.6 -> 2.8.0
...
https://gitlab.labs.nic.cz/knot/knot-dns/tags/v2.8.0
Some explanation for the patching is in this ML thread:
https://lists.nic.cz/pipermail/knot-dns-users/2019-March/001616.html
2019-03-06 19:19:13 +01:00
Artemis Tosini
8a8628f4dc
openafs: fix OpenAFS 1.6 on Linux 4.20 ( #56862 )
...
openafs: fix OpenAFS 1.6 on Linux 4.20
This patch cherry-picks commits from the OpenAFS git repository to
add support for Linux 4.20 to OpenAFS 1.6.
There do not seem to be patches in the Git repository for full Linux 5.0
support, although I have added the ones which exist so far.
This patch has been tested on Linux 4.4, 4.14, 4.20, and is confirmed to
fail on Linux 5.0. It does not change the drv of the openafs package,
only linuxPackages_*.openafs.
2019-03-06 12:42:37 -05:00
WilliButz
881ab86491
grafana: 6.0.0 -> 6.0.1
2019-03-06 16:26:20 +01:00
Austin Seipp
f435d75d79
ttyd: init at 1.4.2_pre174_6df6ac3e
...
ttyd hasn't seen a release in a while, but has a few useful bugfixes and
features (such as IPv6) that are good to have. It also seems to fix a
few crashes I encountered (likely due to newer openssl/libwebsockets).
So in an untraditional fashion, we'll adopt this with a _pre tag to
ensure it gets bumped correctly later on.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-03-06 02:22:49 -06:00
Vincent Demeester
9eab0cd519
traefik: 1.7.8 -> 1.7.9
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-03-05 18:33:09 +01:00
Peter Simons
cd1dc8a1d2
SpamAssassin: update to version 3.4.2
2019-03-05 12:53:04 +01:00
Danylo Hlynskyi
7e8f04ab05
consul: 1.4.1 -> 1.4.2 ( #56854 )
2019-03-05 13:35:22 +02:00
Peter Simons
0356c1b87d
mod_fastcgi: update to version 2.4.7.1
2019-03-05 12:08:20 +01:00
Frederik Rietdijk
5d7ab31949
Merge master into staging-next
2019-03-05 08:32:52 +01:00
Danylo Hlynskyi
bd5b8df4cd
Merge pull request #56352 from lsix/postgresql_updates
...
Postgresql updates
2019-03-05 02:39:55 +02:00
Robert Schütz
dc39d02e00
home-assistant: allow beta versions in parse-requirements.py
2019-03-04 17:17:33 +01:00
Peter Simons
1d628e4588
Merge pull request #56600 from r-ryantm/auto-update/bind
...
bind: 9.12.3-P1 -> 9.12.3-P4
2019-03-04 16:12:23 +01:00
Jörg Thalheim
27cb0669c6
Merge pull request #56500 from kalbasit/nixpkgs_add-support-go-1-12
...
go_1_12: init at go 1.12
2019-03-04 14:22:27 +00:00
Will Dietz
6e3582c9fd
xinit: 1.4.0 -> 1.4.1 ( #56800 )
...
https://lists.x.org/archives/xorg-announce/2019-March/002962.html
2019-03-04 13:34:46 +01:00
Will Dietz
9809a541b2
xdm: 1.1.11 -> 1.1.12 ( #56755 )
...
https://lists.x.org/archives/xorg-announce/2019-March/002959.html
2019-03-04 13:09:29 +01:00
Peter Hoeg
011fe4a246
Merge pull request #56571 from peterhoeg/u/mqtt
...
mosquitto: 1.5.5 -> 1.5.8
2019-03-04 12:23:45 +08:00
R. RyanTM
07f8621b6f
groonga: 8.1.0 -> 8.1.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/groonga/versions
2019-03-03 20:51:33 +01:00
R. RyanTM
5644131eab
rabbitmq-server: 3.7.11 -> 3.7.12
...
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-03-03 20:47:08 +01:00
Frederik Rietdijk
35e73c9dd5
Merge staging into staging-next
2019-03-03 09:35:42 +01:00
R. RyanTM
38900337d9
shaarli: 0.10.2 -> 0.10.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/shaarli/versions
2019-03-03 09:16:43 +01:00
Aaron Andersen
cf80b011ee
solr: 7.6.0 -> 7.7.1
2019-03-02 21:18:00 -05:00
Robert Schütz
a3b6b49eac
Merge pull request #55383 from dotlambda/home-assistant-0.87
...
home-assistant: 0.86.4 -> 0.87.1
2019-03-03 02:23:23 +01:00
Léo Gaspard
601204f55d
Merge pull request #56590 from pacien/synapse-0.99.2
...
matrix-synapse: 0.99.1.1 -> 0.99.2
2019-03-03 00:06:30 +01:00
Wael M. Nasreddine
6ef04cabd4
go_1_12: init at go 1.12
2019-03-02 14:24:17 -08:00
Franz Pletz
81b6dd7b09
smcroute: 2.4.3 -> 2.4.4
2019-03-02 23:14:16 +01:00
Robert Schütz
13182707e2
Merge pull request #56324 from makefu/python/firetv/init
...
init pythonPackages.firetv for home-assistant
2019-03-02 19:53:02 +01:00
Michael Raskin
3630a55dea
Merge pull request #56711 from r-ryantm/auto-update/apache-jena-fuseki
...
apache-jena-fuseki: 3.9.0 -> 3.10.0
2019-03-02 17:18:31 +00:00
R. RyanTM
46d3464bfd
apache-jena-fuseki: 3.9.0 -> 3.10.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/apache-jena-fuseki/versions
2019-03-02 08:14:48 -08:00
Robert Schütz
27fb4f46d2
home-assistant: 0.86.4 -> 0.87.1
2019-03-02 12:37:48 +01:00
Franz Pletz
3eda950518
nextcloud: 15.0.4 -> 15.0.5
2019-03-02 02:18:56 +01:00
R. RyanTM
e08f01f4e7
bind: 9.12.3-P1 -> 9.12.3-P4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bind/versions
2019-03-01 13:47:33 -08:00
pacien
9620a0cf9d
matrix-synapse: 0.99.1.1 -> 0.99.2
2019-03-01 20:34:57 +01:00
Vladimír Čunát
dfa45dfb86
Merge #56516 : lndir: get rid of xorgproto dependency
...
... into staging.
2019-03-01 19:09:54 +01:00
Peter Hoeg
5638a1c717
mosquitto: 1.5.5 -> 1.5.8 and add systemd support
2019-03-01 18:53:45 +08:00
Frederik Rietdijk
205e0fc5bd
Merge staging-next into staging
2019-03-01 09:22:21 +01:00
Frederik Rietdijk
2fcb11a244
Merge staging-next into master
2019-03-01 09:06:20 +01:00
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