diff options
author | Baruch Siach <baruch@tkos.co.il> | 2017-06-14 21:35:40 +0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-06-14 21:52:15 +0200 |
commit | bf613197b65193bb4476613b7df741dd5b4683fb (patch) | |
tree | a66484e1960d854e780015bd723e384bacb59d4f | |
parent | 9289b2427585279d706a6a75219108d3cd0fdaba (diff) | |
download | buildroot-bf613197b65193bb4476613b7df741dd5b4683fb.tar.gz buildroot-bf613197b65193bb4476613b7df741dd5b4683fb.zip |
libnpth: bump to version 1.5
Switch to HTTPS for better corporate firewall compliance.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/libnpth/libnpth.hash | 4 | ||||
-rw-r--r-- | package/libnpth/libnpth.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package/libnpth/libnpth.hash b/package/libnpth/libnpth.hash index d8d0fbd51d..f8cfefa448 100644 --- a/package/libnpth/libnpth.hash +++ b/package/libnpth/libnpth.hash @@ -1,2 +1,2 @@ -# Locally calculated -sha256 bca81940436aed0734eb8d0ff8b179e04cc8c087f5625204419f5f45d736a82a npth-1.3.tar.bz2 +# Locally calculated after checking signature +sha256 294a690c1f537b92ed829d867bee537e46be93fbd60b16c04630fbbfcd9db3c2 npth-1.5.tar.bz2 diff --git a/package/libnpth/libnpth.mk b/package/libnpth/libnpth.mk index 35111ddf12..dcaf8685ae 100644 --- a/package/libnpth/libnpth.mk +++ b/package/libnpth/libnpth.mk @@ -4,9 +4,9 @@ # ################################################################################ -LIBNPTH_VERSION = 1.3 +LIBNPTH_VERSION = 1.5 LIBNPTH_SOURCE = npth-$(LIBNPTH_VERSION).tar.bz2 -LIBNPTH_SITE = ftp://ftp.gnupg.org/gcrypt/npth +LIBNPTH_SITE = https://www.gnupg.org/ftp/gcrypt/npth LIBNPTH_LICENSE = LGPL-3.0+ or GPL-2.0+ LIBNPTH_LICENSE_FILES = COPYING COPYING.LESSER LIBNPTH_INSTALL_STAGING = YES |