From patchwork Thu Sep 14 22:14:45 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexey Brodkin X-Patchwork-Id: 813973 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.136; helo=silver.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3xtY1W41dBz9s7h for ; Fri, 15 Sep 2017 08:22:23 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 9335A310CD; Thu, 14 Sep 2017 22:22:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tMWf1rEiN94Z; Thu, 14 Sep 2017 22:22:19 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 95E9F310BE; Thu, 14 Sep 2017 22:22:19 +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 4464C1C04DC for ; Thu, 14 Sep 2017 22:22:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 3E8EA89CB0 for ; Thu, 14 Sep 2017 22:22:17 +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 Gn9XgDZuh2cT for ; Thu, 14 Sep 2017 22:22:16 +0000 (UTC) X-Greylist: delayed 00:07:15 by SQLgrey-1.7.6 Received: from smtprelay.synopsys.com (smtprelay.synopsys.com [198.182.47.9]) by whitealder.osuosl.org (Postfix) with ESMTPS id 3FE6089CAF for ; Thu, 14 Sep 2017 22:22:16 +0000 (UTC) Received: from mailhost.synopsys.com (mailhost1.synopsys.com [10.12.238.239]) by smtprelay.synopsys.com (Postfix) with ESMTP id 2A3AF24E1696; Thu, 14 Sep 2017 15:15:01 -0700 (PDT) Received: from mailhost.synopsys.com (localhost [127.0.0.1]) by mailhost.synopsys.com (Postfix) with ESMTP id 10822C65; Thu, 14 Sep 2017 15:15:01 -0700 (PDT) Received: from ru20arcgnu1.internal.synopsys.com (ru20arcgnu1.internal.synopsys.com [10.121.9.48]) by mailhost.synopsys.com (Postfix) with ESMTP id AC438C45; Thu, 14 Sep 2017 15:14:59 -0700 (PDT) From: Alexey Brodkin To: buildroot@busybox.net Date: Fri, 15 Sep 2017 01:14:45 +0300 Message-Id: <20170914221446.13647-2-abrodkin@synopsys.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170914221446.13647-1-abrodkin@synopsys.com> References: <20170914221446.13647-1-abrodkin@synopsys.com> Cc: Thomas Petazzoni , Alexey Brodkin Subject: [Buildroot] [PATCH 1/2] glibc: Move patches to version-specific folder 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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Removal of other glibc versions was nice but now when we're about to introduce ARC port of glibc which is based on newer glibc sources (pretty much today's master branch) these allways applied patches are getting in the way. Thus we re-introduce a bit of complication until ARC port becomes a part of upstream glibc release. Signed-off-by: Alexey Brodkin Cc: Waldemar Brodkorb --- package/glibc/{ => 2.25}/0001-sh-Fix-building-with-gcc5-6.patch | 0 .../0002-CVE-2017-1000366-Ignore-LD_LIBRARY_PATH-for-AT_SECUR.patch | 0 .../0003-ld.so-Reject-overly-long-LD_PRELOAD-path-elements.patch | 0 .../{ => 2.25}/0004-ld.so-Reject-overly-long-LD_AUDIT-path-elements.patch | 0 package/glibc/{ => 2.25}/0005-fix-binutils-2-29-build.patch | 0 .../0006-i686-Add-missing-IS_IN-libc-guards-to-vectorized-strcspn.patch | 0 package/glibc/{ => 2.25}/0006-sh4-trap.patch | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename package/glibc/{ => 2.25}/0001-sh-Fix-building-with-gcc5-6.patch (100%) rename package/glibc/{ => 2.25}/0002-CVE-2017-1000366-Ignore-LD_LIBRARY_PATH-for-AT_SECUR.patch (100%) rename package/glibc/{ => 2.25}/0003-ld.so-Reject-overly-long-LD_PRELOAD-path-elements.patch (100%) rename package/glibc/{ => 2.25}/0004-ld.so-Reject-overly-long-LD_AUDIT-path-elements.patch (100%) rename package/glibc/{ => 2.25}/0005-fix-binutils-2-29-build.patch (100%) rename package/glibc/{ => 2.25}/0006-i686-Add-missing-IS_IN-libc-guards-to-vectorized-strcspn.patch (100%) rename package/glibc/{ => 2.25}/0006-sh4-trap.patch (100%) diff --git a/package/glibc/0001-sh-Fix-building-with-gcc5-6.patch b/package/glibc/2.25/0001-sh-Fix-building-with-gcc5-6.patch similarity index 100% rename from package/glibc/0001-sh-Fix-building-with-gcc5-6.patch rename to package/glibc/2.25/0001-sh-Fix-building-with-gcc5-6.patch diff --git a/package/glibc/0002-CVE-2017-1000366-Ignore-LD_LIBRARY_PATH-for-AT_SECUR.patch b/package/glibc/2.25/0002-CVE-2017-1000366-Ignore-LD_LIBRARY_PATH-for-AT_SECUR.patch similarity index 100% rename from package/glibc/0002-CVE-2017-1000366-Ignore-LD_LIBRARY_PATH-for-AT_SECUR.patch rename to package/glibc/2.25/0002-CVE-2017-1000366-Ignore-LD_LIBRARY_PATH-for-AT_SECUR.patch diff --git a/package/glibc/0003-ld.so-Reject-overly-long-LD_PRELOAD-path-elements.patch b/package/glibc/2.25/0003-ld.so-Reject-overly-long-LD_PRELOAD-path-elements.patch similarity index 100% rename from package/glibc/0003-ld.so-Reject-overly-long-LD_PRELOAD-path-elements.patch rename to package/glibc/2.25/0003-ld.so-Reject-overly-long-LD_PRELOAD-path-elements.patch diff --git a/package/glibc/0004-ld.so-Reject-overly-long-LD_AUDIT-path-elements.patch b/package/glibc/2.25/0004-ld.so-Reject-overly-long-LD_AUDIT-path-elements.patch similarity index 100% rename from package/glibc/0004-ld.so-Reject-overly-long-LD_AUDIT-path-elements.patch rename to package/glibc/2.25/0004-ld.so-Reject-overly-long-LD_AUDIT-path-elements.patch diff --git a/package/glibc/0005-fix-binutils-2-29-build.patch b/package/glibc/2.25/0005-fix-binutils-2-29-build.patch similarity index 100% rename from package/glibc/0005-fix-binutils-2-29-build.patch rename to package/glibc/2.25/0005-fix-binutils-2-29-build.patch diff --git a/package/glibc/0006-i686-Add-missing-IS_IN-libc-guards-to-vectorized-strcspn.patch b/package/glibc/2.25/0006-i686-Add-missing-IS_IN-libc-guards-to-vectorized-strcspn.patch similarity index 100% rename from package/glibc/0006-i686-Add-missing-IS_IN-libc-guards-to-vectorized-strcspn.patch rename to package/glibc/2.25/0006-i686-Add-missing-IS_IN-libc-guards-to-vectorized-strcspn.patch diff --git a/package/glibc/0006-sh4-trap.patch b/package/glibc/2.25/0006-sh4-trap.patch similarity index 100% rename from package/glibc/0006-sh4-trap.patch rename to package/glibc/2.25/0006-sh4-trap.patch