pkgsrc-Bugs archive

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

PR/59720 CVS commit: [pkgsrc-2025Q3] pkgsrc/www



The following reply was made to PR pkg/59720; it has been noted by GNATS.

From: "Maya Rashish" <maya%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59720 CVS commit: [pkgsrc-2025Q3] pkgsrc/www
Date: Fri, 24 Oct 2025 23:53:01 +0000

 Module Name:	pkgsrc
 Committed By:	maya
 Date:		Fri Oct 24 23:53:01 UTC 2025
 
 Modified Files:
 	pkgsrc/www/curl [pkgsrc-2025Q3]: Makefile distinfo
 	pkgsrc/www/libcurl-gnutls [pkgsrc-2025Q3]: Makefile
 Added Files:
 	pkgsrc/www/curl/patches [pkgsrc-2025Q3]: patch-lib_curl__threads.c
 
 Log Message:
 Pullup ticket #7027 - requested by bsiegert
 www/curl: Bug fix
 www/libcurl-gnutls: Bug fix
 
 Revisions pulled up:
 - www/curl/Makefile                                             1.301
 - www/curl/distinfo                                             1.220
 - www/curl/patches/patch-lib_curl__threads.c                    1.1
 - www/libcurl-gnutls/Makefile                                   1.19
 
 ---
    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.298 -r1.298.4.1 pkgsrc/www/curl/Makefile
 cvs rdiff -u -r1.219 -r1.219.2.1 pkgsrc/www/curl/distinfo
 cvs rdiff -u -r0 -r1.1.2.2 pkgsrc/www/curl/patches/patch-lib_curl__threads.c
 cvs rdiff -u -r1.17 -r1.17.4.1 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