Skip to Content.
Sympa Menu

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

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 (050ca3e406db7368ff0f87e4a0eb6f084a7c8985)
  • Date: Sat, 14 Jan 2023 17:30:20 +0000

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

ftp/curl/DEPENDS | 1 +
ftp/curl/HISTORY | 3 +++
ftp/curl/PRE_SUB_DEPENDS | 1 +
ftp/curl/REPAIR^all^PRE_SUB_DEPENDS | 1 +
ftp/curl/SUB_DEPENDS | 1 +
5 files changed, 7 insertions(+)

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

curl: recover lost nss dependency

diff --git a/ftp/curl/DEPENDS b/ftp/curl/DEPENDS
index 8fd63f5..1aeeb6c 100755
--- a/ftp/curl/DEPENDS
+++ b/ftp/curl/DEPENDS
@@ -7,6 +7,7 @@ optional_depends_one_of CURL_SSL \
gnutls '--with-ssl --with-gnutls --without-openssl
--without-nss --without-mbedtls --without-wolfssl' \
openssl '--with-ssl --without-gnutls --with-openssl
--without-nss --without-mbedtls --without-wolfssl' \
libressl '--with-ssl --without-gnutls
--with-openssl --without-nss --without-mbedtls --without-wolfssl' \
+ -sub PEM nss '--with-ssl --without-gnutls
--without-openssl --with-nss --without-mbedtls --without-wolfssl' \
mbedtls '--with-ssl --without-gnutls
--without-openssl --without-nss --with-mbedtls --without-wolfssl' \
wolfssl '--with-ssl --without-gnutls
--without-openssl --without-nss --without-mbedtls --with-wolfssl' \
'--without-ssl --without-ca-bundle' \
diff --git a/ftp/curl/HISTORY b/ftp/curl/HISTORY
index 8bc7248..395ad2f 100644
--- a/ftp/curl/HISTORY
+++ b/ftp/curl/HISTORY
@@ -1,3 +1,6 @@
+2023-01-14 Vlad Glagolev <stealth AT sourcemage.org>
+ * {PRE_,PRE_SUB_,REPAIR^all^PRE_,}DEPENDS: recover lost nss dependency
+
2022-12-21 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 7.87.0, SECURITY_PATCH++

diff --git a/ftp/curl/PRE_SUB_DEPENDS b/ftp/curl/PRE_SUB_DEPENDS
index 6993a86..12f525b 100755
--- a/ftp/curl/PRE_SUB_DEPENDS
+++ b/ftp/curl/PRE_SUB_DEPENDS
@@ -4,6 +4,7 @@ case $THIS_SUB_DEPENDS in
SSL) is_depends_enabled $SPELL gnutls \
|| is_depends_enabled $SPELL openssl \
|| is_depends_enabled $SPELL libressl \
+ || is_depends_enabled $SPELL nss \
|| is_depends_enabled $SPELL mbedtls \
|| is_depends_enabled $SPELL wolfssl ;;
*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}"
diff --git a/ftp/curl/REPAIR^all^PRE_SUB_DEPENDS
b/ftp/curl/REPAIR^all^PRE_SUB_DEPENDS
index 6993a86..12f525b 100755
--- a/ftp/curl/REPAIR^all^PRE_SUB_DEPENDS
+++ b/ftp/curl/REPAIR^all^PRE_SUB_DEPENDS
@@ -4,6 +4,7 @@ case $THIS_SUB_DEPENDS in
SSL) is_depends_enabled $SPELL gnutls \
|| is_depends_enabled $SPELL openssl \
|| is_depends_enabled $SPELL libressl \
+ || is_depends_enabled $SPELL nss \
|| is_depends_enabled $SPELL mbedtls \
|| is_depends_enabled $SPELL wolfssl ;;
*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}"
diff --git a/ftp/curl/SUB_DEPENDS b/ftp/curl/SUB_DEPENDS
index a2e38be..92f21ca 100755
--- a/ftp/curl/SUB_DEPENDS
+++ b/ftp/curl/SUB_DEPENDS
@@ -10,6 +10,7 @@ case $THIS_SUB_DEPENDS in
gnutls '--with-ssl --with-gnutls --without-openssl
--without-nss --without-mbedtls --without-wolfssl' \
openssl '--with-ssl --without-gnutls
--with-openssl --without-nss --without-mbedtls --without-wolfssl' \
libressl '--with-ssl --without-gnutls
--with-openssl --without-nss --without-mbedtls --without-wolfssl' \
+ -sub PEM nss '--with-ssl --without-gnutls
--without-openssl --with-nss --without-mbedtls --without-wolfssl' \
mbedtls '--with-ssl --without-gnutls
--without-openssl --without-nss --with-mbedtls --without-wolfssl' \
wolfssl '--with-ssl --without-gnutls
--without-openssl --without-nss --without-mbedtls --with-wolfssl' \
'SSL library' ;;



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (050ca3e406db7368ff0f87e4a0eb6f084a7c8985), Vlad Glagolev, 01/14/2023

Archive powered by MHonArc 2.6.24.

Top of Page