Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (b8443d06a3b7ca2118b099b371f6db3790161682)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (b8443d06a3b7ca2118b099b371f6db3790161682)
  • Date: Tue, 28 Feb 2023 13:38:58 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

ftp/curl/DEPENDS | 6 +++---
ftp/curl/DETAILS | 1 +
ftp/curl/HISTORY | 4 ++++
3 files changed, 8 insertions(+), 3 deletions(-)

New commits:
commit b8443d06a3b7ca2118b099b371f6db3790161682
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

curl: fix depends on libidn2 (not libidn), ++PATCHLEVEL

diff --git a/ftp/curl/DEPENDS b/ftp/curl/DEPENDS
index 1aeeb6c..c8eb523 100755
--- a/ftp/curl/DEPENDS
+++ b/ftp/curl/DEPENDS
@@ -37,9 +37,9 @@ optional_depends c-ares \
'--disable-ares' \
"to performs DNS requests and name resolves
asynchronously" &&

-optional_depends libidn \
- "--with-libidn=$INSTALL_ROOT/usr" \
- '--without-libidn' \
+optional_depends libidn2 \
+ "--with-libidn2=$INSTALL_ROOT/usr" \
+ '--without-libidn2' \
'for International Domain Name support' &&

if [[ "$CURL_SSL" != "none" ]]; then
diff --git a/ftp/curl/DETAILS b/ftp/curl/DETAILS
index 726b0b0..c8feb29 100755
--- a/ftp/curl/DETAILS
+++ b/ftp/curl/DETAILS
@@ -1,6 +1,7 @@
SPELL=curl
VERSION=7.88.1
SECURITY_PATCH=40
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/ftp/curl/HISTORY b/ftp/curl/HISTORY
index 3487b82..82095fb 100644
--- a/ftp/curl/HISTORY
+++ b/ftp/curl/HISTORY
@@ -1,3 +1,7 @@
+2023-02-28 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: --with-libidn -> --with-libidn2
+ * DETAILS: ++PATCHLEVEL
+
2023-02-20 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 7.88.1




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (b8443d06a3b7ca2118b099b371f6db3790161682), Thomas Orgis, 02/28/2023

Archive powered by MHonArc 2.6.24.

Top of Page