diff options
author | Renato Botelho <garga@FreeBSD.org> | 2023-05-23 23:15:19 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2023-05-23 23:18:52 -0300 |
commit | ad3e4398e404b82a8a371808331e3f9c92638c37 (patch) | |
tree | 6b39dcb0884f7ad4715594c387e80d6913ecc711 /ftp | |
parent | net/xrdp: Update to 0.9.22.1 (diff) |
ftp/curl: Update to 8.1.1
Upgrade to 8.1.0 broke the build on recent CURRENT and this version
contains a fix for that
PR: 271526
Reported by: O. Hartmann <ohartmann@walstatt.org>
Fixes: 5fae3323ed2f9a1d203ccaed617ed49dec9d85ce
Pointy hat to: garga
MFH: 2023Q2
Sponsored by: Rubicon Communications, LLC ("Netgate")
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/curl/Makefile | 2 | ||||
-rw-r--r-- | ftp/curl/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index ccab5f4fa6d8..642bba5392bc 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -1,5 +1,5 @@ PORTNAME= curl -PORTVERSION= 8.1.0 +PORTVERSION= 8.1.1 CATEGORIES= ftp net www MASTER_SITES= https://curl.se/download/ \ https://github.com/curl/curl/releases/download/curl-${PORTVERSION:S|.|_|g}/ diff --git a/ftp/curl/distinfo b/ftp/curl/distinfo index 168e136d5875..2cb3aed1c93d 100644 --- a/ftp/curl/distinfo +++ b/ftp/curl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684381122 -SHA256 (curl-8.1.0.tar.xz) = 6bd80ad4f07187015911216ee7185b90d285ac5162aed1bded144f9f93232a3c -SIZE (curl-8.1.0.tar.xz) = 2612568 +TIMESTAMP = 1684894138 +SHA256 (curl-8.1.1.tar.xz) = 08a948e061929645597c1ef7194e07b308b22084ff03fa7400b465e6c05149e5 +SIZE (curl-8.1.1.tar.xz) = 2613348 |