Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 354354 Details for
Bug 178546
>=net-firewall/fwknop-2.6.1 is a system for doing single packet auth
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
fwknop-2.5.0.ebuild
fwknop-2.5.0.ebuild (text/plain), 1.20 KB, created by
Coacher
on 2013-07-28 02:34:18 UTC
(
hide
)
Description:
fwknop-2.5.0.ebuild
Filename:
MIME Type:
Creator:
Coacher
Created:
2013-07-28 02:34:18 UTC
Size:
1.20 KB
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="4" > >inherit eutils autotools > >MY_PV="${PV%.0}" > >DESCRIPTION="Single Packet Authorization and Port Knocking application" >HOMEPAGE="http://www.cipherdyne.org/fwknop/" >SRC_URI="http://www.cipherdyne.org/${PN}/download/${PN}-${MY_PV}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="client server gdbm gpg" > >RDEPEND="gpg? ( app-crypt/gpgme ) > gdbm? ( sys-libs/gdbm ) > server? ( net-libs/libpcap > net-firewall/iptables > )" > >S=${WORKDIR}/${PN}-${MY_PV} > >src_prepare() { > epatch "${FILESDIR}/${P}-silent-missing-pidfile-warning-on-start.patch" > epatch "${FILESDIR}/${P}-Reset-terminal-setting-to-orignal-values-after-enter.patch" > epatch "${FILESDIR}/${P}-use-tcflag_t-where-needed.patch" > > # Install configs with .example suffix > use server && sed -i 's/conf;/conf.example;/g' "${S}"/Makefile.am > eautoreconf >} > >src_configure() { > econf \ > --enable-digest-cache \ > $(use_enable client) \ > $(use_enable server) \ > $(use_enable !gdbm file-cache) \ > $(use_with gpg gpgme) >} > >src_install() { > emake DESTDIR="${D}" install || die > > use server && newinitd "${FILESDIR}/fwknopd.init" fwknopd >}
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 178546
:
209741
|
226159
|
226177
|
322804
|
322806
|
322808
|
335058
|
335062
|
335066
|
354354
|
354356
|
354358
|
354360
|
354362
|
354366