mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/ufw: Updated for version 0.36.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6ce129f610
commit
bf06b40283
2 changed files with 9 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=ufw
|
||||
VERSION=${VERSION:-0.35}
|
||||
VERSION=${VERSION:-0.36}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -75,6 +75,11 @@ find -L . \
|
|||
patch -p1 --verbose < $CWD/ufw.conf.patch
|
||||
patch -p1 --verbose < $CWD/ufw-0.35-fix-iptables-path.patch
|
||||
|
||||
# Python3 support
|
||||
if $(python3 -c 'import sys' 2>/dev/null); then
|
||||
python3 setup.py install --root=$PKG
|
||||
fi
|
||||
|
||||
python setup.py install --root=$PKG
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ufw"
|
||||
VERSION="0.35"
|
||||
VERSION="0.36"
|
||||
HOMEPAGE="https://launchpad.net/ufw"
|
||||
DOWNLOAD="https://launchpad.net/ufw/0.35/0.35/+download/ufw-0.35.tar.gz"
|
||||
MD5SUM="b7cd2dd4e4e98e46df125fee06edff92"
|
||||
DOWNLOAD="https://launchpad.net/ufw/0.36/0.36/+download/ufw-0.36.tar.gz"
|
||||
MD5SUM="6d8ab1506da21ae003f4628f93d05781"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue