Guillaume Girol
33afbf39f6
treewide: switch to nativeCheckInputs
...
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Robin Stumm
c590d51037
ceph: comment where to find python dependencies
...
Co-authored-by: Martin Weinelt <mweinelt@users.noreply.github.com>
2023-01-16 10:48:42 +01:00
Robin Stumm
2ed8ff81c5
ceph: add missing python library
...
required by mgr dashboard module
2023-01-14 14:56:08 +01:00
R. Ryantm
4303cfcc64
ceph: 16.2.9 -> 16.2.10
2022-07-28 00:44:37 +00:00
Thomas Tuegel
e1e0d5d513
Merge pull request #108496 from knedlsepp/cmake-rpath
...
cmake/setup-hook.sh: Don't skip build-RPATH
2022-07-11 10:18:47 -05:00
R. Ryantm
034e77eea2
ceph: 16.2.7 -> 16.2.9
2022-07-07 20:08:47 +00:00
Josef Kemetmüller
bcd7045998
treewide: Remove now-unneeded LD_LIBRARY_PATH in cmake derivations
...
Since the setting DCMAKE_SKIP_BUILD_RPATH was disabled, we can now run
the checkPhase of cmake derivations without having to tweak the
LD_LIBRARY_PATH anymore.
2022-07-04 03:49:01 +03:00
Robert Schütz
edc8808603
ceph: use python39
...
Boost 1.75 is not compatible with Python 3.10.
2022-06-11 06:36:27 +00:00
Aaron Jheng
f0c470f5eb
oath-toolkit: Rename from oathToolkit to oath-toolkit
2022-04-04 01:11:06 +00:00
Ben Siraphob
5e04dac5d6
ceph: update homepage
2022-01-07 16:45:53 +07:00
Jonathan Ringer
09bd298765
ceph: update homepage
2021-12-28 09:00:35 -08:00
Niklas Hambüchen
a9bdcf8a82
ceph: 16.2.6 -> 16.2.7. Fixes data-loss upgrade bug.
...
See https://ceph.io/en/news/blog/2021/v16-2-7-pacific-released/
2021-12-09 02:19:14 +00:00
Niklas Hambüchen
c6cb7badab
ceph: Remove obsolete scipy override.
...
The mentioned bugs have merged linked pull requests a long time ago:
* b9dea87ff1
in Ceph v15.1.0
* f701ed8b26
in Ceph v16.1.0
2021-12-09 02:19:14 +00:00
Daniel Poelzleithner
f74c838dbf
ceph-client: install sbin binaries into bin, link sbin to bin
2021-11-15 17:12:36 +01:00
Daniel Poelzleithner
f95c6d6112
ceph-client: fix copy of python modules
...
the site-packages content was wrongly copied, causing a
.../site-packages/site-packages/... in the ceph-client packages.
This renders thi ceph tool unusable.
2021-11-15 10:41:35 +01:00
Daniel Poelzleithner
f8431991d9
[ceph-client] Install cephfs client tools as well
2021-11-10 21:44:52 +01:00
Martin Weinelt
ed6c2fa9b4
ceph: 16.2.5 -> 16.2.6
2021-09-28 03:15:11 +02:00
Martin Weinelt
9203210f36
ceph: 16.2.4 -> 16.2.5
2021-08-30 07:41:24 +00:00
Robert Schütz
1ec5651913
treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil
2021-07-03 13:45:57 +02:00
Janne Heß
196a7136a9
ceph: Enable cephfs-shell and use system liburing
2021-07-01 09:25:21 +02:00
Robert Schütz
0a1695b024
ceph: use packageOverrides
2021-06-23 11:41:54 +02:00
R. RyanTM
42779e4e31
ceph: 16.2.3 -> 16.2.4
2021-05-24 03:20:12 +00:00
R. RyanTM
809ddbdbd9
ceph: 16.2.1 -> 16.2.3
2021-05-07 08:17:43 +00:00
Luke Granger-Brown
f64e68e09b
Merge pull request #120071 from johanot/ceph-16
...
ceph: 15.2.10 -> 16.2.1
2021-04-29 00:03:45 +01:00
Luke Granger-Brown
eeeaa150a8
ceph: require big-parallel
...
It takes 3h+ for a 2 core build, and 24m for a big-parallel build for
x86_64. For aarch64-linux, it times out with 2 cores.
2021-04-26 00:50:05 +00:00
Daniel Nagy
7748904754
ceph: substitute /bin/grep
2021-04-23 20:33:49 +02:00
Johan Thomsen
c3bd75c752
ceph: 15.2.10 -> 16.2.1
2021-04-22 13:17:57 +02:00
Sarah Brofeldt
38b27aa6e9
ceph: 15.2.8 -> 15.2.10 and python dependency fix ( #118724 )
2021-04-12 04:24:24 +02:00
Luke Granger-Brown
236df9cee7
ceph: add passthru.tests
2021-02-14 18:06:04 +00:00
Luke Granger-Brown
9ac395366b
ceph: use bundled rocksdb
...
Ceph have some custom patches to make RocksDB play nicely with
Bluestore, which means the system RocksDB package doesn't quite work
properly.
2021-02-14 18:05:12 +00:00
Ben Siraphob
82454e9df8
treewide: remove implicit use of stdenv.lib
2021-01-27 20:04:57 +07:00
Ben Siraphob
d6aeae8f90
pkgs/tools: pkgconfig -> pkg-config (2)
2021-01-17 23:27:27 +07:00
Ben Siraphob
8c5d37129f
pkgs/tools: stdenv.lib -> lib
2021-01-15 17:12:36 +07:00
Sarah Brofeldt
c6c1319d13
Merge pull request #109286 from johanot/ceph-15.2.8
...
ceph: 15.2.7 -> 15.2.8
2021-01-15 08:44:08 +01:00
Johan Thomsen
423b9b2a70
ceph: 15.2.7 -> 15.2.8
2021-01-13 15:51:18 +01:00
Jan Tojnar
e6c0c98940
Merge branch 'master' into staging-next
...
zynaddsubfx conflict has been updated to 3.0.1, which conflicted with rewrite after 3.0.5 update on a different branch.
2021-01-08 02:07:34 +01:00
Daniel Nagy
b374d993ed
ceph: enable aarch64-linux platform
2021-01-04 15:37:23 +01:00
Ben Siraphob
3ae5e6ce03
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 18:37:40 +07:00
Sarah Brofeldt
2f91bade96
ceph: 15.2.6 -> 15.2.7
2020-12-07 20:03:02 +01:00
Sarah Brofeldt
ae9e8efa40
ceph: Drop obsolete patch
2020-12-01 07:45:00 +01:00
Sarah Brofeldt
a929ebf69c
ceph: 15.2.5 -> 15.2.6
2020-12-01 07:39:15 +01:00
Frederik Rietdijk
b2a3891e12
Merge master into staging-next
2020-11-27 15:09:19 +01:00
Graham Christensen
bc49a0815a
utillinux: rename to util-linux
2020-11-24 12:42:06 -05:00
Sarah Brofeldt
e790ba33ff
ceph: Fix CVE-2020-25660
...
(cherry picked from commit d835ad4f1a7cdcf794d58ccd658a538b848671d0)
2020-11-23 08:33:04 -08:00
Jonas Chevalier
a7cb88c3de
tree-wide: unify Bash completions outputs ( #103421 )
...
Use $out/share/bash-completion/completions to store the Bash completions
2020-11-12 21:22:18 +00:00
Benedikt Morbach
26b7e79246
ceph: Fix build with glibc 2.32
...
This adds a patch from upstream ceph to avoid using the deprecated
sys_siglist if sigdescr_np is available.
2020-10-24 15:29:36 +02:00
Sarah Brofeldt
c099d421db
ceph: 15.2.4 -> 15.2.5 ( #98664 )
2020-09-24 21:44:54 +00:00
Sarah Brofeldt
7994b94057
pythonPackages.scipy_1_3: re-init for ceph
2020-07-13 10:55:45 +02:00
Johan Thomsen
0dea5dff36
ceph: 14.2.10 -> 15.2.4
2020-07-11 14:12:42 +02:00
Sarah Brofeldt
e1a87078ad
ceph: Add srhb to maintainers
2020-07-02 07:01:32 +02:00