X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fkrb5;h=5a619ab842dc770ee79701e2abbbe984e9102aef;hb=34bbcff61f2de1fa76e4be20371d276f304277da;hp=7e346920a052aff87d02c1709c658823977db781;hpb=b8987235d26e4bdf99fa1c4a574a3da0c7674d07;p=ipfire-2.x.git diff --git a/lfs/krb5 b/lfs/krb5 index 7e346920a0..5a619ab842 100644 --- a/lfs/krb5 +++ b/lfs/krb5 @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2018 IPFire Team # # # # 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 = 1.14.4 +VER = 1.15.2 THISAPP = krb5-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP)/src TARGET = $(DIR_INFO)/$(THISAPP) PROG = krb5 -PAK_VER = 2 +PAK_VER = 3 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = ba90f5701fc2dda76133c1f34ba4ee80 +$(DL_FILE)_MD5 = b160f72161c730897dc7689f876b6e2a install : $(TARGET) @@ -92,7 +92,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --enable-dns-for-realm \ CPPFLAGS="-I/usr/include/et" - cd $(DIR_APP) && make #$(MAKETUNING) + cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install for LIB in gssapi_krb5 gssrpc k5crypto kadm5clnt kadm5srv \