Skip to Content.
Sympa Menu

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

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 (5de28bac3f787e07bfcef334cd43d63a0b16d61d)
  • Date: Wed, 28 Sep 2022 00:46:43 +0000

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

crypto/gnutls/HISTORY | 1 +
crypto/gnutls/PRE_BUILD | 4 +---
crypto/gnutls/patches/disable-la.patch | 14 ++++++++++++++
3 files changed, 16 insertions(+), 3 deletions(-)

New commits:
commit 5de28bac3f787e07bfcef334cd43d63a0b16d61d
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

crypto/gnutls: replaced sed with patch to skip *.la installation

diff --git a/crypto/gnutls/HISTORY b/crypto/gnutls/HISTORY
index 7ef6789..a6ea72b 100644
--- a/crypto/gnutls/HISTORY
+++ b/crypto/gnutls/HISTORY
@@ -1,5 +1,6 @@
2022-09-27 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 3.7.8
+ * PRE_BUILD, patches/disable-la.patch: replaced sed with patch

2022-07-29 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 3.7.7, SECURITY_PATCH++, (CVE-2022-2509)
diff --git a/crypto/gnutls/PRE_BUILD b/crypto/gnutls/PRE_BUILD
index e352e2c..c230ad1 100755
--- a/crypto/gnutls/PRE_BUILD
+++ b/crypto/gnutls/PRE_BUILD
@@ -1,5 +1,3 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
-# disable instalation of libtool pseudo-libraries
-sed -E -i '/^[\t ]*(func_show_|$run )eval "[$]install_prog [$]instname /d' \
- build-aux/ltmain.sh
+apply_patch_dir patches
diff --git a/crypto/gnutls/patches/disable-la.patch
b/crypto/gnutls/patches/disable-la.patch
new file mode 100644
index 0000000..f4233ee
--- /dev/null
+++ b/crypto/gnutls/patches/disable-la.patch
@@ -0,0 +1,14 @@
+disable instalation of libtool pseudo-libraries
+
+diff --git a/build-aux/ltmain.sh b/build-aux/ltmain.sh
+index 8dab662..09b15c6 100644
+--- a/build-aux/ltmain.sh
++++ b/build-aux/ltmain.sh
+@@ -4346,7 +4346,6 @@ func_mode_install ()
+ func_basename "$file"
+ name=$func_basename_result
+ instname=$dir/${name}i
+- func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
+
+ # Maybe install the static library, too.
+ test -n "$old_library" && func_append staticlibs " $dir/$old_library"



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (5de28bac3f787e07bfcef334cd43d63a0b16d61d), Pavel Vinogradov, 09/27/2022

Archive powered by MHonArc 2.6.24.

Top of Page