Date: Sat, 4 Jan 2014 09:54:19 +0800 (CST) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/185456: [exp run] ftp/curl: update to 7.34.0 Message-ID: <20140104015419.9893037D5@sunpoet.net> Resent-Message-ID: <201401040200.s04200vB092514@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 185456 >Category: ports >Synopsis: [exp run] ftp/curl: update to 7.34.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Jan 04 02:00:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 10.0-PRERELEASE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 10.0-PRERELEASE FreeBSD 10.0-PRERELEASE #0 r260045: Mon Dec 30 16:24:36 CST >Description: - Update to 7.34.0 Request exp-run. Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: SVN) >How-To-Repeat: >Fix: --- curl-7.34.0.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 338620) +++ Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= curl -PORTVERSION= 7.33.0 -PORTREVISION= 2 +PORTVERSION= 7.34.0 CATEGORIES= ftp www MASTER_SITES= http://curl.haxx.se/download/ \ LOCAL/sunpoet Index: distinfo =================================================================== --- distinfo (revision 338620) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (curl-7.33.0.tar.lzma) = 17eaa3503d84b1aebc2fbf25b9649246f5cbd7c859a497c2aa42f04d0f83a046 -SIZE (curl-7.33.0.tar.lzma) = 2244539 +SHA256 (curl-7.34.0.tar.lzma) = 8ea8b72ccaa07625609fee2e41591162d245d416adbd0a3242d44dff8e3ad6f9 +SIZE (curl-7.34.0.tar.lzma) = 2256196 Index: files/patch-CVE-2013-6422 =================================================================== --- files/patch-CVE-2013-6422 (revision 338620) +++ files/patch-CVE-2013-6422 (working copy) @@ -1,32 +0,0 @@ ---- ./lib/gtls.c.orig 2013-10-12 15:05:06.000000000 -0700 -+++ ./lib/gtls.c 2013-12-18 15:00:22.000000000 -0800 -@@ -5,7 +5,7 @@ - * | (__| |_| | _ <| |___ - * \___|\___/|_| \_\_____| - * -- * Copyright (C) 1998 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al. -+ * Copyright (C) 1998 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al. - * - * This software is licensed as described in the file COPYING, which - * you should have received as part of this distribution. The terms -@@ -633,10 +633,8 @@ - else - infof(data, "\t server certificate verification OK\n"); - } -- else { -+ else - infof(data, "\t server certificate verification SKIPPED\n"); -- goto after_server_cert_verification; -- } - - /* initialize an X.509 certificate structure. */ - gnutls_x509_crt_init(&x509_cert); -@@ -766,8 +764,6 @@ - - gnutls_x509_crt_deinit(x509_cert); - --after_server_cert_verification: -- - /* compression algorithm (if any) */ - ptr = gnutls_compression_get_name(gnutls_compression_get(session)); - /* the *_get_name() says "NULL" if GNUTLS_COMP_NULL is returned */ --- curl-7.34.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140104015419.9893037D5>