X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2FNet_SSLeay;h=762bf1f4ae7f20640dc3a538eaf20bbd4734ad47;hp=8f5d06394a0c977ca8ff20d5ea9b1f9bec604a65;hb=30fcfc4cd56414383259895ac1c807d9e2cc182a;hpb=ccab85aeed5c60d63f59e9c72e2c910232d58498 diff --git a/lfs/Net_SSLeay b/lfs/Net_SSLeay index 8f5d06394a..762bf1f4ae 100644 --- a/lfs/Net_SSLeay +++ b/lfs/Net_SSLeay @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2019 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.35 +VER = 1.88 THISAPP = Net-SSLeay-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 1e4ec37a4467eb66a62d3c090ac9029b +$(DL_FILE)_MD5 = fcef4985f5f7e0381e3dddd0ee7878d1 install : $(TARGET) @@ -70,9 +70,12 @@ $(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) && sed -i "s%,'y'%,'n'%" Makefile.PL cd $(DIR_APP) && yes 'n' | perl Makefile.PL + cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install + @rm -rf $(DIR_APP) @$(POSTBUILD)