Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bed2372bb43d077c34936522b1934b8f0f08db6f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bed2372bb43d077c34936522b1934b8f0f08db6f)
  • Date: Wed, 19 Jan 2022 19:20:47 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ftp/curl/DEPENDS | 16 +++++++---------
ftp/curl/HISTORY | 3 +++
2 files changed, 10 insertions(+), 9 deletions(-)

New commits:
commit bed2372bb43d077c34936522b1934b8f0f08db6f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

curl: correct typos

diff --git a/ftp/curl/DEPENDS b/ftp/curl/DEPENDS
index 291a0c5..9d38111 100755
--- a/ftp/curl/DEPENDS
+++ b/ftp/curl/DEPENDS
@@ -84,14 +84,12 @@ if is_depends_enabled ${SPELL} nghttp3; then
depends -sub WITHSSL ngtcp2
fi &&

-if spell_ok brotli; then
- optional_depends brotli \
- "--with-brotli" \
- "--without-brotli" \
- "Brotli compression"
-fi &&
+optional_depends brotli \
+ "--with-brotli" \
+ "--without-brotli" \
+ "for Brotli compression support" &&

optional_depends zstd \
- "--with-zstd" \
- "--without-zstd" \
- "Xstd support"
+ "--with-zstd" \
+ "--without-zstd" \
+ "for Zstd compression support"
diff --git a/ftp/curl/HISTORY b/ftp/curl/HISTORY
index bafcef7..5ddf402 100644
--- a/ftp/curl/HISTORY
+++ b/ftp/curl/HISTORY
@@ -1,3 +1,6 @@
+2022-01-19 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: correct typos
+
2022-01-05 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 7.81.0




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bed2372bb43d077c34936522b1934b8f0f08db6f), Vlad Glagolev, 01/19/2022

Archive powered by MHonArc 2.6.24.

Top of Page