]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
sslh: Update to version 1.22c
authorAdolf Belka <adolf.belka@ipfire.org>
Tue, 28 Sep 2021 21:22:10 +0000 (23:22 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 24 Nov 2021 09:32:02 +0000 (09:32 +0000)
- Update from 1.7a (2013) to 1.22c (2021)
- Update rootfile
- Changelog is too large to include here. Full details can be read in the ChangeLog file
   in the source tarball

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
config/rootfiles/packages/sslh
lfs/sslh

index 2c67aad3ad18a4aa820e9d409047d59b29ca9ca9..21a1b155b16a4e33932cca7d17fcd8be6e3b463a 100644 (file)
@@ -1,2 +1,3 @@
 etc/rc.d/init.d/sslh
 usr/sbin/sslh
+#usr/share/man/man8/sslh.8.gz
index c5e8cdd63b778f9494a6568800e95c5cf1d8bc05..07f4190071feb62a8e82fac925946d3d81df3e4e 100644 (file)
--- a/lfs/sslh
+++ b/lfs/sslh
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.7a
+VER        = 1.22c
 
 THISAPP    = sslh-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = sslh
-PAK_VER    = 5
+PAK_VER    = 6
 
 DEPS       =
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = ee124654412198a5e11fe28acf10634d
+$(DL_FILE)_MD5 = ddfebd2436e4f5e53d1810285d75f1b8
 
 install : $(TARGET)
 
@@ -78,7 +78,7 @@ $(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)