From: André Hentschel Date: Mon, 30 Sep 2019 11:39:31 +0000 (+0200) Subject: package/libkrb5: bump to 1.17 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=678a4b1489bc1129f4a6728075d438de86f2cc2d;p=buildroot.git package/libkrb5: bump to 1.17 The hash of the NOTICE file has changed due to: - Update in copyright year - Rewrapping/indentation changes - Addition of the license for other parts of the software, but that are under MIT, so no change from that perspective Signed-off-by: André Hentschel Signed-off-by: Thomas Petazzoni --- diff --git a/package/libkrb5/libkrb5.hash b/package/libkrb5/libkrb5.hash index 733c6c9d6f..aa7c3a3778 100644 --- a/package/libkrb5/libkrb5.hash +++ b/package/libkrb5/libkrb5.hash @@ -1,5 +1,5 @@ # Locally calculated after checking pgp signature -sha256 9f721e1fe593c219174740c71de514c7228a97d23eb7be7597b2ae14e487f027 krb5-1.16.2.tar.gz +sha256 5a6e2284a53de5702d3dc2be3b9339c963f9b5397d3fbbc53beb249380a781f5 krb5-1.17.tar.gz # Hash for license file: -sha256 58534f00ed877fd32936fcab094f49d399aeef7716393204d8028c4b89050c82 NOTICE +sha256 5149ea464bde245388d313309539e142156d371788ae57bbd4feb223757f6da1 NOTICE diff --git a/package/libkrb5/libkrb5.mk b/package/libkrb5/libkrb5.mk index 56345416aa..7c199129a3 100644 --- a/package/libkrb5/libkrb5.mk +++ b/package/libkrb5/libkrb5.mk @@ -4,8 +4,8 @@ # ################################################################################ -LIBKRB5_VERSION_MAJOR = 1.16 -LIBKRB5_VERSION = $(LIBKRB5_VERSION_MAJOR).2 +LIBKRB5_VERSION_MAJOR = 1.17 +LIBKRB5_VERSION = $(LIBKRB5_VERSION_MAJOR) LIBKRB5_SITE = https://web.mit.edu/kerberos/dist/krb5/$(LIBKRB5_VERSION_MAJOR) LIBKRB5_SOURCE = krb5-$(LIBKRB5_VERSION).tar.gz LIBKRB5_SUBDIR = src