3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

6457 commits

Author SHA1 Message Date
Patrick Hilhorst b0e9fc131c
treewide: Fix packages using name where they should use pname 2018-11-06 00:06:17 +01:00
Peter Hoeg 3f1957fefe hass: support snapcast 2018-11-05 20:45:08 +08:00
Vladyslav M 212f4a1f6c
Merge pull request #49715 from melazyk/master
plex: 1.13.8.5395 ->  1.13.9.5456
2018-11-04 19:48:50 +02:00
Michael Raskin 3e287ac2d2
Merge pull request #49604 from Ekleog/synapse-0.33.8
matrix-synapse: 0.33.6 -> 0.33.8
2018-11-04 17:29:09 +00:00
Léo Gaspard bb86056575
matrix-synapse: 0.33.6 -> 0.33.8
Also reworked dependencies:
 * blist and ujson are marked as no longer needed
 * pytz has no mention throughout `git log -p` on synapse's repository
 * systemd and affinity are optional (but turned on by default)
2018-11-04 23:39:42 +09:00
Austin Seipp 4569ee7d74 plv8: unbreak build, bump to version 2.3.8
ee58a5b30d broke the plv8 build because it
upgraded the v8_6_x expression everywhere to the 6.9 branch, which came
with API changes. Notably, it seems plv8 only supports up-to v8 6.4.x at
this time.

This keeps a copy of the plv8_6_x expression inside the same directory
as the other v8 versions (so patches, etc are easy to apply), but it is
not exposed to the top-level of all-packages.nix.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-11-04 08:24:19 -06:00
Austin Seipp b0f7c86094 timescaledb: fix license (Apache 2.0, not PostgreSQL)
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-11-04 07:30:23 -06:00
Andreas Rammhold c891dac82f
Merge pull request #49283 from aanderse/solr
solr: 4.10.3 -> 7.5.0, refactor service to reflect major changes in version bump
2018-11-04 13:24:15 +01:00
Austin Seipp 800184df21 tsearch_extras: 0.3 -> 0.4
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-11-03 19:53:52 -05:00
Austin Seipp d8abcdc1de pg_topn: 2.0.2 -> 2.2.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-11-03 19:53:46 -05:00
Austin Seipp a713251348 timescaledb: 0.11.0 -> 1.0.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-11-03 19:49:00 -05:00
Austin Seipp cecee87f39 pg_repack: reindent to 2-spaces
More or less all the Postgres code uses this, so it's nice to be
consistent.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-11-03 19:46:07 -05:00
Austin Seipp b5be88c97a pg_hll: 2.10.2-9af41684 -> 2.12
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-11-03 19:44:24 -05:00
Konstantin Nikiforov 2900f824e9 plex: 1.13.8.5395 -> 1.13.9.5456 2018-11-04 03:36:10 +03:00
Niklas Hambüchen 2cb7f5fb1e consul: 0.9.3 -> 1.3.0.
Removes the old UI build tooling; it is no longer necessary
because as of 1.2.0 it's bundled into the server binary.
It doesn't even need to have JS built, because it's bundled into
the release commit's source tree (see #48714).

The UI is enabled by default, so the NixOS service is
updated to directly use `ui = webUi;` now.

Fixes #48714.
Fixes #44192.
Fixes #41243.
Fixes #35602.

Signed-off-by: Niklas Hambüchen <mail@nh2.me>
2018-11-03 18:39:46 +01:00
Aaron Andersen 1b725def23 solr: 4.10.3 -> 7.5.0, refactor service to reflect major changes in version bump, NixOS test included 2018-11-03 13:14:13 -04:00
Robert Schütz 4870522f87
Merge pull request #49645 from peterhoeg/p/broadlink
pythonPackages.broadlink: init at 0.9
2018-11-03 15:37:02 +01:00
Robert Schütz c1324d571d home-assistant: 0.81.2 -> 0.81.5 2018-11-03 15:25:56 +01:00
Austin Seipp 648f4a2769 nixpkgs: tidy up pgjwt package
This makes pgjwt take a dummy 'postgresql' argument, which it does not *need*
in the buildInputs (it is purely a SQL extension with no C code). However, this
argument will be necessary for an upcoming change that will parameterize the
extensions over a particular PostgreSQL version.

It also does some tiny cleanup, setting a null build phase.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-11-02 13:52:48 -05:00
Austin Seipp 2266f2014b nixos/postgresql: add myself as maintainer
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-11-02 13:52:33 -05:00
Vladimír Čunát 1fe3328593
knot-resolver: 3.0.0 -> 3.1.0
https://lists.nic.cz/pipermail/knot-resolver-users/2018/000086.html
2018-11-02 16:46:03 +01:00
Peter Hoeg f8a415f793 home-assistant: make broadlink module available 2018-11-02 18:12:19 +08:00
Franz Pletz 9fe0e57d9d
tomcat_connectors: 1.2.41-dev-1613051 -> 1.2.46
Fixes CVE-2018-11759, CVE-2018-1323, CVE-2016-6808.
2018-11-01 22:37:14 +01:00
Franz Pletz 24d6c0dbde
icecast: 2.4.3 -> 2.4.4
Fixes CVE-2018-18820.
2018-11-01 21:48:22 +01:00
Sander van der Burg 5262cf6d0a kapacitor: 1.4.0 -> 1.5.1 2018-11-01 21:40:50 +01:00
Robert Schütz f6107effa4
Merge pull request #49158 from alyssais/doh-proxy
doh-proxy: init at 0.0.8
2018-10-31 23:16:03 +01:00
Alyssa Ross 39edfe5a2d
doh-proxy: init at 0.0.8 2018-10-31 17:47:25 +00:00
Lancelot SIX f68cf486d8
Merge pull request #48664 from alyssais/postgres11
postgresql_11: init at 11.0
2018-10-30 15:54:42 +01:00
Alyssa Ross 91c746cacc
postgresql_11: init at 11.0 2018-10-30 14:33:35 +00:00
Alyssa Ross c6c7d55790
postgresql*: use underscores in version numbers 2018-10-30 14:32:21 +00:00
Robert Schütz 863a795281 home-assistant: 0.81.1 -> 0.81.2 2018-10-30 13:55:20 +01:00
Alyssa Ross 9594b59f13
postgresql10: rename from postgresql100 2018-10-30 12:40:20 +00:00
Léo Gaspard 02e1f00ffd
dovecot, opensmtpd: add link to test in meta.tests
Rationale
---------

Currently, tests are hard to discover. For instance, someone updating
`dovecot` might not notice that the interaction of `dovecot` with
`opensmtpd` is handled in the `opensmtpd.nix` test.

And even for someone updating `opensmtpd`, it requires manual work to go
check in `nixos/tests` whether there is actually a test, especially
given not so many packages in `nixpkgs` have tests and this is thus most
of the time useless.

Finally, for the reviewer, it is much easier to check that the “Tested
via one or more NixOS test(s)” has been checked if the file modified
already includes the list of relevant tests.

Implementation
--------------

Currently, this commit only adds the metadata in the package. Each
element of the `meta.tests` attribute is a derivation that, when it
builds successfully, means the test has passed (ie. following the same
convention as NixOS tests).

Future Work
-----------

In the future, the tools could be made aware of this `meta.tests`
attribute, and for instance a `--with-tests` could be added to
`nix-build` so that it also builds all the tests. Or a `--without-tests`
to build without all the tests. @Profpatsch described in his NixCon talk
such systems.

Another thing that would help in the future would be the possibility to
reasonably easily have cross-derivation nix tests without the whole
NixOS VM stack. @7c6f434c already proposed such a system.

This RFC currently handles none of these concerns. Only the addition of
`meta.tests` as metadata to be used by maintainers to remember to run
relevant tests.
2018-10-30 21:31:39 +09:00
Justin Humm 89c09d7ba1 osrm-backend: 5.18.0 -> 5.19.0 (#49108) 2018-10-30 00:31:45 +01:00
Robert Schütz e9871745a1 home-assistant: 0.81.0 -> 0.81.1 2018-10-29 13:39:37 +01:00
Vladyslav M bd4387f599
Merge pull request #49320 from benpye/init-miniflux
miniflux: init at 2.0.12
2018-10-29 13:53:42 +02:00
Ben Pye 9a03df974c
miniflux: init at 2.0.12 2018-10-29 13:32:55 +02:00
Silvan Mosberger 4f6234f0ec
Merge pull request #49115 from bjpbakker/fix-vmware-gfx
Enable GFX in xf86-video-vmware
2018-10-28 21:05:20 +01:00
obadz 07db5f1c8c
Merge pull request #48901 from Ekleog/opensmtpd-6.4.0
opensmtpd: 6.0.3p1 -> 6.4.0
2018-10-28 13:00:57 +00:00
R. RyanTM 5fd8de8137 pgroonga: 2.1.3 -> 2.1.6 (#49205)
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
2018-10-27 20:14:23 -04:00
markuskowa a3e367ff4b
Merge pull request #49309 from markuskowa/up-slurm
slurm: 18.08.1.1 -> 18.08.3.1, pyslurm: 20180908 -> 18.08.3
2018-10-27 23:27:53 +02:00
Markus Kowalewski bba31d192d
slurm: 18.08.1.1 -> 18.08.3.1 2018-10-27 22:17:56 +02:00
R. RyanTM d9423ee446 mysql57: 5.7.23 -> 5.7.24 (#49221)
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
2018-10-27 09:50:57 -04:00
Robert Schütz 4b60f4c55f home-assistant: 0.80.3 -> 0.81.0 (#49251)
* python3.pkgs.async-timeout: 3.0.0 -> 3.0.1

* home-assistant: 0.80.3 -> 0.81.0
2018-10-27 09:11:53 -04:00
Timo Kaufmann 2754ec233c
Merge pull request #49243 from r-ryantm/auto-update/matomo
matomo: 3.6.0 -> 3.6.1
2018-10-27 14:41:35 +02:00
Renaud 96d2bf0d7f
Merge pull request #49144 from r-ryantm/auto-update/rspamd
rspamd: 1.8.0 -> 1.8.1
2018-10-27 13:38:06 +02:00
R. RyanTM d4029e7935 matomo: 3.6.0 -> 3.6.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/matomo/versions
2018-10-27 04:29:13 -07:00
R. RyanTM 5bccc53a50 lighttpd: 1.4.50 -> 1.4.51 (#49238)
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
2018-10-27 07:21:11 -04:00
Franz Pletz 13df7aab55
Merge pull request #49227 from ciil/jira-update
atlassian-jira: 7.12.1 -> 7.12.3
2018-10-27 11:13:10 +00:00
Simon Lackerbauer 50abe602b1
atlassian-jira: 7.12.1 -> 7.12.3 2018-10-27 11:29:54 +02:00
Jaka Hudoklin 12764421b8
Merge pull request #49212 from r-ryantm/auto-update/neo4j
neo4j: 3.4.8 -> 3.4.9
2018-10-27 11:22:48 +02:00
Samuel Leathers 5573795901
grafana-reporter: init at 2.0.1 2018-10-27 05:09:28 -04:00
Bart Bakker f565b95ca3
xorg.xf86videovmware: fix for GFX support
Fix the mesa dependency for `xorg.xf86videovmware`. Add `llvm_6` because
`mesa_noglu` has a runtime dependency on clang (see TODO in
`development/libraries/mesa`).
2018-10-27 09:57:29 +02:00
Jörg Thalheim 8c3b2192f8
Merge pull request #49219 from r-ryantm/auto-update/nullmailer
nullmailer: 2.1 -> 2.2
2018-10-27 07:36:02 +01:00
R. RyanTM 06e867291e nullmailer: 2.1 -> 2.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/nullmailer/versions
2018-10-26 23:21:53 -07:00
R. RyanTM 7c85639ed7 neo4j: 3.4.8 -> 3.4.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/neo4j/versions
2018-10-26 22:06:29 -07:00
Léo Gaspard 58f701ab74 opensmtpd: 6.0.3p1 -> 6.4.0p1 2018-10-27 12:15:09 +09:00
R. RyanTM ceae2c2d05 rspamd: 1.8.0 -> 1.8.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
2018-10-26 02:30:37 -07:00
WilliButz e3927861d6
grafana: 5.3.1 -> 5.3.2 2018-10-25 17:07:23 +02:00
Sarah Brofeldt 7354d9de1f
Merge pull request #49088 from peterhoeg/u/mqtt
mosquitto: 1.4.15 -> 1.5.3
2018-10-25 08:37:51 +02:00
Peter Hoeg a45fa35742 mosquitto: 1.4.15 -> 1.5.3
Use cmake on all platforms instead of only macos.
2018-10-25 12:10:01 +08:00
R. RyanTM abfb6b46d9 shairport-sync: 3.2.1 -> 3.2.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/shairport-sync/versions
2018-10-24 15:23:05 +02:00
R. RyanTM d2a137abb5 pg_repack: 1.4.3 -> 1.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/pg_repack/versions
2018-10-24 15:22:43 +02:00
Rob Vermaas 75167083e5 nginx-opentracing: init at 0.7.0
(cherry picked from commit 9d6184f1bc)
2018-10-23 18:08:01 +02:00
Joachim F 48fd1fb0d7
Merge pull request #48794 from markuskowa/fix-samba-ib
samba: remove defunct infiniband support
2018-10-23 14:38:41 +00:00
Jörg Thalheim e82af6003c
Merge pull request #48821 from nyanloutre/jackett-10-365
jackett: 0.10.304 -> 0.10.365
2018-10-23 10:42:48 +01:00
Sarah Brofeldt 1d8c5e70cf
Merge pull request #48783 from marsam/feature/update-redis
redis: 4.0.11 -> 5.0.0
2018-10-23 10:10:17 +02:00
nyanloutre 896ae4974e jackett: 0.10.304 -> 0.10.365 2018-10-22 13:36:18 +02:00
Daniël de Kok d620d8fa67 samba4: 4.7.9 -> 4.7.10 (#48787)
Changes: https://www.samba.org/samba/history/samba-4.7.10.html
2018-10-22 02:04:38 +02:00
Jörg Thalheim aab3b1bb5a
Merge pull request #48797 from markuskowa/fix-corosync-rdma
corosync: update RDMA support to rdma-core
2018-10-21 22:49:46 +01:00
Markus Kowalewski f7dbc720df
corosync: update RDMA support to rdma-core
The packages librdmacm and libibverbs are deprecated
and are replaced by rdma-core.

see https://github.com/NixOS/nixpkgs/issues/34314
2018-10-21 23:18:40 +02:00
xeji 13ee5305ee
Merge pull request #48525 from r-ryantm/auto-update/coturn
coturn: 4.5.0.7 -> 4.5.0.8
2018-10-21 22:44:27 +02:00
Markus Kowalewski 8d7870d6c5
samba: remove defunct infiniband support
Even if infiniband support is enabled the option
is ignored by the configure script and no depencies
to libibverbs.so or librdmacm.so is contained in
the output.
2018-10-21 22:35:21 +02:00
Uli Baum cd82d267b9 coturn: mark broken on darwin 2018-10-21 22:29:02 +02:00
Mario Rodas f0d6b61ab5 redis: 4.0.11 -> 5.0.0 2018-10-21 09:54:40 -05:00
Renaud 2b24e1a6aa
Merge pull request #47075 from r-ryantm/auto-update/clickhouse
clickhouse: 18.10.3 -> 18.12.17
2018-10-21 15:06:44 +02:00
Benjamin Staffin ff18d8c154 plex: include Plex Commercial Skipper binary
This new binary appeared somewhere around version 1.13.5, I think.
2018-10-21 08:54:04 +02:00
Frederik Rietdijk 86c7662be0 Merge staging-next into master 2018-10-21 08:37:30 +02:00
Jörg Thalheim 809e566c25
Merge pull request #48716 from jslight90/mattermost
mattermost: 5.3.0 -> 5.4.0
2018-10-20 08:42:22 +01:00
Frederik Rietdijk ca6ee8f519 Merge master into staging-next 2018-10-20 09:40:09 +02:00
Jörg Thalheim 1937f1ec06
Merge pull request #48503 from r-ryantm/auto-update/jetty
jetty: 9.4.8.v20171121 -> 9.4.12.v20180830
2018-10-19 09:08:35 +01:00
Jeff Slight 321b3a224f mattermost: 5.3.0 -> 5.4.0 2018-10-18 17:34:43 -07:00
Peter Hoeg 8e7dda36a4
Merge pull request #48630 from dotlambda/home-assistant-0.80.1
home-assistant: 0.77.3 -> 0.80.2
2018-10-19 08:00:54 +08:00
Robert Schütz 0b6180aa89 home-assistant: 0.77.3 -> 0.80.2 2018-10-18 19:20:53 +02:00
John Ericson 1147d2ed89 Merge remote-tracking branch 'upstream/master' into xorg-override 2018-10-18 12:00:37 -04:00
John Ericson 88cd633ea4 xorg: Don't use deprecated item 2018-10-18 11:54:20 -04:00
roconnor c7e7e16b3e
Merge pull request #48644 from roconnor-blockstream/trezor
trezord: 2.0.19 -> 2.0.24
2018-10-18 11:08:41 -04:00
Jörg Thalheim 2ce94fafcd
Merge pull request #48571 from spacefrogg/openafs
Openafs security updates
2018-10-18 16:08:04 +01:00
Frederik Rietdijk 8d8dc1fa34 Merge master into staging 2018-10-18 11:43:54 +02:00
Frederik Rietdijk 821a3beb10
Merge pull request #48306 from NixOS/staging-next
Merge staging-next into master
2018-10-18 11:23:04 +02:00
Linus Heckemann 9fa59b6bc7
Merge pull request #48631 from mayflower/grafana-update
grafana: 5.2.4 -> 5.3.1
2018-10-18 10:07:11 +02:00
Russell O'Connor 10c56c5cfb trezord: 2.0.19 -> 2.0.24 2018-10-17 16:45:10 -04:00
Michael Raitza f8b5b5dcb7 openafs: 1.6.22.2 -> 1.6.23
Add support for 4.18 kernels.
2018-10-17 17:55:10 +02:00
Michael Raitza d37bb7302f openafs_1_8: 1.8.0 -> 1.8.2
This release adds support for ARM64.
2018-10-17 17:55:10 +02:00
Silvan Mosberger 4473d3d56b
Merge pull request #48021 from makefu/pkgs/uhub/enable-mod-auth-sqlite
uhub: re-enable sqlite plugin / fix aarch64 build
2018-10-17 17:54:02 +02:00
Robert Schütz c1a0e28ee2
Merge pull request #48596 from makefu/pkgs/pythonPackages.speedtest-cli/init
speedtest-cli: move to pythonPackages, add to home-assistant
2018-10-17 17:11:48 +02:00
makefu f0c643a99e
home-assistant: add speedtest-cli to component-packages 2018-10-17 16:56:11 +02:00
WilliButz 6ed5b4624d
grafana: 5.2.4 -> 5.3.1 2018-10-17 16:41:58 +02:00
Peter Hoeg a14e9cf8e3
Merge pull request #48608 from peterhoeg/u/unifi
unifiStable: 5.8.30 -> 5.9.29
2018-10-17 15:44:57 +08:00
Peter Hoeg ef927360e3 unifiStable: 5.8.30 -> 5.9.29 2018-10-17 14:53:39 +08:00
Frederik Rietdijk 89349fdae9 Merge staging-next into staging 2018-10-17 08:36:28 +02:00
Frederik Rietdijk 18fcc337af Merge master into staging-next 2018-10-17 08:04:22 +02:00
volth 4b61dde1db varnish6: 6.0.1 -> 6.1.0 (#48487) 2018-10-16 18:09:04 +02:00
volth 592030340f varnish4: 4.1.9 -> 4.1.10 (#48488) 2018-10-16 17:50:51 +02:00
florianjacob 98e5a0f9f4 mariadb.connector-c: 2.3.6 -> 2.3.7 (#48078) 2018-10-16 09:04:37 +02:00
R. RyanTM 1b545a9f46 coturn: 4.5.0.7 -> 4.5.0.8
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
2018-10-15 23:24:58 -07:00
R. RyanTM 43d79c4b9e jetty: 9.4.8.v20171121 -> 9.4.12.v20180830
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jetty/versions
2018-10-15 20:47:19 -07:00
Jörg Thalheim 7e5e9429d0
Merge pull request #48375 from r-ryantm/auto-update/pg_cron
pg_cron: 1.0.2 -> 1.1.2
2018-10-15 23:22:26 +01:00
Jörg Thalheim af496bade8
Merge pull request #48474 from c0bw3b/pkg/pgjdbc
postgresql-jdbc: 42.2.2 -> 42.2.5
2018-10-15 22:51:21 +01:00
Renaud ed6e251ff0
sqlite-jdbc: 3.20.0 -> 3.25.2 2018-10-15 20:45:50 +02:00
Renaud adf9c5080f
postgresql-jdbc: 42.2.2 -> 42.2.5
¤ set read-only permissions on .jar at install (mode 0444)
¤ license is now BSD 2-clause
2018-10-15 19:34:24 +02:00
Michael Raitza bf7600d3b5 openafs: Align package name with kernel version based on modDirVersion 2018-10-15 15:48:19 +02:00
Jörg Thalheim c7214bd17e
postfix: enable openldap by default
Ldap authentication is fairly common in any reasonable sized mail setup.
Our dovecot also comes with ldap support.
Other distributions like debian, archlinux, ubuntu and fedora also
provide ldap support along with there postfix server.
It might be also useful to have database support, but this is a different pull request.
2018-10-15 13:02:01 +01:00
Jörg Thalheim b7d3974678
Merge pull request #48392 from r-ryantm/auto-update/metabase
metabase: 0.30.3 -> 0.30.4
2018-10-15 12:52:05 +01:00
Jörg Thalheim c28976c17a
Merge pull request #48417 from r-ryantm/auto-update/jackett
jackett: 0.10.258 -> 0.10.304
2018-10-15 12:35:25 +01:00
adisbladis cfdcf7c0da
Merge pull request #48400 from r-ryantm/auto-update/memcached
memcached: 1.5.10 -> 1.5.11
2018-10-15 10:14:33 +08:00
Silvan Mosberger 4207f01f27
Merge pull request #48412 from r-ryantm/auto-update/libmpdclient
mpd_clientlib: 2.15 -> 2.16
2018-10-14 18:25:33 +02:00
R. RyanTM 7f5a809374 jackett: 0.10.258 -> 0.10.304
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-10-14 07:57:25 -07:00
R. RyanTM 45fcf07fcb mpd_clientlib: 2.15 -> 2.16
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libmpdclient/versions
2018-10-14 07:28:33 -07:00
Peter Simons 7dec26dbac
Merge pull request #48396 from r-ryantm/auto-update/mailman
mailman: 2.1.24 -> 2.1.29
2018-10-14 16:03:39 +02:00
R. RyanTM ce783564f1 memcached: 1.5.10 -> 1.5.11
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/memcached/versions
2018-10-14 05:42:57 -07:00
R. RyanTM 4cb7173651 mailman: 2.1.24 -> 2.1.29
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mailman/versions
2018-10-14 05:09:52 -07:00
R. RyanTM 487e8dab8f metabase: 0.30.3 -> 0.30.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/metabase/versions
2018-10-14 04:31:34 -07:00
Jaka Hudoklin 45c7d09304
Merge pull request #48385 from r-ryantm/auto-update/neo4j
neo4j: 3.4.7 -> 3.4.8
2018-10-14 12:50:44 +02:00
Leon Schuermann 6d3b54a1e9 nextcloud: 14.0.1 -> 14.0.3 2018-10-14 10:47:05 +00:00
R. RyanTM 6d189bc97d neo4j: 3.4.7 -> 3.4.8
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
2018-10-14 03:22:25 -07:00
Jörg Thalheim 591773dc9a
Merge pull request #48363 from r-ryantm/auto-update/rspamd
rspamd: 1.7.9 -> 1.8.0
2018-10-14 09:32:56 +01:00
Jörg Thalheim 1f5867d0d9
Merge pull request #48249 from aanderse/apacheHttpd-lynx
apacheHttpd: add lynx binary path to apachectl
2018-10-14 09:09:35 +01:00
R. RyanTM f02d1e6064 tvheadend: 4.2.6 -> 4.2.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/tvheadend/versions
2018-10-14 09:49:41 +02:00
markuskowa 1e773a51dc
Merge pull request #48357 from r-ryantm/auto-update/slurm
slurm: 18.08.0-1 -> 18.08.1.1
2018-10-14 09:14:41 +02:00
volth f65dfb3caf buildPerlPackage -> perlPackages.buildPerlPackage 2018-10-14 09:10:41 +02:00
R. RyanTM 29eab7234e sonarr: 2.0.0.5228 -> 2.0.0.5252
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
2018-10-14 09:00:45 +02:00
R. RyanTM 170c6104b6 pg_cron: 1.0.2 -> 1.1.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/pg_cron/versions
2018-10-13 21:36:56 -07:00
R. RyanTM f60759ab37 rspamd: 1.7.9 -> 1.8.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/rspamd/versions
2018-10-13 19:03:27 -07:00
R. RyanTM 6a1e3aacf3 slurm: 18.08.0-1 -> 18.08.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/slurm/versions
2018-10-13 18:16:14 -07:00
Alexey Shmalko df2696c430
Merge pull request #48307 from delroth/prom-tor
prometheus-tor-exporter: init at 0.3
2018-10-13 17:59:23 +03:00
Pierre Bourdon 86d644f8cc prometheus-tor-exporter: init at 0.3
Upstream: https://github.com/atx/prometheus-tor_exporter
2018-10-13 10:10:29 +02:00
Frederik Rietdijk 6f5142e48e Merge master into staging 2018-10-13 09:48:20 +02:00
Frederik Rietdijk 35ce480d69
Merge pull request #47964 from NixOS/staging-next
Merge staging-next into master
2018-10-13 09:47:49 +02:00
Vladimír Čunát 7969b9ed3c
knot-dns: 2.7.2 -> 2.7.3 (minor update)
https://gitlab.labs.nic.cz/knot/knot-dns/tags/v2.7.3
2018-10-12 16:44:53 +02:00
makefu d74ea280d1
uhub: fix build for aarch64
related: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770175
related: https://github.com/janvidar/uhub/issues/46
2018-10-12 13:44:22 +02:00
Aaron Andersen 74e6e05479 apacheHttpd: add lynx binary path to apachectl 2018-10-11 20:37:55 -04:00
Andrew Childs fb9604c4b7 xorg: simplify argument passing into xorg and overrides 2018-10-11 15:03:06 -04:00
Andrew Childs 0e12683470 xorg: add caching to generate-expr-from-tarballs.pl 2018-10-11 13:41:27 -04:00
Andrew Childs 9454f71fef xorg: allow overriding via overrideScope 2018-10-11 13:41:27 -04:00
Andrew Childs 08049025a3 xorg: sync source lists with default.nix 2018-10-11 13:41:27 -04:00
R. RyanTM e00bfcd798 dovecot_pigeonhole: 0.5.2 -> 0.5.3 (#47820)
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-pigeonhole/versions
2018-10-10 23:27:56 +02:00
R. RyanTM 5a6c4d39fb dovecot: 2.3.2.1 -> 2.3.3 (#47814)
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
2018-10-10 23:27:28 +02:00
Thilo Uttendorfer adc6e9c2c4 prometheus_2: 2.3.2 -> 2.4.3 (#48118) 2018-10-10 22:22:04 +02:00
Andreas Rammhold 020a3ff09b
Merge pull request #48123 from andir/net_snmp
net_snmp: fix CVE-2018-18065
2018-10-10 21:05:00 +02:00
WilliButz ce5e1b5b0a codimd: update patch 2018-10-10 14:57:43 +02:00
Peter Hoeg 804c227b83 uchiwa: 1.2.0 -> 1.3.1 2018-10-10 16:35:46 +08:00
Jörg Thalheim acc2bd15e1
Merge pull request #47922 from bhipple/u/slurm
slurm: add lz4 dependency
2018-10-10 01:12:48 +01:00
Thilo Uttendorfer 205b3d94e1 nginxMainline: 1.15.3 -> 1.15.5 (#48127) 2018-10-10 00:18:54 +02:00
Thilo Uttendorfer dd58c35332 prometheus-alertmanager: 0.15.1 -> 0.15.2 (#48121) 2018-10-09 23:39:52 +02:00
Andreas Rammhold 2f7c242953 net_snmp: fix CVE-2018-18065 2018-10-09 23:07:36 +02:00
Frederik Rietdijk bc9bd012c4 Merge staging-next into staging 2018-10-09 15:37:52 +02:00
Frederik Rietdijk eeaf3a131f Merge master into staging-next 2018-10-09 15:37:22 +02:00
Joachim F 5fc62fa49c
Merge pull request #48043 from Vskilet/emby
nixos/emby : use the dataDir option
2018-10-09 08:54:07 +00:00
Joachim F 5b257a0376
Merge pull request #47796 from r-ryantm/auto-update/groonga
groonga: 8.0.6 -> 8.0.7
2018-10-08 17:47:51 +00:00
Renaud 7972dcb2e6
Merge pull request #47806 from r-ryantm/auto-update/dico
dico: 2.6 -> 2.7
2018-10-08 19:16:41 +02:00
Victor SENE 751c64754f nixos/emby : delete programData hardcode in pkg 2018-10-08 14:51:49 +02:00
Christoph Hrdinka 9a5d9b691f
Merge pull request #47755 from r-ryantm/auto-update/nsd
nsd: 4.1.24 -> 4.1.25
2018-10-08 11:42:35 +02:00
makefu 92a77c32ba
uhub: use official upstream sources
the project changed the code repository to github
2018-10-08 00:54:49 +02:00
makefu f81fe9d978
uhub: re-enable sqlite plugin 2018-10-07 23:26:19 +02:00
Benjamin Hipple 2a1fa9a1c9 Add zlib; swap to lz4.dev 2018-10-06 17:04:04 -04:00
Yurii Izorkin 963dcd935d mariadb galera: 25.3.23 -> 25.3.24 (#47905) 2018-10-06 16:03:15 +02:00
Matthew Bauer 013bded602
Merge pull request #47911 from alyssais/webhook
webhook: init at 2.6.8
2018-10-05 22:55:14 -05:00
Matthew Bauer a0a7da8781
Merge pull request #46859 from ju1m/dovecot
dovecot: allow sasl_bind=yes in the LDAP driver.
2018-10-05 22:41:16 -05:00
Benjamin Hipple 2ed17db8cd slurm: add lz4 dependency
Slurm looks for lz4 by default, and if it finds it can improve its compression techniques
2018-10-05 17:03:18 +00:00
Alyssa Ross 7e3b43d75a
webhook: init at 2.6.8 2018-10-05 12:14:49 +01:00
Sarah Brofeldt 6540a480b4
Merge pull request #47880 from pacien/patch-6
matrix-synapse: 0.33.5 -> 0.33.6
2018-10-05 10:32:59 +02:00
Timo Kaufmann 11068c62a5
Merge pull request #47659 from nyanloutre/emby-3.5.3.0
emby: 3.5.2.0 -> 3.5.3.0, migrate from mono to dotnet
2018-10-04 23:08:26 +02:00
Jörg Thalheim 2023ac5a73
Merge pull request #47843 from r-ryantm/auto-update/check_ssl_cert
checkSSLCert: 1.72.0 -> 1.73.0
2018-10-04 20:18:55 +01:00
Jörg Thalheim b0b73aaf26
Merge pull request #47848 from r-ryantm/auto-update/arangodb
arangodb: 3.3.15 -> 3.3.16
2018-10-04 20:16:09 +01:00
Notkea 570b9bab25
matrix-synapse: 0.33.5 -> 0.33.6 2018-10-04 20:30:48 +02:00
Edward Tjörnhammar 914c341c6f
jackett: 0.10.250 -> 0.10.258 2018-10-04 13:57:22 +02:00
Edward Tjörnhammar 2368d230b4
lidarr: 0.3.1.471 -> 0.4.0.524 2018-10-04 13:52:33 +02:00
nyanloutre c2e269ea05 emby: move lib to opt 2018-10-04 10:12:57 +02:00
R. RyanTM 2bc0d8279c arangodb: 3.3.15 -> 3.3.16
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/arangodb/versions
2018-10-03 23:00:13 -07:00
R. RyanTM af910b2ffa checkSSLCert: 1.72.0 -> 1.73.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-10-03 21:30:58 -07:00
Jörg Thalheim 6a995e986a
Merge pull request #47159 from eqyiel/nextcloud
nextcloud module: init
2018-10-03 23:42:40 +01:00
R. RyanTM fc2a97dea9 dico: 2.6 -> 2.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/dico/versions
2018-10-03 13:00:39 -07:00
volth 5f91657ad1 remove support for pre-5.26 Perl 2018-10-03 19:29:58 +00:00
R. RyanTM d8b9bf558a groonga: 8.0.6 -> 8.0.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/groonga/versions
2018-10-03 11:54:18 -07:00
Jörg Thalheim 26eca3f8c3
Merge pull request #47753 from r-ryantm/auto-update/neo4j
neo4j: 3.4.6 -> 3.4.7
2018-10-03 14:46:34 +01:00
R. RyanTM 328144f5ad nsd: 4.1.24 -> 4.1.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/nsd/versions
2018-10-03 06:00:44 -07:00
R. RyanTM 212501f4c7 neo4j: 3.4.6 -> 3.4.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/neo4j/versions
2018-10-03 05:48:26 -07:00
nyanloutre 9ec17c6318 emby: move usr/lib to lib 2018-10-03 09:44:53 +02:00
Pascal Bach 8fa7b89353 unifiTesting: 5.9.22 -> 5.9.29 2018-10-02 19:47:38 +02:00
Pascal Bach 9cab954ab6 unifiStable: 5.8.28 -> 5.8.30 2018-10-02 19:47:26 +02:00
Frederik Rietdijk 6ce04af137 Merge master into staging 2018-10-02 18:22:37 +02:00
Frederik Rietdijk 4d1abc4419
Merge pull request #47604 from NixOS/staging-next
Staging next
2018-10-02 18:22:18 +02:00
Vincent Demeester 624b5c14c0 traefik: 1.7.0 -> 1.7.1 (#47660)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-10-02 15:58:43 +02:00
nyanloutre f7a2e2025f emby: add sqlite to wrapper 2018-10-02 12:37:34 +02:00
nyanloutre c254feb860 jackett: 0.10.198 -> 0.10.250 2018-10-02 12:29:39 +02:00
nyanloutre 6e8da1ddf0 WIP emby: 3.5.2.0 -> 3.5.3.0 2018-10-02 12:18:59 +02:00
Philipp Hausmann 09df5da98f slimserver: Relax audio scan dependency (#47029) 2018-10-02 00:08:00 +02:00
Daiderd Jordan 1383c08f2c
Merge branch 'master' into staging-next 2018-10-01 19:42:07 +02:00
Wael M. Nasreddine ef0b280751
plex: allow the dataDir to contain spaces by quoting the path 2018-09-30 11:13:25 -07:00