This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, master has been updated via 371661367ce0b00cce45b49f1d242a74978261e0 (commit) from fead20a917dfdb8d7e091f8a8c6e39625ea9e315 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 371661367ce0b00cce45b49f1d242a74978261e0 Author: Michael Tremer Date: Thu May 28 19:00:47 2020 +0000 netatalk: Add krb5 as a dependency Signed-off-by: Michael Tremer Signed-off-by: Arne Fitzenreiter ----------------------------------------------------------------------- Summary of changes: lfs/netatalk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Difference in files: diff --git a/lfs/netatalk b/lfs/netatalk index 09107e2e8..16fd292eb 100644 --- a/lfs/netatalk +++ b/lfs/netatalk @@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = netatalk -PAK_VER = 1 +PAK_VER = 2 -DEPS = avahi dbus +DEPS = avahi dbus krb5 CFLAGS += -Wno-unused-result hooks/post-receive -- IPFire 2.x development tree