pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/curl



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Sep 27 18:53:44 UTC 2021

Modified Files:
        pkgsrc/www/curl: Makefile distinfo

Log Message:
curl: updated to 7.79.1

Fixed in 7.79.1

Bugfixes:

Curl_http2_setup: don't change connection data on repeat invokes
curl_multi_fdset: make FD_SET() not operate on sockets out of range
dist: provide lib/.checksrc in the tarball
FAQ: add GOPHERS + curl works on data, not files
hsts: CURLSTS_FAIL from hsts read callback should fail transfer
hsts: handle unlimited expiry
http: fix the broken >3 digit response code detection
strerror: use sys_errlist instead of strerror on Windows
test1184: disable
tests/sshserver.pl: make it work with openssh-8.7p1


To generate a diff of this commit:
cvs rdiff -u -r1.246 -r1.247 pkgsrc/www/curl/Makefile
cvs rdiff -u -r1.173 -r1.174 pkgsrc/www/curl/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/curl/Makefile
diff -u pkgsrc/www/curl/Makefile:1.246 pkgsrc/www/curl/Makefile:1.247
--- pkgsrc/www/curl/Makefile:1.246      Wed Sep 15 06:26:00 2021
+++ pkgsrc/www/curl/Makefile    Mon Sep 27 18:53:44 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.246 2021/09/15 06:26:00 wiz Exp $
+# $NetBSD: Makefile,v 1.247 2021/09/27 18:53:44 adam Exp $
 
-DISTNAME=      curl-7.79.0
+DISTNAME=      curl-7.79.1
 CATEGORIES=    www
 MASTER_SITES=  https://curl.haxx.se/download/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/www/curl/distinfo
diff -u pkgsrc/www/curl/distinfo:1.173 pkgsrc/www/curl/distinfo:1.174
--- pkgsrc/www/curl/distinfo:1.173      Wed Sep 15 06:26:00 2021
+++ pkgsrc/www/curl/distinfo    Mon Sep 27 18:53:44 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.173 2021/09/15 06:26:00 wiz Exp $
+$NetBSD: distinfo,v 1.174 2021/09/27 18:53:44 adam Exp $
 
-SHA1 (curl-7.79.0.tar.xz) = b048415f3071f04a44d441682b4a20675e566d8a
-RMD160 (curl-7.79.0.tar.xz) = ca97340f1b1bbcd3bc5128a76987ba5bdccba3b9
-SHA512 (curl-7.79.0.tar.xz) = 68bccba61f18de9f94c311b0d92cfa6572bb7e55e8773917c13b25203164a5a9f4ef6b8ad84a14d3d5dcb286271bf18c3dd84c4ca353866763c726f9defce808
-Size (curl-7.79.0.tar.xz) = 2463072 bytes
+SHA1 (curl-7.79.1.tar.xz) = ed887365eb7d45755404a94933bad58976641ab0
+RMD160 (curl-7.79.1.tar.xz) = 5cf55aa1d995063cce339518626514750c2fed47
+SHA512 (curl-7.79.1.tar.xz) = 1edb71647a7f4dbb070baf1a019b4751aefeda793ff523c504410bb5cc74e5bffc52f20dd889697d1585f9ca3c4e81b1a9caadd182c30c8358ffd25f33e4db4d
+Size (curl-7.79.1.tar.xz) = 2465212 bytes
 SHA1 (patch-configure) = 89400a8a1a83b49d70de23d34794ecaeeb8b8c62
 SHA1 (patch-curl-config.in) = a58c777fc1a0a087776e62ed2e2a1e0a339716df



Home | Main Index | Thread Index | Old Index