Skip to content

Commit

Permalink
sslh: Update to version 1.22c
Browse files Browse the repository at this point in the history
- 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 <[email protected]>
  • Loading branch information
Adolf Belka authored and Arne Fitzenreiter committed Nov 24, 2021
1 parent c43d3a1 commit 549f529
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions config/rootfiles/packages/sslh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
etc/rc.d/init.d/sslh
usr/sbin/sslh
#usr/share/man/man8/sslh.8.gz
8 changes: 4 additions & 4 deletions lfs/sslh
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@

include Config

VER = 1.7a
VER = 1.22c

THISAPP = sslh-$(VER)
DL_FILE = $(THISAPP).tar.gz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = sslh
PAK_VER = 5
PAK_VER = 6

DEPS =

Expand All @@ -44,7 +44,7 @@ objects = $(DL_FILE)

$(DL_FILE) = $(DL_FROM)/$(DL_FILE)

$(DL_FILE)_MD5 = ee124654412198a5e11fe28acf10634d
$(DL_FILE)_MD5 = ddfebd2436e4f5e53d1810285d75f1b8

install : $(TARGET)

Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 549f529

Please sign in to comment.