Daniel Schaefer
bac4d95aa2
treewide: Change URLs to HTTPS
...
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
2019-04-22 10:19:54 +02:00
worldofpeace
2e60e06d69
Merge pull request #59734 from Infinisil/update/libimobiledevice
...
Update libimobiledevice packages, fix usbmuxd
2019-04-17 14:09:11 -04:00
Silvan Mosberger
8d5252be82
ifuse: 1.1.3 -> 2018-10-08
...
Switching to latest master, as there hasn't been a new release in a
while, see https://github.com/libimobiledevice/ifuse/issues/34
2019-04-16 20:00:44 +02:00
R. RyanTM
bea968d33f
moosefs: 3.0.103 -> 3.0.104
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/moosefs/versions
2019-04-16 18:48:34 +02:00
Michael Weiss
b5cfba1a36
sshfs: 3.5.1 -> 3.5.2
2019-04-13 11:43:56 +02:00
Frederik Rietdijk
d108b49168
Merge master into staging-next
2019-04-09 16:38:35 +02:00
Matthew Bauer
6eb0e1a2a9
Merge pull request #59069 from delroth/nilfs-utils-cross
...
nilfs-utils: fix cross-compilation issue caused by AC_FUNC_MALLOC
2019-04-07 17:53:52 -04:00
Pierre Bourdon
c9c0e7c1b0
nilfs-utils: fix cross-compilation issue caused by AC_FUNC_MALLOC
2019-04-06 15:55:50 +02:00
Vladimír Čunát
2771375d6e
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1512490
2019-04-02 20:56:53 +02:00
John Ericson
4ccb74011f
Merge commit '18aa59b0f26fc707e7313f8467e67159e61600c2' from master into staging
...
There was one conflict in the NixOS manual; I checked that it still
built after resolving it.
2019-04-01 00:40:03 -04:00
R. RyanTM
7e9a941a28
s3fs: 1.84 -> 1.85 ( #58090 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/s3fs-fuse/versions
2019-03-24 00:56:43 +01:00
Frederik Rietdijk
b40d752872
Merge master into staging-next
2019-03-23 09:18:41 +01:00
Wael M. Nasreddine
5af0780492
Merge remote-tracking branch 'origin/master' into staging
...
* origin/master: (693 commits)
buildGoModule: use go_1_12 instead of go_1_11 (#58103 )
gitAndTools.lab: 0.15.2 -> 0.15.3 (#58091 )
signal-desktop: 1.22.0 -> 1.23.0
added missing semicolon to documentation
terminus_font_ttf: 4.46.0 -> 4.47.0
buildGoModule: remove SSL env vars in favor of cacert in buildInputs (#58071 )
dav1d: init at 0.2.1
dropbox-cli: 2018.11.28 -> 2019.02.14
atlassian-confluence: 6.14.1 -> 6.14.2
maintainers: update email for dywedir
python.pkgs.hglib: use patch to specify hg path (#57926 )
chkrootkit: 0.52 -> 0.53
radare2-cutter: 1.7.2 -> 1.8.0
autorandr: 1.7 -> 1.8
pythonPackages.pyhepmc: fix build
llvm-polly/clang-polly: use latest llvm
apulse: 0.1.11.1 -> 0.1.12, cleanup
factorio: experimental 0.17.14 → 0.17.16 (#58000 )
sequeler: 0.6.7 -> 0.6.8
nasc: 0.5.1 -> 0.5.2
...
2019-03-21 21:01:25 -07:00
Vladyslav M
d738f0d7d6
Merge pull request #56560 from eadwu/bcachefs/20190228
...
linux_testing_bcachefs, bcachefs-tools: 2019-03-13
2019-03-15 09:44:10 +02:00
Edmund Wu
f1844ac441
bcachefs-tools: 2019-02-09 -> 2019-03-13
2019-03-14 16:25:23 -04:00
Vladimír Čunát
04066403ae
Merge branch 'master' into staging-next
...
Lots of rebuilds from master, apparently.
Hydra nixpkgs: ?compare=1509577
2019-03-14 19:54:49 +01:00
Will Dietz
10a84188ff
e2fsprogs: use buildPackages.perl to avoid cycle in llvm-based stdenv
2019-03-14 10:44:11 -05:00
Will Dietz
1cb7a3b519
Merge pull request #57229 from dtzWill/update/e2fsprogs-1.45.0
...
e2fsprogs: 1.44.5 -> 1.45.0
2019-03-13 11:30:13 -05:00
Mitch
aac69819d6
moosefs: init at 3.0.103
...
* moosefs: init at 3.0.103
* fix email
* fix formatting
* fixes as suggested
2019-03-12 19:41:37 -07:00
Matthew Bauer
37eba81c7b
Merge pull request #56391 from matthewbauer/cmake-treewide
...
Add more CMake flags
2019-03-11 12:43:46 -04:00
Matthew Bauer
6ed49262f5
treewide: remove BUILD_TESTING flag
...
This is now set by CMake
2019-03-11 10:11:28 -04:00
Pascal Bach
260f0e0c5c
bonnie: fix bon_csv2txt utility
...
The bon_csv2txt utility is a perl script. By default it is looking forbonnie: fix bon_csv2txt utility
The bon_csv2txt utility is a perl script. By default it is looking for
perl in /usr/bin/perl which doesn't work on nixos.
This changes patches the perl interpreter correctly. But this comes as at a cost of
closure size increase from 34'006'536 bytes to 90'289'456 bytes as perl is now a dependency.
An alterantive would be to patch the file to use /usr/bin/env perl and just rely on a perl interpreter
being present in PATH.
perl in /usr/bin/perl which doesn't work on nixos.
This changes patches the perl interpreter correctly. But this comes as at a cost of
closure size increase as perl is now a dependency.
An alterantive would be to patch the file to use /usr/bin/env perl and just rely on a perl interpreter
being present in PATH.
2019-03-10 10:29:53 +01:00
Pascal Bach
d039887386
bonnie: 1.97.3 -> 1.98
...
Version is already available in debian testing.
2019-03-10 10:29:51 +01:00
Will Dietz
8add9b7c21
e2fsprogs: enable tests (previously explicitly disabled)
2019-03-10 04:08:57 -05:00
Will Dietz
b531c19806
e2fsprogs: 1.44.5 -> 1.45.0
...
Changes:
* https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/tree/doc/RelNotes/v1.44.6.txt?h=v1.44.6
* https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/tree/doc/RelNotes/v1.45.0.txt?h=v1.45.0
Also:
* remove 'hack' for installing pc files
* fixup location of `e2scrub_all_cron` to avoid reference cycle in
outputs, promote to $bin/bin for now.
2019-03-10 03:58:56 -05:00
Vladimír Čunát
bf47162c26
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1508887
2019-03-10 08:04:21 +01:00
Pascal Wittmann
bbfd2be8ed
mhddfs: fix build (see #53716 )
2019-03-09 17:14:42 +01:00
Peter Simons
67cc7a8254
davfs2: update to version 1.5.5
2019-03-05 12:17:28 +01:00
Frederik Rietdijk
5d7ab31949
Merge master into staging-next
2019-03-05 08:32:52 +01:00
Josef Kemetmüller
b7c146c08e
smbnetfs: Fix build against attr>=2.4.48
...
The xattr.h header was removed from libattr in v2.4.48 but added to glibc in 2.27.
The location moved from attr/xattr.h to sys/xattr.h.
2019-03-04 21:30:59 +01:00
Frederik Rietdijk
35e73c9dd5
Merge staging into staging-next
2019-03-03 09:35:42 +01:00
R. RyanTM
779a4d66ab
btrfs-progs: 4.20.1 -> 4.20.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/btrfs-progs/versions
2019-03-01 14:21:30 -08:00
Matthew Bauer
73061742af
Merge remote-tracking branch 'NixOS/master' into staging
2019-02-24 18:54:32 -05:00
Vladimír Čunát
0cf158006b
Merge #52833 : netatalk: 3.1.11 -> 3.1.12 (security)
2019-02-24 09:10:31 +01:00
R. RyanTM
5bb8254b9a
cryfs: 0.9.9 -> 0.9.10 ( #54850 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cryfs/versions
2019-02-24 00:53:11 +01:00
R. RyanTM
0f493ebada
securefs: 0.8.2 -> 0.8.3 ( #54671 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/securefs/versions
2019-02-24 00:39:06 +01:00
Florian Friesdorf
fbef5ab82f
Remove myself as maintainer from packages
...
I'm currently not maintaining any packages.
2019-02-22 16:14:13 +01:00
Vladimír Čunát
4ba49d3d6c
Merge #55988 : treewide meta.platforms: linux -> unix
2019-02-22 07:59:34 +01:00
Freezeboy
8f87a61de2
Replace platforms.linux with platforms.darwin for expressions that compile on darwin too (too restrictive platforms)
2019-02-18 10:56:58 +01:00
Frederik Rietdijk
6fe10d2779
Merge master into staging-next
2019-02-16 09:29:54 +01:00
Jörg Thalheim
0ac83f0857
Merge pull request #55499 from eadwu/bcachefs/20190209
...
linux_testing_bcachefs,bcachefs-tools: 20190209
2019-02-14 16:18:05 +00:00
Graham Christensen
a71f344211
Merge pull request #55450 from tilpner/fuse-overlayfs-update
...
fuse-overlayfs: 0.2 -> 0.3
2019-02-14 06:47:38 -05:00
Edmund Wu
09c194a352
bcachefs-tools: 2019-01-23 -> 2019-02-09
2019-02-09 21:11:29 -05:00
Matthew Bauer
5c09d977c7
Merge remote-tracking branch 'origin/master' into staging
2019-02-09 12:14:06 -05:00
Dmitry Bogatov
b416bb9393
tmsu: install manpage properly into man1 subdirectory
2019-02-08 22:17:14 +00:00
tilpner
b331161df2
fuse-overlayfs: 0.2 -> 0.3
2019-02-08 16:04:03 +01:00
Vladyslav M
8626808c72
Merge pull request #54752 from eadwu/bcachefs/20190123
...
linux_testing_bcachefs,bcachefs-tools: 20190123
2019-02-04 22:53:38 +02:00
Pascal Wittmann
b3c994185a
disorderfs: 0.5.5 -> 0.5.6
2019-02-03 19:19:41 +01:00
Vladimír Čunát
8ba516664b
Merge branch 'staging-next' into staging
2019-02-01 09:42:53 +01:00
R. RyanTM
bdd502bbd5
btrfs-progs: 4.19.1 -> 4.20.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/btrfs-progs/versions
2019-01-28 16:25:30 -08:00