1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00
Commit graph

7559 commits

Author SHA1 Message Date
Markus Kowalewski cf178af4f8 samba: 4.10.3 -> 4.10.4 2019-05-28 09:09:42 +02:00
R. RyanTM fc0d4e98ef samba: 4.10.2 -> 4.10.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/samba/versions
2019-05-28 09:09:42 +02:00
Frederik Rietdijk 36a6746f21 Merge master into staging-next 2019-05-28 08:32:03 +02:00
Austin Seipp 2a56ea3593
foundationdb61: 6.1.7pre4928_a990458e -> 6.1.8
This bumps the 6.1.x branch to the official 6.1.8 release. Also fixes a
minor bug in the new CMake build (an invalid parameter passed to CMake)

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-27 23:27:38 -05:00
Daiderd Jordan a5a3d6d60b
uwsgi: enable on darwin 2019-05-27 21:41:38 +02:00
Robert Schütz ad4bd3ba8d
Merge pull request #61754 from dotlambda/home-assistant-0.93
home-assistant: 0.92.2 -> 0.93.2
2019-05-27 16:30:54 +02:00
Renaud f43b54f35e
Merge pull request #61907 from Izorkin/tengine
tengine: 2.2.3 -> 2.3.0
2019-05-26 23:52:36 +02:00
Izorkin c9156695cc tengine: 2.2.3 -> 2.3.0 2019-05-27 00:21:57 +03:00
Aaron Andersen 39adff94a1
Merge pull request #61988 from teh/clickhouse
clickhouse: 18.16.1 -> 19.6.2.11
2019-05-26 15:35:46 -04:00
Renaud f563832d28
Merge pull request #62002 from cresh/riemann-3.2
riemann: 0.3.1 -> 0.3.2
2019-05-26 01:07:09 +02:00
Tom Hunger efcaed45ce clickhouse: 18.16.1 -> 19.6.2.11 2019-05-25 19:48:28 +01:00
Frederik Rietdijk b2ab860db3 Merge master into staging-next 2019-05-25 12:38:00 +02:00
Robert Schütz 4fc639aa75 home-assistant: 0.92.2 -> 0.93.2
https://www.home-assistant.io/blog/2019/05/16/release-93/
2019-05-25 11:08:10 +02:00
Robert Schütz c20b21df47 home-assistant-cli: 0.6.0 -> 0.7.0
https://github.com/home-assistant/home-assistant-cli/releases/tag/0.7.0
2019-05-25 11:08:10 +02:00
Jörg Thalheim 2ea821800e
tautulli: 2.1.28 -> 2.1.29 (#62004)
tautulli: 2.1.28 -> 2.1.29
2019-05-25 09:21:41 +01:00
Florian Klink 32c25b4f1d shairport-sync: set sysconfdir to /etc/
since 2.8.5, shairport-sync uses the directory path sysconfdir to
determine where to place the configuration file shairport-sync.conf.

This led to shairport-sync complaining at startup:
> configuration file name "/nix/store/i8gb0hsb2zczdl8g1h73pbcb952585l9-shairport-sync-3.2.2/etc/shairport-sync.conf" can not be resolved.

Looking for a configuration file there doesn't make much sense, as we'd
have to include configuration in the shairport-sync derivation itself.

By setting sysconfdir to /etc/, shairport-sync will try to read its
configuration from /etc/shairport-sync.conf, which is a more sane
default.
2019-05-24 18:33:28 +00:00
Ryan Mulligan 4edbd027e2
Merge pull request #62010 from r-ryantm/auto-update/uftp
uftp: 4.9.9 -> 4.9.11
2019-05-24 11:18:11 -07:00
R. RyanTM c3a0f32d3e uftp: 4.9.9 -> 4.9.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/uftp/versions
2019-05-24 08:31:09 -07:00
R. RyanTM 9de07d894f tautulli: 2.1.28 -> 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/tautulli/versions
2019-05-24 06:02:27 -07:00
Marcus Crestani 483a07d97d riemann: 0.3.1 -> 0.3.2 2019-05-24 14:26:02 +02:00
Frederik Rietdijk 6e4e7c5dc6 Merge master into staging-next 2019-05-24 12:39:37 +02:00
Mario Rodas e3156c8595
postgresqlPackages.pg_auto_failover: init at 1.0.2 2019-05-24 04:20:00 -05:00
Maximilian Bosch 0a94f89fca
mautrix-telegram: patch away alembic dependency
`alembic`[1] is a database migration tool which is invoked from the CLI
when installing the telegram bridge, but never needed during the
runtime.

The reason why `alembic` is required here is to ensure that it
exists in the Python environment when deploying the bridge. However
`alembic` requires `mautrix-telegram` in its environment to create a
database schema from the Python models.

Such a dependency relation may be possible with tools like virtualenv,
however it'll result in an infinite recursion at evaluation time in Nix.

With this patch, `mautrix-telegram` doesn't depend on `alembic` anymore
and provides a patched alembic (`pkgs.mautrix-telegram.alembic`) which
has `mautrix-telegram` in its path.

[1] https://alembic.sqlalchemy.org/en/latest/
2019-05-24 09:35:39 +02:00
R. RyanTM 16a431a5be redis: 5.0.4 -> 5.0.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/redis/versions
2019-05-24 00:27:04 -07:00
Aaron Andersen d8fd3cf602 limesurvey: drop php command from package, simplify directory structure 2019-05-23 21:43:08 -04:00
Aaron Andersen fc49f75f63 limesurvey: 2.05_plus_141210 -> 3.17.1+190408 2019-05-23 21:42:51 -04:00
Léo Gaspard 608aee3a56
Merge pull request #61899 from mguentner/matrix_synapse_0.99.5
matrix-synapse: 0.99.4 -> 0.99.5
2019-05-22 21:29:14 +02:00
Maximilian Güntner cff544bc99
matrix-synapse: 0.99.4 -> 0.99.5 2019-05-22 18:32:02 +02:00
WilliButz 3871b7610c
grafana: 6.1.6 -> 6.2.0 2019-05-22 14:24:21 +02:00
Renaud 5f944be207
Merge pull request #61845 from aanderse/solr
solr: 8.0.0 -> 8.1.0
2019-05-22 13:58:08 +02:00
markuskowa 4dda834ee3
Merge pull request #61870 from r-ryantm/auto-update/openresty
openresty: 1.13.6.2 -> 1.15.8.1
2019-05-22 13:51:09 +02:00
R. RyanTM 03d2c7f8a7 openresty: 1.13.6.2 -> 1.15.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/openresty/versions
2019-05-22 02:17:37 -07:00
Aaron Andersen 0890f8d743 solr: minor cleanup/formatting 2019-05-21 20:29:19 -04:00
Aaron Andersen b48109ca9b solr: 8.0.0 -> 8.1.0 2019-05-21 20:28:02 -04:00
Robin Gloster 913737e4bb
Merge pull request #61787 from r-ryantm/auto-update/atlassian-confluence
atlassian-confluence: 6.15.2 -> 6.15.4
2019-05-21 18:18:32 +00:00
Austin Seipp b38b0f610f
foundationdb61: 6.1.6pre4898 -> 6.1.7pre4928
Also includes some minor, miscellaneous cleanups to the CMake build
expression.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-21 10:48:56 -05:00
Renaud d0f75abb39
389-ds-base: 1.3.5.19 -> 1.3.9.1 (#61675)
http://www.port389.org/docs/389ds/releases/release-notes.html
+ fix build failure with <nss.h>
+ enable parallel building (faster)
2019-05-21 11:09:31 +02:00
Florian Klink 4bc40350ae nextcloud: 15.0.7 -> 15.0.8 2019-05-21 16:06:45 +09:00
Mario Rodas 40679c6b56 endlessh: init at 1.0 2019-05-21 16:04:21 +09:00
R. RyanTM 4cb11aa901 atlassian-confluence: 6.15.2 -> 6.15.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/atlassian-confluence/versions
2019-05-20 20:59:19 -07:00
Léo Gaspard afd8f69d94
Merge pull request #61721 from mguentner/matrix_synapse_0.99.4
matrix-synapse: 0.99.3.2 -> 0.99.4
2019-05-21 02:30:43 +02:00
Robert Schütz e94d857373 home-assistant: run parse-requirements.py 2019-05-20 13:31:44 +02:00
Maximilian Güntner f654606e87
matrix-synapse: 0.99.3.2 -> 0.99.4 2019-05-19 23:10:05 +02:00
Izorkin c9d2d2fa82 mariadb: change default codepage to utf8mb4 2019-05-19 16:06:13 +03:00
Izorkin 3a6e362ec3 mariadb: change client config 2019-05-19 16:06:13 +03:00
Izorkin 1db3a91bab mariadb: change server config 2019-05-19 16:06:11 +03:00
Aaron Andersen b5a0c38e55
Merge pull request #59401 from mguentner/mxisd_1_3
mxisd: 1.2.0 -> 1.4.3
2019-05-19 07:00:47 -04:00
Mario Rodas 60277c7d5e
Merge pull request #58441 from marsam/init-postgresql-pipelinedb
postgresqlPackages.pipelinedb: init at 1.0.0-13
2019-05-18 13:20:09 -05:00
Minijackson bc38106acb
jellyfin: 10.3.2 -> 10.3.3 2019-05-18 10:56:55 +02:00
Frederik Rietdijk 840e530934 Merge staging into staging-next 2019-05-18 08:17:48 +02:00
Silvan Mosberger 85c0a4dc33
Merge pull request #61512 from c0bw3b/pkg/winstone
winstone: drop package and service
2019-05-17 17:36:38 +02:00
Maximilian Güntner 1a84bfc0a2
mxisd: 1.2.0 -> 1.4.3 2019-05-16 21:14:13 +02:00
Frederik Rietdijk d4464ff8fe Merge master into staging-next 2019-05-16 08:17:55 +02:00
elseym f61bb1b7ed
documize-community: 2.4.1 -> 2.5.0 2019-05-15 21:44:38 +02:00
c0bw3b 582fd549fb winstone: drop package and service
Close #56294
Upstream package is unmaintained for years
and nixpkgs provides alternatives
2019-05-15 20:30:48 +02:00
Austin Seipp 3f1c6801a2
foundationdb: init 6.1.6pre4898_26fbbbf, cmake build
This adds a new build of FoundationDB 6.1, using the new, much improved
with CMake build system with fewer patches and rough edges.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-15 09:54:10 -05:00
Austin Seipp a13a0c8de4
foundationdb: refactor vsmake patch application
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-15 09:54:10 -05:00
Austin Seipp 34e15b1c73
foundationdb: refactor 'vsmake' build system into its own file [NFC]
FoundationDB is currently in the process of migrating to CMake, and it
will eventually be the only build system. In preparation for this, split
off the current (somewhat nasty) builder into its own file, and allow
default.nix to be more declarative -- containing only the main supported
versions.

Similarly, a cmake.nix file will be added later.

There is no functional change here (NFC), only an organizational change
(file moves, no hash changes).

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-15 09:54:07 -05:00
Austin Seipp 5e0a6863c8
Merge pull request #57973 from aanderse/monitoring-plugins
monitoring-plugins: compile missing mysql, ldap, dig, procs, and dbi executables
2019-05-14 15:07:33 -05:00
Austin Seipp 3b0b55df67
Merge pull request #61395 from risicle/ris-postgres-enable-check
postgresql: enable pre-install checks
2019-05-14 14:49:03 -05:00
Peter Ferenczy d6d94878ea pg_partman: init at 4.1.0 2019-05-14 18:37:34 +02:00
Frederik Rietdijk f0a4305e0a Merge staging-next into staging 2019-05-14 10:24:46 +02:00
Frederik Rietdijk 8abe5ee07e Merge master into staging-next 2019-05-14 10:23:13 +02:00
Mario Rodas fa9015f511 postgresql_11: 11.2 -> 11.3 2019-05-14 09:55:30 +02:00
Mario Rodas 34309d7373 postgresql_10: 10.7 -> 10.8 2019-05-14 09:55:30 +02:00
Mario Rodas 04cc838523 postgresql_9_6: 9.6.12 -> 9.6.13 2019-05-14 09:55:30 +02:00
Mario Rodas 63f8f36c3d postgresql_9_5: 9.5.16 -> 9.5.17 2019-05-14 09:55:30 +02:00
Mario Rodas e6cf849d8b postgresql_9_4: 9.4.21 -> 9.4.22 2019-05-14 09:55:30 +02:00
Robert Scott d7f36ecb3d postgresql: enable pre-install checks 2019-05-13 19:32:53 +01:00
Izorkin 872f056bb4 nginxModules.lua: 0.10.14 -> 0.10.15 2019-05-13 12:37:14 +03:00
Izorkin fa3f68edab nginxModules.http_proxy_connect_module: 16.04.2019 -> 06.05.2019 2019-05-13 12:37:10 +03:00
Jörg Thalheim 0816c69173
nginxModules: update and add nginx modules (#59949)
nginxModules: update and add nginx modules
2019-05-13 10:15:09 +01:00
Jaka Hudoklin 310989baef
Merge pull request #61375 from xtruder/pkgs/elasticsearch/missing_deps
elasticsearch: add missing gnugrep and coreutils to wrapper
2019-05-13 10:44:24 +02:00
Spencer Baugh 4b8803dae6 switch users of "gnupg1" to plain "gnupg"
gnupg is gnupg 2.2. gnupg1 is also gnupg 2.2, just with a few extra
symlinks in the bin directory. None of these packages need those
symlinks, and it's confusing for them to say they're depending on
"gnupg1", so switch their dep to plain "gnupg".
2019-05-12 20:08:50 +02:00
Frederik Rietdijk ef0dbef7f1 Merge master into staging-next 2019-05-12 19:59:09 +02:00
freezeboy c6e2638882 demoit: unstable-2019-03-29 -> unstable-2019-05-10 (#61349)
* demoit: unstable-2019-03-29 -> unstable-2019-05-10
2019-05-12 18:47:26 +02:00
Jaka Hudoklin e4d89879f8
elasticsearch: add missing gnugrep and coreutils to wrapper 2019-05-12 16:31:13 +02:00
Vladimír Čunát ec5f5a21d7
Merge #60614: lua*Packages improvements 2019-05-12 10:01:48 +02:00
Michael Raskin aa7d27a348
Merge pull request #61326 from r-ryantm/auto-update/apache-jena-fuseki
apache-jena-fuseki: 3.10.0 -> 3.11.0
2019-05-12 07:49:39 +00:00
R. RyanTM 5c28af1480 apache-jena-fuseki: 3.10.0 -> 3.11.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/apache-jena-fuseki/versions
2019-05-11 16:46:32 -07:00
Jaka Hudoklin e3f6239631
elasticsearchPlugins: fix plugins, add s3-repository and gcs-repository plugin 2019-05-11 19:54:20 +02:00
Vladimír Čunát e8f4ad0169
Merge branch 'master' into staging-next
~5k rebuilds per platform.
Hydra nixpkgs: ?compare=1518759
2019-05-11 09:41:36 +02:00
lewo 021f127369
Merge pull request #60463 from spacefrogg/openafs-1.8.3
openafs: 1.8.2 -> 1.8.3
2019-05-11 09:03:59 +02:00
Bas van Dijk cc3d0f4acf
Merge pull request #61255 from basvandijk/elk-old-upgrades
elk5: 5.6.9 -> 5.6.16 & elk6: 6.7.1 -> 6.7.2
2019-05-10 23:48:21 +02:00
Bas van Dijk 1a0818e941 elk6: 6.7.1 -> 6.7.2 2019-05-10 23:32:44 +02:00
Bas van Dijk 8673d82bc1 elk5: 5.6.9 -> 5.6.16 2019-05-10 22:46:12 +02:00
Renaud 2fe5e5ba71
Merge pull request #60556 from r-ryantm/auto-update/groonga
groonga: 8.1.1 -> 9.0.2
2019-05-10 21:21:48 +02:00
Daiderd Jordan a5a389ef9a
Merge pull request #60173 from bachp/plex-1.15.4.993
plex: 1.15.3.876 -> 1.15.4.994
2019-05-10 20:44:34 +02:00
Renaud 655006c23e
postgresqlPackages.pgroonga: 2.1.8 -> 2.1.9
Changelog: https://pgroonga.github.io/news/#version-2-1-9
2019-05-10 20:12:22 +02:00
Matthew Bauer 4dce6bc461
Merge pull request #61128 from deadloko/fix/LighttpdCrossCompilation
lighttpd: fix crosscompilation
2019-05-09 13:11:25 -04:00
Pascal Bach c01b8f3027 plex: 1.15.3.876 -> 1.15.4.994 2019-05-09 18:08:30 +02:00
Bas van Dijk 46a869b286
Merge pull request #61185 from basvandijk/elk-7.0.1
elk: 7.0.0 -> 7.0.1
2019-05-09 15:50:03 +02:00
Bas van Dijk 78cb9b7898 elk: 7.0.0 -> 7.0.1 2019-05-09 11:37:48 +02:00
Andrew Newman 0b5a5c52d6 lighttpd: fix crosscompilation 2019-05-08 10:43:00 +03:00
Renaud 2fb1b3156f
Merge pull request #60932 from c0bw3b/patches-cleanup
[treewide] delete (some) unused patches
2019-05-07 23:34:04 +02:00
Robin Gloster f41599a028
Merge pull request #61086 from mayflower/cross-fixes
Batch of cross compilation fixes
2019-05-07 20:35:47 +00:00
Frederik Rietdijk 87a5d8fede Merge staging-next into staging 2019-05-07 19:30:14 +02:00
Robin Gloster 4a246cea28
xorg.*: fix cross m4 handling 2019-05-07 18:14:12 +02:00
Robin Gloster abb10fe7ae
xorg.libXi: fix cross 2019-05-07 18:14:11 +02:00
Jörg Thalheim 7ed04c2a6f
postgresqlPackages.timescaledb: 1.2.2 -> 1.3.0 (#61074)
postgresqlPackages.timescaledb: 1.2.2 -> 1.3.0
2019-05-07 09:54:33 +01:00