Skip to Content.
Sympa Menu

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

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 (0a619f43a0343835e10b0c911c54d92eab466e45)
  • Date: Sat, 4 Nov 2023 14:39:05 +0000

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

crypto/libxcrypt/HISTORY | 3 +++
crypto/libxcrypt/UP_TRIGGERS | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 0a619f43a0343835e10b0c911c54d92eab466e45
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

crypto/libxcrypt: further improvements in filterinng gaze from output in
UP_TRIGGERS

diff --git a/crypto/libxcrypt/HISTORY b/crypto/libxcrypt/HISTORY
index 86fbf8c..537fc32 100644
--- a/crypto/libxcrypt/HISTORY
+++ b/crypto/libxcrypt/HISTORY
@@ -1,3 +1,6 @@
+2023-11-04 Pavel Vinogradov <public AT sorcemage.org>
+ * UP_TRIGGERS: further improvements in filterinng gaze from output
+
2023-11-03 Pavel Vinogradov <public AT sorcemage.org>
* UP_TRIGGERS: added to address glibc libcrypt.so removal

diff --git a/crypto/libxcrypt/UP_TRIGGERS b/crypto/libxcrypt/UP_TRIGGERS
index b4b1b49..f7b44a3 100755
--- a/crypto/libxcrypt/UP_TRIGGERS
+++ b/crypto/libxcrypt/UP_TRIGGERS
@@ -3,7 +3,7 @@
check_libcrypt () {
local lib="$1" &&
if readelf -d "${lib}" 2> /dev/null | grep -q "NEEDED.*libcrypt\.so\.1";
then
- local each="$(gaze install "${lib}" | head -q -n 1)" &&
+ local each="$(gaze install "${lib}" | cut -d- -f1 | head -q -n 1)" &&
up_trigger $each cast_self
fi
}



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (0a619f43a0343835e10b0c911c54d92eab466e45), Pavel Vinogradov, 11/04/2023

Archive powered by MHonArc 2.6.24.

Top of Page