Skip to content

Commit

Permalink
ftp/curl: Update to 7.83.0
Browse files Browse the repository at this point in the history
Changes:	https://curl.se/changes.html
Security:	CVE-2022-22576, CVE-2022-27774, CVE-2022-27775, CVE-2022-27776
Security:	92a4d881-c6cf-11ec-a06f-d4c9ef517024
  • Loading branch information
sunpoet committed Apr 30, 2022
1 parent ca3bbd9 commit b6762dd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 1 addition & 2 deletions ftp/curl/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Created by: Neil Blakey-Milner <nbm@rucus.ru.ac.za>

PORTNAME= curl
PORTVERSION= 7.82.0
PORTREVISION= 1
PORTVERSION= 7.83.0
CATEGORIES= ftp net www
MASTER_SITES= https://curl.se/download/ \
https://github.com/curl/curl/releases/download/curl-${PORTVERSION:S|.|_|g}/
Expand Down
6 changes: 3 additions & 3 deletions ftp/curl/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1647264430
SHA256 (curl-7.82.0.tar.xz) = 0aaa12d7bd04b0966254f2703ce80dd5c38dbbd76af0297d3d690cdce58a583c
SIZE (curl-7.82.0.tar.xz) = 2446764
TIMESTAMP = 1651316585
SHA256 (curl-7.83.0.tar.xz) = bbff0e6b5047e773f3c3b084d80546cc1be4e354c09e419c2d0ef6116253511a
SIZE (curl-7.83.0.tar.xz) = 2472560
6 changes: 5 additions & 1 deletion ftp/curl/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ bin/curl-config
include/curl/curl.h
include/curl/curlver.h
include/curl/easy.h
include/curl/header.h
include/curl/mprintf.h
include/curl/multi.h
include/curl/options.h
Expand All @@ -13,7 +14,7 @@ include/curl/urlapi.h
%%STATIC%%lib/libcurl.a
lib/libcurl.so
lib/libcurl.so.4
lib/libcurl.so.4.7.0
lib/libcurl.so.4.8.0
libdata/pkgconfig/libcurl.pc
man/man1/curl-config.1.gz
man/man1/curl.1.gz
Expand Down Expand Up @@ -405,7 +406,9 @@ man/man3/curl_easy_cleanup.3.gz
man/man3/curl_easy_duphandle.3.gz
man/man3/curl_easy_escape.3.gz
man/man3/curl_easy_getinfo.3.gz
man/man3/curl_easy_header.3.gz
man/man3/curl_easy_init.3.gz
man/man3/curl_easy_nextheader.3.gz
man/man3/curl_easy_option_by_id.3.gz
man/man3/curl_easy_option_by_name.3.gz
man/man3/curl_easy_option_next.3.gz
Expand Down Expand Up @@ -570,6 +573,7 @@ share/aclocal/libcurl.m4
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/getredirect.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/getreferrer.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ghiper.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/headerapi.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hiperfifo.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/href_extractor.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/htmltidy.c
Expand Down

0 comments on commit b6762dd

Please sign in to comment.