Skip to Content.
Sympa Menu

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

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 (31b7c042607a907f794a30c98d821a838f06470b)
  • Date: Sun, 20 Aug 2023 19:46:08 +0000

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

crypto/openssh/BUILD | 1 +
crypto/openssh/HISTORY | 3 +++
2 files changed, 4 insertions(+)

New commits:
commit 31b7c042607a907f794a30c98d821a838f06470b
Author: Stephane Fontaine <esselfe16 AT gmail.com>
Commit: Pavel Vinogradov <public AT sourcemage.org>

openssh: fix failure with new zlib 1.3

diff --git a/crypto/openssh/BUILD b/crypto/openssh/BUILD
index 49b4170..7404c27 100755
--- a/crypto/openssh/BUILD
+++ b/crypto/openssh/BUILD
@@ -4,6 +4,7 @@ create_account sshd &&
./configure --prefix=${INSTALL_ROOT}/usr \
--sysconfdir=${INSTALL_ROOT}/etc/ssh \
--mandir=${INSTALL_ROOT}/usr/share/man \
+ --without-zlib-version-check \
$OPTS &&

make
diff --git a/crypto/openssh/HISTORY b/crypto/openssh/HISTORY
index e2ef079..6bd75b4 100644
--- a/crypto/openssh/HISTORY
+++ b/crypto/openssh/HISTORY
@@ -1,3 +1,6 @@
+2023-08-20 Stephane Fontaine <esselfe16 AT gmail.com>
+ * BUILD: temporarily fix failure with the new zlib 1.3
+
2023-08-10 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 9.4p1




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (31b7c042607a907f794a30c98d821a838f06470b), Pavel Vinogradov, 08/20/2023

Archive powered by MHonArc 2.6.24.

Top of Page