]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/Net_SSLeay
Net-SSLeay: Update to 1.55.
[ipfire-2.x.git] / lfs / Net_SSLeay
index 8f5d06394a0c977ca8ff20d5ea9b1f9bec604a65..e807e0d29f64a63d1c5add95ccb04e838977f8f2 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2013  IPFire Team <info@ipfire.org>                      #
 #                                                                             #
 # 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.55
 
 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 = 473b8d66ca69d5784bb0e428721f58e0
 
 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)