From patchwork Fri Jun 28 18:23:41 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2334 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id DA4FE887E59 for ; Fri, 28 Jun 2019 09:23:50 +0100 (BST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 45ZqY15mv1z51by0; Fri, 28 Jun 2019 09:23:49 +0100 (BST) Received: from Devel.localdomain (p4FF568F4.dip0.t-ipconnect.de [79.245.104.244]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 45ZqXy5CW5z51bxd for ; Fri, 28 Jun 2019 09:23:46 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904rsa; t=1561710226; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=3PI1lYC/pHQpjTYyzzCIBDhyqkuQPY8JXQQ99jj5tCQ=; b=u+k//tZ6a7rXhaStwHQGm3fdJuA+r+hgRsEFKh9/KSrO4ENJq4r6VPUT9ZPo3SLKE1m5It SpF+Zmw5cnhtl598kMPy53mLX1ZMq0Sg5Ygaihx6KB+B6Zw6zPudzvZ9Cpolg5dHriXuO5 dit5qVBm5XGHmSdx2gdLUS5C6bGb89gU7G3BdmsKtISOLmCaATo+ADV7y75DB5Yc8FeaYa 45i26HhvT1eF03UWvBw8aWcegMp6ef/0txGxxr28V6coNhTpq5TmowwKXX+GpdE7BqT06y dhZeNznBtQC7L/wNQaR/jUbNQLfAiNV6x7yb/Jaym01ZHthaZkBHBWVGsMLe1w== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904ed25519; t=1561710226; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=3PI1lYC/pHQpjTYyzzCIBDhyqkuQPY8JXQQ99jj5tCQ=; b=E1Ms0G4gZ72dZCCz4qzygRF5H+7kGqJ3Z+7c/z2pRVvRdXaRcPZKDYSJx8+g23palBqXp1 gQakNOkY4BLiV4Cw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] nettle: Update to 3.5.1 Date: Fri, 28 Jun 2019 10:23:41 +0200 Message-Id: <20190628082341.27514-1-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.18.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=mfischer smtp.mailfrom=matthias.fischer@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 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" For details see: https://git.lysator.liu.se/nettle/nettle/blob/master/ChangeLog Signed-off-by: Matthias Fischer --- config/rootfiles/common/nettle | 12 ++++++------ lfs/nettle | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config/rootfiles/common/nettle b/config/rootfiles/common/nettle index d3621683c..58e3f57a0 100644 --- a/config/rootfiles/common/nettle +++ b/config/rootfiles/common/nettle @@ -20,9 +20,9 @@ #usr/include/nettle/cfb.h #usr/include/nettle/chacha-poly1305.h #usr/include/nettle/chacha.h +#usr/include/nettle/cmac.h #usr/include/nettle/ctr.h #usr/include/nettle/curve25519.h -#usr/include/nettle/des-compat.h #usr/include/nettle/des.h #usr/include/nettle/dsa-compat.h #usr/include/nettle/dsa.h @@ -44,7 +44,6 @@ #usr/include/nettle/memops.h #usr/include/nettle/memxor.h #usr/include/nettle/nettle-meta.h -#usr/include/nettle/nettle-stdint.h #usr/include/nettle/nettle-types.h #usr/include/nettle/pbkdf2.h #usr/include/nettle/pgp.h @@ -65,12 +64,13 @@ #usr/include/nettle/twofish.h #usr/include/nettle/umac.h #usr/include/nettle/version.h +#usr/include/nettle/xts.h #usr/include/nettle/yarrow.h usr/lib/libhogweed.so -usr/lib/libhogweed.so.4 -usr/lib/libhogweed.so.4.5 +usr/lib/libhogweed.so.5 +usr/lib/libhogweed.so.5.0 #usr/lib/libnettle.so -usr/lib/libnettle.so.6 -usr/lib/libnettle.so.6.5 +usr/lib/libnettle.so.7 +usr/lib/libnettle.so.7.0 #usr/lib/pkgconfig/hogweed.pc #usr/lib/pkgconfig/nettle.pc diff --git a/lfs/nettle b/lfs/nettle index 36f247d34..cc34b1fad 100644 --- a/lfs/nettle +++ b/lfs/nettle @@ -24,7 +24,7 @@ include Config -VER = 3.4.1 +VER = 3.5.1 THISAPP = nettle-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 9bdebb0e2f638d3b9d91f7fc264b70c1 +$(DL_FILE)_MD5 = 0e5707b418c3826768d41130fbe4ee86 install : $(TARGET)