git: eb3f642d626d - main - ftp/curl: Backport fixes for unit tests and alt-svc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 May 2025 10:08:40 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=eb3f642d626d4d17e918cc6da79570c137f19a58
commit eb3f642d626d4d17e918cc6da79570c137f19a58
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-05-04 09:53:03 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-05-04 10:06:50 +0000
ftp/curl: Backport fixes for unit tests and alt-svc
Backport upstream patches 7e0eea7d7b34b81ca02ffb995ebea22c02cb92d2 and
fbdb1e1dbe824a72f41a104fa26e555cb0b6b45a to fix unit tests with ipfs and
alt-svc mode
References:
https://github.com/curl/curl/commit/7e0eea7d7b34b81ca02ffb995ebea22c02cb92d2
https://github.com/curl/curl/commit/fbdb1e1dbe824a72f41a104fa26e555cb0b6b45a
PR: 286233
Approved by: maintainer timeout, 2+ weeks (including separate mail)
---
ftp/curl/Makefile | 6 ++++--
ftp/curl/distinfo | 6 +++++-
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index 9f9a3f15a8d8..6348fdea94b6 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -1,12 +1,14 @@
PORTNAME= curl
PORTVERSION= 8.13.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= ftp net www
MASTER_SITES= https://curl.se/download/ \
https://github.com/curl/curl/releases/download/curl-${PORTVERSION:S|.|_|g}/
PATCH_SITES= https://github.com/curl/curl/commit/
-PATCHFILES= 5caba3bd97a14b64d906ece77bc0e2b339161a1f.patch:-p1
+PATCHFILES= 7e0eea7d7b34b81ca02ffb995ebea22c02cb92d2.patch:-p1 \
+ 5caba3bd97a14b64d906ece77bc0e2b339161a1f.patch:-p1 \
+ fbdb1e1dbe824a72f41a104fa26e555cb0b6b45a.patch:-p1
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Command line tool and library for transferring data with URLs
diff --git a/ftp/curl/distinfo b/ftp/curl/distinfo
index 1e1beeb0955c..a48dc8a55b33 100644
--- a/ftp/curl/distinfo
+++ b/ftp/curl/distinfo
@@ -1,5 +1,9 @@
-TIMESTAMP = 1745950326
+TIMESTAMP = 1746358359
SHA256 (curl-8.13.0.tar.xz) = 4a093979a3c2d02de2fbc00549a32771007f2e78032c6faa5ecd2f7a9e152025
SIZE (curl-8.13.0.tar.xz) = 2773628
+SHA256 (7e0eea7d7b34b81ca02ffb995ebea22c02cb92d2.patch) = 12c5e0d1e0f60ef2e5fde1053320b299a06874e076f01ef33894752f8b9ec0c1
+SIZE (7e0eea7d7b34b81ca02ffb995ebea22c02cb92d2.patch) = 5532
SHA256 (5caba3bd97a14b64d906ece77bc0e2b339161a1f.patch) = ac5dbaeae9c2e8f68e876c1fd10e04e4b5d668e34038e61004bb5662d2089207
SIZE (5caba3bd97a14b64d906ece77bc0e2b339161a1f.patch) = 842
+SHA256 (fbdb1e1dbe824a72f41a104fa26e555cb0b6b45a.patch) = bb163701d54ef1e6c489d5e4e272c12371680a263f7d902d8886c63a93b6921a
+SIZE (fbdb1e1dbe824a72f41a104fa26e555cb0b6b45a.patch) = 2258