Commit Graph

294 Commits

Author SHA1 Message Date
R. Ryantm
3c0bdfb539 zinc: 0.3.5 -> 0.3.6 2023-01-20 14:12:01 +08:00
R. Ryantm
eae63548c3 meilisearch: 0.30.2 -> 0.30.5 2023-01-08 07:08:04 -05:00
Pavol Rusnak
bc60f09f79
qdrant: unbreak on x86_64-darwin 2022-12-27 19:24:41 +01:00
Rick van Schijndel
9833d56c24 treewide: mark packages broken that never built on PLATFORM
Done with the help of https://github.com/Mindavi/nixpkgs-mark-broken
Tool is still WIP but this is one of the first results.

I manually audited the results and removed some results that were not valid.

Note that some of these packages maybe should have more constrained platforms set
instead of broken set, but I think not being perfectly correct is better than
just keep trying to build all these things and never succeeding.

Some observations:

- Some darwin builds require XCode tools
- aarch64-linux builds sometimes suffer from using gcc9
  - gcc9 is getting older and misses some new libraries/features
- Sometimes tools try to do system detection or expect some explicit settings for
  platforms that are not x86_64-linux
2022-12-13 21:40:12 +01:00
Fabian Affolter
e212230b2d meilisearch: add changelog to meta 2022-12-10 11:24:57 -05:00
R. Ryantm
14fd1bf61c meilisearch: 0.30.0 -> 0.30.2 2022-12-10 11:24:57 -05:00
Jonathan del Strother
ce042ea86f manticoresearch: support indexing mysql sources 2022-12-09 13:38:53 +00:00
Winter
0c4c1834d0 zinc: fix ui's npmDepsHash
This was written before #200470, but wasn't tested after it was merged, leading to the hash being incorrect.
2022-12-09 07:49:41 -05:00
Artturin
c55b931644 treewide: fix lints and remove a unneeded cmake input 2022-12-09 01:16:08 +02:00
Sandro
0c0281fcdf
Merge pull request #197566 from dit7ya/zincsearch 2022-12-07 01:34:33 +01:00
Mario Rodas
8baee78ef3
Merge pull request #203511 from divanorama/elasticsearch6_fix_build
elasticsearch6: add libxcrypt dependency to fix build
2022-11-29 09:39:39 -05:00
R. Ryantm
b330de2e1a meilisearch: 0.29.2 -> 0.30.0 2022-11-29 08:41:24 -05:00
Dmitry Ivankov
18271606a2 elasticsearch6: add libcrypt dependency to fix build
glibc's libcrypt is deprecated and since
ff30c899d8
is built by default without libcrypt, that's probably the point when `elasticsearch6`
started failing with
```
auto-patchelf: 3 dependencies could not be satisfied
error: auto-patchelf could not satisfy dependency libcrypt.so.1 wanted by /nix/store/nd0gn95yfnnmnnw8zk2jnafc9gj2qy91-elasticsearch-6.8.21/modules/x-pack-ml/platform/linux-x86_64/lib/liblog4cxx.so.10
error: auto-patchelf could not satisfy dependency libcrypt.so.1 wanted by /nix/store/nd0gn95yfnnmnnw8zk2jnafc9gj2qy91-elasticsearch-6.8.21/modules/x-pack-ml/platform/linux-x86_64/lib/libaprutil-1.so.0
error: auto-patchelf could not satisfy dependency libcrypt.so.1 wanted by /nix/store/nd0gn95yfnnmnnw8zk2jnafc9gj2qy91-elasticsearch-6.8.21/modules/x-pack-ml/platform/linux-x86_64/lib/libapr-1.so.0
```

Let's add libxcrypt dependency, also note that `elasticsearch6-oss` doesn't
seem to need it.

Should resolve https://github.com/NixOS/nixpkgs/issues/203467

Extra note is elk6 may get removed from nixpkgs soon in favor of elk7
https://github.com/NixOS/nixpkgs/pull/194420
2022-11-28 21:59:18 +01:00
Mostly Void
a79bf2bfea
zinc: init at 0.3.5 2022-11-18 23:12:44 +05:30
R. Ryantm
216e161b69 meilisearch: 0.29.1 -> 0.29.2 2022-11-16 11:37:28 -05:00
Mostly Void
68efd9293b
qdrant: 0.9.1 -> 0.11.2 2022-11-13 22:15:03 +05:30
Jonas Heinrich
93a2ebf4cd
Merge pull request #186112 from jdelStrother/manticore
manticoresearch: init at 5.0.3
2022-10-27 16:16:56 +02:00
Dmitriy Pleshevskiy
35da064ed5
sonic-server: init at 1.4.0 2022-10-25 21:36:26 +03:00
Jonathan del Strother
f948d14139
manticoresearch: init at 5.0.3 2022-10-21 17:25:56 +01:00
Vladimír Čunát
00a757ed3f
Merge branch 'master' into staging 2022-10-13 08:27:55 +02:00
R. Ryantm
ef0ed284ea meilisearch: 0.29.0 -> 0.29.1 2022-10-11 04:07:02 -04:00
Franz Pletz
47945f27bf
groonga: fix build with libxcrypt 2022-10-09 18:10:36 +02:00
R. Ryantm
0dd481b2ad meilisearch: 0.28.1 -> 0.29.0 2022-10-04 09:46:04 +09:00
R. Ryantm
bf26135374 groonga: 12.0.6 -> 12.0.7 2022-09-01 16:47:47 +00:00
Mostly Void
09aee727ac
qdrant: init at 0.9.1 (#188617)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-08-28 23:42:28 +02:00
Benno Bielmeier
a4c43828e9 meilisearch: (Re-)enable nixos tests
Tests where disabled in 8931b86 due to errors caused by API changes of
meilisearch. Now as the tests are updated accordingly, they can be
reenabled.
2022-08-24 22:00:26 -04:00
happysalada
f36a8ff7b8 meilisearch: 0.23.1 -> 0.28.1 2022-08-22 23:41:49 -04:00
Luc Perkins
cbb9732ec2
meilisearch: mark as no longer broken on aarch64-darwin 2022-08-19 22:23:54 +03:00
Mario Rodas
67c54e77be groonga: 12.0.5 -> 12.0.6 2022-08-12 04:20:00 +00:00
R. Ryantm
833352d52c groonga: 11.1.0 -> 12.0.5 2022-07-31 09:28:56 +00:00
Robert Scott
3d6c926c4f treewide/servers,shells,tools: add sourceType for more packages 2022-07-02 13:38:00 +01:00
happysalada
2a04d4cb5e lnx: init at unstable 2022-06-25 2022-06-25 20:48:34 -04:00
PedroHLC ☭
e827840ae5
elasticsearch-plugins: 7.16.1 -> 7.17.4 2022-06-04 12:10:07 -03:00
PedroHLC ☭
8b4c4bf34f elk7: 7.16.1 -> 7.17.4 2022-06-03 11:11:06 -04:00
Robert Hensing
c5d82eb1ab
Merge pull request #174939 from FliegendeWurst/nixos-tests
nixos/tests: various fixes
2022-05-31 16:31:06 +02:00
Rick van Schijndel
879d278253
treewide: pkgs/servers: mark broken for darwin 2022-05-30 13:42:58 +02:00
FliegendeWurst
19e4234f4c nixos/tests/meilisearch: fix curl invocation
Also replace the movies dataset with a direct download as
it is not present in newer meilisearch versions.

Link the NixOS test to the package.
2022-05-27 15:33:42 +02:00
Martin Weinelt
eb270e849c
solr: remove maintainer, mark as vulnerable
The solr update in #161875 has gone nowhere sofar, while multiple CVEs
are lingering, which makes this a prime candidate to mark insecure.

The maintainer has indicated they wanted to remove themself, which has
not happened yet, so this takes care of that.

https://github.com/NixOS/nixpkgs/pull/161875#issuecomment-1058025102
2022-05-22 12:23:46 +02:00
github-actions[bot]
795332a20e
Merge staging-next into staging 2022-04-14 18:01:48 +00:00
Lassulus
fec97e511e
Merge pull request #150091 from r-ryantm/auto-update/groonga
groonga: 11.0.9 -> 11.1.0
2022-04-14 17:30:55 +01:00
Vladimír Čunát
5e845236f2
Merge branch 'staging-next' into staging 2022-04-10 17:11:36 +02:00
OPNA2608
d2f268745a treewide: autoPatchelfHook only on Linux 2022-03-23 21:37:39 +01:00
Abraham Chan
729988f5c6 elasticsearch7: add darwin-aarch64 2022-03-16 23:57:25 +11:00
Dmitry Kalinkin
889227a048
Merge branch 'master' into staging-next
Conflicts:
	pkgs/development/python-modules/pdftotext/default.nix
2021-12-16 16:55:25 -05:00
Kim Lindberger
ebaa226853
elk7: 7.11.1 -> 7.16.1, 6.8.3 -> 6.8.21 + add filebeat module and tests (#150879)
* elk7: 7.11.1 -> 7.16.1

* nixosTests.elk: Improve reliability and compatibility with ELK 7.x

- Use comparisons in jq instead of grepping
- Match for `.hits.total.value` if version >= 7, otherwise it always
  passes
- Make curl fail if requests fails

* nixos/filebeat: Add initial module and test

Filebeat is an open source file harvester, mostly used to fetch logs
files and feed them into logstash.

This module can be used instead of journalbeat if used with
`filebeat7` and configured with the `journald` input.

* python3Packages.parsedmarc.tests: Fix breakage

- Don't use the deprecated elasticsearch7-oss package
- Improve jq query robustness and add tracing

* rl-2205: Note the addition of the filebeat service

* elk6: 6.8.3 -> 6.8.21

The latest version includes a fix for CVE-2021-44228.

* nixos/journalbeat: Add a loose dependency on elasticsearch

Avoid unnecssary back-off when elasticsearch is running on the same
host.
2021-12-17 00:20:52 +09:00
R. Ryantm
6063283be1 groonga: 11.0.9 -> 11.1.0 2021-12-10 16:40:07 +00:00
Alyssa Ross
f404068903
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	pkgs/servers/search/groonga/default.nix
2021-12-02 14:52:44 +00:00
Mario Rodas
f5e66f3627 groonga: 11.0.5 -> 11.0.9 2021-11-27 04:20:00 +00:00
toonn
8edba0e217 groonga: Switch to autoreconfHook
Use `autoreconfHook` rather than manually running `aclocal`.
Clarify removal of `version` file.
2021-11-24 15:17:13 -08:00
toonn
504b89e2d3 groonga: Fix LLVM 11 build by removing version file 2021-11-24 15:17:13 -08:00