]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/stunnel
slang: revert parallelized build
[ipfire-2.x.git] / lfs / stunnel
index 4585151a86dee01a0e0b5eccf223a32972720fad..d23196a33cbc4887bc29805f5739373b901a1c43 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2018  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        = 5.01
+VER        = 5.44
 
 THISAPP    = stunnel-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = stunnel
-PAK_VER    = 2
+PAK_VER    = 4
 
 DEPS       = ""
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 7b63266b6fa05da696729e245100da65
+$(DL_FILE)_MD5 = 47697dee496c80c8e352b2b705c4a571
 
 install : $(TARGET)
 
@@ -88,6 +88,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        install -v -m750 -o stunnel -g stunnel -d /var/lib/stunnel/run
        chown -v stunnel:stunnel /var/lib/stunnel
 
+       #install initscripts
+       $(call INSTALL_INITSCRIPT,stunnel)
+
+
        # Install default configuration
        -mkdir -pv /etc/stunnel
        install -v -m 644 $(DIR_SRC)/config/stunnel/stunnel.conf \