Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (b4c55e81565df328c59f77dcd8e93dbd1462cf0b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (b4c55e81565df328c59f77dcd8e93dbd1462cf0b)
  • Date: Wed, 10 Aug 2022 14:11:16 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ftp/curl/CONFIGURE | 2 +-
ftp/curl/DEPENDS | 14 +++++++-------
ftp/curl/HISTORY | 3 +++
3 files changed, 11 insertions(+), 8 deletions(-)

New commits:
commit b4c55e81565df328c59f77dcd8e93dbd1462cf0b
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

curl: Replace polarssl with mbedtls

diff --git a/ftp/curl/CONFIGURE b/ftp/curl/CONFIGURE
index 308a954..ec81b65 100755
--- a/ftp/curl/CONFIGURE
+++ b/ftp/curl/CONFIGURE
@@ -1 +1 @@
-config_query_list CURL_SSL "Which SSL lib do you want?" none libressl
openssl gnutls nss polarssl
+config_query_list CURL_SSL "Which SSL lib do you want?" none libressl
openssl gnutls nss mbedtls
diff --git a/ftp/curl/DEPENDS b/ftp/curl/DEPENDS
index 9d38111..77603c6 100755
--- a/ftp/curl/DEPENDS
+++ b/ftp/curl/DEPENDS
@@ -5,25 +5,25 @@ case $CURL_SSL in
gnutls)
depends gnutls \
"--with-gnutls \
- --without-ssl --without-nss --without-polarssl"
+ --without-ssl --without-nss --without-mbedtls"
;;
libressl | openssl)
depends SSL \
"--with-ssl \
- --without-gnutls --without-nss --without-polarssl"
+ --without-gnutls --without-nss --without-mbedtls"
;;
nss)
depends -sub PEM nss \
"--with-nss \
- --without-gnutls --without-ssl --without-polarssl"
+ --without-gnutls --without-ssl --without-mbedtls"
;;
- polarssl)
- depends polarssl \
- "--with-polarssl \
+ mbedtls | polarssl)
+ depends mbedtls \
+ "--with-mbedtls \
--without-ssl --without-nss --without-gnutls"
;;
none)
- OPTS+=" --without-gnutls --without-nss --without-ssl"
+ OPTS+=" --without-mbedtls --without-gnutls --without-nss --without-ssl"
;;
esac &&

diff --git a/ftp/curl/HISTORY b/ftp/curl/HISTORY
index 960753e..24e4be1 100644
--- a/ftp/curl/HISTORY
+++ b/ftp/curl/HISTORY
@@ -1,3 +1,6 @@
+2022-08-10 Ismael Luceno <ismael AT sourcemage.org>
+ * CONFIGURE, DEPENDS: replaced polarssl with mbedtls
+
2022-06-27 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 7.84.0




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (b4c55e81565df328c59f77dcd8e93dbd1462cf0b), Ismael Luceno, 08/10/2022

Archive powered by MHonArc 2.6.24.

Top of Page