From patchwork Sun Nov 16 14:00:46 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 411283 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id ED83E140119 for ; Mon, 17 Nov 2014 01:01:02 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 343D19574A; Sun, 16 Nov 2014 14:01:01 +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 CFMWxgIVDaz2; Sun, 16 Nov 2014 14:01:00 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id EAAF695766; Sun, 16 Nov 2014 14:00:59 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id E271B1C287F for ; Sun, 16 Nov 2014 14:00:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id DD321A2B0D for ; Sun, 16 Nov 2014 14:00:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id d5QQQq1al4aN for ; Sun, 16 Nov 2014 14:00:54 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout05.t-online.de (mailout05.t-online.de [194.25.134.82]) by fraxinus.osuosl.org (Postfix) with ESMTPS id A4FC8A2869 for ; Sun, 16 Nov 2014 14:00:54 +0000 (UTC) Received: from fwd15.aul.t-online.de (fwd15.aul.t-online.de [172.20.27.63]) by mailout05.t-online.de (Postfix) with SMTP id 4169D6360B3 for ; Sun, 16 Nov 2014 15:00:52 +0100 (CET) Received: from fli4l.lan.fli4l (JOzIgUZCZhZ0CKvC2bTBvCM0FoJFUtuREs40lEVbujDzi0F5BnlUlBa-AfGEuFqQfZ@[79.247.175.40]) by fwd15.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1Xq0Nm-1NZmfQ0; Sun, 16 Nov 2014 15:00:50 +0100 Received: from fli4lbuild64.lan.fli4l ([192.168.1.51]:48254) by fli4l.lan.fli4l with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.84) (envelope-from ) id 1Xq0Nl-000701-Hy; Sun, 16 Nov 2014 15:00:49 +0100 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sun, 16 Nov 2014 15:00:46 +0100 Message-Id: <1416146446-27060-2-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1416146446-27060-1-git-send-email-bernd.kuhls@t-online.de> References: <1416146446-27060-1-git-send-email-bernd.kuhls@t-online.de> X-ID: JOzIgUZCZhZ0CKvC2bTBvCM0FoJFUtuREs40lEVbujDzi0F5BnlUlBa-AfGEuFqQfZ X-TOI-MSGID: 5d109f4f-a0bf-4eb6-a791-7168f16f150c Cc: Bernd Kuhls Subject: [Buildroot] [PATCH 2/2] package/openssl: rename patches to the new convention 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" Signed-off-by: Bernd Kuhls --- ...openssl-001-do-not-build-docs.patch => 001-do-not-build-docs.patch} | 0 ...002-dont-force-large-file.patch => 002-dont-force-large-file.patch} | 0 ...n.patch => 003-cryptodev-Fix-issue-with-signature-generation.patch} | 0 .../openssl/{openssl-004-musl-termios.patch => 004-musl-termios.patch} | 0 .../{openssl-005-parallel-build.patch => 005-parallel-build.patch} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename package/openssl/{openssl-001-do-not-build-docs.patch => 001-do-not-build-docs.patch} (100%) rename package/openssl/{openssl-002-dont-force-large-file.patch => 002-dont-force-large-file.patch} (100%) rename package/openssl/{openssl-003-cryptodev-Fix-issue-with-signature-generation.patch => 003-cryptodev-Fix-issue-with-signature-generation.patch} (100%) rename package/openssl/{openssl-004-musl-termios.patch => 004-musl-termios.patch} (100%) rename package/openssl/{openssl-005-parallel-build.patch => 005-parallel-build.patch} (100%) diff --git a/package/openssl/openssl-001-do-not-build-docs.patch b/package/openssl/001-do-not-build-docs.patch similarity index 100% rename from package/openssl/openssl-001-do-not-build-docs.patch rename to package/openssl/001-do-not-build-docs.patch diff --git a/package/openssl/openssl-002-dont-force-large-file.patch b/package/openssl/002-dont-force-large-file.patch similarity index 100% rename from package/openssl/openssl-002-dont-force-large-file.patch rename to package/openssl/002-dont-force-large-file.patch diff --git a/package/openssl/openssl-003-cryptodev-Fix-issue-with-signature-generation.patch b/package/openssl/003-cryptodev-Fix-issue-with-signature-generation.patch similarity index 100% rename from package/openssl/openssl-003-cryptodev-Fix-issue-with-signature-generation.patch rename to package/openssl/003-cryptodev-Fix-issue-with-signature-generation.patch diff --git a/package/openssl/openssl-004-musl-termios.patch b/package/openssl/004-musl-termios.patch similarity index 100% rename from package/openssl/openssl-004-musl-termios.patch rename to package/openssl/004-musl-termios.patch diff --git a/package/openssl/openssl-005-parallel-build.patch b/package/openssl/005-parallel-build.patch similarity index 100% rename from package/openssl/openssl-005-parallel-build.patch rename to package/openssl/005-parallel-build.patch