Wed Jul 19 08:06:21 2023 UTC ()
curl, libcurl-gnutls: update to 8.2.0

This release includes the following changes:

 o curl: add --ca-native and --proxy-ca-native [24]
 o curl: add --trace-ids [53]
 o CURLOPT_MAIL_RCPT_ALLOWFAILS: replace CURLOPT_MAIL_RCPT_ALLLOWFAILS [5]
 o haproxy: add --haproxy-clientip flag to set client IPs [23]
 o lib: add CURLINFO_CONN_ID and CURLINFO_XFER_ID [54]

This release includes the following bugfixes:

 o bufq: make write/pass methods more robust [21]
 o build: drop unused/redundant `HAVE_WINLDAP_H` [25]
 o cf-socket: don't bypass fclosesocket callback if cancelled before connect [114]
 o cf-socket: move ctx declaration under HAVE_GETPEERNAME [91]
 o cf-socket: skip getpeername()/getsockname for TFTP [65]
 o checksrc: modernise perl file open [87]
 o checksrc: quote the file name to work with "funny" letters [93]
 o CI: brew fix for openssl in default path [116]
 o CI: don't install impacket if tests are not run
 o CI: enable parallel make in more builds
 o circleci: install impacket & wolfssl 5.6.0 [1]
 o cmake: add support for "unity" builds [13]
 o cmake: make use of snprintf [102]
 o cmake: stop CMake from quietly ignoring missing Brotli [81]
 o configure: add check for ldap_init_fd [80]
 o configure: fix run-compiler for old /bin/sh [4]
 o configure: the --without forms of the options are also gone [79]
 o connect-timeout.d: mention that the DNS lookup is included [85]
 o curl.h: include <sys/select.h> for vxworks [78]
 o curl: count uploaded data to stop at the originally given size [14]
 o curl: return error when asked to use an unsupported HTTP version [113]
 o curl_easy_nextheader.3: add missing open parenthesis examples [74]
 o curl_log: evaluate log statement only when transfer is verbose [8]
 o curl_mprintf.3: minor fix of the example
 o curl_pushheader_byname/bynum.3: document in their own man pages [37]
 o curl_url_set: enforce the max string length check for all parts [38]
 o CURLOPT_AWS_SIGV4.3: remove unused variable from example [11]
 o CURLOPT_INFILESIZE.3: mention -1 triggers chunked [55]
 o CURLOPT_MIMEPOST.3: clarify what setting to NULL means [95]
 o CURLOPT_SSH_PRIVATE_KEYFILE.3: expand on the file search [31]
 o docs/libcurl/libcurl.3: cleanups and improvements [46]
 o docs: add more .IP after .RE to fix indentation of generate paragraphs [82]
 o docs: fix missing parameter names in examples [41]
 o docs: update CURLOPT_UPLOAD.3 [63]
 o docs: update HTTP3.md for newer ngtcp2 and nghttp3 [28]
 o docs: use a space after RFC when spelling out RFC numbers [105]
 o example/connect-to: show CURLOPT_CONNECT_TO [47]
 o example/crawler: also set CURLOPT_AUTOREFERER [35]
 o example/crawler: make it use a few more options
 o example/default-scheme: set the default scheme for schemeless URLs [67]
 o example/hsts-preload: show one way to HSTS preload [68]
 o example/http2-download: set CURLOPT_BUFFERSIZE [34]
 o example/ipv6: feature CURLOPT_ADDRESS_SCOPE in use [27]
 o example/maxconnects: set maxconnect example [98]
 o example/opensslthreadlock: remove [59]
 o examples/ftpuploadresume.c: add use of CURLOPT_ACCEPTTIMEOUT_MS [39]
 o examples/http-options: show how to send "OPTIONS *" [69]
 o examples/https.c: use CURLOPT_CA_CACHE_TIMEOUT [19]
 o examples/multi-debugcallback.c: avoid the bool typedef [29]
 o examples/smtp-mime: use CURLOPT_MAIL_RCPT_ALLOWFAILS [71]
 o examples/unixsocket.c: example using CURLOPT_UNIX_SOCKET_PATH [40]
 o examples/websocket.c: websocket example using CONNECT_ONLY [17]
 o examples: make use of CURLOPT_(REDIR_|)PROTOCOLS_STR [70]
 o fopen: fix conversion warning on 32-bit Android [49]
 o fopen: optimize [101]
 o hostip.c: Move macOS-specific calls into global init call [104]
 o HTTP/2: upload handling fixes [56]
 o http2: better support for --limit-rate [7]
 o http2: error stream resets with code CURLE_HTTP2_STREAM [84]
 o http2: fix crash in handling stream weights [76]
 o http2: fix variable type [50]
 o http2: h2 and h2-PROXY connection alive check fixes [83]
 o http2: raise header limitations above and beyond [73]
 o http2: send HEADER & DATA together if possible [99]
 o http2: treat initial SETTINGS as a WINDOW_UPDATE [100]
 o HTTP3.md: update openssl version [57]
 o http3/ngtcp2: upload EAGAIN handling [108]
 o http: rectify the outgoing Cookie: header field size check [72]
 o hyper: fix EOF handling on input [66]
 o hyper: unslow [51]
 o imap-append.c: update to make it more likely to work [106]
 o imap: Provide method to disable SASL if it is advertised [75]
 o krb5: add typecast to please Coverity
 o libcurl-url.3: also mention CURLUPART_ZONEID
 o libcurl-ws.3. WebSocket API overview [48]
 o libssh2: provide error message when setting host key type fails [9]
 o libssh2: use custom memory functions [12]
 o ngtcp2: assigning timeout, but value is overwritten before used [103]
 o ngtcp2: build with 0.17.0 and nghttp3 0.13.0 [96]
 o ngtcp2: use ever increasing timestamp in io [32]
 o quiche: avoid NULL deref in debug logging [97]
 o quiche: fix defects found in latest coverity report [94]
 o quote.d: fix indentation of generated paragraphs [86]
 o runtests: abort test run after failure without -a [3]
 o runtests: better handle ^C during slow tests
 o runtests: consistently write the test check summary block
 o runtests: create multiple test runners when requested [20]
 o runtests: include missing valgrind package [89]
 o runtests: make test file directories in log/N [44]
 o runtests: rename server command file
 o runtests: use more consistent failure lines
 o runtests: work around a perl without SIGUSR1 [88]
 o runtests; give each server a unique log lock file [43]
 o scripts: Fix GHA matrix job detection in cijobs.pl
 o sectransp: fix EOF handling [92]
 o system.h: remove __IBMC__/__IBMCPP__ guards and apply to all z/OS compiles [10]
 o test2600: fix the description [90]
 o test427: verify sending more cookies than fit in a 8190 bytes line [61]
 o tests/http: Add mod_h2 directive `H2ProxyRequests` [77]
 o tests/servers.pm: pick unused port number with a server socket [16]
 o tests/servers: generate temp names in /tmp for unix domain sockets [6]
 o tests: fix error messages & handling around sockets [30]
 o tests: improve reliability of TFTP tests
 o testutil: allow multiple %-operators on the same line [62]
 o timeval: use CLOCK_MONOTONIC_RAW if available [52]
 o tls13-ciphers.d: include Schannel [36]
 o tool: remove exclamation marks from error/warning messages
 o tool: remove newlines from all helpf/notef/warnf/errorf calls [15]
 o tool_easysrc.h: correct `easysrc_perform` for `CURL_DISABLE_LIBCURL_OPTION` [109]
 o tool_getparam: fix comment [22]
 o tool_operate: allow cookie lines up to 8200 bytes [60]
 o tool_parsecfg: accept line lengths up to 10M [115]
 o tool_urlglob: use curl_off_t instead of longs [2]
 o tool_writeout_json: fix encoding of control characters [107]
 o transfer: clear credentials when redirecting to absolute URL [64]
 o urlapi: have *set(PATH) prepend a slash if one is missing [42]
 o urlapi: scheme must start with alpha [26]
 o vtls: avoid memory leak if sha256 call fails [58]
 o websocket-cb: example doing WebSocket download using callback [18]
 o wolfssl: detect when TLS 1.2 support is not built into wolfssl [111]
 o wolfssl: support setting CA certificates as blob [110]
 o ws: make the curl_ws_meta() return pointer a const [45]


(wiz)
diff -r1.3 -r1.4 pkgsrc/www/curl/Makefile.common
diff -r1.93 -r1.94 pkgsrc/www/curl/PLIST
diff -r1.194 -r1.195 pkgsrc/www/curl/distinfo
diff -r1.2 -r1.3 pkgsrc/www/libcurl-gnutls/distinfo
Wed Jul 19 17:06:21 2023
Mon Jun 26 19:41:07 2023
pkgsrc/www/libcurl-gnutls/distinfo,v

anoncvs not yet been updated

cvs diff -r1.3 -r1.4 pkgsrc/www/curl/Makefile.common (expand / switch to unified diff)

--- pkgsrc/www/curl/Makefile.common 2023/06/09 12:52:12 1.3
+++ pkgsrc/www/curl/Makefile.common 2023/07/19 08:06:20 1.4
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile.common,v 1.3 2023/06/09 12:52:12 riastradh Exp $ 1# $NetBSD: Makefile.common,v 1.4 2023/07/19 08:06:20 wiz Exp $
2# used by www/libcurl-gnutls/Makefile 2# used by www/libcurl-gnutls/Makefile
3 3
4DISTNAME= curl-8.1.2 4DISTNAME= curl-8.2.0
5CATEGORIES= www 5CATEGORIES= www
6MASTER_SITES= https://curl.se/download/ 6MASTER_SITES= https://curl.se/download/
7EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
8 8
9MAINTAINER= leot@NetBSD.org 9MAINTAINER= leot@NetBSD.org
10HOMEPAGE= https://curl.se/ 10HOMEPAGE= https://curl.se/
11COMMENT= Client that groks URLs 11COMMENT= Client that groks URLs
12# not completely, but near enough 12# not completely, but near enough
13LICENSE= mit 13LICENSE= mit
14 14
15BUILD_DEFS+= IPV6_READY 15BUILD_DEFS+= IPV6_READY
16 16
17TEST_DEPENDS+= ${PYPKGPREFIX}-impacket-[0-9]*:../../net/py-impacket 17TEST_DEPENDS+= ${PYPKGPREFIX}-impacket-[0-9]*:../../net/py-impacket

cvs diff -r1.93 -r1.94 pkgsrc/www/curl/PLIST (expand / switch to unified diff)

--- pkgsrc/www/curl/PLIST 2022/12/21 07:52:06 1.93
+++ pkgsrc/www/curl/PLIST 2023/07/19 08:06:20 1.94
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.93 2022/12/21 07:52:06 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.94 2023/07/19 08:06:20 wiz Exp $
2bin/curl 2bin/curl
3bin/curl-config 3bin/curl-config
4include/curl/curl.h 4include/curl/curl.h
5include/curl/curlver.h 5include/curl/curlver.h
6include/curl/easy.h 6include/curl/easy.h
7include/curl/header.h 7include/curl/header.h
8include/curl/mprintf.h 8include/curl/mprintf.h
9include/curl/multi.h 9include/curl/multi.h
10include/curl/options.h 10include/curl/options.h
11include/curl/stdcheaders.h 11include/curl/stdcheaders.h
12include/curl/system.h 12include/curl/system.h
13include/curl/typecheck-gcc.h 13include/curl/typecheck-gcc.h
14include/curl/urlapi.h 14include/curl/urlapi.h
@@ -169,26 +169,27 @@ man/man3/CURLOPT_FTPPORT.3 @@ -169,26 +169,27 @@ man/man3/CURLOPT_FTPPORT.3
169man/man3/CURLOPT_FTPSSLAUTH.3 169man/man3/CURLOPT_FTPSSLAUTH.3
170man/man3/CURLOPT_FTP_ACCOUNT.3 170man/man3/CURLOPT_FTP_ACCOUNT.3
171man/man3/CURLOPT_FTP_ALTERNATIVE_TO_USER.3 171man/man3/CURLOPT_FTP_ALTERNATIVE_TO_USER.3
172man/man3/CURLOPT_FTP_CREATE_MISSING_DIRS.3 172man/man3/CURLOPT_FTP_CREATE_MISSING_DIRS.3
173man/man3/CURLOPT_FTP_FILEMETHOD.3 173man/man3/CURLOPT_FTP_FILEMETHOD.3
174man/man3/CURLOPT_FTP_SKIP_PASV_IP.3 174man/man3/CURLOPT_FTP_SKIP_PASV_IP.3
175man/man3/CURLOPT_FTP_SSL_CCC.3 175man/man3/CURLOPT_FTP_SSL_CCC.3
176man/man3/CURLOPT_FTP_USE_EPRT.3 176man/man3/CURLOPT_FTP_USE_EPRT.3
177man/man3/CURLOPT_FTP_USE_EPSV.3 177man/man3/CURLOPT_FTP_USE_EPSV.3
178man/man3/CURLOPT_FTP_USE_PRET.3 178man/man3/CURLOPT_FTP_USE_PRET.3
179man/man3/CURLOPT_GSSAPI_DELEGATION.3 179man/man3/CURLOPT_GSSAPI_DELEGATION.3
180man/man3/CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.3 180man/man3/CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.3
181man/man3/CURLOPT_HAPROXYPROTOCOL.3 181man/man3/CURLOPT_HAPROXYPROTOCOL.3
 182man/man3/CURLOPT_HAPROXY_CLIENT_IP.3
182man/man3/CURLOPT_HEADER.3 183man/man3/CURLOPT_HEADER.3
183man/man3/CURLOPT_HEADERDATA.3 184man/man3/CURLOPT_HEADERDATA.3
184man/man3/CURLOPT_HEADERFUNCTION.3 185man/man3/CURLOPT_HEADERFUNCTION.3
185man/man3/CURLOPT_HEADEROPT.3 186man/man3/CURLOPT_HEADEROPT.3
186man/man3/CURLOPT_HSTS.3 187man/man3/CURLOPT_HSTS.3
187man/man3/CURLOPT_HSTSREADDATA.3 188man/man3/CURLOPT_HSTSREADDATA.3
188man/man3/CURLOPT_HSTSREADFUNCTION.3 189man/man3/CURLOPT_HSTSREADFUNCTION.3
189man/man3/CURLOPT_HSTSWRITEDATA.3 190man/man3/CURLOPT_HSTSWRITEDATA.3
190man/man3/CURLOPT_HSTSWRITEFUNCTION.3 191man/man3/CURLOPT_HSTSWRITEFUNCTION.3
191man/man3/CURLOPT_HSTS_CTRL.3 192man/man3/CURLOPT_HSTS_CTRL.3
192man/man3/CURLOPT_HTTP09_ALLOWED.3 193man/man3/CURLOPT_HTTP09_ALLOWED.3
193man/man3/CURLOPT_HTTP200ALIASES.3 194man/man3/CURLOPT_HTTP200ALIASES.3
194man/man3/CURLOPT_HTTPAUTH.3 195man/man3/CURLOPT_HTTPAUTH.3
@@ -211,27 +212,27 @@ man/man3/CURLOPT_IPRESOLVE.3 @@ -211,27 +212,27 @@ man/man3/CURLOPT_IPRESOLVE.3
211man/man3/CURLOPT_ISSUERCERT.3 212man/man3/CURLOPT_ISSUERCERT.3
212man/man3/CURLOPT_ISSUERCERT_BLOB.3 213man/man3/CURLOPT_ISSUERCERT_BLOB.3
213man/man3/CURLOPT_KEEP_SENDING_ON_ERROR.3 214man/man3/CURLOPT_KEEP_SENDING_ON_ERROR.3
214man/man3/CURLOPT_KEYPASSWD.3 215man/man3/CURLOPT_KEYPASSWD.3
215man/man3/CURLOPT_KRBLEVEL.3 216man/man3/CURLOPT_KRBLEVEL.3
216man/man3/CURLOPT_LOCALPORT.3 217man/man3/CURLOPT_LOCALPORT.3
217man/man3/CURLOPT_LOCALPORTRANGE.3 218man/man3/CURLOPT_LOCALPORTRANGE.3
218man/man3/CURLOPT_LOGIN_OPTIONS.3 219man/man3/CURLOPT_LOGIN_OPTIONS.3
219man/man3/CURLOPT_LOW_SPEED_LIMIT.3 220man/man3/CURLOPT_LOW_SPEED_LIMIT.3
220man/man3/CURLOPT_LOW_SPEED_TIME.3 221man/man3/CURLOPT_LOW_SPEED_TIME.3
221man/man3/CURLOPT_MAIL_AUTH.3 222man/man3/CURLOPT_MAIL_AUTH.3
222man/man3/CURLOPT_MAIL_FROM.3 223man/man3/CURLOPT_MAIL_FROM.3
223man/man3/CURLOPT_MAIL_RCPT.3 224man/man3/CURLOPT_MAIL_RCPT.3
224man/man3/CURLOPT_MAIL_RCPT_ALLLOWFAILS.3 225man/man3/CURLOPT_MAIL_RCPT_ALLOWFAILS.3
225man/man3/CURLOPT_MAXAGE_CONN.3 226man/man3/CURLOPT_MAXAGE_CONN.3
226man/man3/CURLOPT_MAXCONNECTS.3 227man/man3/CURLOPT_MAXCONNECTS.3
227man/man3/CURLOPT_MAXFILESIZE.3 228man/man3/CURLOPT_MAXFILESIZE.3
228man/man3/CURLOPT_MAXFILESIZE_LARGE.3 229man/man3/CURLOPT_MAXFILESIZE_LARGE.3
229man/man3/CURLOPT_MAXLIFETIME_CONN.3 230man/man3/CURLOPT_MAXLIFETIME_CONN.3
230man/man3/CURLOPT_MAXREDIRS.3 231man/man3/CURLOPT_MAXREDIRS.3
231man/man3/CURLOPT_MAX_RECV_SPEED_LARGE.3 232man/man3/CURLOPT_MAX_RECV_SPEED_LARGE.3
232man/man3/CURLOPT_MAX_SEND_SPEED_LARGE.3 233man/man3/CURLOPT_MAX_SEND_SPEED_LARGE.3
233man/man3/CURLOPT_MIMEPOST.3 234man/man3/CURLOPT_MIMEPOST.3
234man/man3/CURLOPT_MIME_OPTIONS.3 235man/man3/CURLOPT_MIME_OPTIONS.3
235man/man3/CURLOPT_NETRC.3 236man/man3/CURLOPT_NETRC.3
236man/man3/CURLOPT_NETRC_FILE.3 237man/man3/CURLOPT_NETRC_FILE.3
237man/man3/CURLOPT_NEW_DIRECTORY_PERMS.3 238man/man3/CURLOPT_NEW_DIRECTORY_PERMS.3
@@ -457,26 +458,28 @@ man/man3/curl_multi_fdset.3 @@ -457,26 +458,28 @@ man/man3/curl_multi_fdset.3
457man/man3/curl_multi_info_read.3 458man/man3/curl_multi_info_read.3
458man/man3/curl_multi_init.3 459man/man3/curl_multi_init.3
459man/man3/curl_multi_perform.3 460man/man3/curl_multi_perform.3
460man/man3/curl_multi_poll.3 461man/man3/curl_multi_poll.3
461man/man3/curl_multi_remove_handle.3 462man/man3/curl_multi_remove_handle.3
462man/man3/curl_multi_setopt.3 463man/man3/curl_multi_setopt.3
463man/man3/curl_multi_socket.3 464man/man3/curl_multi_socket.3
464man/man3/curl_multi_socket_action.3 465man/man3/curl_multi_socket_action.3
465man/man3/curl_multi_socket_all.3 466man/man3/curl_multi_socket_all.3
466man/man3/curl_multi_strerror.3 467man/man3/curl_multi_strerror.3
467man/man3/curl_multi_timeout.3 468man/man3/curl_multi_timeout.3
468man/man3/curl_multi_wait.3 469man/man3/curl_multi_wait.3
469man/man3/curl_multi_wakeup.3 470man/man3/curl_multi_wakeup.3
 471man/man3/curl_pushheader_byname.3
 472man/man3/curl_pushheader_bynum.3
470man/man3/curl_share_cleanup.3 473man/man3/curl_share_cleanup.3
471man/man3/curl_share_init.3 474man/man3/curl_share_init.3
472man/man3/curl_share_setopt.3 475man/man3/curl_share_setopt.3
473man/man3/curl_share_strerror.3 476man/man3/curl_share_strerror.3
474man/man3/curl_slist_append.3 477man/man3/curl_slist_append.3
475man/man3/curl_slist_free_all.3 478man/man3/curl_slist_free_all.3
476man/man3/curl_strequal.3 479man/man3/curl_strequal.3
477man/man3/curl_strnequal.3 480man/man3/curl_strnequal.3
478man/man3/curl_unescape.3 481man/man3/curl_unescape.3
479man/man3/curl_url.3 482man/man3/curl_url.3
480man/man3/curl_url_cleanup.3 483man/man3/curl_url_cleanup.3
481man/man3/curl_url_dup.3 484man/man3/curl_url_dup.3
482man/man3/curl_url_get.3 485man/man3/curl_url_get.3
@@ -487,15 +490,16 @@ man/man3/curl_version_info.3 @@ -487,15 +490,16 @@ man/man3/curl_version_info.3
487man/man3/curl_ws_meta.3 490man/man3/curl_ws_meta.3
488man/man3/curl_ws_recv.3 491man/man3/curl_ws_recv.3
489man/man3/curl_ws_send.3 492man/man3/curl_ws_send.3
490man/man3/libcurl-easy.3 493man/man3/libcurl-easy.3
491man/man3/libcurl-env.3 494man/man3/libcurl-env.3
492man/man3/libcurl-errors.3 495man/man3/libcurl-errors.3
493man/man3/libcurl-multi.3 496man/man3/libcurl-multi.3
494man/man3/libcurl-security.3 497man/man3/libcurl-security.3
495man/man3/libcurl-share.3 498man/man3/libcurl-share.3
496man/man3/libcurl-symbols.3 499man/man3/libcurl-symbols.3
497man/man3/libcurl-thread.3 500man/man3/libcurl-thread.3
498man/man3/libcurl-tutorial.3 501man/man3/libcurl-tutorial.3
499man/man3/libcurl-url.3 502man/man3/libcurl-url.3
 503man/man3/libcurl-ws.3
500man/man3/libcurl.3 504man/man3/libcurl.3
501share/aclocal/libcurl.m4 505share/aclocal/libcurl.m4

cvs diff -r1.194 -r1.195 pkgsrc/www/curl/distinfo (expand / switch to unified diff)

--- pkgsrc/www/curl/distinfo 2023/05/31 08:52:59 1.194
+++ pkgsrc/www/curl/distinfo 2023/07/19 08:06:20 1.195
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.194 2023/05/31 08:52:59 adam Exp $ 1$NetBSD: distinfo,v 1.195 2023/07/19 08:06:20 wiz Exp $
2 2
3BLAKE2s (curl-8.1.2.tar.xz) = 106547c2bdf7ec6d5cb8269f20e84d874d02a2fa002fbbaee1064051b530d708 3BLAKE2s (curl-8.2.0.tar.xz) = f33de2c559c7f6696ede438f4a5f997127ac87aee1bf4e6408ce748a78c32010
4SHA512 (curl-8.1.2.tar.xz) = 532ab96eba6dea66d272f3be56f5af5c5da922480f9a10e203de98037c311f12f8145ba6bf813831e42815e068874ccfd108f84f7650743f5dbb3ebc3bc9c4f4 4SHA512 (curl-8.2.0.tar.xz) = 3ba5f393185d28dd9430d3be4fcd293646a5456d2f7467469896561b1577e60e7a3f030955d3cc5ec6ea5c5bfa1dfb9420a1d76e583d23f01d1c74aa291351b5
5Size (curl-8.1.2.tar.xz) = 2612652 bytes 5Size (curl-8.2.0.tar.xz) = 2637208 bytes
6SHA1 (patch-configure) = ae123a94fa84ef99dfc1dadd596ac86ef0d143fe 6SHA1 (patch-configure) = ae123a94fa84ef99dfc1dadd596ac86ef0d143fe
7SHA1 (patch-curl-config.in) = a58c777fc1a0a087776e62ed2e2a1e0a339716df 7SHA1 (patch-curl-config.in) = a58c777fc1a0a087776e62ed2e2a1e0a339716df

cvs diff -r1.2 -r1.3 pkgsrc/www/libcurl-gnutls/distinfo (expand / switch to unified diff)

--- pkgsrc/www/libcurl-gnutls/distinfo 2023/05/31 20:19:46 1.2
+++ pkgsrc/www/libcurl-gnutls/distinfo 1.3
@@ -1,7 +0,0 @@ @@ -1,7 +0,0 @@
1$NetBSD: distinfo,v 1.2 2023/05/31 20:19:46 nikita Exp $ 
2 
3BLAKE2s (curl-8.1.2.tar.xz) = 106547c2bdf7ec6d5cb8269f20e84d874d02a2fa002fbbaee1064051b530d708 
4SHA512 (curl-8.1.2.tar.xz) = 532ab96eba6dea66d272f3be56f5af5c5da922480f9a10e203de98037c311f12f8145ba6bf813831e42815e068874ccfd108f84f7650743f5dbb3ebc3bc9c4f4 
5Size (curl-8.1.2.tar.xz) = 2612652 bytes 
6SHA1 (patch-configure) = ae123a94fa84ef99dfc1dadd596ac86ef0d143fe 
7SHA1 (patch-curl-config.in) = a58c777fc1a0a087776e62ed2e2a1e0a339716df