]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/sslh
buildprocess: Add extra metadata to pak lfs files
[ipfire-2.x.git] / lfs / sslh
index f70cfa84b1b0d6663609c2fc2b764ec40786ace3..48ee91305d2e48b6181f8bbc0e9a0cee035251a3 100644 (file)
--- a/lfs/sslh
+++ b/lfs/sslh
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2009  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,9 @@
 
 include Config
 
-VER        = 1.7a
+SUMMARY    = SSL/SSH multiplexer
+
+VER        = 1.22c
 
 THISAPP    = sslh-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,9 +34,11 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = sslh
-PAK_VER    = 5
+PAK_VER    = 6
+
+DEPS       =
 
-DEPS       = ""
+SERVICES   = sslh
 
 ###############################################################################
 # Top-level Rules
@@ -44,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = ee124654412198a5e11fe28acf10634d
+$(DL_FILE)_MD5 = ddfebd2436e4f5e53d1810285d75f1b8
 
 install : $(TARGET)
 
@@ -78,10 +82,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && make CFLAGS="$(CFLAGS)" $(MAKETUNING) USELIBWRAP=
-       cd $(DIR_APP) && install -v -m 755 sslh /usr/sbin
+       cd $(DIR_APP) && make install
 
        #install initscripts
-       $(call INSTALL_INITSCRIPT,sslh)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)