Skip to Content.
Sympa Menu

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

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 (df4809d9fe5a5cf31775d11406bf842876f4b46a)
  • Date: Wed, 31 Jan 2024 20:29:42 +0000

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

ftp/curl/DEPENDS | 9 +++++++--
ftp/curl/DETAILS | 2 +-
ftp/curl/HISTORY | 4 ++++
3 files changed, 12 insertions(+), 3 deletions(-)

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

ftp/curl: version 8.6.0

diff --git a/ftp/curl/DEPENDS b/ftp/curl/DEPENDS
index c8eb523..9427569 100755
--- a/ftp/curl/DEPENDS
+++ b/ftp/curl/DEPENDS
@@ -18,10 +18,15 @@ if [[ "$CURL_SSL" != "none" ]]; then
fi &&

optional_depends krb5 \
- "--with-gssapi " \
- "--without-gssapi " \
+ "--with-gssapi" \
+ "--without-gssapi" \
"GSSAPI support" &&

+optional_depends libpsl \
+ "--with-libpsl" \
+ "--without-libpsl" \
+ "for libpsl support" &&
+
optional_depends libssh2 \
"--with-libssh2" \
'--without-libssh2' \
diff --git a/ftp/curl/DETAILS b/ftp/curl/DETAILS
index 853ae7a..64b1aaf 100755
--- a/ftp/curl/DETAILS
+++ b/ftp/curl/DETAILS
@@ -1,5 +1,5 @@
SPELL=curl
- VERSION=8.5.0
+ VERSION=8.6.0
SECURITY_PATCH=43
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE2=$SOURCE.asc
diff --git a/ftp/curl/HISTORY b/ftp/curl/HISTORY
index 83255cd..58595c2 100644
--- a/ftp/curl/HISTORY
+++ b/ftp/curl/HISTORY
@@ -1,3 +1,7 @@
+2024-01-31 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 8.6.0
+ * DEPENDS: added optional libpsl
+
2023-12-07 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 8.5.0



  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (df4809d9fe5a5cf31775d11406bf842876f4b46a), Pavel Vinogradov, 01/31/2024

Archive powered by MHonArc 2.6.24.

Top of Page