Daiderd Jordan
f00a4af18f
quartz-wm: add cf-private
...
Undefined symbols for architecture x86_64:
"_CFNotificationCenterAddObserver", referenced from:
_main in main.o
"_CFNotificationCenterGetDistributedCenter", referenced from:
_main in main.o
"_OBJC_CLASS_$_NSTimer", referenced from:
objc-class-ref in main.o
objc-class-ref in x-screen.o
"_OBJC_EHTYPE_$_NSException", referenced from:
GCC_except_table25 in main.o
ld: symbol(s) not found for architecture x86_64
2018-11-06 18:48:14 +01:00
Robert Schütz
28a6927637
radicale: 2.1.10 -> 2.1.11
2018-11-06 11:11:10 +01:00
Alyssa Ross
5c8d153326
frab: rack: 1.6.4 -> 1.6.11
...
CVE-2018-16470: https://seclists.org/oss-sec/2018/q4/128
CVE-2018-16471: https://seclists.org/oss-sec/2018/q4/129
2018-11-06 09:23:23 +00:00
Alyssa Ross
26bf4b3df3
riemann-dash: rack: 1.6.4 -> 1.6.11
...
CVE-2018-16470: https://seclists.org/oss-sec/2018/q4/128
CVE-2018-16471: https://seclists.org/oss-sec/2018/q4/129
2018-11-06 09:23:22 +00: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 9d6184f1bcd2a57db31c48fd0e1847147d44715a)
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