pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/59720 CVS commit: pkgsrc/www
The following reply was made to PR pkg/59720; it has been noted by GNATS.
From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59720 CVS commit: pkgsrc/www
Date: Fri, 24 Oct 2025 04:01:11 +0000
 Module Name:	pkgsrc
 Committed By:	riastradh
 Date:		Fri Oct 24 04:01:11 UTC 2025
 
 Modified Files:
 	pkgsrc/www/curl: Makefile distinfo
 	pkgsrc/www/libcurl-gnutls: Makefile
 Added Files:
 	pkgsrc/www/curl/patches: patch-lib_curl__threads.c
 
 Log Message:
 www/curl, www/libcurl-gnutls: Disable pthread_cancel.
 
 This upstream change is broken on just about every platform because
 getaddrinfo is not really cancel-safe, even though it's kinda sorta
 supposed to be in POSIX
 (https://pubs.opengroup.org/onlinepubs/9799919799/functions/V2_chap02.html#tag_16_09_05_02).
 
 The mistake has been backed out upstream for the next release, but
 that won't come until November and we need to pull up the fix now
 because it's already biting users.
 
 https://eissing.org/icing/posts/pthread_cancel/
 https://eissing.org/icing/posts/rip_pthread_cancel/
 https://github.com/curl/curl/issues/18532
 https://github.com/curl/curl/pull/18540/files
 
 PR pkg/59720: curl hangs or crashes with pthread_cancel enabled
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.300 -r1.301 pkgsrc/www/curl/Makefile
 cvs rdiff -u -r1.219 -r1.220 pkgsrc/www/curl/distinfo
 cvs rdiff -u -r0 -r1.1 pkgsrc/www/curl/patches/patch-lib_curl__threads.c
 cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/libcurl-gnutls/Makefile
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 
Home |
Main Index |
Thread Index |
Old Index