pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/www/p5-Net-Curl



Hello Tom,

Tom Spindler writes:
> Module Name:  pkgsrc
> Committed By: dogcow
> Date:         Sat May 30 21:04:26 UTC 2020
>
> Modified Files:
>       pkgsrc/www/p5-Net-Curl: Makefile distinfo
>
> Log Message:
> Update to Net-Curl-0.44
> [...]
> --- pkgsrc/www/p5-Net-Curl/Makefile:1.12      Fri May 22 10:56:46 2020
> +++ pkgsrc/www/p5-Net-Curl/Makefile   Sat May 30 21:04:25 2020
> @@ -1,6 +1,6 @@
> -# $NetBSD: Makefile,v 1.12 2020/05/22 10:56:46 adam Exp $
> +# $NetBSD: Makefile,v 1.13 2020/05/30 21:04:25 dogcow Exp $
>  
> -DISTNAME=    Net-Curl-0.39
> +DISTNAME=    Net-Curl-0.44
>  PKGNAME=     p5-${DISTNAME}
>  PKGREVISION= 10
> [...]

Thanks for updating it!

Please remove PKGREVISION when updating packages to a newer version
(several hours has passed and removing it will be harmful so don't
worry in that case).

Please always include a summary of changes or similar: it is helpful
for readers of pkgsrc-changes@, maintainers and other group like pkgsrc
releng and pkgsrc security.

I'll include the corresponding snip from ${WRKSRC}/Changes:

 | 0.44
 | ----
 |  - Synced symbols-in-versions from libcurl/7.69.0 (NOW FOR REAL!);
 |  - Fix cookies in 02-multi-simple.pl to work with libcurl 7.67+;
 |  - Fix failure to remove freed easy objects from multi->easies;
 |  - more explicit warnings;
 |  - Skip t/cleanup.t in Perl 5.8.9;
 |  - Use $Config{ccflags} in CCFLAGS to fix compilation on Linux 5.4.12.
 | 
 | 0.43
 | ----
 |  - Synced symbols-in-versions from libcurl/7.69.0;
 |  - Recognize SecureTransport as a valid ssl support in t/compat-08ssl.t.
 |  - Fixed the segfault caused by curl_easy_cleanup() being called before
 |    curl_multi_remove_handle().
 | 
 | 0.42
 | ----
 |  - Fixed POD links to libcurl docs.
 |  - Updated libcurl symbols.
 |  - Fixed t/old-23socket-action.t bitrot.
 | 
 | 0.41
 | ----
 |  - Test old-10errbuf.t was still failing; more fixes.
 | 
 | 0.40
 | ----
 |  - Fixed the failing test old-10errbuf.t.
 |  - Fixed tests failing due to HTTP_PROXY setting;
 |  - Synced symbols-in-versions from libcurl/7.65.1.
 |  - Support CURLOPT_CONNECT_TO.



Home | Main Index | Thread Index | Old Index