X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fgnutls;h=8e6b542362accdd633d7ec6c373876e16382bd80;hp=e32c842b708f418213a033bd9342e5d85bed0849;hb=2557cea21c6f568812b4b814ca630c956abe42d5;hpb=17f7f41e4147c5653591c1413e576d72461cc1cb diff --git a/lfs/gnutls b/lfs/gnutls index e32c842b70..8e6b542362 100644 --- a/lfs/gnutls +++ b/lfs/gnutls @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2016 IPFire Team # +# 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 = 3.5.9 +VER = 3.5.19 THISAPP = gnutls-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 0ab25eb6a1509345dd085bc21a387951 +$(DL_FILE)_MD5 = 1002f4099ce11d785e9811099aaa59a6 install : $(TARGET) @@ -78,7 +78,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --without-p11-kit \ --disable-openssl-compatibility \ --disable-guile - cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)