wok diff ufw/receipt @ rev 22434

Add sshrc (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 21 12:20:01 2019 +0100 (2019-12-21)
parents f42912c1cf7b
children 1bd2c6414e5a
line diff
     1.1 --- a/ufw/receipt	Fri Feb 12 18:20:52 2016 +0100
     1.2 +++ b/ufw/receipt	Sat Dec 21 12:20:01 2019 +0100
     1.3 @@ -1,15 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ufw"
     1.7 -VERSION="0.34"
     1.8 +VERSION="0.36"
     1.9  CATEGORY="security"
    1.10 -SHORT_DESC="Uncomplicated Firewall, a cli for managing netfilter"
    1.11 +TAGS="firewall"
    1.12 +SHORT_DESC="Uncomplicated Firewall, a cli for managing netfilter."
    1.13  MAINTAINER="pascal.bellard@slitaz.org"
    1.14  LICENSE="GPL3"
    1.15 +WEB_SITE="https://launchpad.net/ufw"
    1.16 +
    1.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18 -WEB_SITE="https://launchpad.net/ufw"
    1.19  WGET_URL="$WEB_SITE/$VERSION/$VERSION/+download/$TARBALL"
    1.20 -TAGS="firewall"
    1.21  
    1.22  DEPENDS="python iptables"
    1.23  BUILD_DEPENDS="python iptables"