Changes between v2.37.2 and v2.37.3
--------------------------------------------

commit 331a1e6e10f7943a12112c7161a8c995c1c5b9b9
Author: Karel Zak <kzak@redhat.com>
Date:   Mon Jan 24 10:11:40 2022 +0100

    build-sys: release++ (v2.37.3)
    
    Signed-off-by: Karel Zak <kzak@redhat.com>

 NEWS         | 4 ++++
 configure.ac | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit d4178c526bb2b3ea17c1a4d8fe9a56f77e3cc033
Author: Karel Zak <kzak@redhat.com>
Date:   Mon Jan 24 10:08:27 2022 +0100

    docs: add v2.37.3-ReleaseNotes
    
    Signed-off-by: Karel Zak <kzak@redhat.com>

 Documentation/releases/v2.37.3-ReleaseNotes | 13 +++++++++++++
 1 file changed, 13 insertions(+)

commit 5ac78f94e6dfe5683634f5cfd25df26eec2e92e9
Author: Karel Zak <kzak@redhat.com>
Date:   Fri Jan 21 17:01:54 2022 +0100

    po: merge changes
    
    Signed-off-by: Karel Zak <kzak@redhat.com>

 po/ca.po          | 30 +++++++++++++++---------------
 po/cs.po          | 30 +++++++++++++++---------------
 po/da.po          | 30 +++++++++++++++---------------
 po/de.po          | 30 +++++++++++++++---------------
 po/es.po          | 30 +++++++++++++++---------------
 po/et.po          | 30 +++++++++++++++---------------
 po/eu.po          | 30 +++++++++++++++---------------
 po/fi.po          | 30 +++++++++++++++---------------
 po/fr.po          | 30 +++++++++++++++---------------
 po/gl.po          | 30 +++++++++++++++---------------
 po/hr.po          | 30 +++++++++++++++---------------
 po/hu.po          | 30 +++++++++++++++---------------
 po/id.po          | 30 +++++++++++++++---------------
 po/it.po          | 30 +++++++++++++++---------------
 po/ja.po          | 30 +++++++++++++++---------------
 po/nl.po          | 30 +++++++++++++++---------------
 po/pl.po          | 30 +++++++++++++++---------------
 po/pt.po          | 30 +++++++++++++++---------------
 po/pt_BR.po       | 30 +++++++++++++++---------------
 po/ru.po          | 30 +++++++++++++++---------------
 po/sl.po          | 30 +++++++++++++++---------------
 po/sv.po          | 30 +++++++++++++++---------------
 po/tr.po          | 30 +++++++++++++++---------------
 po/uk.po          | 30 +++++++++++++++---------------
 po/util-linux.pot | 32 ++++++++++++++++----------------
 po/vi.po          | 30 +++++++++++++++---------------
 po/zh_CN.po       | 30 +++++++++++++++---------------
 po/zh_TW.po       | 30 +++++++++++++++---------------
 28 files changed, 421 insertions(+), 421 deletions(-)

commit 018a10907fa9885093f6d87401556932c2d8bd2b
Author: Karel Zak <kzak@redhat.com>
Date:   Tue Jan 4 10:54:20 2022 +0100

    libmount: fix (deleted) suffix issue [CVE-2021-3996]
    
    This issue is related to parsing the /proc/self/mountinfo file allows an
    unprivileged user to unmount other user's filesystems that are either
    world-writable themselves or mounted in a world-writable directory.
    
    The support for "(deleted)" is no more necessary as the Linux kernel does
    not use it in /proc/self/mountinfo and /proc/self/mount files anymore.
    
    Signed-off-by: Karel Zak <kzak@redhat.com>

 libmount/src/tab_parse.c                            |  5 -----
 tests/expected/findmnt/filter-options               |  1 -
 tests/expected/findmnt/filter-options-nameval-neg   |  3 +--
 tests/expected/findmnt/filter-types-neg             |  1 -
 tests/expected/findmnt/outputs-default              |  3 +--
 tests/expected/findmnt/outputs-force-tree           |  3 +--
 tests/expected/findmnt/outputs-kernel               |  3 +--
 tests/expected/libmount/tabdiff-mount               |  1 -
 tests/expected/libmount/tabdiff-move                |  1 -
 tests/expected/libmount/tabdiff-remount             |  1 -
 tests/expected/libmount/tabdiff-umount              |  1 -
 tests/expected/libmount/tabfiles-parse-mountinfo    | 11 -----------
 tests/expected/libmount/tabfiles-py-parse-mountinfo | 11 -----------
 tests/ts/findmnt/files/mountinfo                    |  1 -
 tests/ts/findmnt/files/mountinfo-nonroot            |  1 -
 tests/ts/libmount/files/mountinfo                   |  1 -
 16 files changed, 4 insertions(+), 44 deletions(-)

commit f3db9bd609494099f0c1b95231c5dfe383346929
Author: Karel Zak <kzak@redhat.com>
Date:   Wed Nov 24 13:53:25 2021 +0100

    libmount: fix UID check for FUSE umount [CVE-2021-3995]
    
    Improper UID check allows an unprivileged user to unmount FUSE
    filesystems of users with similar UID.
    
    Signed-off-by: Karel Zak <kzak@redhat.com>

 include/strutils.h            |  2 +-
 libmount/src/context_umount.c | 14 +++-----------
 libmount/src/mountP.h         |  1 +
 libmount/src/optstr.c         | 42 ++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 47 insertions(+), 12 deletions(-)