X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fcurl;h=f00677b5e7c7f55e6d6e0c57c5c668c0408764a1;hp=ebb093f56b88e2bf07f519bf6bf97616ba610ed2;hb=cae1f4a7a82f47703afb0cc25ff71f7585b28c2b;hpb=dd48a7aac8088ef706d2299bc5b473e9389ba2a2 diff --git a/lfs/curl b/lfs/curl index ebb093f56b..f00677b5e7 100644 --- a/lfs/curl +++ b/lfs/curl @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2015 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 = 7.59.0 +VER = 7.63.0 THISAPP = curl-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = a44f98c25c7506e7103039b542aa5ad8 +$(DL_FILE)_MD5 = 6121427a7199cd6094fc48c9e31e8992 install : $(TARGET) @@ -78,7 +78,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --with-ca-bundle=/etc/ssl/certs/ca-bundle.crt cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install - # Create symlink to new curl lib for old binaries - ln -sf libcurl.so.4 /usr/lib/libcurl.so.3 @rm -rf $(DIR_APP) @$(POSTBUILD)