FreeBSD Bugzilla – Attachment 252567 Details for
Bug 280653
ftp/curl: 8.9.1 leaks SIGPIPE
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Alternative patch to Makefile
0001-ftp-curl-Fix-leaky-SIGPIPE.patch (text/plain), 1.46 KB, created by
Rafe
on 2024-08-06 17:17:08 UTC
(
hide
)
Description:
Alternative patch to Makefile
Filename:
MIME Type:
Creator:
Rafe
Created:
2024-08-06 17:17:08 UTC
Size:
1.46 KB
patch
obsolete
>From 63fb3b7bab922b7aba284f07339afa22e9647bb9 Mon Sep 17 00:00:00 2001 >From: Rafe Sadler <mondo.debater_0q@icloud.com> >Date: Tue, 6 Aug 2024 19:07:53 +0200 >Subject: [PATCH] ftp/curl: Fix leaky SIGPIPE > > PR: Bug Nos. 280644 & 280653 > Reported by: freebsd@wb9.se > Obtained from: Upstream commit 3eec5af >--- > ftp/curl/Makefile | 3 +++ > ftp/curl/distinfo | 4 +++- > 2 files changed, 6 insertions(+), 1 deletion(-) > >diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile >index 24cee49d2ce6..c4ef67823544 100644 >--- a/ftp/curl/Makefile >+++ b/ftp/curl/Makefile >@@ -4,6 +4,9 @@ CATEGORIES= ftp net www > MASTER_SITES= https://curl.se/download/ \ > https://github.com/curl/curl/releases/download/curl-${PORTVERSION:S|.|_|g}/ > >+PATCH_SITES= https://github.com/curl/curl/commit/ >+PATCHFILES= 3eec5afbd0b6377eca893c392569b2faf094d970.patch:-p1 >+ > MAINTAINER= sunpoet@FreeBSD.org > COMMENT= Command line tool and library for transferring data with URLs > WWW= https://curl.se/ \ >diff --git a/ftp/curl/distinfo b/ftp/curl/distinfo >index ddc92b782964..b869a9d5b477 100644 >--- a/ftp/curl/distinfo >+++ b/ftp/curl/distinfo >@@ -1,3 +1,5 @@ >-TIMESTAMP = 1722711159 >+TIMESTAMP = 1722963937 > SHA256 (curl-8.9.1.tar.xz) = f292f6cc051d5bbabf725ef85d432dfeacc8711dd717ea97612ae590643801e5 > SIZE (curl-8.9.1.tar.xz) = 2782364 >+SHA256 (3eec5afbd0b6377eca893c392569b2faf094d970.patch) = ba87265c9f01fd608c1287666f4edead6b1a18bde328bff486aa81a77befa2f0 >+SIZE (3eec5afbd0b6377eca893c392569b2faf094d970.patch) = 912 >-- >2.43.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 280653
:
252544
| 252567