From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9ED3613829C for ; Fri, 10 Jun 2016 01:47:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F368F141CD; Fri, 10 Jun 2016 01:47:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D61D141CD for ; Fri, 10 Jun 2016 01:47:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7EEF7340C40 for ; Fri, 10 Jun 2016 01:47:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30BFACFE for ; Fri, 10 Jun 2016 01:47:04 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1465523210.565458ece8f16dabdd04f0b6e4f4b2afddd98209.heroxbd@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: scripts/bootstrap-prefix.sh X-VCS-Directories: scripts/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: 565458ece8f16dabdd04f0b6e4f4b2afddd98209 X-VCS-Branch: master Date: Fri, 10 Jun 2016 01:47:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d50defde-8d14-4e8c-b96c-f1b087909494 X-Archives-Hash: 46269f64bb33f262e6545a74020e6c99 Message-ID: <20160610014704.8iUe_LvI3BweSdY5h8FUegz0o8TD9sQgU8EeyUjrVPA@z> commit: 565458ece8f16dabdd04f0b6e4f4b2afddd98209 Author: Benda Xu gentoo org> AuthorDate: Tue Jun 7 05:18:13 2016 +0000 Commit: Benda XU gentoo org> CommitDate: Fri Jun 10 01:46:50 2016 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=565458ec scripts/bootstrap-prefix.sh: use the newest wget in stage1. wget-1.13.4 fails on CentOS 7. ./stdio.h:1012:1: error: 'gets' undeclared here (not in a function) _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead"); scripts/bootstrap-prefix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index e5ad6b6..5a2e277 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -897,7 +897,7 @@ bootstrap_findutils() { } bootstrap_wget() { - bootstrap_gnu wget 1.13.4 + bootstrap_gnu wget 1.17.1 || bootstrap_gnu wget 1.13.4 } bootstrap_grep() {