From patchwork Tue Sep 28 21:22:10 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4756 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4HJssQ1K8cz3xWd for ; Tue, 28 Sep 2021 21:22:18 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4HJssP64ptz6Bj; Tue, 28 Sep 2021 21:22:17 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4HJssP5TH0z2xXY; Tue, 28 Sep 2021 21:22:17 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4HJssN3mHzz2xLY for ; Tue, 28 Sep 2021 21:22:16 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4HJssM4ynWz1Cf; Tue, 28 Sep 2021 21:22:15 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1632864135; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=ZZZFpPgkzf2YFPrcJEtNrVB2z3TtZMbaHK2gWlwf1G0=; b=3sXDuHLZY/BsC2WmNJ+3LXyFkjU7z+pg7ZmPEwwmbWda+GpFtwa2dmbIx/sE3qZq4Pf447 rmCvDzdZaFyX8KCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1632864135; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=ZZZFpPgkzf2YFPrcJEtNrVB2z3TtZMbaHK2gWlwf1G0=; b=C4DdJaEhr9dfX28lJCmZkANpf9QasUfdrpqqbqrVvzNDX2zJDrbBU9tsRxsaHcbkJhlAFx W7yz0HhWr88orJ4y28Vh1wJb/Rm5gjlBGEang3pbLrBjmvF17qlsHCL5NHLg/IOeXfvU0p kwaTDlbtKN++YTgUqTVTbwowJZTbfejjrn8F3JjJlx4P+dhGIA03heKyuCtPSAkVUcK2lj vlbmUe+SfPjCmHtkDsIjlkbSXCpso8tdP9yqrApAJRkaoLXe/h7/Z9dz74teXy1qI+HOgU 1lyHFpoTQVdIcNDV1IY/4CRGNnk2OAnIxGRTR1osnLF1LSIH7JXUUazhiwvBQQ== 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 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - 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 --- 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 @@ 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)