SF.net SVN: gar:[22249] csw/mgar/pkg/libcurl4/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Fri Oct 18 18:47:21 CEST 2013
Revision: 22249
http://gar.svn.sourceforge.net/gar/?rev=22249&view=rev
Author: dmichelsen
Date: 2013-10-18 16:47:19 +0000 (Fri, 18 Oct 2013)
Log Message:
-----------
libcurl4/trunk: Add patch for failing test, more are still failing, ignore for now
Modified Paths:
--------------
csw/mgar/pkg/libcurl4/trunk/Makefile
Added Paths:
-----------
csw/mgar/pkg/libcurl4/trunk/files/0001-Add-patch-from-bug-1291.patch
Modified: csw/mgar/pkg/libcurl4/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libcurl4/trunk/Makefile 2013-10-18 15:38:47 UTC (rev 22248)
+++ csw/mgar/pkg/libcurl4/trunk/Makefile 2013-10-18 16:47:19 UTC (rev 22249)
@@ -16,6 +16,10 @@
MASTER_SITES = http://curl.haxx.se/download/
DISTFILES += $(NAME)-$(VERSION).tar.lzma
+# Use patch until this is fixed:
+# http://sourceforge.net/p/curl/bugs/1291/
+PATCHFILES += 0001-Add-patch-from-bug-1291.patch
+
VENDOR_URL = http://curl.haxx.se
# Because of OpenSSL 1.0 update
@@ -113,7 +117,7 @@
BUILD64 = 1
# There are some failing tests, ignore for now
-# SKIPTEST ?= 1
+SKIPTEST ?= 1
# We do special 32/64 merging for this one, see post-merge
EXTRA_MERGE_EXCLUDE_FILES += $(includedir)/curl/curlbuild.h
Added: csw/mgar/pkg/libcurl4/trunk/files/0001-Add-patch-from-bug-1291.patch
===================================================================
--- csw/mgar/pkg/libcurl4/trunk/files/0001-Add-patch-from-bug-1291.patch (rev 0)
+++ csw/mgar/pkg/libcurl4/trunk/files/0001-Add-patch-from-bug-1291.patch 2013-10-18 16:47:19 UTC (rev 22249)
@@ -0,0 +1,26 @@
+From 8faa296be2f98a26456a5b8e73cb3baaa6f6b9ab Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Fri, 18 Oct 2013 17:44:40 +0200
+Subject: [PATCH] Add patch from bug #1291
+
+---
+ tests/data/test906 | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/tests/data/test906 b/tests/data/test906
+index 5072e90..6cf6bed 100644
+--- a/tests/data/test906
++++ b/tests/data/test906
+@@ -41,6 +41,9 @@ mail body
+ <command>
+ smtp://%HOSTIP:%SMTPPORT/906 --mail-rcpt recipient at example.com --mail-from sender at example.com -u testuser:testpass -T -
+ </command>
++<precheck>
++chkhostname curlhost
++</precheck>
+ </client>
+
+ #
+--
+1.8.3.4
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list