2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-05 12:34:00 +00:00
Commit Graph

2122 Commits

Author SHA1 Message Date
Jan Tojnar
7a04c2ad68 Merge branch 'staging-next' into staging
- boost 171 removed on staging-next
- re-generated node-packages.nix

; Conflicts:
;	pkgs/development/java-modules/m2install.nix
;	pkgs/development/node-packages/node-packages.nix
;	pkgs/top-level/all-packages.nix
2021-08-22 01:13:41 +02:00
Sebastián Mancilla
8f94a33b38 treewide: ensure pre/post phase hooks are strings
Some derivations use lib.optional or lib.optionals when setting pre/post
phase hooks. Ensure the proper lib.optionalString is used.
2021-08-20 19:08:42 -04:00
Sandro
3861de4289
Merge pull request from alyssais/squashfs-tools-ng 2021-08-19 21:46:17 +02:00
github-actions[bot]
323ea758dd
Merge staging-next into staging 2021-08-19 12:02:04 +00:00
Maximilian Bosch
d4cc8ca3d3
tar2ext4: correct meta.platforms is already configured by buildGoModule
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-08-19 12:27:54 +02:00
Alyssa Ross
a68f24c2ca
tar2ext4: init at 0.8.20
This is a single program that's part of a big Microsoft project.
Everything else looks pretty specialised, and some of it only targets
Windows, so I didn't try packaging anything else.  If we ever do end
up with a need for other software from this project, this derivation
could be extended and renamed, with tar2ext4 becoming an alias.
2021-08-18 12:46:30 +00:00
Alyssa Ross
6e25d39cfd
squashfs-tools-ng: 1.1.2 -> 1.1.3 2021-08-18 07:03:06 +00:00
github-actions[bot]
b6a825a9c7
Merge staging-next into staging 2021-08-18 06:02:10 +00:00
R. RyanTM
aaac360ae6 moosefs: 3.0.115 -> 3.0.116 2021-08-17 11:27:10 -07:00
R. RyanTM
d3ca22aad8 catcli: 0.6.2 -> 0.7.0 2021-08-17 01:58:54 +00:00
github-actions[bot]
4dfde9ac8e
Merge staging-next into staging 2021-08-15 18:01:33 +00:00
Ilan Joselevich
12a6f2aa59 mtools: 4.0.34 -> 4.0.35 2021-08-15 16:49:22 +03:00
Jan Tojnar
cdb1d29692 Merge branch 'staging-next' into staging 2021-08-14 14:43:16 +02:00
Sandro
ff56e5d172
Merge pull request from alyssais/gfs2-utils
gfs2-utils: init at 3.4.1
2021-08-13 17:04:05 +02:00
Alyssa Ross
8c001a4464
gfs2-utils: init at 3.4.1 2021-08-13 12:09:20 +00:00
Felix Buehler
80e75cd535 tools/filesystems: replace name with pname&version 2021-08-12 20:49:29 +02:00
Jan Tojnar
807d3ec359 Merge branch 'staging-next' into staging
; Conflicts:
;	pkgs/tools/misc/t1utils/default.nix
2021-08-11 16:34:11 +02:00
Artturi
7c1f9eeb87
Merge pull request from r-ryantm/auto-update/s3fs-fuse
s3fs: 1.89 -> 1.90
2021-08-11 04:09:17 +03:00
Artturi
19f3b7e792
Merge pull request from r-ryantm/auto-update/duperemove
duperemove: 0.11.2 -> 0.11.3
2021-08-11 03:12:58 +03:00
R. RyanTM
55444245f8 duperemove: 0.11.2 -> 0.11.3 2021-08-10 13:29:29 +00:00
zowoq
236c1159bf fuse-overlayfs: 1.7 -> 1.7.1
https://github.com/containers/fuse-overlayfs/releases/tag/v1.7.1
2021-08-10 20:22:29 +10:00
R. RyanTM
40e9580ce4 s3fs: 1.89 -> 1.90 2021-08-10 07:25:16 +00:00
github-actions[bot]
c47bdfa71a
Merge staging-next into staging 2021-08-08 06:01:51 +00:00
R. RyanTM
c2a335220c gcsfuse: 0.35.1 -> 0.36.0 2021-08-07 08:13:01 +00:00
R. RyanTM
bce4746a3d btrfs-progs: 5.13 -> 5.13.1 2021-08-03 12:07:15 +00:00
Jamie McClymont
2808286add squashfsTools: add NixOS cdrom boot as passthru test
This is the same test which blocks nixos-unstable-small. It recently
caused a long blockage, due to a regression in squashfsTools itself
corrupting the iso image, see .
2021-08-01 21:35:10 +12:00
Vladimír Čunát
bc3416a2dd
squashfsTools: patch a channel-blocking bug
Fixes .
2021-08-01 11:30:06 +02:00
Elis Hirwing
8921779f0a mtools: 4.0.33 -> 4.0.34
Fix bug for recursive use, see release announcement: https://lists.gnu.org/archive/html/info-gnu/2021-07/msg00010.html
2021-07-31 19:15:57 +02:00
R. RyanTM
fc37170d7b ceph-csi: 3.3.1 -> 3.4.0 2021-07-30 06:29:16 +00:00
Sandro
be071b1ce8
Merge pull request from Luflosi/fix-squashfsTools-darwin
squashfsTools: make Darwin patch apply again
2021-07-29 11:31:22 +00:00
Sascha Grunert
869f270723 fuse-overlayfs: 1.6.0 -> 1.7.0
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-07-29 20:28:44 +10:00
Luflosi
124bbac827
squashfsTools: make Darwin patch apply again
I pretty much manually applied all the changes in the patch to the new codebase and then generated a new diff because the pull request mentioned at the top of the patch was not accepted and will probably never be updated again.
2021-07-29 12:19:21 +02:00
Frederik Rietdijk
8dcfe523f7
Merge pull request from FRidh/python2-to-3
Python: further migrate packages from 2 to 3
2021-07-29 10:49:00 +02:00
github-actions[bot]
4fc7a31edb
Merge master into staging-next 2021-07-29 00:01:33 +00:00
superherointj
95e04538a1 mtdutils: 2.1.2 -> 2.1.3 2021-07-28 12:25:04 -03:00
Frederik Rietdijk
9c9f7fd11c moosefs: use strictDeps and python3 2021-07-27 20:42:00 +02:00
Frederik Rietdijk
a6284f721d mergerfs-tools: use python3 version of xattr 2021-07-27 20:37:07 +02:00
Frederik Rietdijk
62370fb59a Merge remote-tracking branch 'upstream/master' into staging-next 2021-07-26 09:19:44 +02:00
Ruud van Asseldonk
f2356e8dcb squashfsTools: 4.4 -> 4.5
I had to update the 4k alignment patch for this. While it does apply,
and the result compiles, and even appears to work fine superficially,
I do not know if there have been any changes to squashfs internals that
now require other places to take the alignment flag into account. Will
do more testing soon.
2021-07-24 13:00:31 +02:00
github-actions[bot]
2e00ed4420
Merge staging-next into staging 2021-07-22 06:01:44 +00:00
Sandro Jäckel
4209fed914
pythonPackages: deprecate pytestcov alias 2021-07-21 13:32:17 +02:00
github-actions[bot]
94a7cf0dcd
Merge staging-next into staging 2021-07-21 00:02:24 +00:00
Sandro
f9137f6131
Merge pull request from alyssais/tar2sqfs
squashfs-tools-ng: 1.1.1 -> 1.1.2
2021-07-20 22:33:07 +02:00
Michael Raskin
8b611afe16
Merge pull request from r-ryantm/auto-update/btrfs-progs
btrfs-progs: 5.12.1 -> 5.13
2021-07-20 18:52:41 +00:00
Alyssa Ross
bbdf2e931a
squashfs-tools-ng: 1.1.1 -> 1.1.2
tar2sqfs seems to work on the source tarball.
2021-07-20 16:52:59 +00:00
Lancelot SIX
f8dc849739 mtools: 3.0.31 -> 4.0.33
See release announcements:

- 4.0.33: https://lists.gnu.org/archive/html/info-gnu/2021-07/msg00006.html
- 4.0.32: https://lists.gnu.org/archive/html/info-gnu/2021-07/msg00004.html
2021-07-20 16:27:50 +01:00
R. RyanTM
8948eeeb6a btrfs-progs: 5.12.1 -> 5.13 2021-07-20 10:27:14 +00:00
Felix Buehler
833a6087b9 ubidump: deprecate phases 2021-07-20 12:10:39 +02:00
Ben Siraphob
d352d407ee
Merge pull request from Stunkymonkey/inherit-version2
various: cleanup of "inherit version;"
2021-07-18 10:16:05 +07:00
Sandro
b4176ae90a
Merge pull request from Stunkymonkey/inherit-version3
various: cleanup of "inherit version;"
2021-07-18 00:38:39 +02:00
Aleksandr Petrosyan
ab65de76bf
yandex-disk: 0.1.5.1039 -> 0.1.6.1074 () 2021-07-18 00:22:34 +02:00
Felix Buehler
87316d778b various: cleanup of "inherit version;" 2021-07-18 00:19:24 +02:00
Felix Buehler
e023025ee0 various: cleanup of "inherit version;" 2021-07-17 22:39:35 +02:00
hyperfekt
12cee96e74 bcachefs-tools: 2020-11-17 -> 2021-07-08 2021-07-09 02:50:37 +02:00
R. RyanTM
f2534072e2 glusterfs: 9.2 -> 9.3 2021-07-04 18:14:25 +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
Zane van Iperen
67641dc31a exfatprogs: init at 1.1.2 2021-06-29 12:48:00 +02:00
Johan Thomsen
df7bc16974
ceph-csi: init at 3.3.1 ()
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-27 17:16:00 +02:00
Sandro
c69c02e06e
Merge pull request from dotlambda/scipy_1_3-drop 2021-06-23 15:42:48 +02:00
Robert Schütz
0a1695b024 ceph: use packageOverrides 2021-06-23 11:41:54 +02:00
zowoq
4b0ca5e0cd fuse-overlayfs: 1.5.0 -> 1.6
https://github.com/containers/fuse-overlayfs/releases/tag/v1.6
2021-06-23 17:32:53 +10:00
Lancelot SIX
34e5bf44fb mtools: 4.0.27 -> 4.0.31
See https://lists.gnu.org/archive/html/info-gnu/2021-06/msg00011.html
for release information
2021-06-20 12:48:14 +02:00
github-actions[bot]
51bf815af0
Merge master into staging-next 2021-06-17 00:09:48 +00:00
R. RyanTM
79481fba62 gcsfuse: 0.35.0 -> 0.35.1 2021-06-16 12:49:09 -07:00
Jan Tojnar
91171e2955
Merge branch 'master' into staging-next
Regenerated pkgs/servers/x11/xorg/default.nix to resolve the conflict.
2021-06-15 11:19:41 +02:00
Sandro
f958de8361
Merge pull request from Luflosi/add-apfsprogs
apfsprogs: init at 2021.05.07
2021-06-15 02:55:04 +02:00
github-actions[bot]
f2ba460019
Merge master into staging-next 2021-06-14 12:04:41 +00:00
kraem
34e74f4b9a
rar2fs: 1.29.4 -> 1.29.5 2021-06-13 20:32:27 +02:00
github-actions[bot]
ec4b7ebf86
Merge master into staging-next 2021-06-13 06:04:48 +00:00
adisbladis
22ae7ededa
goofys: init at unstable-2021-03-26 2021-06-12 17:33:18 -05:00
Luflosi
5d06ef0e1e
apfsprogs: init at unstable-2021-05-07 2021-06-11 00:17:44 +02:00
Martin Weinelt
3da00fa467
Merge branch 'master' into staging-next 2021-06-09 14:18:55 +02:00
Sandro
c6a306d19e
Merge pull request from ElXreno/package-bees-0.6.5 2021-06-09 12:47:33 +02:00
github-actions[bot]
e8f8906d68
Merge master into staging-next 2021-06-08 18:16:27 +00:00
Michael Weiss
c5524ffe7e
Merge pull request from primeos/sshfs
sshfs: 3.7.1 -> 3.7.2
2021-06-08 16:33:21 +02:00
Pavol Rusnak
272b93463e
gocryptfs: 2.0 -> 2.0.1 () 2021-06-08 15:14:35 +03:00
Michael Weiss
e1d814abda
sshfs: 3.7.1 -> 3.7.2 2021-06-08 14:07:36 +02:00
github-actions[bot]
afc6dcbb89
Merge master into staging-next 2021-06-08 12:04:36 +00:00
Pavol Rusnak
124b3ed75a
gocryptfs: 1.8.0 -> 2.0
- add libfido2 to propagatedBuildInputs to enable fido2 features
  (gocryptfs uses command-line tools contained in the package)

- skip documentation on aarch64-darwin
  (pandoc is broken because of the missing ghc)
2021-06-06 11:09:55 +02:00
ElXreno
7b9df38982
bees: 0.6.3 -> 0.6.5
Change-Id: I1866eab9c348d9c10219290ecba698121a32d128
2021-06-05 17:39:12 +03:00
ElXreno
a3fa2cf7c2
bees: nixpkgs-fmt
Change-Id: If4e9431dad00ffade3316cf22235d8d44d12d149
2021-06-05 17:39:12 +03:00
github-actions[bot]
a12e0d5bff
Merge master into staging-next 2021-06-03 12:49:11 +00:00
Martin Weinelt
16c2003c1f
glusterfs: 9.0 -> 9.2
https://docs.gluster.org/en/latest/release-notes/9.1/
https://docs.gluster.org/en/latest/release-notes/9.2/
2021-06-03 04:39:43 +02:00
github-actions[bot]
42b70ad7f1
Merge master into staging-next 2021-06-01 20:30:45 +00:00
Maximilian Bosch
8d30901806
Merge pull request from r-ryantm/auto-update/ceph
ceph: 16.2.3 -> 16.2.4
2021-06-01 18:41:21 +02:00
github-actions[bot]
141439f6f1
Merge master into staging-next 2021-05-24 18:41:50 +00:00
Pavol Rusnak
3105dd0f0c
squashfs-tools-ng: mark no longer broken on aarch64-darwin 2021-05-24 16:50:03 +02:00
R. RyanTM
42779e4e31 ceph: 16.2.3 -> 16.2.4 2021-05-24 03:20:12 +00:00
github-actions[bot]
4b60db038d
Merge master into staging-next 2021-05-23 06:23:00 +00:00
Vladimír Čunát
29f57e4752
Merge : curlftpfs: fix sandboxed builds on darwin 2021-05-23 08:17:05 +02:00
Jonathan Ringer
b9b9cdb87c
Merge remote-tracking branch 'origin/staging' into staging-next 2021-05-22 19:23:14 -07:00
Jonathan Ringer
11a9ac00fc
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
 pkgs/tools/networking/xh/default.nix
2021-05-22 18:19:10 -07:00
Maximilian Bosch
9d6f7c1080
Merge pull request from r-ryantm/auto-update/ceph
ceph: 16.2.1 -> 16.2.3
2021-05-22 23:42:57 +02:00
Michael Raskin
bbcf840849
Merge pull request from r-ryantm/auto-update/btrfs-progs
btrfs-progs: 5.11.1 -> 5.12.1
2021-05-22 12:28:50 +00:00
R. RyanTM
83bfa45eae btrfs-progs: 5.11.1 -> 5.12.1 2021-05-22 10:23:08 +00:00
Jonathan Ringer
14f3686af1
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
  pkgs/applications/terminal-emulators/alacritty/default.nix
  pkgs/servers/clickhouse/default.nix
2021-05-20 09:12:42 -07:00
Guillaume Girol
090f0937fb
Merge pull request from Thesola10/dduper
dduper: init at v0.04
2021-05-19 19:26:40 +00:00
Jonathan Ringer
c1f8a15dac
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
  nixos/doc/manual/release-notes/rl-2105.xml
  pkgs/tools/security/sequoia/default.nix
2021-05-19 10:39:54 -07:00
polygon
b73f621c25 blobfuse: Bump version, separately build cpplite
* Bump version to most recent 1.3.7 release
* Build scripts have changed, cpplite (azure-storage-lite) is now
  built separately
* Upstream they use build.sh to copy resulting static libraries to
  locations for blobfuse build, I put cpplite in a separate build
* adls library from cpplite was not installed and hence, not found
  by main blockfuse build, added a patch to install adls library, too
2021-05-19 10:35:55 -07:00