shorewall: misc tweak; rev bump.
This commit is contained in:
parent
f46040cfa1
commit
f2e3feee6a
1 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'shorewall'
|
# Template file for 'shorewall'
|
||||||
pkgname=shorewall
|
pkgname=shorewall
|
||||||
version=4.5.21.6
|
version=4.5.21.6
|
||||||
revision=1
|
revision=2
|
||||||
_disturl="http://www.shorewall.net/pub/${pkgname}/4.5/${pkgname}-4.5.21"
|
_disturl="http://www.shorewall.net/pub/${pkgname}/4.5/${pkgname}-4.5.21"
|
||||||
distfiles="
|
distfiles="
|
||||||
${_disturl}/${pkgname}-${version}.tar.bz2
|
${_disturl}/${pkgname}-${version}.tar.bz2
|
||||||
|
@ -11,13 +11,16 @@ checksum="
|
||||||
b09fa932174e0aa0b3f8264999f33815b20498086e93129ea6cd956d3e8760ed
|
b09fa932174e0aa0b3f8264999f33815b20498086e93129ea6cd956d3e8760ed
|
||||||
de88cab288c5f28b287454bcbda3ab4012aed77fe0b0ebb9e0d16261c1ca3246
|
de88cab288c5f28b287454bcbda3ab4012aed77fe0b0ebb9e0d16261c1ca3246
|
||||||
0fe852f02b7a2b9d98f2a84c19f7a4d1b7650b126cc55f4fdb565a08908413e6"
|
0fe852f02b7a2b9d98f2a84c19f7a4d1b7650b126cc55f4fdb565a08908413e6"
|
||||||
maintainer="Steven R <strob AT styez DOT com>"
|
depends="shorewall-core perl"
|
||||||
|
maintainer="Steven R <dev@styez.com>"
|
||||||
homepage="http://www.shorewall.net/"
|
homepage="http://www.shorewall.net/"
|
||||||
license="GPL"
|
license="GPL"
|
||||||
short_desc="An iptables-based firewall for Linux systems"
|
short_desc="An iptables-based firewall for Linux systems"
|
||||||
|
|
||||||
create_wrksrc=yes
|
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
|
create_wrksrc="yes"
|
||||||
|
systemd_services="${pkgname}.service off"
|
||||||
|
make_dirs="/var/lib/${pkgname} 0755 0 0"
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/shorewall/accounting
|
/etc/shorewall/accounting
|
||||||
/etc/shorewall/actions
|
/etc/shorewall/actions
|
||||||
|
@ -64,9 +67,6 @@ conf_files="
|
||||||
/etc/shorewall/tunnels
|
/etc/shorewall/tunnels
|
||||||
/etc/shorewall/zones"
|
/etc/shorewall/zones"
|
||||||
|
|
||||||
depends="shorewall-core perl"
|
|
||||||
systemd_services="${pkgname}.service off"
|
|
||||||
make_dirs="/var/lib/${pkgname} 0755 0 0"
|
|
||||||
|
|
||||||
do_build(){
|
do_build(){
|
||||||
for product in ${pkgname}{-core,6,}-${version}; do
|
for product in ${pkgname}{-core,6,}-${version}; do
|
||||||
|
|
Loading…
Add table
Reference in a new issue