Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 86455 Details for
Bug 132749
net-irc/emech DoS through empty CTCP in NOTICE
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Bump with segfault fixed and uptime + dns USE flags.
emech-3.0.2.ebuild (text/plain), 1.64 KB, created by
Jérôme Poulin
on 2006-05-08 19:36:15 UTC
(
hide
)
Description:
Bump with segfault fixed and uptime + dns USE flags.
Filename:
MIME Type:
Creator:
Jérôme Poulin
Created:
2006-05-08 19:36:15 UTC
Size:
1.64 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit toolchain-funcs > >DESCRIPTION="The EnergyMech is a UNIX compatible IRC bot programmed in the C language" >HOMEPAGE="http://www.energymech.net/" >SRC_URI="http://www.energymech.net/files/${P}.tar.gz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~ppc" >IUSE="debug dns session tcltk uptime" > >DEPEND="" > >src_unpack() { > unpack ${A} > > sed -i \ > -e 's: "help/":"/usr/share/energymech/help/":' \ > -e 's: "messages/":"/usr/share/energymech/messages/":' \ > "${S}"/src/config.h.in >} > >src_compile() { > ./configure \ > --with-alias \ > --with-botnet \ > --with-bounce \ > --with-ctcp \ > --with-dccfile \ > --with-dynamode \ > --with-dyncmd \ > --with-greet \ > --with-ircd_ext \ > --with-md5 \ > --with-newbie \ > --with-note \ > --with-notify \ > --with-redirect \ > --with-seen \ > --with-stats \ > --with-telnet \ > --with-toybox \ > --with-trivia \ > --with-web \ > --with-wingate \ > --without-profiling \ > $(use_with dns rawdns) \ > $(use_with uptime) \ > $(use_with tcltk tcl) \ > $(use_with session) \ > $(use_with debug) \ > || die "./configure failed" > emake -C src CC="$(tc-getCC)" OPTIMIZE="${CFLAGS}" || die "emake failed" >} > >src_install() { > dobin src/energymech || die "dobin failed" > > insinto /usr/share/energymech/help > doins help/* || die "doins failed" > > insinto /usr/share/energymech/messages > doins messages/*.txt || die "doins failed" > > dodoc sample.* README* TODO VERSIONS CREDITS checkmech || die "dodoc failed" >} > >pkg_postinst() { > einfo > einfo "You can find a sample config file at" > einfo "/usr/share/doc/${PF}/sample.conf.gz" > einfo >}
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 132749
: 86455