X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fpptp;h=91165bab70287449494efdced303d9a7462158d7;hb=9ae65c8e08344b1d9efb34c6604a6746ee4a77d2;hp=8edb89b6c60879ad5c0a2481c0c68c6bebba3ce6;hpb=e0027e6cdc8fb4b7849430aa805a0314fef2b6a7;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/pptp b/lfs/pptp index 8edb89b6c6..91165bab70 100644 --- a/lfs/pptp +++ b/lfs/pptp @@ -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.7.2 +VER = 1.10.0 THISAPP = pptp-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 4c3d19286a37459a632c7128c92a9857 +$(DL_FILE)_MD5 = 8d25341352fdae5ad5b36b9f18254908 install : $(TARGET) @@ -70,7 +70,6 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && patch -Np0 < $(DIR_SRC)/src/patches/pptp-1.7.2-compat.patch cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)