From patchwork Wed Nov 1 02:01:47 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcel Lorenz X-Patchwork-Id: 1507 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 23E5C60DDF for ; Tue, 31 Oct 2017 16:02:04 +0100 (CET) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id B9448285D; Tue, 31 Oct 2017 16:02:03 +0100 (CET) Received: from localhost.localdomain (mail.ml-systec.de [87.140.105.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 2C0B4285D for ; Tue, 31 Oct 2017 16:02:02 +0100 (CET) From: Marcel Lorenz To: development@lists.ipfire.org Subject: [PATCH] stunnel: update to 5.42 Date: Tue, 31 Oct 2017 16:01:47 +0100 Message-Id: <20171031150147.5859-1-marcel.lorenz@ipfire.org> X-Mailer: git-send-email 2.14.2 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.21 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" Signed-off-by: Marcel Lorenz --- config/rootfiles/packages/stunnel | 6 +++--- lfs/stunnel | 9 +++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/config/rootfiles/packages/stunnel b/config/rootfiles/packages/stunnel index eaf7fcece..91650166a 100644 --- a/config/rootfiles/packages/stunnel +++ b/config/rootfiles/packages/stunnel @@ -1,4 +1,3 @@ -etc/rc.d/init.d/stunnel etc/stunnel etc/stunnel/stunnel.conf #etc/stunnel/stunnel.conf-sample @@ -28,14 +27,15 @@ usr/lib/stunnel/libstunnel.so #usr/share/doc/stunnel/examples/importCA.sh #usr/share/doc/stunnel/examples/script.sh #usr/share/doc/stunnel/examples/stunnel.init +#usr/share/doc/stunnel/examples/stunnel.logrotate +#usr/share/doc/stunnel/examples/stunnel.rh.init #usr/share/doc/stunnel/examples/stunnel.service #usr/share/doc/stunnel/examples/stunnel.spec -#usr/share/doc/stunnel/stunnel.fr.html #usr/share/doc/stunnel/stunnel.html #usr/share/doc/stunnel/stunnel.pl.html #usr/share/man/man8/stunnel.8 -#usr/share/man/man8/stunnel.fr.8 #usr/share/man/man8/stunnel.pl.8 var/ipfire/backup/addons/includes/stunnel var/lib/stunnel var/lib/stunnel/run +etc/rc.d/init.d/stunnel diff --git a/lfs/stunnel b/lfs/stunnel index 684e4522d..d046db65d 100644 --- a/lfs/stunnel +++ b/lfs/stunnel @@ -24,7 +24,7 @@ include Config -VER = 5.01 +VER = 5.42 THISAPP = stunnel-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = stunnel -PAK_VER = 2 +PAK_VER = 3 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 7b63266b6fa05da696729e245100da65 +$(DL_FILE)_MD5 = ad0a6c63b30ec40afc7a2326e9ce04e0 install : $(TARGET) @@ -80,7 +80,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && ./configure \ --prefix=/usr \ --sysconfdir=/etc \ - --localstatedir=/var + --localstatedir=/var \ + --disable-systemd cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install