nettle: Update to 3.5.1

Message ID 20190628082341.27514-1-matthias.fischer@ipfire.org
State Accepted
Commit 1c505151cb4da3ea28aba715250544a831d7139f
Headers
Series nettle: Update to 3.5.1 |

Commit Message

Matthias Fischer June 28, 2019, 6:23 p.m. UTC
  For details see:
https://git.lysator.liu.se/nettle/nettle/blob/master/ChangeLog

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 config/rootfiles/common/nettle | 12 ++++++------
 lfs/nettle                     |  4 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)
  

Patch

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)