Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 131358 Details for
Bug 166013
net-misc/dibbler < 0.6.1: Multiple Denial of Service Vulnerabilities (CVE-2007-50{28,29,30,31})
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
dibbler-0.6.1.ebuild
dibbler-0.6.1.ebuild.diff (text/plain), 1.90 KB, created by
Petr Pisar
on 2007-09-20 11:03:00 UTC
(
hide
)
Description:
dibbler-0.6.1.ebuild
Filename:
MIME Type:
Creator:
Petr Pisar
Created:
2007-09-20 11:03:00 UTC
Size:
1.90 KB
patch
obsolete
>--- /usr/portage/net-misc/dibbler/dibbler-0.4.1.ebuild 2007-04-29 01:05:55.000000000 +0200 >+++ ./dibbler-0.6.1.ebuild 2007-09-20 12:20:04.000000000 +0200 >@@ -1,47 +1,48 @@ >-# Copyright 1999-2007 Gentoo Foundation >+# Copyright 1999-2006 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/net-misc/dibbler/dibbler-0.4.1.ebuild,v 1.3 2007/04/28 22:44:20 tove Exp $ >+# $Header: $ > > inherit eutils > > DESCRIPTION="Portable DHCPv6 implementation (server, client and relay)" > HOMEPAGE="http://klub.com.pl/dhcpv6/" >-SRC_URI="http://klub.com.pl/dhcpv6/dibbler/${P}-src.tar.gz >- doc? ( http://klub.com.pl/dhcpv6/dibbler/${P}-doc.tar.gz )" >+ >+SRC_URI="http://klub.com.pl/dhcpv6/dibbler/${P}-src.tar.gz" > > LICENSE="GPL-2" > SLOT="0" >-KEYWORDS="~x86 ~hppa" >+KEYWORDS="~x86 ~hppa ~amd64 ~mips" > IUSE="doc" > DEPEND="" > >-DIBBLER_DOCDIR=${WORKDIR}/doc >+DIBBLER_DOCDIR=${S}/doc > >-src_unpack() { >- unpack ${A} >- cd ${S} >- epatch ${FILESDIR}/${PN}-gcc-4.1.patch >-} > > src_compile() { >- emake server client relay || die "Compilation failed" >+ emake -j1 || die "Compilation failed" > } > > src_install() { > dosbin dibbler-server > dosbin dibbler-client > dosbin dibbler-relay >- doman doc/man/dibbler-server.8 doc/man/dibbler-client.8 doc/man/dibbler-relay.8 >+ doman doc/man/dibbler-server.8 doc/man/dibbler-client.8 \ >+ doc/man/dibbler-relay.8 > dodoc CHANGELOG RELNOTES > > insinto /etc/dibbler > doins *.conf > dodir /var/lib/dibbler >+ > use doc && dodoc ${DIBBLER_DOCDIR}/dibbler-user.pdf \ > ${DIBBLER_DOCDIR}/dibbler-devel.pdf >- doinitd ${FILESDIR}/dibbler-server \ >- ${FILESDIR}/dibbler-client \ >- ${FILESDIR}/dibbler-relay >+ >+ insinto /etc/init.d >+ doins ${FILESDIR}/dibbler-server ${FILESDIR}/dibbler-client \ >+ ${FILESDIR}/dibbler-relay >+ fperms 755 /etc/init.d/dibbler-server >+ fperms 755 /etc/init.d/dibbler-client >+ fperms 755 /etc/init.d/dibbler-relay > } > > pkg_postinst() {
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 166013
:
109595
| 131358