Revision: 26792 http://sourceforge.net/p/gar/code/26792 Author: dmichelsen Date: 2021-09-15 10:06:00 +0000 (Wed, 15 Sep 2021) Log Message: ----------- curl/trunk: Update to 7.79.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 2021-09-14 11:30:28 UTC (rev 26791) +++ csw/mgar/pkg/curl/trunk/Makefile 2021-09-15 10:06:00 UTC (rev 26792) @@ -1,5 +1,5 @@ NAME = curl -VERSION = 7.77.0 +VERSION = 7.79.0 GARTYPE = v2 DESCRIPTION = Command line tool and library for client-side URL transfers @@ -27,7 +27,6 @@ BUILD_DEP_PKGS += CSWlibssh2-dev BUILD_DEP_PKGS += CSWlibrtmp-dev BUILD_DEP_PKGS += CSWlibidn2-dev -BUILD_DEP_PKGS += CSWlibmetalink-dev BUILD_DEP_PKGS += CSWlibnghttp2-dev BUILD_DEP_PKGS += CSWlibbrotli-dev @@ -98,8 +97,6 @@ # PKGFILES is catchall RUNTIME_DEP_PKGS_CSWcurl += CSWlibz1 RUNTIME_DEP_PKGS_CSWcurl += CSWlibcurl4 -RUNTIME_DEP_PKGS_CSWcurl += CSWlibssl1-0-0 -RUNTIME_DEP_PKGS_CSWcurl += CSWlibmetalink3 RUNTIME_DEP_PKGS_CSWcurl += CSWlibintl9 # Linker anomaly @@ -123,7 +120,8 @@ EXTRA_CONFIGURE_ARGS_features-full += --with-spnego=$(libdir) EXTRA_CONFIGURE_ARGS_features-full += --enable-ldap EXTRA_CONFIGURE_ARGS_features-full += --enable-ldaps -EXTRA_CONFIGURE_ARGS_features-full += --with-libmetalink +# Support for Metalink was removed in 7.79.0 +# EXTRA_CONFIGURE_ARGS_features-full += --with-libmetalink # The problem is that krb5-config is taken from $GSSAPI_ROOT/bin/krb5-config which does not take # the isa-specific /opt/csw/bin/(sparcv9|amd64)/krb5-config into account. Use workaround until this is fixed: # https://sourceforge.net/p/curl/bugs/1486/ Modified: csw/mgar/pkg/curl/trunk/checksums =================================================================== --- csw/mgar/pkg/curl/trunk/checksums 2021-09-14 11:30:28 UTC (rev 26791) +++ csw/mgar/pkg/curl/trunk/checksums 2021-09-15 10:06:00 UTC (rev 26792) @@ -1 +1 @@ -3cf78c539cae019cf96ba38571706e06 curl-7.77.0.tar.xz +24408ce0068de0ae7871039451ad6f97 curl-7.79.0.tar.xz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.