From owner-dev-commits-ports-all@freebsd.org Tue Sep 21 03:49:07 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 15DF36B27CC; Tue, 21 Sep 2021 03:49:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HD6qQ3lh3z4d6h; Tue, 21 Sep 2021 03:49:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 165C41CB58; Tue, 21 Sep 2021 03:49:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18L3n5RN017658; Tue, 21 Sep 2021 03:49:05 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18L3n5lB017657; Tue, 21 Sep 2021 03:49:05 GMT (envelope-from git) Date: Tue, 21 Sep 2021 03:49:05 GMT Message-Id: <202109210349.18L3n5lB017657@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 3805ef230a96 - main - ftp/curl: Update to 7.79.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3805ef230a963aa07a62dabfa358603a8979f683 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2021 03:49:07 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3805ef230a963aa07a62dabfa358603a8979f683 commit 3805ef230a963aa07a62dabfa358603a8979f683 Author: Po-Chuan Hsieh AuthorDate: 2021-09-21 03:06:58 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-21 03:35:15 +0000 ftp/curl: Update to 7.79.0 Changes: https://curl.se/changes.html --- ftp/curl/Makefile | 2 +- ftp/curl/distinfo | 6 +++--- ftp/curl/files/patch-configure | 33 +++++++++++++++++---------------- 3 files changed, 21 insertions(+), 20 deletions(-) diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 06eae7629d11..abde21f32ed6 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -1,7 +1,7 @@ # Created by: Neil Blakey-Milner PORTNAME= curl -PORTVERSION= 7.78.0 +PORTVERSION= 7.79.0 CATEGORIES= ftp net www MASTER_SITES= https://curl.se/download/ \ https://github.com/curl/curl/releases/download/curl-${PORTVERSION:S|.|_|g}/ diff --git a/ftp/curl/distinfo b/ftp/curl/distinfo index d4224ae59c67..d54d475983d1 100644 --- a/ftp/curl/distinfo +++ b/ftp/curl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1626891030 -SHA256 (curl-7.78.0.tar.xz) = be42766d5664a739c3974ee3dfbbcbe978a4ccb1fe628bb1d9b59ac79e445fb5 -SIZE (curl-7.78.0.tar.xz) = 2440640 +TIMESTAMP = 1632036866 +SHA256 (curl-7.79.0.tar.xz) = 2a1420076f9ffc35c982c78e85b7a69e2ef5d532267895fdb2eac16ad9b680c9 +SIZE (curl-7.79.0.tar.xz) = 2463072 diff --git a/ftp/curl/files/patch-configure b/ftp/curl/files/patch-configure index 13c8672eb654..71f4ef1a317c 100644 --- a/ftp/curl/files/patch-configure +++ b/ftp/curl/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2021-07-19 12:47:17 UTC +--- configure.orig 2021-09-13 14:46:32 UTC +++ configure -@@ -3738,9 +3738,10 @@ $as_echo "$as_me: LIBS note: LIBS should only be used +@@ -4161,9 +4161,10 @@ printf "%s\n" "$as_me: LIBS note: LIBS should only be -I*) xc_bad_var_ldflags=yes ;; @@ -14,7 +14,7 @@ esac done if test $xc_bad_var_ldflags = yes; then -@@ -3810,9 +3811,10 @@ $as_echo "$as_me: $xc_bad_var_msg libraries. Use LIBS +@@ -4233,9 +4234,10 @@ printf "%s\n" "$as_me: $xc_bad_var_msg libraries. Use xc_bad_var_cflags=no for xc_word in $CFLAGS; do case "$xc_word" in @@ -28,7 +28,7 @@ -U*) xc_bad_var_cflags=yes ;; -@@ -17213,6 +17215,8 @@ $as_echo "$honor_optimize_option" >&6; } +@@ -18092,6 +18094,8 @@ printf "%s\n" "$honor_optimize_option" >&6; } # if test "$honor_optimize_option" = "yes"; then @@ -37,15 +37,15 @@ ac_var_stripped="" for word1 in $tmp_CFLAGS; do ac_var_strip_word="no" -@@ -17243,6 +17247,7 @@ $as_echo "$honor_optimize_option" >&6; } +@@ -18122,6 +18126,7 @@ printf "%s\n" "$honor_optimize_option" >&6; } done tmp_CPPFLAGS="$ac_var_stripped" squeeze tmp_CPPFLAGS +fi if test "$want_optimize" = "yes"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler accepts optimizer enabling options" >&5 -@@ -28147,30 +28152,30 @@ $as_echo "found" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if compiler accepts optimizer enabling options" >&5 +@@ -29490,31 +29495,31 @@ printf "%s\n" "found" >&6; } ;; off) LIB_RTMP="-lrtmp" @@ -72,20 +72,21 @@ CPPFLAGS="$CPPFLAGS $CPP_RTMP" LIBS="$LIB_RTMP $LIBS" -- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for RTMP_Init in -lrtmp" >&5 --$as_echo_n "checking for RTMP_Init in -lrtmp... " >&6; } -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for RTMP_Init in $LIB_RTMP" >&5 -+$as_echo_n "checking for RTMP_Init in $LIB_RTMP... " >&6; } - if ${ac_cv_lib_rtmp_RTMP_Init+:} false; then : - $as_echo_n "(cached) " >&6 - else +- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for RTMP_Init in -lrtmp" >&5 +-printf %s "checking for RTMP_Init in -lrtmp... " >&6; } ++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for RTMP_Init in $LIB_RTMP" >&5 ++printf %s "checking for RTMP_Init in $LIB_RTMP... " >&6; } + if test ${ac_cv_lib_rtmp_RTMP_Init+y} + then : + printf %s "(cached) " >&6 + else $as_nop ac_check_lib_save_LIBS=$LIBS -LIBS="-lrtmp $LIBS" +LIBS="$LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -@@ -43354,9 +43359,10 @@ $as_echo "$as_me: LIBS note: LIBS should only be used +@@ -46199,9 +46204,10 @@ printf "%s\n" "$as_me: LIBS note: LIBS should only be -I*) xc_bad_var_ldflags=yes ;; @@ -99,7 +100,7 @@ esac done if test $xc_bad_var_ldflags = yes; then -@@ -43426,9 +43432,10 @@ $as_echo "$as_me: $xc_bad_var_msg libraries. Use LIBS +@@ -46271,9 +46277,10 @@ printf "%s\n" "$as_me: $xc_bad_var_msg libraries. Use xc_bad_var_cflags=no for xc_word in $CFLAGS; do case "$xc_word" in