Patrick Hilhorst
593e11fd94
treewide: fix redirected urls
...
According to https://repology.org/repository/nix_unstable/problems , we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.
The following script was used to make these updates:
```
curl https://repology.org/api/v1/repository/nix_unstable/problems \
| jq '.[] | .problem' -r \
| rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
| sort | uniq > script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
Jan Tojnar
07b8ab4ff7
python2.pkgs.nixpart0: use correct libselinux bindings
...
Sine 56e557257d
libselinux in pkgs defaults to Python 3 so let's use the one from python.pkgs to make sure it matches.
2020-01-18 11:20:40 +01:00
Niklas Hambüchen
8fb62abe8a
Merge pull request #77604 from srhb/ceph-14.2.6
...
ceph: 14.2.5 -> 14.2.6
2020-01-18 02:15:02 +01:00
zowoq
0553f2a56b
fuse-overlayfs: 0.7.3 -> 0.7.4
...
https://github.com/containers/fuse-overlayfs/releases/tag/v0.7.4
2020-01-17 20:56:34 +10:00
Mario Rodas
af2f66e9ce
Merge pull request #77533 from zowoq/fuse-overlayfs
...
fuse-overlayfs: 0.7.2 -> 0.7.3
2020-01-16 20:45:52 -05:00
Mario Rodas
83ce75d4d6
Merge pull request #77723 from r-ryantm/auto-update/bindfs
...
bindfs: 1.14.2 -> 1.14.3
2020-01-15 19:52:25 -05:00
Mario Rodas
6e86e4059f
gcsfuse: use buildGoPackage
2020-01-15 18:18:18 -05:00
R. RyanTM
b13514f964
gcsfuse: 0.28.1 -> 0.29.0
2020-01-15 13:35:49 +00:00
R. RyanTM
50e40630ce
bindfs: 1.14.2 -> 1.14.3
2020-01-15 05:38:04 +00:00
Sarah Brofeldt
fe4d213091
ceph: 14.2.5 -> 14.2.6
2020-01-13 08:57:06 +01:00
Florian Klink
1ec5d8249c
davfs2: substitute ps command
...
umount.davfs2 uses ps to get a process list to terminate gracefully.
On NixOS, this currently fails:
```
sh: ps: command not found
/run/current-system/sw/bin/umount.davfs:
can't find mount.davfs-process with pid 4085;
trying to unmount anyway.
you propably have to remove /var/run/mount.davfs/root-x.pid manually
sh: umount: command not found
```
Fix this by patching ${procps}/bin/ps into the ps_command.
Afterwards:
```
umount.davfs: waiting for mount.davfs (pid 4106) to terminate gracefully .. OK
```
2020-01-12 00:01:59 +01:00
zowoq
9ce498e301
fuse-overlayfs: 0.7.2 -> 0.7.3
2020-01-12 08:59:11 +10:00
Florian Klink
2603d15a4d
Merge pull request #77167 from srhb/ceph-14_2_5
...
ceph: 14.2.4 -> 14.2.5
2020-01-09 18:39:05 +01:00
Mario Rodas
ef7ae51401
Merge pull request #77024 from r-ryantm/auto-update/davfs2
...
davfs2: 1.5.5 -> 1.5.6
2020-01-09 05:26:25 -05:00
Sarah Brofeldt
c373fc3b80
ceph: 14.2.4 -> 14.2.5
2020-01-09 08:00:00 +01:00
R. RyanTM
3f1e0e6cc5
reiser4progs: 1.2.1 -> 2.0.0
2020-01-07 08:15:44 -08:00
R. RyanTM
d706d39f58
davfs2: 1.5.5 -> 1.5.6
2020-01-06 00:57:30 -08:00
Michael Weiss
63834d63da
sshfs: 3.6.0 -> 3.7.0
...
Changelog: https://github.com/libfuse/sshfs/blob/sshfs-3.7.0/ChangeLog.rst
2020-01-04 20:07:16 +01:00
markuskowa
7e1876dc36
Merge pull request #76341 from r-ryantm/auto-update/moosefs
...
moosefs: 3.0.107 -> 3.0.109
2020-01-04 12:23:18 +01:00
Jan Tojnar
0c2adc0fb1
Merge branch 'staging' into staging-next
2019-12-31 03:59:58 +01:00
Robin Gloster
f9f46dc327
treewide: NIX_*_FLAGS -> string
2019-12-31 00:15:46 +01:00
Robin Gloster
5f2b92e3ec
treewide: NIX_*_COMPILE -> string
2019-12-31 00:13:29 +01:00
Jonathan Ringer
446fec8c2d
Merge branch 'master' of github.com:NixOS/nixpkgs into staging-next
2019-12-30 10:14:18 -08:00
Andrew Childs
93470276f9
mtdutils: fix cross build
2019-12-30 17:21:39 +01:00
Frederik Rietdijk
6d059becd3
Merge gcc-9 into staging ( #68029 )
2019-12-30 16:38:38 +01:00
Robin Gloster
2157dcd141
treewide: installFlags is a list
2019-12-30 13:22:43 +01:00
Merijn Broeren
133103d709
treewide: replace make/build/configure/patchFlags with nix lists
2019-12-30 12:58:11 +01:00
Robin Gloster
ac8eaa8507
treewide: fix *Flags
2019-12-30 04:50:37 +01:00
Robin Gloster
8cebd2f6b7
bees: 0.6.1 -> 0.6.2
...
fixes build with gcc9
2019-12-27 21:54:57 +01:00
R. RyanTM
324a7ede05
moosefs: 3.0.107 -> 3.0.109
2019-12-23 17:56:07 -08:00
Michael Raskin
d37b082db7
Merge pull request #76261 from r-ryantm/auto-update/glusterfs
...
glusterfs: 7.0 -> 7.1
2019-12-23 19:54:34 +00:00
R. RyanTM
d1d2c4dce0
glusterfs: 7.0 -> 7.1
2019-12-23 05:40:24 -08:00
R. RyanTM
5ae32c796f
bindfs: 1.14.1 -> 1.14.2
2019-12-22 19:47:39 -08:00
Frederik Rietdijk
dfdf1597a7
Merge master into staging-next
2019-12-13 11:43:39 +01:00
Jaka Hudoklin
b090446824
Merge pull request #75556 from peterhoeg/u/overlayfs_0_7_2
...
fuse-overlayfs: 0.7 -> 0.7.2
2019-12-12 21:12:40 +00:00
Domen Kožar
c49ca3e505
nixpart: ignore useNixUdev as it's now required by hetzner
2019-12-12 15:04:31 +01:00
Peter Hoeg
af1b93f571
fuse-overlayfs: 0.7 -> 0.7.2
2019-12-12 19:41:03 +08:00
Frederik Rietdijk
f3618342ec
Merge staging-next into staging
2019-12-10 19:01:27 +01:00
R. RyanTM
66f5b1f750
btrfs-progs: 5.3.1 -> 5.4
2019-12-07 16:44:46 -08:00
Niklas Hambüchen
3ccbce4b12
Merge pull request #74485 from malbarbo/e2fsprogs-shared
...
e2fsprogs: allow static build
2019-12-06 19:07:01 +01:00
Marco A L Barbosa
f6ea33023e
e2fsprogs: allow static build
2019-12-05 11:55:24 -03:00
R. RyanTM
1f5f6b796b
grive2: 0.5.0 -> 0.5.1
2019-12-01 18:51:51 +01:00
R. RyanTM
5837214501
moosefs: 3.0.105 -> 3.0.107 ( #74481 )
2019-11-30 17:03:52 +01:00
Renaud
f0b9bd93ec
cryfs: 0.9.10 -> 0.10.2
...
(#74296 )
2019-11-29 22:58:38 +01:00
Dima
0541d071af
samba3, fusesmb: removing
...
Samba 3 has been discontinued since Q1/2015. So I think it's time
to just wipe it from the pkgs. FuseSMB is pretty much abandoned,
upstream does not exist and it's also not as useful as it used to
be anyways.
2019-11-26 19:56:16 +01:00
Ryan Mulligan
a024b44965
Merge pull request #74234 from r-ryantm/auto-update/fuse-overlayfs
...
fuse-overlayfs: 0.6.2 -> 0.7
2019-11-26 07:39:55 -08:00
R. RyanTM
e17a0f3c5f
gitfs: 0.5.1 -> 0.5.2
2019-11-26 00:42:45 -08:00
R. RyanTM
5d230d8c58
fuse-overlayfs: 0.6.2 -> 0.7
2019-11-25 17:35:30 -08:00
Renaud
35d99698ae
dislocker: replace polarssl with mbedtls
...
polarssl is an old alias to mbedtls
2019-11-24 23:16:01 +01:00
c0bw3b
0afae5c14b
Treewide: fix more URL permanent redirects
...
Related issue: #60004
Previous PR: #73478
2019-11-21 15:37:34 -08:00