Commit Graph

7136 Commits

Author SHA1 Message Date
Duarte David f7a16402b4 coredns: Add deltaevo as maintainer 2019-02-03 16:32:56 +01:00
Jan Malakhovski f56be70f3f uwsgi: move defaults to package file 2019-02-03 15:30:42 +00:00
markuskowa 9c363bd765
Merge pull request #54135 from swdunlop/gnatsd-1.4.0
gnatsd: 1.2.0 -> 1.4.0
2019-02-03 16:02:22 +01:00
R. RyanTM 7b84ac2190 mysql57: 5.7.24 -> 5.7.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/mysql/versions
2019-02-03 08:55:01 +00:00
R. RyanTM 6802d1e3a5 nagios: 4.4.2 -> 4.4.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/nagios/versions
2019-02-03 08:54:29 +00:00
John Ericson c85a8a1fad postgresql: No need to refer to `super`
self.callPackage works fine for now. If/when that changes, we have a
repo-wide thing to deal with so no reason to do anything now.
2019-02-02 15:56:52 -05:00
Danylo Hlynskyi 102ad69a15
Merge pull request #53860 from marsam/update-pg_topn
pg_topn: 2.2.0 -> 2.2.2
2019-02-02 00:48:46 +02:00
pmahoney 6195a47d25 freeswitch: expose compilation option to enable postgres support (#54593) 2019-02-02 00:39:15 +02:00
Florian Klink 2436c97cbe neo4j: 3.4.10 -> 3.5.2
neo4j-shell is gone
2019-02-01 13:55:30 +01:00
Vladimír Čunát 8ba516664b
Merge branch 'staging-next' into staging 2019-02-01 09:42:53 +01:00
Andrew Childs 0536257612 percona-server56: 5.6.35-80.0 -> 5.6.43-84.3 2019-01-31 20:37:57 +09:00
Robert Schütz 864f8321ee
Merge pull request #54893 from nyanloutre/mautrix-telegram
mautrix-telegram: init at 0.4.0.post1
2019-01-31 10:24:49 +01:00
nyanloutre 53fddad692 mautrix-telegram: init at 0.4.0.post1 2019-01-31 09:55:55 +01:00
Mario Rodas 2981a7b0e3
pg_topn: 2.2.0 -> 2.2.2 2019-01-30 19:59:21 -05:00
Vincent Bernat 33802e9ed8 nginx: expose list of additional modules (#53897)
Currently, it seems there is no easy way to override package to add
modules. For example, if we want to add the `ipscrub` module, we can
do:

    pkgs.nginxStable.override {
      modules = [ pkgs.nginxModules.ipscrub ];
    };

But, then, we loose `rtmp`, `dav` and `moreheaders` which are defined
in `all-packages.nix`. With this modification, we can now do:

    pkgs.nginxStable.override {
      modules = pkg.nginxStable.passthru.modules ++ [ pkgs.nginxModules.ipscrub ];
    };
2019-01-31 02:15:14 +02:00
Alyssa Ross cd37219ed9
Merge pull request #54808 from vdemeester/update-traefik
traefik: 1.7.4 -> 1.7.8
2019-01-30 19:04:01 +00:00
Robert Schütz 0525fa54e8
Merge pull request #54739 from Nadrieril/fix-ffsync
Fix firefox sync-server
2019-01-30 16:26:31 +01:00
Nadrieril 957d0589ad pythonPackages.syncserver: move to all-packages.nix and fix dependencies 2019-01-30 15:59:00 +01:00
Vincent Demeester 3597d3ee61
traefik: 1.7.4 -> 1.7.8
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-01-30 15:47:52 +01:00
adisbladis 16ab34c37b
minio: 2018-12-27T18-33-08Z -> 2019-01-23T23-18-58Z 2019-01-30 14:07:40 +00:00
Duarte David d80b81ab5d coredns: 005 -> 1.3.1 2019-01-30 12:50:31 +01:00
Robert Schütz d165357e4f home-assistant-cli: 0.4.2 -> 0.4.4 2019-01-30 09:20:44 +01:00
Robert Schütz 5acb21453f
Merge pull request #54904 from dotlambda/home-assistant-cli-0.4.2
home-assistant-cli: 0.3.0 -> 0.4.2
2019-01-30 09:18:24 +01:00
Silvan Mosberger 7e3647c665
Merge pull request #54896 from Nadrieril/update-ttrss
tt-rss: 2018-04-05 -> 2019-01-29
2019-01-30 01:29:56 +01:00
Robert Schütz c3b01eed80 home-assistant-cli: use python36
dateparser tests fail on python36: https://github.com/NixOS/nixpkgs/issues/52766
2019-01-29 23:57:18 +01:00
Robert Schütz cfd556fd4a home-assistant-cli: 0.3.0 -> 0.4.2 2019-01-29 23:57:12 +01:00
Silvan Mosberger 7897dadbbf
Merge pull request #54754 from r-ryantm/auto-update/pdns-recursor
pdns-recursor: 4.1.8 -> 4.1.10
2019-01-29 21:58:57 +01:00
Silvan Mosberger 35faffe9d9
Merge pull request #54794 from r-ryantm/auto-update/isso
isso: 0.11.1 -> 0.12.2
2019-01-29 21:39:53 +01:00
Nadrieril b0c696be3a tt-rss: 2018-04-05 -> 2019-01-29 2019-01-29 20:50:11 +01:00
Pierre Bourdon aa000aa3a0
nginx-sso: init at 0.15.1 2019-01-29 19:52:48 +01:00
Peter Simons 1283c19098
Merge pull request #54862 from r-ryantm/auto-update/apache-httpd
apacheHttpd: 2.4.37 -> 2.4.38
2019-01-29 10:19:50 +01:00
Robert Schütz 6cb6b90f1a home-assistant: 0.85.1 -> 0.86.4 2019-01-29 08:56:41 +01:00
Elis Hirwing a3849ccbd0
Merge pull request #54864 from Nadrieril/update-wallabag
wallabag: 2.3.2 -> 2.3.6
2019-01-29 08:27:54 +01:00
Nadrieril f487734870 wallabag: 2.3.2 -> 2.3.6 2019-01-29 02:47:32 +01:00
R. RyanTM 61bcf59e1d apacheHttpd: 2.4.37 -> 2.4.38
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-01-28 17:32:40 -08:00
Michael Weiss 55aab980e8
Merge pull request #54764 from r-ryantm/auto-update/monetdb
monetdb: 11.31.11 -> 11.31.13
2019-01-28 23:30:27 +01:00
Daiderd Jordan edcc3e530c
Merge pull request #54481 from LnL7/darwin-luit
xorg.luit: fix darwin build
2019-01-28 21:19:02 +01:00
Vincent Demeester a73398d082
consul: 1.3.0 -> 1.4.1
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-01-28 15:10:22 +01:00
R. RyanTM 5a3548349f isso: 0.11.1 -> 0.12.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/isso/versions
2019-01-28 06:10:07 -08:00
R. RyanTM 23a981a683 monetdb: 11.31.11 -> 11.31.13
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/monetdb/versions
2019-01-27 23:26:02 -08:00
R. RyanTM 48b40d01ba pdns-recursor: 4.1.8 -> 4.1.10
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pdns-recursor/versions
2019-01-27 18:56:35 -08:00
Justin Humm 38f23046a3
unifi, nixos/unifi: add erictapen as maintainer 2019-01-27 17:28:15 +01:00
Matthew Bauer 92f0f8dd68 Merge remote-tracking branch 'NixOS/master' into staging 2019-01-27 00:01:13 -05:00
Jörg Thalheim ba34ffc665
Merge pull request #54619 from Mic92/remove-wkennington
treewide: remove wkennington as maintainer
2019-01-26 23:37:27 +00:00
Danylo Hlynskyi 4fb8bc8238
postgresql: cleanup postgis (#54396)
postgis: cleanup

Another part of https://github.com/NixOS/nixpkgs/pull/38698, though I did cleanup even more.
Moving docs to separate output should save another 30MB.

I did pin poppler to 0.61 just to be sure GDAL doesn't break again next
time poppler changes internal APIs.
2019-01-26 21:15:43 +02:00
Danylo Hlynskyi 8e985dced0
postgresql: reorganize package and its extensions (#54319)
* postgresql: reorganize package and it's extensions

Extracts some useful parts of https://github.com/NixOS/nixpkgs/pull/38698,
in particular, it's vision that postgresql plugins should be namespaced.
2019-01-26 19:46:57 +02:00
Victor SENE 92a44bd100 jackett: 0.10.622 -> 0.10.660 2019-01-26 13:11:04 +00:00
Jörg Thalheim b5c1deca8a
treewide: remove wkennington as maintainer
He prefers to contribute to his own nixpkgs fork triton.
Since he is still marked as maintainer in many packages
this leaves the wrong impression he still maintains those.
2019-01-26 10:05:32 +00:00
Jörg Thalheim 7a4819dab6
Merge pull request #54532 from nyanloutre/sonarr-update
sonarr: 2.0.0.5252 -> 2.0.0.5301
2019-01-24 21:32:52 +00:00
nyanloutre d60be08bae sonarr: 2.0.0.5252 -> 2.0.0.5301 2019-01-24 11:15:13 +01:00
Silvan Mosberger 7790dbe6a2
Merge pull request #53796 from Izorkin/ejabberd
ejabberd: 18.06 -> 18.12.1
2019-01-24 00:57:54 +01:00
Vladimír Čunát 5237df5186
knot-dns: 2.7.5 -> 2.7.6
Maintenance update, nothing really important, probably.
https://gitlab.labs.nic.cz/knot/knot-dns/tags/v2.7.6
2019-01-23 14:04:32 +01:00
Roman Volosatovs 1b3affcbaa miniflux: 2.0.13 -> 2.0.14 2019-01-23 01:52:12 +02:00
Jörg Thalheim da61e66fa5
Merge pull request #54416 from Mic92/telegraf
telegraf: 1.7.0 -> 1.9.2
2019-01-22 23:45:41 +00:00
Daiderd Jordan 8c0cc98600
xorg.luit: fix darwin build 2019-01-22 23:11:14 +01:00
Vladimír Čunát 3fe32b675e
Merge branch 'master' into staging 2019-01-22 15:59:42 +01:00
Ariel Núñez f30355eedb Tegola v0.8.1 (#54087)
tegola: init at 0.8.1
2019-01-21 23:42:21 +02:00
Joachim F 68553b756f
Merge pull request #52684 from r-ryantm/auto-update/solr
solr: 7.5.0 -> 7.6.0
2019-01-21 20:40:22 +00:00
Jörg Thalheim 777b0f89fd
telegraf: 1.7.0 -> 1.9.2 2019-01-21 11:37:16 +00:00
Peter Hoeg f4e02920e2
Merge pull request #54317 from peterhoeg/p/hazm
pythonPackages.zm-py: init at 0.3.0
2019-01-21 10:56:41 +08:00
lewo ccdb2ac5fe
Merge pull request #54191 from r-ryantm/auto-update/jackett
jackett: 0.10.566 -> 0.10.622
2019-01-20 18:28:30 +01:00
Austin Seipp 8cbe6b9ce4 nixpkgs: reorganize the postgresql extensions
This is a backwards compatible change; it mostly puts all the extensions
for postgresql in a common directory to keep them isolated.

It also moves a few things that /were not/ extensions out into other parts of
the filesystem namespace; namely the postgresql_jdbc and psqlodbc libraries
were moved under development/java-modules and development/libraries,
respectively. Because these libraries use the libpq postgresql client drivers,
they're less sensitive to underlying version changes anyway (since the protocol
is relatively stable).

No attributes were renamed or harmed in the creation of this patch.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-19 17:33:32 -06:00
Austin Seipp 73f56ae191 nixpkgs: move postgresql patches into a common directory
This simply makes it easier to browse the PostgreSQL package directory. More to
come.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-19 17:33:32 -06:00
Peter Hoeg 7aff24f4b0 ha: use zm-py for zoneminder 2019-01-19 23:28:38 +08:00
Peter Hoeg d264c2994e home-assistant: missing a parse-requirements.py run (#54318) 2019-01-19 14:17:46 +01:00
Frederik Rietdijk d531da6f8a
Merge pull request #54094 from rnhmjoj/shell
treewide: use ${stdenv.shell} instead of /bin/sh where possible
2019-01-19 14:15:51 +01:00
R. RyanTM 74b7aae3af rabbitmq-server: 3.7.9 -> 3.7.10
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-01-19 11:28:05 +01:00
Peter Hoeg eaa665e243
Merge pull request #53495 from peterhoeg/p/zm
zoneminder: init at 1.32.3 and add NixOS module
2019-01-18 15:49:28 +08:00
Peter Hoeg 119876990e
Merge pull request #51864 from peterhoeg/f/vsftpd
vsftpd: compile with OpenSSL for SSL support
2019-01-18 15:46:49 +08:00
Peter Hoeg 4d2a45b30f
Merge pull request #53990 from dotlambda/esphomeyaml-init
esphome: init at 1.10.1
2019-01-18 09:09:35 +08:00
R. RyanTM 3556c42fcd jackett: 0.10.566 -> 0.10.622
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-01-17 08:16:17 -08:00
Franz Pletz 3a6cd12a47
tengine: 2.2.2 -> 2.2.3 (security)
Fixes CVE-2018-16843, CVE-2018-16844 and CVE-2018-16845.
2019-01-17 13:26:55 +01:00
Jörg Thalheim 23b0e14416
Merge pull request #54134 from swdunlop/nats-streaming-server-0.11.2
nats-streaming-server: 0.11.0 -> 0.11.2
2019-01-17 08:25:06 +00:00
R. RyanTM 560e7d7c59 oidentd: 2.3.1 -> 2.3.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/oidentd/versions
2019-01-17 08:08:05 +00:00
Franz Pletz 2bbb623c19
Merge pull request #54139 from r-ryantm/auto-update/prosody
prosody: 0.11.1 -> 0.11.2
2019-01-17 07:44:26 +00:00
R. RyanTM 80f6e34ef0 prosody: 0.11.1 -> 0.11.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/prosody/versions
2019-01-16 17:52:32 -08:00
Scott W. Dunlop b7f1cf8833 gnatsd: 1.2.0 -> 1.4.0 2019-01-16 17:02:21 -08:00
Scott W. Dunlop 1d274ad684 nats-streaming-server: 0.11.0 -> 0.11.2 2019-01-16 16:57:52 -08:00
rnhmjoj bcf54ce5bb
treewide: use ${stdenv.shell} instead of /bin/sh where possible 2019-01-16 20:37:15 +01:00
Léo Gaspard 1927de7ed4
opensmtpd: add comment about progress of upstreaming our patch 2019-01-16 17:12:18 +01:00
Robert Schütz bffbdfc67e esphome: init at 1.10.1 2019-01-16 15:48:15 +01:00
Léo Gaspard 12ccf9b801
opensmtpd: 6.4.0p2 -> 6.4.1p2 2019-01-16 12:58:04 +01:00
WilliButz 619c308c69 grafana: 5.4.2 -> 5.4.3 2019-01-15 19:43:15 +00:00
Peter Hoeg 2421bab5bb zoneminder: init at 1.32.3 2019-01-15 21:27:45 +08:00
Robert Schütz 43dd721fa3
Merge pull request #53797 from nyanloutre/matrix-synapse-upgrade
matrix-synapse: 0.34.0.1 -> 0.34.1.1
2019-01-14 10:03:47 +01:00
Florian Klink 5c2f09a8a8
Merge pull request #53842 from ajs124/powerdns_ecda
powerdns: fix ecdsa support
2019-01-14 09:23:20 +01:00
R. RyanTM 036ee02fa3 jackett: 0.10.504 -> 0.10.566 (#53313)
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-01-13 22:30:23 +01:00
Jörg Thalheim 6618a0de07
Merge pull request #53428 from Mic92/cloud-print-connector
cloud-print-connector: 1.11 -> 1.16
2019-01-13 21:18:39 +00:00
R. RyanTM 2b183a448c pgroonga: 2.1.6 -> 2.1.7
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-01-13 09:48:03 +01:00
Jörg Thalheim 532c8f954c
check_ssl_cert: update non-determinism patch 2019-01-13 06:12:50 +00:00
Vladimír Čunát 570d84a01e
Merge branch 'staging-next' 2019-01-13 00:39:38 +01:00
Florian Klink 58af931a57 nextcloud: 15.0.0 -> 15.0.2 2019-01-12 22:13:23 +01:00
ajs124 15c629334d powerdns: fix ecdsa support
add libressl, drop patch
neither openssl 1.0 (headers not found) nor openssl 1.1 (configuration
failed when trying to test constants) work, but libressl does
2019-01-12 13:22:15 +01:00
Vladimír Čunát bde8efe792
Merge branch 'master' into staging-next
A couple thousand rebuilds have accumulated on master.
2019-01-12 12:19:34 +01:00
Vladimír Čunát 3cd97916fe
xorg xcursor-themes: fix build after #53127 2019-01-12 11:20:43 +01:00
Robert Schütz feae4d6cdb home-assistant: 0.85.0 -> 0.85.1 2019-01-12 07:39:19 +01:00
Robert Schütz b720ecb9ee matrix-synapse: use python3 2019-01-11 16:36:28 +01:00
nyanloutre bc561526d1 matrix-synapse: 0.34.0.1 -> 0.34.1.1
Also correctly run tests.
2019-01-11 16:36:27 +01:00
Michael Raskin 3bd38b0daa lighttpd: fix tests on Linux
The tests were enabled in #53488 and succeeded on Darwin; on Linux they
still failed because of empty hostname inside the sandbox (we have no
UTS-namespace hostname and I think no /etc/hosts). Nix on Darwin lacks
powerful enough sandboxing, so there were no problems on Darwin.

Patching the tests to fallback to "127.0.0.1" if hostname of the
localhost cannot be retrieved matches the behaviour of lighttpd itself
and allows the tests to pass.

Not sure if having no hostname in the test environment is a bit too
weird for the upstream to care.
2019-01-11 11:46:23 +01:00
Izorkin e680dd42b4 ejabberd: 18.06 -> 18.12.1 2019-01-11 12:00:27 +03:00
Franz Pletz 9ea5b2c052
nginxMainline: 1.15.7 -> 1.15.8 2019-01-11 07:55:25 +01:00
Franz Pletz 3db072d823
prometheus-node-exporter: now works with recent go 2019-01-11 07:55:25 +01:00
Franz Pletz 6ac4267ef3
checkSSLCert: 1.79.0 -> 1.80.0, fix build (date impurity) 2019-01-11 04:00:58 +01:00
Notkea 0be693a8df
matrix-synapse: 0.34.0 -> 0.34.0.1 (CVE-2019-5885) 2019-01-10 20:22:01 +01:00
Janne Heß 36d65c59fe tt-rss-plugin-ff-instagram: Init at git-2019-01-10 2019-01-10 17:56:47 +01:00
Robert Schütz cc70439e11 python3.pkgs.aiohttp: 3.4.4 -> 3.5.2 2019-01-10 17:05:15 +01:00
Robert Schütz eb0e3e02e0
Merge pull request #53741 from dotlambda/home-assistant-0.85
home-assistant: 0.84.6 -> 0.85.0
2019-01-10 14:57:54 +01:00
Vladimír Čunát d49f83442b
knot-resolver: 3.2.0 -> 3.2.1
https://gitlab.labs.nic.cz/knot/knot-resolver/tags/v3.2.1
2019-01-10 13:10:50 +01:00
Vladimír Čunát 287144e342
Merge branch 'master' into staging-next 2019-01-10 13:07:21 +01:00
Robert Schütz 9a70a1842c home-assistant: 0.84.6 -> 0.85.0 2019-01-10 11:25:16 +01:00
Florian Klink 05231c4bbf
Merge pull request #53640 from flokli/minio-2018-12-27T18-33-08Z
minio: 2018-12-06T01-27-43Z -> 2018-12-27T18-33-08Z
2019-01-09 12:34:24 +01:00
Florian Klink 6c6a899f32 minio: 2018-12-06T01-27-43Z -> 2018-12-27T18-33-08Z 2019-01-08 11:26:49 +01:00
Robin Gloster 6f02b86726
atlassian-jira: 7.12.3 -> 7.13.0 2019-01-07 21:54:23 +01:00
Robin Gloster 89d24aca93
atlassian-crowd: 3.2.5 -> 3.3.3 2019-01-07 21:54:23 +01:00
Robin Gloster 4a38287887
atlassian-confluence: 6.12.2 -> 6.13.0 2019-01-07 21:54:22 +01:00
Franz Pletz 847bd6e2d4
atlassian-confluence: 6.12.0 -> 6.12.2 2019-01-07 21:54:21 +01:00
Franz Pletz ece39b0638
atlassian-confluence: 6.11.1 -> 6.12.0 2019-01-07 21:54:21 +01:00
Joachim Fasting a4f51746f8
Revert "openafs: fix build against linux_hardened"
This reverts commit 4bb0a719cf.

Can be reveted once randstruct actually works
2019-01-07 19:50:06 +01:00
WilliButz 75b4b5fc99 prometheus-dnsmasq-exporter: unstable-2018-05-05 -> 0.1.0 2019-01-07 17:34:46 +00:00
Robin Gloster 16413c05cd
Merge pull request #53554 from rnhmjoj/searx
searx: 0.14.0 -> 0.15.0
2019-01-07 13:21:39 +00:00
Vladimír Čunát 220aa6713b
knot-dns: 2.7.4 -> 2.7.5
https://gitlab.labs.nic.cz/knot/knot-dns/tags/v2.7.5
2019-01-07 13:47:14 +01:00
Orivej Desh (NixOS) fa17392fd8
Merge pull request #53376 from r-ryantm/auto-update/clickhouse
clickhouse: 18.14.18 -> 18.16.1
2019-01-07 11:25:08 +00:00
rnhmjoj 985bc6ca5a
searx: 0.14.0 -> 0.15.0 2019-01-07 11:10:38 +01:00
Orivej Desh e4e695548c clickhouse: link to libLLVM rather than to individual LLVM libs
The clickhouse program links to LLVM and to the clickhouse library, that also
links to LLVM. When the library is shared but LLVM is static, LLVM gets linked
into the program twice (once via the library and once directly), which causes
this error when running clickhouse:

     : CommandLine Error: Option 'x86-use-base-pointer' registered more than once!
     LLVM ERROR: inconsistency in registered CommandLine options

A common LLVM installation provides static component libraries and a shared
libLLVM. Linking to libLLVM when libclickhouse is shared solves this issue.

Upstream pull request: https://github.com/yandex/ClickHouse/pull/3989
2019-01-06 16:59:47 +00:00
Vladimír Čunát 711db1b0cd
postfix: fix linking error after #51770; issue #53001 2019-01-06 14:53:24 +01:00
Vladimír Čunát c6b8312f21
bird2: fixup build after 7bb24a65e
I didn't look whether bird2 cross-compiles, but the patch wouldn't apply.
2019-01-06 14:26:03 +01:00
Joachim Fasting 4bb0a719cf
openafs: fix build against linux_hardened
See https://hydra.nixos.org/build/86750041
and https://hydra.nixos.org/build/86749971
2019-01-06 14:08:27 +01:00
Matt McHenry cf58744a16 client-ip-echo: 0.1.0.3 -> 0.1.0.4 2019-01-06 13:44:56 +01:00
Vladimír Čunát 10a12194e3
Merge #53490: fix treewide linking errors after #51770
Issue #53001.  This might not be all of them, but let's not wait.
2019-01-06 12:14:52 +01:00
Kirill Elagin a162a562bd
lighttpd: Enable tests
They seem to pass now, so why not.
2019-01-06 13:12:20 +03:00
Kirill Elagin bd141e9af1
lighttpd: Hide attr dependency behind an option
* Unbreak darwin
* It was unused anyway, as it is disabled by default
* Now there is an feature-argument to enable it
2019-01-06 13:12:19 +03:00
Kirill Elagin d94cbd4188
lighttpd: Disable WebDAV by default
* It is disabled by default in lighttpd itself
* Darwin doesn’t seem to have a function in libuiid that it needs
2019-01-06 13:12:14 +03:00
Frederik Rietdijk 60a3973a55 Merge staging-next into staging 2019-01-05 10:15:00 +01:00
Jörg Thalheim 0c2ed51f13
cloud-print-connector: 1.11 -> 1.16 2019-01-05 00:40:07 +01:00
Piotr Bogdan 12c733c292 fileshelter: link with pthreads explicitly 2019-01-04 21:44:18 +00:00
Frederik Rietdijk 9618abe87c Merge master into staging-next 2019-01-04 21:13:19 +01:00
Ryan Mulligan 5a7bc59b07
Merge pull request #53265 from r-ryantm/auto-update/osrm-backend
osrm-backend: 5.20.0 -> 5.21.0
2019-01-04 08:14:58 -08:00
Jörg Thalheim 8b19e04d12
Merge pull request #53330 from r-ryantm/auto-update/groonga
groonga: 8.0.9 -> 8.1.0
2019-01-04 15:46:29 +01:00
Robin Gloster 23e49b78e5 xorg.xorgproto: add legacy support
This adds support for e.g. printproto needed for libXp

Adapted from @MP2E's patch in #48549
2019-01-04 14:38:57 +01:00
Lengyel Balazs fca792353f xorg: tarballs listed alphabetically (again) 2019-01-04 14:38:57 +01:00
Lengyel Balazs b981b8e0fe xorg/xorgserver: 1.19.6 -> 1.20.3 2019-01-04 14:38:57 +01:00
Lengyel Balazs 8851116a47 xorg/luit: 1.1.1 -> 20181211 2019-01-04 14:38:57 +01:00
Lengyel Balazs b48304439b xorg: generator script update to support tgz 2019-01-04 14:38:57 +01:00
Lengyel Balazs 50a53b2e78 xorg/xf86-video-omap: init at 0.4.5 2019-01-04 14:38:57 +01:00
Lengyel Balazs 2be77479e4 xorg/fonttosfnt: init at 1.0.5 2019-01-04 14:38:57 +01:00
Lengyel Balazs d9ea05f1a7 xorg/libXaw3d: init at 1.6.3 2019-01-04 14:38:57 +01:00
Lengyel Balazs e0a9ffc3c3 xorg/xfontsel: init at 1.0.6 2019-01-04 14:38:57 +01:00
Lengyel Balazs 7ca9622ea9 xorg/xload: init at 1.1.3 2019-01-04 14:38:57 +01:00
Lengyel Balazs cd9b4d7808 xorg/xsm: init at 1.0.4 2019-01-04 14:38:57 +01:00
Lengyel Balazs 26908f8726 xorg/transset: init at 1.0.2 2019-01-04 14:38:57 +01:00
Lengyel Balazs 69ba22d17a xorg/ico: init at 1.0.5 2019-01-04 14:38:57 +01:00
Lengyel Balazs 55affc7cdf xorg/xtrap: init at 1.0.3 2019-01-04 14:38:57 +01:00
Lengyel Balazs 48ef1f27e2 xorg/xconsole: init at 1.0.7 2019-01-04 14:38:57 +01:00
Lengyel Balazs aadee8046a xorg/oclock: init at 1.0.4 2019-01-04 14:38:57 +01:00
Lengyel Balazs 6175094478 xorg/viewres: init at 1.0.5 2019-01-04 14:38:57 +01:00
Lengyel Balazs f31d54a483 xorg/listres: init at 1.0.4 2019-01-04 14:38:57 +01:00
Lengyel Balazs cc6cf8ceee xorg/editres: init at 1.0.7 2019-01-04 14:38:57 +01:00
Lengyel Balazs 06324d9275 xorg/xf86-video-mga: 1.6.5 -> 2.0.0 2019-01-04 14:38:57 +01:00
Lengyel Balazs 44c8d99e6c xorg/xf86-video-i128: 1.3.6 -> 1.4.0 2019-01-04 14:38:57 +01:00
Lengyel Balazs b39fb3ecea xorg/libSM: 1.2.2 -> 1.2.3 2019-01-04 14:38:57 +01:00
Lengyel Balazs cacc649518 xorg/xf86-video-i740: 1.3.6 -> 1.4.0 2019-01-04 14:38:57 +01:00
Lengyel Balazs f8d909ccc8 xorg/twm: 1.0.9 -> 1.0.10 2019-01-04 14:38:57 +01:00
Lengyel Balazs 9404728994 xorg/xrefresh: 1.0.5 -> 1.0.6 2019-01-04 14:38:57 +01:00
Lengyel Balazs 2a95041a6c xorg/xwd: 1.0.6 -> 1.0.7 2019-01-04 14:38:57 +01:00
Lengyel Balazs 97eb0c724c xorg/xwininfo: 1.1.3 -> 1.1.4 2019-01-04 14:38:57 +01:00
Lengyel Balazs 92b45380eb xorg/xwud: 1.0.4 -> 1.0.5 2019-01-04 14:38:57 +01:00
Lengyel Balazs 057bc147dc xorg/xset: 1.2.3 -> 1.2.4 2019-01-04 14:38:57 +01:00
Lengyel Balazs 71648beaaa xorg/xsetroot: 1.1.0 -> 1.1.2 2019-01-04 14:38:57 +01:00
Lengyel Balazs 526d0b5a2f xorg/xrdb: 1.1.0 -> 1.1.1 2019-01-04 14:38:57 +01:00
Lengyel Balazs 12145ac403 xorg/xlsfonts: 1.0.5 - 1.0.6 2019-01-04 14:38:57 +01:00
Lengyel Balazs 373595eb77 xorg/xpr: 1.0.4 -> 1.0.5 2019-01-04 14:38:57 +01:00
Lengyel Balazs 1d356fa37b xorg/xprop: 1.2.2 -> 1.2.3 2019-01-04 14:38:57 +01:00
Lengyel Balazs 6559206ff6 xorg/xlsclients: 1.1.3 -> 1.1.4 2019-01-04 14:38:57 +01:00
Lengyel Balazs 1c8a40981e xorg/xkill: 1.0.4 -> 1.0.5 2019-01-04 14:38:57 +01:00
Lengyel Balazs f0e564c260 xorg/xf86-video-v4l: 0.2.0 -> 0.3.0 2019-01-04 14:38:57 +01:00
Lengyel Balazs 2a0c13fa14 xorg/xf86-video-vmware: 13.2.1 -> 13.3.0 2019-01-04 14:38:57 +01:00
Lengyel Balazs bbb75b1221 xorg/xf86-video-rendition: 4.2.6 -> 4.2.7 2019-01-04 14:38:57 +01:00
Lengyel Balazs 6739615ec0 xorg/xf86-video-r128: 6.10.2 -> 6.11.0 2019-01-04 14:38:57 +01:00
Lengyel Balazs 7dfdc2e3ff xorg/xf86-video-geode: 2.11.17 -> 2.11.19 2019-01-04 14:38:57 +01:00
Lengyel Balazs d9c5a888c7 xorg/xf86-video-mach: 6.9.5 -> 6.9.6 2019-01-04 14:38:57 +01:00
Lengyel Balazs 6a6a5a6dd4 xorg/xf86-video-fbdev: 0.4.4 -> 0.5.0 2019-01-04 14:38:57 +01:00
Lengyel Balazs 79a49047cb xorg/xf86-input-evdev: 2.10.5 -> 2.10.6 2019-01-04 14:38:57 +01:00
Lengyel Balazs 730f3178b4 xorg/xf86-input-mouse: 1.9.2 -> 1.9.3 2019-01-04 14:38:57 +01:00
Lengyel Balazs cf334c3e0f xorg/xf86-input-synaptics: 1.9.0 -> 1.9.1 2019-01-04 14:38:57 +01:00
Lengyel Balazs f659a6625a xorg/xfs: 1.1.4 -> 1.2.0 2019-01-04 14:38:57 +01:00
Lengyel Balazs 563dbdca4a xorg/xmessage: 1.0.4 -> 1.0.5 2019-01-04 14:38:57 +01:00
Lengyel Balazs d6fc30a319 xorg/libXxf86misc: 1.0.3 -> 1.0.4 2019-01-04 14:38:57 +01:00
Lengyel Balazs b26372961d xorg/libxshmfence: 1.2 -> 1.3 2019-01-04 14:38:57 +01:00
Lengyel Balazs 088a0b922b xorg/iceauth: 1.0.7 -> 1.0.8 2019-01-04 14:38:57 +01:00
Lengyel Balazs f20fae7fe3 xorg/libXScrnSaver: 1.2.2 -> 1.2.3 2019-01-04 14:38:57 +01:00
Lengyel Balazs 533280bac9 xorg/xcursor-themes: 1.0.4 -> 1.0.5 2019-01-04 14:38:57 +01:00
Lengyel Balazs 349a422d85 xorg/xdriinfo: 1.0.5 -> 1.0.6 2019-01-04 14:38:57 +01:00
Lengyel Balazs b3beb5d268 xorg/xbitmaps: 1.1.1 -> 1.1.2 2019-01-04 14:38:57 +01:00
Lengyel Balazs b43838632e xorg: replace old X11R7 links with individual ones for easier upgrades 2019-01-04 14:38:57 +01:00
Lengyel Balazs 3c6e5b03bb xorg/appres: 1.0.4 -> 1.0.5 2019-01-04 14:38:57 +01:00
Lengyel Balazs beaca82e48 xorg/mkfontscale: 1.1.2 -> 1.1.3 2019-01-04 14:38:57 +01:00
Lengyel Balazs 4235b0a447 xorg/libdmx: 1.1.3 -> 1.1.4 2019-01-04 14:38:57 +01:00
Lengyel Balazs 7ac2e3fb77 xorg/xf86-input-libinput: 0.28.0 -> 0.28.1 2019-01-04 14:38:57 +01:00
Lengyel Balazs 1bd651ba90 xorg/amdgpu: 1.4.0 -> 18.1.0 2019-01-04 14:38:57 +01:00
Lengyel Balazs e8a384e0ca xorg/xf86-video-chips: 1.2.7 -> 1.3.0 2019-01-04 14:38:57 +01:00
Lengyel Balazs a8bc355b06 xorg/xf86-video-neomagic: 1.2.9 -> 1.3.0 2019-01-04 14:38:57 +01:00
Lengyel Balazs f4a53ff3bc treewide/xorg: replace *proto with xorgproto 2019-01-04 14:38:57 +01:00
Lengyel Balazs 51d6b1bdec xorg: adjust overrides to xorgproto 2019-01-04 14:38:57 +01:00
Lengyel Balazs c3db044b54 xorg: replace *proto with xorgproto 2019-01-04 14:38:57 +01:00
Lengyel Balazs 167e609faa xorg: use https for sources without mirrors 2019-01-04 14:38:57 +01:00
Lengyel Balazs 473624ea41 xorg: move sources into single file tarballs.list 2019-01-04 14:38:57 +01:00
Frederik Rietdijk 63bcd07888 python: add isPy2 attribute to passthru
Some packages relied on it. For consistency, also introduce isPy3 (which
is the same as isPy3k).
2019-01-04 12:31:42 +01:00
R. RyanTM 9605c575a6 clickhouse: 18.14.18 -> 18.16.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/clickhouse/versions
2019-01-03 19:34:46 -08:00
Frederik Rietdijk 2da31b80bb Merge master into staging-next 2019-01-03 20:07:35 +01:00
R. RyanTM 2cf7cae450 groonga: 8.0.9 -> 8.1.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/groonga/versions
2019-01-03 09:26:03 -08:00
Peter Hoeg 7fa3aba520
Merge pull request #53285 from r-ryantm/auto-update/mosquitto
mosquitto: 1.5.4 -> 1.5.5
2019-01-03 20:44:45 +08:00
Falco Peijnenburg 4dc18cb059 Wordpress: 4.9.1 -> 5.0.2 2019-01-03 10:44:12 +01:00
R. RyanTM 9496a0e3af mosquitto: 1.5.4 -> 1.5.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/mosquitto/versions
2019-01-03 00:57:03 -08:00
Renaud 65d0b2a0f1
Merge pull request #52889 from r-ryantm/auto-update/hitch
hitch: 1.4.8 -> 1.5.0
2019-01-03 09:32:01 +01:00
R. RyanTM 54de63113d osrm-backend: 5.20.0 -> 5.21.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/osrm-backend/versions
2019-01-02 20:34:58 -08:00
Frederik Rietdijk 092e3b50a8 Merge master into staging-next 2019-01-02 21:08:27 +01:00
Vladimír Čunát 70bff06140
Merge branch 'master' into staging 2019-01-02 17:19:23 +01:00
elseym 10d5af050f
home-assistant: add tado dependency pytado 2019-01-02 12:34:55 +01:00
elseym d9907d6a97
home-assistant: add neato dependency pybotvac 2019-01-01 22:59:07 +01:00
elseym 0f12423566
home-assistant: add apple_tv dependency pyatv 2019-01-01 22:22:05 +01:00
Lancelot SIX ce235f70ca postgresql_9_3: drop
Postgresql 9.3 reached end of life on november 11, 2018 (see
https://www.postgresql.org/about/news/1905/)

(Rebase of #52052. Closes #52052.)

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-12-31 08:44:57 -06:00
Frederik Rietdijk 070290bda7 Merge master into staging-next 2018-12-31 12:00:36 +01:00
Vladimír Čunát 4fc5480db2
Merge #51561: tomcat: update minor versions (security) 2018-12-30 09:31:31 +01:00
Austin Seipp f2c99c61cf cockroachdb: 2.1.1 -> 2.1.3
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-12-28 07:59:48 -06:00
Peter Hoeg da5aecce81
Merge pull request #52957 from peterhoeg/u/esx
check-esxi-hardware: 20161013 -> 20181001
2018-12-28 14:41:05 +08:00
Ryan Mulligan be3496fb64
Merge pull request #52836 from r-ryantm/auto-update/matomo
matomo: 3.6.1 -> 3.7.0
2018-12-27 17:11:14 -08:00
Frederik Rietdijk 10afccf145 Merge staging-next into staging 2018-12-27 18:11:34 +01:00
Peter Hoeg 010502472f check-esxi-hardware: 20161013 -> 20181001 2018-12-27 14:22:27 +08:00
Peter Simons bc8f67e37f
Merge pull request #52923 from r-ryantm/auto-update/bind
bind: 9.12.3 -> 9.12.3-P1
2018-12-26 18:12:57 +01:00
Alexey Shmalko 42ab51f2e8
Merge pull request #52908 from r-ryantm/auto-update/couchdb
couchdb2: 2.2.0 -> 2.3.0
2018-12-26 17:36:45 +02:00
R. RyanTM f884c6c1de bind: 9.12.3 -> 9.12.3-P1
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
2018-12-26 04:34:11 -08:00
R. RyanTM 964342e231 checkSSLCert: 1.78.0 -> 1.79.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/check_ssl_cert/versions
2018-12-26 11:22:36 +01:00
Frederik Rietdijk e45ca47f14 Merge staging-next into staging 2018-12-26 09:30:32 +01:00
R. RyanTM 12abec6453 couchdb2: 2.2.0 -> 2.3.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/couchdb/versions
2018-12-25 23:16:34 -08:00
Craig Younkins 4543559aea
net-snmp: Fix broken Gmane URL
Fixes: #52898
Fixes: #51260
2018-12-25 23:21:30 -05:00
Peter Hoeg ca59c014be
Merge pull request #52753 from peterhoeg/u/uchiwa
uchiwa: 1.3.1 -> 1.5.0
2018-12-26 10:09:15 +08:00
R. RyanTM 7b07ed4987 hitch: 1.4.8 -> 1.5.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/hitch/versions
2018-12-25 17:18:02 -08:00
R. RyanTM 687567efd0 matomo: 3.6.1 -> 3.7.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
2018-12-25 06:49:39 -08:00
Jan Tojnar ef935fa101
Merge branch 'master' into staging 2018-12-24 15:02:29 +01:00
Peter Hoeg a6520f6136 uchiwa: 1.3.1 -> 1.5.0 2018-12-24 13:20:37 +08:00
obadz 55af73e156 mono: only maintain major versions (mono4 & mono5) 2018-12-23 00:04:46 +00:00
R. RyanTM 4a9fcee0d4 solr: 7.5.0 -> 7.6.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/solr/versions
2018-12-22 07:35:23 -08:00
Jörg Thalheim e0a64fbb7c
Merge pull request #52032 from Izorkin/nginx-unit
unit: 1.6 -> 1.7
2018-12-22 12:38:44 +01:00
Robert Schütz f9d5ac9bff home-assistant: 0.84.3 -> 0.84.6 2018-12-22 12:00:19 +01:00
Jörg Thalheim ea10141de4
Merge pull request #52030 from r-ryantm/auto-update/redis
redis: 5.0.1 -> 5.0.3
2018-12-22 11:03:02 +01:00
Izorkin eaf136b6b8 unit: 1.6 -> 1.7 2018-12-22 11:23:38 +03:00
Michael Raskin 35efbedce4 matrix-synapse: 0.33.9 -> 0.34.0 2018-12-21 15:01:45 +01:00
Michael Raskin 13d5941d50 matrix-synapse: fix build by local dependency downgrade 2018-12-21 15:01:45 +01:00
Samuel Dionne-Riel 3c38cc8058
Merge pull request #51813 from samueldr/aarch64/disable-non-arm-builds-part-1
aarch64: ZHF for aarch64 (1/??)
2018-12-20 21:06:52 -05:00
Liam Dawson 19a297c099 plex: 1.14.0.5470 -> 1.14.1.5488 2018-12-21 10:35:41 +11:00
Maximilian Bosch 87ebc2ad0b
Merge pull request #52345 from r-ryantm/auto-update/clickhouse
clickhouse: 18.14.9 -> 18.14.18
2018-12-20 18:48:37 +01:00
Maximilian Bosch 64d05bbdd2
clickhouse: fix module and package runtime
Although the package itself builds fine, the module fails because it
tries to log into a non-existant file in `/var/log` which breaks the
service. Patching to default config to log to stdout by default fixes
the issue. Additionally this is the better solution as NixOS heavily
relies on systemd (and thus journald) for logging.

Also, the runtime relies on `/etc/localtime` to start, as it's not
required by the module system we set UTC as sensitive default when using
the module.

To ensure that the service's basic functionality is available, a simple
NixOS test has been added.
2018-12-20 13:03:41 +01:00
Franz Pletz 25eb8419d9
Merge pull request #52527 from dotlambda/home-assistant-cli-0.3.0
home-assistant-cli: init at 0.3.0
2018-12-20 02:31:09 +00:00
worldofpeace ee97905791 miniflux: correct description 2018-12-19 19:32:48 -05:00
Jeremy Apthorp 3b17e17b51 miniflux: 2.0.12 -> 2.0.13
Adds support for unix socket listening, amongst other things :)
2018-12-19 19:32:48 -05:00
Franz Pletz 65dfc2b272
Merge pull request #51914 from dotlambda/home-assistant-python37
home-assistant: use python37
2018-12-19 19:32:11 +00:00
Robert Schütz 52b1973283 home-assistant-cli: init at 0.3.0 2018-12-19 15:54:28 +01:00
Frederik Rietdijk 9ab61ab8e2 Merge staging-next into staging 2018-12-19 09:00:36 +01:00
R. RyanTM e5d6f9e329
clickhouse: 18.14.9 -> 18.14.18
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/clickhouse/versions
2018-12-19 01:46:45 +01:00
markuskowa e332fc613b
Merge pull request #52169 from r-ryantm/auto-update/osrm-backend
osrm-backend: 5.19.0 -> 5.20.0
2018-12-18 23:34:16 +01:00
R. RyanTM 016d1a991d jackett: 0.10.471 -> 0.10.504
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
2018-12-18 14:43:11 -05:00
nyanloutre 43dd779a8d radarr: 0.2.0.1120 -> 0.2.0.1217 2018-12-18 14:32:13 -05:00
volth fed7914539
Merge branch 'staging' into make-perl-pathd 2018-12-18 17:13:27 +00:00
Jörg Thalheim 1148ce1b60
Merge pull request #52062 from volth/perl526-drop
perl526: drop
2018-12-18 17:02:01 +00:00
R. RyanTM fb227af6a0 subsonic: 6.1.3 -> 6.1.5
* subsonic: 6.1.3 -> 6.1.5 (#52019)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/subsonic/versions

* subsonic: license is unfree

Went closed-source since 6.0beta2
See: http://forum.subsonic.org/forum/viewtopic.php?f=4&t=16604#p71128
2018-12-18 15:11:23 +01:00
Matthew Bauer dbd0a78e5a
Merge pull request #51854 from pmahoney/freeswitch
Freeswitch
2018-12-17 23:43:25 -06:00
Franz Pletz 5fc271257e
prometheus_2: 2.4.3 -> 2.6.0 2018-12-17 23:30:12 +01:00
Renaud 8c8c7a6cb9
Merge pull request #52300 from r-ryantm/auto-update/groonga
groonga: 8.0.8 -> 8.0.9
2018-12-17 20:03:40 +01:00
Robert Schütz f47b7d0213 home-assistant: 0.84.2 -> 0.84.3 2018-12-17 17:31:00 +01:00
Franz Pletz 61bd0e851e
postgresql: branch 9.3 is not maintained anymore
See https://www.postgresql.org/support/versioning/.
2018-12-17 16:35:48 +01:00
Vladimír Čunát ee9ba43a1c
knot-resolver: 3.1.0 -> 3.2.0
https://lists.nic.cz/pipermail/knot-resolver-announce/2018/000005.html
2018-12-17 14:54:36 +01:00
R. RyanTM 5b9aa05522 prosody: 0.10.2 -> 0.11.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/prosody/versions
2018-12-16 23:54:20 +00:00
Franz Pletz c8f3782fd4
Merge pull request #51951 from dotlambda/home-assistant-0.84
home-assistant: 0.83.3 -> 0.84.2
2018-12-16 23:49:59 +00:00
Florian Klink 3ac31c44b4
Merge pull request #52397 from r-ryantm/auto-update/cadvisor
cadvisor: 0.31.0 -> 0.32.0
2018-12-17 00:18:15 +01:00
Jan Tojnar aead6e12f9
Merge remote-tracking branch 'upstream/master' into staging 2018-12-16 22:55:06 +01:00
Ryan Mulligan 20bc83a180
Merge pull request #52223 from r-ryantm/auto-update/lidarr
lidarr: 0.4.0.524 -> 0.5.0.583
2018-12-16 12:51:19 -08:00
Christoph Hrdinka f5428c6369
Merge pull request #52190 from r-ryantm/auto-update/nsd
nsd: 4.1.25 -> 4.1.26
2018-12-16 19:38:07 +01:00
R. RyanTM 1942f3c8f8 rspamd: 1.8.2 -> 1.8.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/rspamd/versions
2018-12-16 18:05:58 +00:00
R. RyanTM c51a1b89c2 cadvisor: 0.31.0 -> 0.32.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/cadvisor/versions
2018-12-16 08:59:25 -08:00
Florian Klink 91c65721f7 owncloud: remove server
pkgs.owncloud still pointed to owncloud 7.0.15 (from May 13 2016)

Last owncloud server update in nixpkgs was in Jun 2016.
At the same time Nextcloud forked away from it, indicating users
switched over to that.

cc @matej (original maintainer)
2018-12-16 15:05:53 +01:00
Florian Klink 66060d3bb0 nextcloud: 14.0.4 -> 15.0.0 2018-12-16 11:16:57 +01:00
R. RyanTM 7c5bf040bb groonga: 8.0.8 -> 8.0.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/groonga/versions
2018-12-15 20:28:12 -08:00
R. RyanTM 8268fd19a3 lidarr: 0.4.0.524 -> 0.5.0.583
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
2018-12-15 05:30:43 -08:00
Florian Klink fe61cfebaf
Merge pull request #52191 from r-ryantm/auto-update/node_exporter
prometheus-node-exporter: 0.16.0 -> 0.17.0
2018-12-15 14:25:30 +01:00
R. RyanTM 7b8c41e04c prometheus-node-exporter: 0.16.0 -> 0.17.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/node_exporter/versions
2018-12-15 01:06:41 -08:00
R. RyanTM 1679fec4aa nsd: 4.1.25 -> 4.1.26
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
2018-12-15 00:56:32 -08:00
Rickard Nilsson 2473754ad2 mosquitto: 1.5.3 -> 1.5.4
Remove patch that has been merged upstrem.
2018-12-15 08:49:47 +01:00
R. RyanTM 44b2145dbe osrm-backend: 5.19.0 -> 5.20.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/osrm-backend/versions
2018-12-14 22:10:24 -08:00
volth bb9557eb7c lib.makePerlPath -> perlPackages.makePerlPath 2018-12-15 03:50:31 +00:00
Robert Schütz 339a9980ec home-assistant: 0.83.3 -> 0.84.2 2018-12-14 20:01:41 +01:00
volth 6d2edfb0b8 treewide: remove aliases evaluated to `null` 2018-12-14 16:27:53 +00:00
Jörg Thalheim 23073717cd
unit: remove perl526, which is EOL
related to https://github.com/NixOS/nixpkgs/pull/52062
2018-12-14 15:50:17 +00:00
markuskowa 9762b37d4c
Merge pull request #51997 from r-ryantm/auto-update/slurm
slurm: 18.08.3.1 -> 18.08.4.1
2018-12-14 14:56:04 +01:00
R. RyanTM 87dae4f580 redis: 5.0.1 -> 5.0.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/redis/versions
2018-12-14 03:37:38 -08:00
R. RyanTM 16d9f71db7 slurm: 18.08.3.1 -> 18.08.4.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/slurm/versions
2018-12-13 23:33:19 -08:00
WilliButz 3a28198918
grafana: 5.4.1 -> 5.4.2 2018-12-13 18:07:23 +01:00
Jörg Thalheim 048c48f405
libXinerama: fix cross-compilation 2018-12-13 11:39:17 +00:00
Izorkin 594fc72a32 mysql55: broken on aarch64 2018-12-12 20:07:51 +03:00
Robert Schütz 00a9057f75 Revert "home-assistant: pin to python 3.6"
This reverts commit 2fb90e57fd.
Home Assistant now builds fine with Python 3.7.
2018-12-12 17:05:42 +01:00
Izorkin 6aa42941dc mysql55: 5.5.60 -> 5.5.62 2018-12-12 15:04:24 +03:00
Jörg Thalheim 054b938c5c
libXt: fix cross-build 2018-12-12 08:02:19 +00:00
Jörg Thalheim 220dcada79
xorg.libXvMC: fix cross-build 2018-12-12 08:02:19 +00:00
Jörg Thalheim 6b92dd38e1
memcached: fix cross-compiling 2018-12-12 00:58:29 +00:00
Izorkin 6c8b7ac931
unit: add php module 7.3 2018-12-11 20:11:08 +01:00
Jörg Thalheim 7bb24a65e4 bird: fix cross-build 2018-12-11 18:13:21 +01:00
Jörg Thalheim 8871ffccff nginx: fix cross-build 2018-12-11 18:13:21 +01:00
Jörg Thalheim 562d9d472c dovecot: fix cross-build 2018-12-11 18:13:21 +01:00
Jörg Thalheim 68d5071e3d postfix: fix cross-build 2018-12-11 18:13:21 +01:00
WilliButz 174800f2c6 grafana: 5.4.0 -> 5.4.1 2018-12-11 16:25:19 +01:00
tilpner d08187edce
minio: 2018-07-31T02-11-47Z -> 2018-12-06T01-27-43Z 2018-12-11 13:59:36 +01:00
Patrick Mahoney 5234948642 freeswitch: build on darwin
- relax platform requirement
- include required apple framework
2018-12-10 16:49:26 -06:00
Samuel Dionne-Riel abcb25bd8d aerospike: Disables build on aarch64
The issue with its inclusion in the manual has been side-stepped by
matching on the platforms in supports.
2018-12-10 14:55:19 -05:00
Alexey Shmalko ef966c1952
Merge pull request #51719 from marsam/postgresql-build-icu-support
postgresql: Build with icu support
2018-12-10 01:52:54 +02:00
Maximilian Bosch 65b33722db
Merge pull request #51608 from tylermauthe/patch-1
plex: 1.13.9.5456 -> 1.14.0.5470
2018-12-08 19:55:33 +01:00
Graham Christensen 37293152c7
Merge pull request #51612 from Izorkin/nginx-unit
unit: init at v1.6
2018-12-08 11:49:05 -05:00
Jörg Thalheim d4aa3cce93
Merge pull request #51629 from Chiiruno/dev/update
Update: quicktemplate, nodePackages: meguca, meguca, hydron
2018-12-08 16:25:00 +00:00
Izorkin ef5161984c unit: init at v1.6 2018-12-08 19:20:09 +03:00
Frederik Rietdijk 3e950d584c Merge staging-next into master 2018-12-08 16:29:21 +01:00
markuskowa 86d80a7b78
Merge pull request #51583 from WilliButz/grafana-update
grafana: 5.3.4 -> 5.4.0
2018-12-08 15:42:15 +01:00
Florian Klink 8dc30f6272
Merge pull request #51705 from dtzWill/update/xf86-video-intel-12-03
xf86videointel: 2017-10-19 -> 2018-12-03
2018-12-08 15:22:56 +01:00
Frederik Rietdijk e0950ae9ad Merge master into staging-next 2018-12-08 12:40:13 +01:00
Mario Rodas acc45d8f4f
postgresql: Build with icu support 2018-12-08 00:33:39 -05:00
Will Dietz 05f6ec295f lighttpd: 1.4.51 -> 1.4.52
https://www.lighttpd.net/2018/11/28/1.4.52/
2018-12-07 21:30:51 -06:00
Will Dietz 5eff07f211 xf86videointel: 2017-10-19 -> 2018-12-03 2018-12-07 21:07:33 -06:00
Joachim F 82579f80a5
Merge pull request #51655 from joachifm/uwsgi-withSystemd
uwsgi: fix build when withSystemd = false
2018-12-07 14:46:36 +00:00
Frederik Rietdijk 5f554279ec Merge master into staging-next 2018-12-07 15:22:35 +01:00
Joachim Fasting e7548891e3
uwsgi: fix build when withSystemd = false
Passing -lsystemd unconditionally breaks the build when withSystemd = false.
2018-12-07 13:25:06 +01:00
隠岐奈 531db1a8fa meguca: 2018-08-13 -> 2018-12-06 2018-12-06 11:45:45 -06:00
隠岐奈 1beff36b2f hydron: 2018-09-25 -> 2018-10-08 2018-12-06 11:41:59 -06:00
Robert Schütz b63bb15612 home-assistant: 0.82.1 -> 0.83.3 2018-12-06 14:59:27 +01:00
Peter Hoeg 078b742a01 vsftpd: compile with OpenSSL for SSL support
SSL support was selectable via a flag, but as we are bound to have OpenSSL on
the machine anyway, it really doesn't make sense to not compile in support.

Did a bunch of cleanups too.
2018-12-06 17:53:53 +08:00
Tyler Mauthe b269c6c4d8
plex: 1.13.9.5456 -> 1.14.0.5470 2018-12-05 21:30:35 -08:00
Maximilian Bosch 0afa5cd443
Merge pull request #51577 from mayflower/nextcloud-update
nextcloud: 14.0.3 -> 14.0.4
2018-12-06 02:24:56 +01:00
WilliButz d014e767be
grafana: 5.3.4 -> 5.4.0 2018-12-05 20:49:45 +01:00
Simon Lackerbauer ee1613aea6
nextcloud: 14.0.3 -> 14.0.4 2018-12-05 18:13:08 +01:00
Alyssa Ross 703827f36c nginx: 1.14.1 -> 1.14.2 2018-12-05 10:56:06 -06:00
Averell Dalton 52d21aeff1 tomcat: update minor versions 2018-12-05 11:32:20 +01:00
Austin Seipp 3ebdd65ad7 foundationdb: x86_64-linux only
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-12-04 22:32:54 -06:00
Austin Seipp c9fd7dc0ee foundationdb60: 6.0.15 -> 6.0.17
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-12-04 22:32:54 -06:00
Tim Steinbach 16f42b3694 kafka: Add 2.1 2018-12-05 00:06:07 +00:00
Tim Steinbach 17a7e0d89e kafka: 2.0.0 -> 2.0.1 2018-12-05 00:06:07 +00:00
Frederik Rietdijk a510aa2672 Merge master into staging-next 2018-12-03 12:18:43 +01:00
Alexander V. Nikolaev 2fd6de3350 rspamd: 1.8.1 -> 1.8.2
Also update homepage link, and fetch from org's github, instead author's
private fork.
2018-12-03 00:13:35 +02:00
Alexander V. Nikolaev b73b02255e rspamd: enable hyperscan 2018-12-03 00:13:35 +02:00
Alexander V. Nikolaev 12a5b53ce2 rspamd: enable openblas support for neural networks 2018-12-03 00:13:14 +02:00
Alexander V. Nikolaev e77fa36824 rspamd: build with jemalloc
(by upstream author's suggestion)
2018-12-03 00:13:14 +02:00
Alexander V. Nikolaev 1b59c4a6cc rspamd: Make libfann and libgd optional
GD is experimental and never-enabled-by-default.
2018-12-03 00:13:14 +02:00
Alexander V. Nikolaev ff5eba906a rspamd: drop gmime dependency, it is not used anymore 2018-12-03 00:13:14 +02:00
markuskowa 506d4c7e44
Merge pull request #51329 from c0bw3b/cleanup/gnu-https
Favor HTTPS URLs - the GNU edition
2018-12-02 16:52:33 +01:00
Renaud 0c93294c30
Merge pull request #51063 from dotlambda/postfix-3.3.2
postfix: 3.3.1 -> 3.3.2
2018-12-02 16:41:58 +01:00