Revision: 26705 http://sourceforge.net/p/gar/code/26705 Author: dmichelsen Date: 2020-10-15 16:07:42 +0000 (Thu, 15 Oct 2020) Log Message: ----------- curl/trunk: Update to 7.73.0
Modified Paths: -------------- csw/mgar/pkg/curl/trunk/Makefile csw/mgar/pkg/curl/trunk/checksums Modified: csw/mgar/pkg/curl/trunk/Makefile =================================================================== --- csw/mgar/pkg/curl/trunk/Makefile 2020-09-23 20:23:16 UTC (rev 26704) +++ csw/mgar/pkg/curl/trunk/Makefile 2020-10-15 16:07:42 UTC (rev 26705) @@ -1,5 +1,5 @@ NAME = curl -VERSION = 7.72.0 +VERSION = 7.73.0 GARTYPE = v2 DESCRIPTION = Command line tool and library for client-side URL transfers @@ -189,9 +189,9 @@ @# This is needed because the substitutions from pax args do not change the @# contents of the symlink rm -f $(PKGROOT)$(libdir)/libcurl-feature.so.4 - ln -s libcurl-feature.so.4.6.0 $(PKGROOT)$(libdir)/libcurl-feature.so.4 + ln -s libcurl-feature.so.4.7.0 $(PKGROOT)$(libdir)/libcurl-feature.so.4 rm -f $(PKGROOT)$(libdir)/$(ISA_DEFAULT64)/libcurl-feature.so.4 - ln -s libcurl-feature.so.4.6.0 $(PKGROOT)$(libdir)/$(ISA_DEFAULT64)/libcurl-feature.so.4 + ln -s libcurl-feature.so.4.7.0 $(PKGROOT)$(libdir)/$(ISA_DEFAULT64)/libcurl-feature.so.4 pwd gdiff -D 64bit \ $(WORKROOTDIR)/install-isa-$(ISA_DEFAULT64)-features-minimal$(includedir)/curl/curlbuild.h \ Modified: csw/mgar/pkg/curl/trunk/checksums =================================================================== --- csw/mgar/pkg/curl/trunk/checksums 2020-09-23 20:23:16 UTC (rev 26704) +++ csw/mgar/pkg/curl/trunk/checksums 2020-10-15 16:07:42 UTC (rev 26705) @@ -1 +1 @@ -b5579dcc9ae76478f4e070fb4f820223 curl-7.72.0.tar.xz +d7df02d3b78b625fee4dd765808a6eb6 curl-7.73.0.tar.xz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.