Portage is a package management system used by Gentoo Linux
# ChangeLog for net-firewall/lutelwall
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-firewall/lutelwall/ChangeLog,v 1.16 2007/05/06 09:57:47 genone Exp $
06 May 2007; Marius Mauch
Replacing einfo with elog
28 Apr 2007; Torsten Veller
Fix *initd, *confd and *envd calls (#173884, #174266)
09 Feb 2007; Diego Pettenò
Regenerate digest in Manifest2 format.
17 Sep 2005; Marcelo Goes
Removing old version.
15 Sep 2005; Aron Griffis
Mark 0.99 stable on alpha
26 Aug 2005; Marcelo Goes
Stabilizing on Tomasz's request to push iptables version bug fix.
*lutelwall-0.99 (25 Aug 2005)
25 Aug 2005; Marcelo Goes
+lutelwall-0.99.ebuild:
Version bump, thanks to Tomasz Lutelmowski
*lutelwall-0.98 (09 Jun 2005)
09 Jun 2005; Marcelo Goes
Version bump, marking it x86 stable as it fixes a security issue.
29 Apr 2005; Marcelo Goes
lutelwall-0.97.ebuild:
Marked 0.97 x86 stable, removing old version.
07 Apr 2005; Bryan Ăstergaard
~alpha keyword, bug 86882.
*lutelwall-0.97 (28 Mar 2005)
28 Mar 2005; Marcelo Goes
Version bump.
28 Mar 2005; Jan Brinkmann
added ~amd64 to KEYWORDS wrt #86882
27 Mar 2005; Jason Wever
Added ~sparc keyword wrt bug #86882.
27 Mar 2005; Marcelo Goes
Added Tomek Lutelmowski as a third party ebuild maintainer to metadata.xml.
27 Mar 2005; Michael Hanselmann
Added to ~ppc.
*lutelwall-0.96 (27 Mar 2005)
27 Mar 2005; Marcelo Goes
Initial commit. Fixes bug 73992. Thanks to Tomek Lutelmowski
AUX lutelwall 470 RMD160 4c9e730e063ee8f150960d593ce0fb4e059a7446 SHA1 ab3f1a1af8be164c745117ece3fd2504b5412cfc SHA256 cb3891199b5613f75f44e17c0073fce098940cfd07d6f0d50cdefb160b2a52db
DIST lutelwall-0.99.tar.gz 29209 RMD160 f9156231f481b41b6b8352343bdf7d64602f005a SHA1 2730c39484cc996db1f0d303fddddbbc9c927a2c SHA256 92ab7ab320cbefd694cd5ba3799e6143244402eac65ffcd4b52528bc31d1a1f8
EBUILD lutelwall-0.99.ebuild 789 RMD160 e91b7314879239b05731aed2c60223a438627219 SHA1 a416dbc7105c948d0fdb2b1d274867e6349418fc SHA256 afaa5e624baffa275b2befdc21d5f7f38945925e12090e5993d60360ceb414d1
MISC ChangeLog 2304 RMD160 e21188bc5906c740c00fe69e0969b96fc4640aa6 SHA1 bcc007f1decb446a3be901d80401662b9f61e968 SHA256 7067932b8263b3eab2ec26fd6a6a537808af541e6876c5b94031e1d0781d6db3
MISC metadata.xml 839 RMD160 aa8dc7d7926b851255f2acbb33eec3c01e078bb0 SHA1 4685cd3201dc647595d84b40e63af1857c5d4a09 SHA256 cc863324347c4f4c75256a6828b0e3877e044b01f03d1aa56a479838392a7225
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-firewall/lutelwall/lutelwall-0.99.ebuild,v 1.5 2007/05/06 09:57:47 genone Exp $
DESCRIPTION="High-level tool for firewall configuration"
HOMEPAGE="http://firewall.lutel.pl"
SRC_URI="http://firewall.lutel.pl/download/${PV}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha ~amd64 ~ppc ~sparc x86"
IUSE=""
DEPEND=">=net-firewall/iptables-1.2.6
sys-apps/iproute2
>=sys-apps/gawk-3.1"
src_install() {
insinto /etc ; doins lutelwall.conf
dosbin lutelwall
doinitd "${FILESDIR}"/lutelwall
dodoc FEATURES ChangeLog
}
pkg_postinst() {
elog "Basic configuration file is /etc/lutelwall.conf"
elog "Adjust it to your needs before using"
}
LutelWall is high-level firewall configuration tool. It uses human-readable and easy
to understand configuration to set up Netfilter in most secure way. Its flexibility
allows firewall admins build from very simple, single-homed firewalls, to most complex
ones - with multiple subnets, DMZ's and traffic redirections.