Revision: 26443 http://sourceforge.net/p/gar/code/26443 Author: dmichelsen Date: 2018-07-11 12:15:50 +0000 (Wed, 11 Jul 2018) Log Message: ----------- curl/trunk: Update to 7.61.0
Modified Paths: -------------- csw/mgar/pkg/curl/trunk/Makefile csw/mgar/pkg/curl/trunk/checksums Removed 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-07-11 11:58:57 UTC (rev 26442) +++ csw/mgar/pkg/curl/trunk/Makefile 2018-07-11 12:15:50 UTC (rev 26443) @@ -1,5 +1,5 @@ NAME = curl -VERSION = 7.60.0 +VERSION = 7.61.0 GARTYPE = v2 DESCRIPTION = Command line tool and library for client-side URL transfers @@ -16,10 +16,6 @@ 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-07-11 11:58:57 UTC (rev 26442) +++ csw/mgar/pkg/curl/trunk/checksums 2018-07-11 12:15:50 UTC (rev 26443) @@ -1 +1 @@ -a889cd11b4ae8794b7030472cb4df0a0 curl-7.60.0.tar.xz +7ed6a932de56c870c42c33906a3eb69c curl-7.61.0.tar.xz Deleted: 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 2018-07-11 11:58:57 UTC (rev 26442) +++ csw/mgar/pkg/curl/trunk/files/0001-Do-not-use-gcc-specific-flags.patch 2018-07-11 12:15:50 UTC (rev 26443) @@ -1,25 +0,0 @@ -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.