Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 805218 - sys-apps/util-linux-2.37.1 breaks user mounting of davfs2 (and maybe sshfs)
Summary: sys-apps/util-linux-2.37.1 breaks user mounting of davfs2 (and maybe sshfs)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-30 13:16 UTC by Small_Penguin
Modified: 2021-08-11 12:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Small_Penguin 2021-07-30 13:16:49 UTC
/usr/bin/mount.davfs: can't read group data base

Also see here:
https://bugs.archlinux.org/task/71614

Solution:
https://github.com/karelzak/util-linux/issues/1398

One needs two patches to fix this.

Reproducible: Always

Steps to Reproduce:
1. try to user mount a davfs2 resource

Actual Results:  
/usr/bin/mount.davfs: can't read group data base

Expected Results:  
Resource has been successfully mounted.
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2021-07-30 13:25:09 UTC
According to 

  https://github.com/karelzak/util-linux/issues/1398#issuecomment-888993546

we will see a new util-linux release on Monday. So let's wait for this release and if it's still not available on let's say next Wednesday, I will backport the fixes.
Comment 2 Larry the Git Cow gentoo-dev 2021-08-11 12:30:51 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da60551412d12ea1b7b0fe27a7603fb7873d63c2

commit da60551412d12ea1b7b0fe27a7603fb7873d63c2
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2021-08-11 12:25:48 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2021-08-11 12:30:42 +0000

    sys-apps/util-linux: Revbump to add various upstream fixes
    
    * Erase names in agetty by pressing CTRL-C (#804972)
    * Fixed user mount of davfs2 filesystems (#805218)
    * Fixed lscpu segfault on riscv plattform with upstream patch (#802606)
    + Fixed potential buffer overflow in ipcutils (#806070) (CVE-2021-37600)
    
    Bug: https://bugs.gentoo.org/806070
    Closes: https://bugs.gentoo.org/804972
    Closes: https://bugs.gentoo.org/805218
    Closes: https://bugs.gentoo.org/802606
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 .../util-linux-2.37.1-agetty_ctrl-c_erase.patch    |  50 +++
 .../util-linux-2.37.1-ipcutils_calloc_check.patch  |  25 ++
 .../util-linux-2.37.1-libmount_setgroups_fix.patch |  38 +++
 ...l-linux-2.37.1-lscpu_NULL_dereference_fix.patch |  50 +++
 sys-apps/util-linux/util-linux-2.37.1-r1.ebuild    | 338 +++++++++++++++++++++
 5 files changed, 501 insertions(+)