summaryrefslogtreecommitdiffstats
path: root/network/shorewall/shorewall.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/shorewall/shorewall.SlackBuild')
-rw-r--r--network/shorewall/shorewall.SlackBuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/network/shorewall/shorewall.SlackBuild b/network/shorewall/shorewall.SlackBuild
index 7463bb3b11..02ca6b330d 100644
--- a/network/shorewall/shorewall.SlackBuild
+++ b/network/shorewall/shorewall.SlackBuild
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=shorewall
-VERSION=${VERSION:-4.4.27.1}
+VERSION=${VERSION:-4.4.27.3}
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -49,7 +49,6 @@ chown -R root:root .
# Patch the base against all the patchlevel patches in order if present
if [ $(ls $CWD/patch-$BASEVERS.* 2>/dev/null | wc -l) -gt 0 ]; then
for PATCH in $CWD/patch-$BASEVERS.* ; do
- echo "applying patch file $PATCH"
patch -p1 < $PATCH
done
fi