Revision: 26423 http://sourceforge.net/p/gar/code/26423 Author: dmichelsen Date: 2018-05-16 13:04:21 +0000 (Wed, 16 May 2018) Log Message: ----------- curl/trunk: Update to 7.60.0
Modified Paths: -------------- csw/mgar/pkg/curl/trunk/Makefile csw/mgar/pkg/curl/trunk/checksums Added Paths: ----------- csw/mgar/pkg/curl/trunk/files/0001-Do-not-use-gcc-specific-flags.patch Modified: csw/mgar/pkg/curl/trunk/Makefile =================================================================== --- csw/mgar/pkg/curl/trunk/Makefile 2018-05-03 17:43:08 UTC (rev 26422) +++ csw/mgar/pkg/curl/trunk/Makefile 2018-05-16 13:04:21 UTC (rev 26423) @@ -1,5 +1,5 @@ NAME = curl -VERSION = 7.59.0 +VERSION = 7.60.0 GARTYPE = v2 DESCRIPTION = Command line tool and library for client-side URL transfers @@ -16,6 +16,10 @@ MASTER_SITES = http://curl.haxx.se/download/ DISTFILES += $(NAME)-$(VERSION).tar.xz +# Use patch until this is fixed: +# https://github.com/curl/curl/pull/2576 +PATCHFILES += 0001-Do-not-use-gcc-specific-flags.patch + VENDOR_URL = http://curl.haxx.se # Because of OpenSSL 1.0 update Modified: csw/mgar/pkg/curl/trunk/checksums =================================================================== --- csw/mgar/pkg/curl/trunk/checksums 2018-05-03 17:43:08 UTC (rev 26422) +++ csw/mgar/pkg/curl/trunk/checksums 2018-05-16 13:04:21 UTC (rev 26423) @@ -1 +1 @@ -04c00832fa62d443b8745b056464fb30 curl-7.59.0.tar.xz +a889cd11b4ae8794b7030472cb4df0a0 curl-7.60.0.tar.xz Added: csw/mgar/pkg/curl/trunk/files/0001-Do-not-use-gcc-specific-flags.patch =================================================================== --- csw/mgar/pkg/curl/trunk/files/0001-Do-not-use-gcc-specific-flags.patch (rev 0) +++ csw/mgar/pkg/curl/trunk/files/0001-Do-not-use-gcc-specific-flags.patch 2018-05-16 13:04:21 UTC (rev 26423) @@ -0,0 +1,25 @@ +From 4e8dcc81a2cddefe3a43a560025377ba2b7d3db5 Mon Sep 17 00:00:00 2001 +From: Dagobert Michelsen <d...@opencsw.org> +Date: Wed, 16 May 2018 10:17:47 +0200 +Subject: [PATCH] Do not use gcc-specific flags + +--- + tests/libtest/Makefile.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/tests/libtest/Makefile.in b/tests/libtest/Makefile.in +index 0aac7b2..a4a7b22 100644 +--- a/tests/libtest/Makefile.in ++++ b/tests/libtest/Makefile.in +@@ -1774,7 +1774,7 @@ libhostname_la_LIBADD = + libhostname_la_DEPENDENCIES = + @BUILD_STUB_GSS_TRUE@libstubgss_la_CPPFLAGS = $(AM_CPPFLAGS) + @BUILD_STUB_GSS_TRUE@libstubgss_la_LDFLAGS = $(AM_LDFLAGS) -avoid-version -rpath /nowhere +-@BUILD_STUB_GSS_TRUE@libstubgss_la_CFLAGS = $(AM_CFLAGS) -g -Wno-unused-parameter ++@BUILD_STUB_GSS_TRUE@libstubgss_la_CFLAGS = $(AM_CFLAGS) -g + @BUILD_STUB_GSS_TRUE@libstubgss_la_SOURCES = stub_gssapi.c stub_gssapi.h + @BUILD_STUB_GSS_TRUE@libstubgss_la_LIBADD = + @BUILD_STUB_GSS_TRUE@libstubgss_la_DEPENDENCIES = +-- +2.4.0 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.