From patchwork Thu Jan 28 20:17:30 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 3830 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4DRWwr6RRdz3wxn for ; Thu, 28 Jan 2021 20:17:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4DRWwr4c3Fz1Wl; Thu, 28 Jan 2021 20:17:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4DRWwr3h9fz2xmx; Thu, 28 Jan 2021 20:17:32 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4DRWwq2JYPz2xXd for ; Thu, 28 Jan 2021 20:17:31 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4DRWwp5hPyz1SP; Thu, 28 Jan 2021 20:17:30 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1611865050; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=ec9z6tEy+9baInu/xdo+IFXmj1+ihJYEKPkLsPHxX84=; b=vqZD+nUIBBmtRNUM70L6treakmCtZpGwLrYcStHr8Vs1LzYtqpXF6huvfoJqzMPq/prkfk C7dT/+joFTXTc7AA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1611865050; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=ec9z6tEy+9baInu/xdo+IFXmj1+ihJYEKPkLsPHxX84=; b=ct2OnpyOP2Ne05H4yRM3yAhCvVonf0JUvbPGehHSlikMIIyJ9vZ1EcEJN8zOHKzPotvqph lBCRmES58DpyUSq2QxQcdJyB8MER0bq03Y2ws4VTvRFQ+0VmDO9S4/Fb2PDHmjAgh3pVjS hYpm8VIpGTgI+PW+Z+PJahqIEkd/uUIYT9aPtv2z174HClb12stMKHac255sbZWzAkq9fJ A2jMMIECjB2hL6gMFl5v6mjumWea6qvY1bCc19G3RPc+F6kllUlwjT/SW4xh+OKjPiwrsP 2FH+rfQ2sJ4E28ZSfTnTbkw5y7T2f/BYJf8QRKfQpVc9ERw5yQHmOwLVv0ZG6g== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] dma: Update to 0.13 Date: Thu, 28 Jan 2021 21:17:30 +0100 Message-Id: <20210128201730.2133100-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update dma from 0.12 to 0.13 - No changelog information available - No change to the rootfile Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- lfs/dma | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/dma b/lfs/dma index aceb2704e..78bb6465f 100644 --- a/lfs/dma +++ b/lfs/dma @@ -24,7 +24,7 @@ include Config -VER = 0.12 +VER = 0.13 THISAPP = dma-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 58cb2a286995381c92dc557e639622d6 +$(DL_FILE)_MD5 = 8bf824b065295a594f399c8b96663673 install : $(TARGET)