summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Perrad <fperrad@gmail.com>2018-07-03 08:08:09 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-07-03 21:41:48 +0200
commit8ae70adc52f1d01d04a68ad62df8e66168ac4af8 (patch)
treee6533a7bdb9eee5e2470193aa18ac88f58e195a5
parent8c504d898d1261eac2c8e252f3affc24610a562d (diff)
downloadbuildroot-8ae70adc52f1d01d04a68ad62df8e66168ac4af8.tar.gz
buildroot-8ae70adc52f1d01d04a68ad62df8e66168ac4af8.zip
libtomcrypt: bump to version 1.18.2
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r--package/libtomcrypt/libtomcrypt.hash5
-rw-r--r--package/libtomcrypt/libtomcrypt.mk2
2 files changed, 5 insertions, 2 deletions
diff --git a/package/libtomcrypt/libtomcrypt.hash b/package/libtomcrypt/libtomcrypt.hash
index be8e9b1bc3..3820f8d727 100644
--- a/package/libtomcrypt/libtomcrypt.hash
+++ b/package/libtomcrypt/libtomcrypt.hash
@@ -1,2 +1,5 @@
# Locally computed
-sha256 57c13a34fbfd45696189d19e47864e48f4e5c11590c29b444accb8edbf047f14 crypt-1.18.1.tar.xz
+sha256 96ad4c3b8336050993c5bc2cf6c057484f2b0f9f763448151567fbab5e767b84 crypt-1.18.2.tar.xz
+
+# Hash for license file:
+sha256 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8 LICENSE
diff --git a/package/libtomcrypt/libtomcrypt.mk b/package/libtomcrypt/libtomcrypt.mk
index ff6222cc91..583bcb15ff 100644
--- a/package/libtomcrypt/libtomcrypt.mk
+++ b/package/libtomcrypt/libtomcrypt.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBTOMCRYPT_VERSION = 1.18.1
+LIBTOMCRYPT_VERSION = 1.18.2
LIBTOMCRYPT_SITE = https://github.com/libtom/libtomcrypt/releases/download/v$(LIBTOMCRYPT_VERSION)
LIBTOMCRYPT_SOURCE = crypt-$(LIBTOMCRYPT_VERSION).tar.xz
LIBTOMCRYPT_LICENSE = WTFPL
OpenPOWER on IntegriCloud