Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (dd4cc566a69ca610c4623e1eb489ff5bb094b6ec)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (dd4cc566a69ca610c4623e1eb489ff5bb094b6ec)
  • Date: Mon, 14 Feb 2022 20:36:37 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemaage.org>:

utils/util-linux/DETAILS | 4 ++--
utils/util-linux/HISTORY | 4 ++++
utils/util-linux/PRE_BUILD | 5 +----
3 files changed, 7 insertions(+), 6 deletions(-)

New commits:
commit dd4cc566a69ca610c4623e1eb489ff5bb094b6ec
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

utils/util-linux: version 2.37.4, SECURITY_PATCH++

diff --git a/utils/util-linux/DETAILS b/utils/util-linux/DETAILS
index 874ee3e..7a29809 100755
--- a/utils/util-linux/DETAILS
+++ b/utils/util-linux/DETAILS
@@ -11,8 +11,8 @@ if [[ $UL_VERSION == aes ]]; then
SOURCE3_GPG=loop-AES.gpg:$SOURCE4:UPSTREAM_KEY
SOURCE4_IGNORE=signature
else
- VERSION=2.37.3
- SECURITY_PATCH=4
+ VERSION=2.37.4
+ SECURITY_PATCH=5
fi
BRANCH=`echo $VERSION | cut -d. -f 1,2`
SOURCE=$SPELL-$VERSION.tar.xz
diff --git a/utils/util-linux/HISTORY b/utils/util-linux/HISTORY
index a736d32..8131bab 100644
--- a/utils/util-linux/HISTORY
+++ b/utils/util-linux/HISTORY
@@ -1,3 +1,7 @@
+2022-02-14 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 2.37.4, SECURITY_PATCH++, (CVE-2022-0563)
+ * PRE_BUILD: removed man page fix
+
2022-01-24 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2.37.3, SECURITY_PATCH++, (CVE-2021-3995,
CVE-2021-3996)
* PRE_BUILD: added a fix for make error about nonexistant manpage
diff --git a/utils/util-linux/PRE_BUILD b/utils/util-linux/PRE_BUILD
index 2a8263c..0e5c77b 100755
--- a/utils/util-linux/PRE_BUILD
+++ b/utils/util-linux/PRE_BUILD
@@ -18,7 +18,4 @@ if [[ $UL_VERSION == aes ]]; then
verify_file 3 &&
bzcat "$SOURCE_CACHE/$SOURCE3" | patch -p1 &&
autoreconf -fi
-fi &&
-
-# make fails otherwise
-touch disk-utils/raw.8
+fi



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (dd4cc566a69ca610c4623e1eb489ff5bb094b6ec), Pavel Vinogradov, 02/14/2022

Archive powered by MHonArc 2.6.24.

Top of Page