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:   wiz
Date:           Sun Aug 25 06:06:00 UTC 2024

Modified Files:
        pkgsrc/www/curl: Makefile distinfo
Added Files:
        pkgsrc/www/curl/patches: patch-lib_sigpipe.h

Log Message:
curl: include upstream patch for sigpipe issue

Noticed by abs@, thanks!

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.282 -r1.283 pkgsrc/www/curl/Makefile
cvs rdiff -u -r1.205 -r1.206 pkgsrc/www/curl/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/www/curl/patches/patch-lib_sigpipe.h

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.282 pkgsrc/www/curl/Makefile:1.283
--- pkgsrc/www/curl/Makefile:1.282      Wed Jul 24 07:28:04 2024
+++ pkgsrc/www/curl/Makefile    Sun Aug 25 06:06:00 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.282 2024/07/24 07:28:04 wiz Exp $
+# $NetBSD: Makefile,v 1.283 2024/08/25 06:06:00 wiz Exp $
 
 .include "Makefile.common"
+PKGREVISION=           1
 
 CONFIGURE_ARGS+=       --with-ssl=${BUILDLINK_PREFIX.openssl}
 

Index: pkgsrc/www/curl/distinfo
diff -u pkgsrc/www/curl/distinfo:1.205 pkgsrc/www/curl/distinfo:1.206
--- pkgsrc/www/curl/distinfo:1.205      Wed Jul 31 08:02:35 2024
+++ pkgsrc/www/curl/distinfo    Sun Aug 25 06:06:00 2024
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.205 2024/07/31 08:02:35 adam Exp $
+$NetBSD: distinfo,v 1.206 2024/08/25 06:06:00 wiz Exp $
 
 BLAKE2s (curl-8.9.1.tar.xz) = 7434a4afeb96feff245166e8d18a571503c38668290758b44d85c0ff5f17bde8
 SHA512 (curl-8.9.1.tar.xz) = a0fe234402875db194aad4e4208b7e67e7ffc1562622eea90948d4b9b0122c95c3dde8bbe2f7445a687cb3de7cb09f20e5819d424570442d976aa4c913227fc7
 Size (curl-8.9.1.tar.xz) = 2782364 bytes
 SHA1 (patch-configure) = e24042bf5e032bbc5e57a4ef0eb5b651944d9bc8
 SHA1 (patch-curl-config.in) = ededebbcbfc22d79e6d2c46c0315c14cbbe07ce6
+SHA1 (patch-lib_sigpipe.h) = 62802f43c1e130e5bfd80523cc80bf46c082ee5d

Added files:

Index: pkgsrc/www/curl/patches/patch-lib_sigpipe.h
diff -u /dev/null pkgsrc/www/curl/patches/patch-lib_sigpipe.h:1.1
--- /dev/null   Sun Aug 25 06:06:00 2024
+++ pkgsrc/www/curl/patches/patch-lib_sigpipe.h Sun Aug 25 06:06:00 2024
@@ -0,0 +1,15 @@
+$NetBSD: patch-lib_sigpipe.h,v 1.1 2024/08/25 06:06:00 wiz Exp $
+
+sigpipe: init the struct so that first apply ignores #14390 
+https://github.com/curl/curl/pull/14390/files
+
+--- lib/sigpipe.h.orig 2024-07-31 06:51:53.000000000 +0000
++++ lib/sigpipe.h
+@@ -39,6 +39,7 @@ struct sigpipe_ignore {
+ static void sigpipe_init(struct sigpipe_ignore *ig)
+ {
+   memset(ig, 0, sizeof(*ig));
++  ig->no_signal = TRUE;
+ }
+ 
+ /*



Home | Main Index | Thread Index | Old Index