Changes between v2.37.3 and v2.37.4
--------------------------------------------

commit 12f5423fc2ed08e1945fac95f3bdeb39bb915ea7
Author: Karel Zak <kzak@redhat.com>
Date:   Mon Feb 14 10:50:32 2022 +0100

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

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

commit 0eb9b508787486d774320d00a74f2f306abb2c5a
Author: Karel Zak <kzak@redhat.com>
Date:   Mon Feb 14 10:48:24 2022 +0100

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

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

commit c6fe19815ab1a6499f81425947961529f81b3f01
Author: Karel Zak <kzak@redhat.com>
Date:   Mon Feb 14 10:30:24 2022 +0100

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

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

commit 39a81981ac4b8a1f521db550afc117ccab9548cb
Author: Karel Zak <kzak@redhat.com>
Date:   Thu Feb 10 12:03:17 2022 +0100

    chsh, chfn: remove readline support [CVE-2022-0563]
    
    The readline library uses INPUTRC= environment variable to get a path
    to the library config file. When the library cannot parse the
    specified file, it prints an error message containing data from the
    file.
    
    Unfortunately, the library does not use secure_getenv() (or a similar
    concept) to avoid vulnerabilities that could occur if set-user-ID or
    set-group-ID programs.
    
    Reported-by: Rory Mackie <rory.mackie@trailofbits.com>
    Signed-off-by: Karel Zak <kzak@redhat.com>

 login-utils/Makemodule.am |  2 +-
 login-utils/chfn.c        | 14 ++------------
 login-utils/chsh.c        | 43 +++----------------------------------------
 3 files changed, 6 insertions(+), 53 deletions(-)

commit 86f89da80e381050745ebd574fb8faa3a4016279
Author: Karel Zak <kzak@redhat.com>
Date:   Tue Jan 25 11:04:13 2022 +0100

    build-sys: generate all man pages for distribution tarball
    
    Now "make dist" and "make distcheck" follows autoconf. It means that
    disabled tools or tools that cannot compile are ignored, and man-pages
    for these tools are not generated. This is a problem for people
    without asciidoctor (adoc -> man generator).
    
    Fixes: https://github.com/util-linux/util-linux/issues/1577
    Signed-off-by: Karel Zak <kzak@redhat.com>

 Makefile.am | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)