pkgsrc-WIP-changes archive

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

curl: Add a reference to upstream pull request



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Wed Mar 27 23:36:44 2019 +0100
Changeset:	8d0b449de6b12868e451c14c09cd1e6ed096e679

Modified Files:
	curl/distinfo
	curl/patches/patch-configure

Log Message:
curl: Add a reference to upstream pull request

(Last hunk will be no longer needed in next curl version.)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8d0b449de6b12868e451c14c09cd1e6ed096e679

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 curl/distinfo                | 2 +-
 curl/patches/patch-configure | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diffs:
diff --git a/curl/distinfo b/curl/distinfo
index dd9f8a9c9e..e4f3d6b3ea 100644
--- a/curl/distinfo
+++ b/curl/distinfo
@@ -4,6 +4,6 @@ SHA1 (curl-7.64.1.tar.xz) = a7242098aebf31107bd4765f3d54456953dba141
 RMD160 (curl-7.64.1.tar.xz) = e53f8e3279d351de1fba7de1fea3126cdd59bf50
 SHA512 (curl-7.64.1.tar.xz) = 1629ba154691bf9d936e0bce69ec8fb54991a40d34bc16ffdfb117f91e3faa93164154fc9ae9043e963955862e69515018673b7239f2fd625684a59cdd1db81c
 Size (curl-7.64.1.tar.xz) = 2385360 bytes
-SHA1 (patch-configure) = c6a002edc32a74d83c7347a4a20339f66433f6de
+SHA1 (patch-configure) = a1674c54b3a8803f84c6b5a7ddd5e79df2b20896
 SHA1 (patch-curl-config.in) = 363359665985cc14f36ddf47fc3480f1200e3533
 SHA1 (patch-lib_hostcheck.c) = 8e772d3f91cdafae17281cc19004269ece0cf308
diff --git a/curl/patches/patch-configure b/curl/patches/patch-configure
index ac20eeaaa9..bbd144a0f1 100644
--- a/curl/patches/patch-configure
+++ b/curl/patches/patch-configure
@@ -5,7 +5,8 @@ $NetBSD: patch-configure,v 1.4 2018/11/28 01:31:45 sevan Exp $
 - On Darwin, do not append custom CFLAGS.
 - Do not strip debug flags.
 - Support Minix.
-- Avoid unportable `==' test(1) operator.
+- Avoid unportable `==' test(1) operator, applied upstream via:
+   <https://github.com/curl/curl/pull/3709>
 
 --- configure.orig	2019-03-25 21:03:50.000000000 +0000
 +++ configure


Home | Main Index | Thread Index | Old Index