From patchwork Mon Mar 6 00:02:02 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Oleg Kitain X-Patchwork-Id: 735502 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3vc0Xg6Qvqz9ryZ for ; Mon, 6 Mar 2017 11:09:55 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=ya.ru header.i=@ya.ru header.b="Nd3aWn08"; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id F0C5E8A620; Mon, 6 Mar 2017 00:09:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4JkNwr9RXL79; Mon, 6 Mar 2017 00:09:49 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id B223A8A446; Mon, 6 Mar 2017 00:09:49 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 0E47E1C2AC8 for ; Mon, 6 Mar 2017 00:09:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 09DA589C01 for ; Mon, 6 Mar 2017 00:09:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4vaDdb4XQz2R for ; Mon, 6 Mar 2017 00:09:46 +0000 (UTC) X-Greylist: delayed 00:07:37 by SQLgrey-1.7.6 Received: from forward15o.cmail.yandex.net (forward15o.cmail.yandex.net [37.9.109.212]) by whitealder.osuosl.org (Postfix) with ESMTPS id 5206E89AD1 for ; Mon, 6 Mar 2017 00:09:46 +0000 (UTC) Received: from smtp2o.mail.yandex.net (smtp2o.mail.yandex.net [IPv6:2a02:6b8:0:1a2d::26]) by forward15o.cmail.yandex.net (Yandex) with ESMTP id 54230211F7 for ; Mon, 6 Mar 2017 03:02:04 +0300 (MSK) Received: from smtp2o.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp2o.mail.yandex.net (Yandex) with ESMTP id 3965B5080D0A for ; Mon, 6 Mar 2017 03:02:03 +0300 (MSK) Received: by smtp2o.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id oeqJTDGla6-23meTvwu; Mon, 06 Mar 2017 03:02:03 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ya.ru; s=mail; t=1488758523; bh=oYhCluzic/RRQUvV+ZrM+3kvNGvRPQ/PM90jOqcfQmg=; h=To:From:Subject:Message-ID:Date; b=Nd3aWn08SAB23x3Gf0F3SqcdSI8rTc0DGkM7l5+LfZZ06w2ghEyNKrryR7b7A16n0 IUB1o16Lw1AbuEx49954UYKun7pGJJw6Zy36lwNglhWTRmBl2ocKz0smoVZ9o6ezzP HhjABtyxr/WDBPp5my0nJmUi+YHe6TPKzXZI6R9I= Authentication-Results: smtp2o.mail.yandex.net; dkim=pass header.i=@ya.ru X-Yandex-Suid-Status: 1 0 To: buildroot@busybox.net From: Oleg Kitain Message-ID: <5f582368-797e-10ad-1c19-a998496cabbf@ya.ru> Date: Mon, 6 Mar 2017 03:02:02 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 Subject: [Buildroot] [PATCH 1/1] pcre: Change download location X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Subject: [PATCH 1/1] pcre: Change download location The location at ftp.csx.cam.ac.uk only stores 2 latest versions of PCRE. This results in old (2015.11 and older currently) buildroot versions timing out on wget several times and having to retrieve the package from sources.buildroot.org afterwards. Signed-off-by: Oleg Kitain --- package/pcre/pcre.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/pcre/pcre.mk b/package/pcre/pcre.mk index 211e2359a..7b06db1a5 100644 --- a/package/pcre/pcre.mk +++ b/package/pcre/pcre.mk @@ -5,7 +5,7 @@ ################################################################################ PCRE_VERSION = 8.40 -PCRE_SITE = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre +PCRE_SITE = https://ftp.pcre.org/pub/pcre PCRE_SOURCE = pcre-$(PCRE_VERSION).tar.bz2 PCRE_LICENSE = BSD-3c PCRE_LICENSE_FILES = LICENCE