mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
ftp/curl: Update to 8.5.0
Changes: https://curl.se/changes.html
Security: CVE-2023-46218, CVE-2023-46219
(cherry picked from commit 8373adcb9b
)
This commit is contained in:
parent
d49307e8ff
commit
8cb404e81b
3 changed files with 8 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= curl
|
||||
PORTVERSION= 8.4.0
|
||||
PORTVERSION= 8.5.0
|
||||
CATEGORIES= ftp net www
|
||||
MASTER_SITES= https://curl.se/download/ \
|
||||
https://github.com/curl/curl/releases/download/curl-${PORTVERSION:S|.|_|g}/
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1697027987
|
||||
SHA256 (curl-8.4.0.tar.xz) = 16c62a9c4af0f703d28bda6d7bbf37ba47055ad3414d70dec63e2e6336f2a82d
|
||||
SIZE (curl-8.4.0.tar.xz) = 2658376
|
||||
TIMESTAMP = 1702028046
|
||||
SHA256 (curl-8.5.0.tar.xz) = 42ab8db9e20d8290a3b633e7fbb3cec15db34df65fd1015ef8ac1e4723750eeb
|
||||
SIZE (curl-8.5.0.tar.xz) = 2658520
|
||||
|
|
|
@ -632,7 +632,10 @@ share/aclocal/libcurl.m4
|
|||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/imap-ssl.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/imap-store.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/imap-tls.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interface.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ipv6.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/keepalive.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/localport.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/maxconnects.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multi-app.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multi-debugcallback.c
|
||||
|
@ -664,6 +667,7 @@ share/aclocal/libcurl.m4
|
|||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/progressfunc.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/protofeats.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/resolve.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rtsp-options.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sendrecv.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sepheaders.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sessioninfo.c
|
||||
|
|
Loading…
Add table
Reference in a new issue