Skip to Content.
Sympa Menu

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

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 (0800a3bbaa3824f63d51485f196b54845fc4ae84)
  • Date: Mon, 24 Jan 2022 21:34:27 +0000

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

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

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

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

diff --git a/utils/util-linux/DETAILS b/utils/util-linux/DETAILS
index 4c302d4..874ee3e 100755
--- a/utils/util-linux/DETAILS
+++ b/utils/util-linux/DETAILS
@@ -1,5 +1,4 @@
SPELL=util-linux
- PATCHLEVEL=1
if [[ $UL_VERSION == aes ]]; then
VERSION=2.27.1
SECURITY_PATCH=2
@@ -12,8 +11,8 @@ if [[ $UL_VERSION == aes ]]; then
SOURCE3_GPG=loop-AES.gpg:$SOURCE4:UPSTREAM_KEY
SOURCE4_IGNORE=signature
else
- VERSION=2.37.2
- SECURITY_PATCH=3
+ VERSION=2.37.3
+ SECURITY_PATCH=4
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 be61b17..a736d32 100644
--- a/utils/util-linux/HISTORY
+++ b/utils/util-linux/HISTORY
@@ -1,3 +1,7 @@
+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
+
2021-08-16 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2.37.2

diff --git a/utils/util-linux/PRE_BUILD b/utils/util-linux/PRE_BUILD
index 0e5c77b..2a8263c 100755
--- a/utils/util-linux/PRE_BUILD
+++ b/utils/util-linux/PRE_BUILD
@@ -18,4 +18,7 @@ if [[ $UL_VERSION == aes ]]; then
verify_file 3 &&
bzcat "$SOURCE_CACHE/$SOURCE3" | patch -p1 &&
autoreconf -fi
-fi
+fi &&
+
+# make fails otherwise
+touch disk-utils/raw.8



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (0800a3bbaa3824f63d51485f196b54845fc4ae84), Pavel Vinogradov, 01/24/2022

Archive powered by MHonArc 2.6.24.

Top of Page