diff --git a/config/rootfiles/packages/stunnel b/config/rootfiles/packages/stunnel index 0882ef4de..c44cbc90c 100644 --- a/config/rootfiles/packages/stunnel +++ b/config/rootfiles/packages/stunnel @@ -7,6 +7,7 @@ usr/bin/stunnel #usr/lib/stunnel #usr/lib/stunnel/libstunnel.la usr/lib/stunnel/libstunnel.so +#usr/share/bash-completion/completions/stunnel.bash #usr/share/doc/stunnel #usr/share/doc/stunnel/AUTHORS.md #usr/share/doc/stunnel/BUGS.md diff --git a/lfs/stunnel b/lfs/stunnel index 9df9b96a3..948f51ca0 100644 --- a/lfs/stunnel +++ b/lfs/stunnel @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2020 IPFire Team # +# Copyright (C) 2007-2022 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,17 +24,16 @@ include Config +VER = 5.62 SUMMARY = Universal TLS Tunnel -VER = 5.58 - THISAPP = stunnel-$(VER) DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = stunnel -PAK_VER = 7 +PAK_VER = 8 DEPS = @@ -48,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = aed41cff61d622ff6c8706e9d75c53b7 +$(DL_FILE)_MD5 = e8cafad72a75252ff85210c0cef77f19 install : $(TARGET) @@ -58,7 +57,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) md5 : $(subst %,%_MD5,$(objects)) -dist: +dist: @$(PAK) ###############################################################################