mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
nettle: Update to 3.7.1
For details see: Annonce for 3.7.1: http://lists.lysator.liu.se/pipermail/nettle-bugs/2021/009434.html Announce for 3.6: http://lists.lysator.liu.se/pipermail/nettle-bugs/2020/008967.html Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
730e96c98b
commit
dd42ea2c5e
@@ -23,6 +23,7 @@
|
||||
#usr/include/nettle/cmac.h
|
||||
#usr/include/nettle/ctr.h
|
||||
#usr/include/nettle/curve25519.h
|
||||
#usr/include/nettle/curve448.h
|
||||
#usr/include/nettle/des.h
|
||||
#usr/include/nettle/dsa-compat.h
|
||||
#usr/include/nettle/dsa.h
|
||||
@@ -32,6 +33,7 @@
|
||||
#usr/include/nettle/ecdsa.h
|
||||
#usr/include/nettle/eddsa.h
|
||||
#usr/include/nettle/gcm.h
|
||||
#usr/include/nettle/gostdsa.h
|
||||
#usr/include/nettle/gosthash94.h
|
||||
#usr/include/nettle/hkdf.h
|
||||
#usr/include/nettle/hmac.h
|
||||
@@ -61,16 +63,18 @@
|
||||
#usr/include/nettle/sha1.h
|
||||
#usr/include/nettle/sha2.h
|
||||
#usr/include/nettle/sha3.h
|
||||
#usr/include/nettle/siv-cmac.h
|
||||
#usr/include/nettle/streebog.h
|
||||
#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.5
|
||||
usr/lib/libhogweed.so.5.0
|
||||
usr/lib/libhogweed.so.6
|
||||
usr/lib/libhogweed.so.6.2
|
||||
#usr/lib/libnettle.so
|
||||
usr/lib/libnettle.so.7
|
||||
usr/lib/libnettle.so.7.0
|
||||
usr/lib/libnettle.so.8
|
||||
usr/lib/libnettle.so.8.2
|
||||
#usr/lib/pkgconfig/hogweed.pc
|
||||
#usr/lib/pkgconfig/nettle.pc
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# IPFire.org - A linux based firewall #
|
||||
# Copyright (C) 2007-2019 IPFire Team <info@ipfire.org> #
|
||||
# Copyright (C) 2007-2021 IPFire Team <info@ipfire.org> #
|
||||
# #
|
||||
# This program is free software: you can redistribute it and/or modify #
|
||||
# it under the terms of the GNU General Public License as published by #
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 3.5.1
|
||||
VER = 3.7.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 = 0e5707b418c3826768d41130fbe4ee86
|
||||
$(DL_FILE)_MD5 = 4d23a99df650ee88511653fb9acea3f0
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user