~alpine/aports

testing/ufw: adding ip6tables as dependency v1 PROPOSED

Danilo Falcão: 1
 testing/ufw: adding ip6tables as dependency

 1 files changed, 3 insertions(+), 3 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/1181/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] testing/ufw: adding ip6tables as dependency Export this patch

From: Danilo Falcão <danilo@falcao.org>

---
 testing/ufw/APKBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/testing/ufw/APKBUILD b/testing/ufw/APKBUILD
index fb77d07..f60526a 100644
--- a/testing/ufw/APKBUILD
+++ b/testing/ufw/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
pkgname=ufw
pkgver=0.35
pkgrel=0
pkgrel=1
pkgdesc='Uncomplicated CLI tool managing a netfilter firewall'
url='https://launchpad.net/ufw'
arch='noarch'
license='GPL'
depends='iptables python'
makedepends='ip6tables'
depends='iptables ip6tables python'
makedepends=''
subpackages="$pkgname-doc"
source="http://launchpad.net/$pkgname/$(echo $pkgver|cut -c1-4)/$pkgver/+download/$pkgname-$pkgver.tar.gz
        $pkgname.initd"
-- 
2.9.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---