Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 99541 Details for
Bug 151187
Ebuild for packetbl (Userspace DNS blocklist checks for iptables)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
net-firewall/packetbl-0.53.ebuild
packetbl-0.53.ebuild (text/plain), 923 bytes, created by
Robin
on 2006-10-13 08:15:54 UTC
(
hide
)
Description:
net-firewall/packetbl-0.53.ebuild
Filename:
MIME Type:
Creator:
Robin
Created:
2006-10-13 08:15:54 UTC
Size:
923 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="PacketBL is a program that uses DNS blocklists to determine whether to accept or reject packets. Uses iptables and libipq." >HOMEPAGE="http://wiki.duskglow.com/tiki-index.php?page=Packetbl" >SRC_URI="http://software.duskglow.com/downloads/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >DEPEND="net-firewall/iptables > virtual/libc > dev-libs/dotconf > firedns? (net-libs/firedns)" > >KEYWORDS="~x86 ~amd64" > > >src_compile() { > cd ${S} > myconf="--with-cache --with-stats" > if use firedns ; then > myconf="${myconf} --with-firedns" > fi > econf $myconf || die "configure failed!" > MAKEOPTS="CONFIGFILE=/etc/packetbl.conf" > emake || die "make failed!" >} > >src_install() { > einstall || die "make install failed!" > > dodoc INSTALL Changelog LICENSE README AUTHORS >} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 151187
: 99541