From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] sslh: Update to version 1.22c Date: Tue, 28 Sep 2021 23:22:10 +0200 Message-ID: <20210928212210.2804289-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8805405901415972196==" List-Id: --===============8805405901415972196== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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 Cha= ngeLog file in the source tarball Signed-off-by: Adolf Belka --- config/rootfiles/packages/sslh | 1 + lfs/sslh | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/packages/sslh b/config/rootfiles/packages/sslh index 2c67aad3a..21a1b155b 100644 --- a/config/rootfiles/packages/sslh +++ b/config/rootfiles/packages/sslh @@ -1,2 +1,3 @@ etc/rc.d/init.d/sslh usr/sbin/sslh +#usr/share/man/man8/sslh.8.gz diff --git a/lfs/sslh b/lfs/sslh index c5e8cdd63..07f419007 100644 --- a/lfs/sslh +++ b/lfs/sslh @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 1.7a +VER =3D 1.22c =20 THISAPP =3D sslh-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D sslh -PAK_VER =3D 5 +PAK_VER =3D 6 =20 DEPS =3D =20 @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D ee124654412198a5e11fe28acf10634d +$(DL_FILE)_MD5 =3D ddfebd2436e4f5e53d1810285d75f1b8 =20 install : $(TARGET) =20 @@ -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=3D"$(CFLAGS)" $(MAKETUNING) USELIBWRAP=3D - cd $(DIR_APP) && install -v -m 755 sslh /usr/sbin + cd $(DIR_APP) && make install =20 #install initscripts $(call INSTALL_INITSCRIPT,sslh) --=20 2.33.0 --===============8805405901415972196==--