net/curl: update to 7.82.0
curl tool: new --json option
This commit is contained in:
parent
6df7b87107
commit
88b28d2e03
@ -1,8 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.167 2022/01/06 15:41:57 naddy Exp $
|
||||
|
||||
COMMENT= transfer files with FTP, HTTP, HTTPS, etc.
|
||||
|
||||
DISTNAME= curl-7.81.0
|
||||
DISTNAME= curl-7.82.0
|
||||
SHARED_LIBS= curl 26.13 # 11.0
|
||||
CATEGORIES= net
|
||||
HOMEPAGE= https://curl.se/
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (curl-7.81.0.tar.xz) = oGe2iNFkUYP+vDEwnsHzzc6SE9AhNram3j1Q9pyVp9M=
|
||||
SIZE (curl-7.81.0.tar.xz) = 2486388
|
||||
SHA256 (curl-7.82.0.tar.xz) = CqoS170EsJZiVPJwPOgN1cONu9dq8Cl9PWkM3OWKWDw=
|
||||
SIZE (curl-7.82.0.tar.xz) = 2446764
|
||||
|
@ -1,5 +1,3 @@
|
||||
$OpenBSD: patch-m4_curl-compilers_m4,v 1.3 2021/07/21 19:17:02 naddy Exp $
|
||||
|
||||
The curl configure script wants to take control of the compiler
|
||||
flags for optimization. The actual interactions are more complex,
|
||||
but the gist is that the flags are stripped from CFLAGS, and if
|
||||
@ -11,7 +9,7 @@ Do not override optimization flags in CFLAGS.
|
||||
Index: m4/curl-compilers.m4
|
||||
--- m4/curl-compilers.m4.orig
|
||||
+++ m4/curl-compilers.m4
|
||||
@@ -731,7 +731,7 @@ AC_DEFUN([CURL_SET_COMPILER_OPTIMIZE_OPTS], [
|
||||
@@ -691,7 +691,7 @@ AC_DEFUN([CURL_SET_COMPILER_OPTIMIZE_OPTS], [
|
||||
tmp_options=""
|
||||
tmp_CFLAGS="$CFLAGS"
|
||||
tmp_CPPFLAGS="$CPPFLAGS"
|
||||
|
@ -1,4 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.68 2022/01/06 15:41:57 naddy Exp $
|
||||
@bin bin/curl
|
||||
bin/curl-config
|
||||
include/curl/
|
||||
|
Loading…
Reference in New Issue
Block a user