From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id A08B2A00E6 for ; Tue, 6 Aug 2019 23:45:52 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E155C4CC0; Tue, 6 Aug 2019 23:45:51 +0200 (CEST) Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by dpdk.org (Postfix) with ESMTP id A6FC84C91 for ; Tue, 6 Aug 2019 23:45:49 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 58386504; Tue, 6 Aug 2019 17:45:48 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 06 Aug 2019 17:45:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=1hkfsRiYP+2ERvfAbQJV6FZg/nG8bFpqRYxFYWvRv2A=; b=fILsOkP4PRgr BVOuQ3cCHOIPqFLzq0mmNU4ImZjJKkRNYC6i0fjhXIGwZEA94ZFYsI2MWa0a9yu9 ktpJbLwpW5oja7ToGVGX8fFQD+X6pjIcAat0hRjC3V4vUCH2pwQNuWlMFR1NiM1X mfEzHyiWiFrItxoxx//k6jfTr9q4W9Q= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=1hkfsRiYP+2ERvfAbQJV6FZg/nG8bFpqRYxFYWvRv 2A=; b=f1w2Ela6fYhg8unHcOhIrjPqK50z1YBPc6zykV3AVHYmYmuqPlY6N0BJo LLlcVWlLRfbBibV89HmNPY0yKL3WRfTg32aTiHye9PEvp/u50gllzQiJeGvh4AqV psqIPnPEu3yPDuC9yiwR15rP1Lcl4kKGG4xATvaSxjd005Hcc75dsLJUtG9aUl71 akHOVmtvw19hiuP3/4EH91Nw4cWfSJAo/zbiXSbX891JAyHxlA4/vM1o48seLqWZ pIsn6I+PCR1vRn0sIQmQy5SGqVWKpBedmsDPYdWuz3m+5vLSw4ruQllcosWGYNdo TOv/Rlr9PQ6+30KhUQVO17eDaacPA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrudduuddgtddvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeelfedriedrudegledruddugeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhm rghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedu X-ME-Proxy: Received: from xps.localnet (114.149.6.93.rev.sfr.net [93.6.149.114]) by mail.messagingengine.com (Postfix) with ESMTPA id 053CC380087; Tue, 6 Aug 2019 17:45:46 -0400 (EDT) From: Thomas Monjalon To: John McNamara Cc: dev@dpdk.org, bruce.richardson@intel.com Date: Tue, 06 Aug 2019 23:45:45 +0200 Message-ID: <7759203.YFKdCYx8rs@xps> In-Reply-To: <1564484875-75300-1-git-send-email-john.mcnamara@intel.com> References: <1564484875-75300-1-git-send-email-john.mcnamara@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v1] doc: add note about patching third party dependencies X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 30/07/2019 13:07, John McNamara: > Added a note to the getting started guides about patching third > party libraries/dependencies to avoid any known vulnerabilities. > > Signed-off-by: John McNamara Applied, thanks