Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 121658 Details for
Bug 181528
net-irc/irssi numeric 379 handling with UnrealIRCd 3.2.2+
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
irssi overlay ebuild including patch fixing this bug
irssi-0.8.11-whois-umode-handling.tar (text/plain), 10.00 KB, created by
Julien Porschen
on 2007-06-10 11:55:32 UTC
(
hide
)
Description:
irssi overlay ebuild including patch fixing this bug
Filename:
MIME Type:
Creator:
Julien Porschen
Created:
2007-06-10 11:55:32 UTC
Size:
10.00 KB
patch
obsolete
>irssi/0000755000037200003720000000000010632761126012075 5ustar portageportageirssi/Manifest0000644000000000000000000000257110632761126012407 0ustar rootrootAUX irssi-0.8.11-whois-umode-handling.patch 1639 RMD160 eaba0a115aafb8c5ee1aa2c38698987841345d8a SHA1 d99a05918eddf40bedfdd4eacb4eb3ec6d32f613 SHA256 9fb07cb7226e21ba31e3aa34c8cc2d738b15d560fb941ed0cf53158f6738cbbb >MD5 fb5350179b2197ed4854e3a428888ee1 files/irssi-0.8.11-whois-umode-handling.patch 1639 >RMD160 eaba0a115aafb8c5ee1aa2c38698987841345d8a files/irssi-0.8.11-whois-umode-handling.patch 1639 >SHA256 9fb07cb7226e21ba31e3aa34c8cc2d738b15d560fb941ed0cf53158f6738cbbb files/irssi-0.8.11-whois-umode-handling.patch 1639 >DIST irssi-0.8.11.tar.bz2 933075 RMD160 0ae3e2ba144783df3dd517be659b325e8bcf5354 SHA1 e6433e6d622a1ed09be4323105174433fd72516f SHA256 425cf24f13bfda05c6a468523cd2874d05675ea1bc4e37a8c284f2f78c2dd6b2 >EBUILD irssi-0.8.11.ebuild 1319 RMD160 fc20bdfb3157ed8e5599d1308020deeaf9146929 SHA1 a37ee447a437e7812ba71791a8a1850cc517fbbe SHA256 858c13f93a56bee5f7bdf7e03078cf552de6e319147c6a6d0eb0191f26e45df0 >MD5 e5e363773d09fe9a87324412388c7580 irssi-0.8.11.ebuild 1319 >RMD160 fc20bdfb3157ed8e5599d1308020deeaf9146929 irssi-0.8.11.ebuild 1319 >SHA256 858c13f93a56bee5f7bdf7e03078cf552de6e319147c6a6d0eb0191f26e45df0 irssi-0.8.11.ebuild 1319 >MD5 8c6ab68236844a6e86c70747906a68d0 files/digest-irssi-0.8.11 241 >RMD160 716d154f0096031c148ba8983fed44ba373af42e files/digest-irssi-0.8.11 241 >SHA256 5b67bf81d0fe8227cc514554bf524b4bfa3c9f2703e202ff1d97ba60c4a8cf37 files/digest-irssi-0.8.11 241 >irssi/files/0000755000037200003720000000000010632762011013171 5ustar portageportageirssi/files/irssi-0.8.11-whois-umode-handling.patch0000644000037200003720000000314710632757211022121 0ustar portageportageIndex: src/fe-common/irc/fe-whois.c >=================================================================== >--- src/fe-common/irc/fe-whois.c (revision 3728) >+++ src/fe-common/irc/fe-whois.c (working copy) >@@ -342,7 +342,7 @@ static struct whois_event_table events[] > { 312, event_whois_server }, > { 326, event_whois_usermode326 }, > { 327, event_whois_realhost327 }, >- { 379, event_whois_modes }, >+ { 379, event_whois_usermode }, > { 378, event_whois_realhost }, > { 377, event_whois_usermode }, > { 317, event_whois_idle }, >@@ -380,7 +380,7 @@ void fe_whois_init(void) > signal_add("event 330", (SIGNAL_FUNC) event_whois_auth); > signal_add("event 377", (SIGNAL_FUNC) event_whois_usermode); > signal_add("event 378", (SIGNAL_FUNC) event_whois_realhost); >- signal_add("event 379", (SIGNAL_FUNC) event_whois_modes); >+ signal_add("event 379", (SIGNAL_FUNC) event_whois_usermode); > signal_add("event 327", (SIGNAL_FUNC) event_whois_realhost327); > signal_add("event 326", (SIGNAL_FUNC) event_whois_usermode326); > signal_add("whois away", (SIGNAL_FUNC) event_whois_away); >@@ -402,7 +402,7 @@ void fe_whois_deinit(void) > signal_remove("event 330", (SIGNAL_FUNC) event_whois_auth); > signal_remove("event 377", (SIGNAL_FUNC) event_whois_usermode); > signal_remove("event 378", (SIGNAL_FUNC) event_whois_realhost); >- signal_remove("event 379", (SIGNAL_FUNC) event_whois_modes); >+ signal_remove("event 379", (SIGNAL_FUNC) event_whois_usermode); > signal_remove("event 327", (SIGNAL_FUNC) event_whois_realhost327); > signal_remove("event 326", (SIGNAL_FUNC) event_whois_usermode326); > signal_remove("whois away", (SIGNAL_FUNC) event_whois_away); >irssi/files/digest-irssi-0.8.110000644000000000000000000000036110632760263015070 0ustar rootrootMD5 b62417fb3dba9e36eaebea0410a67cd3 irssi-0.8.11.tar.bz2 933075 >RMD160 0ae3e2ba144783df3dd517be659b325e8bcf5354 irssi-0.8.11.tar.bz2 933075 >SHA256 425cf24f13bfda05c6a468523cd2874d05675ea1bc4e37a8c284f2f78c2dd6b2 irssi-0.8.11.tar.bz2 933075 >irssi/irssi-0.8.11.ebuild0000644000000000000000000000244710632757256013773 0ustar rootroot# Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/irssi-0.8.11.ebuild,v 1.5 2007/06/03 17:22:44 angelos Exp $ > >inherit perl-module > >DESCRIPTION="A modular textUI IRC client with IPv6 support" >HOMEPAGE="http://irssi.org/" >SRC_URI="http://irssi.org/files/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="alpha amd64 ~arm ~hppa ia64 mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" >IUSE="ipv6 perl ssl socks5" > >RDEPEND="sys-libs/ncurses > >=dev-libs/glib-2.2.1 > ssl? ( dev-libs/openssl ) > perl? ( dev-lang/perl ) > socks5? ( >=net-proxy/dante-1.1.18 )" >DEPEND="${RDEPEND} > >=dev-util/pkgconfig-0.9.0" >RDEPEND="${RDEPEND} > perl? ( !net-im/silc-client ) > !net-irc/irssi-svn" > >src_unpack() { > unpack ${A} > cd "${S}" > > epatch "${FILESDIR}"/${P}-whois-umode-handling.patch >} > >src_compile() { > econf \ > --with-proxy \ > --with-ncurses \ > --with-perl-lib=vendor \ > $(use_with perl) \ > $(use_with socks5 socks) \ > $(use_enable ssl) \ > $(use_enable ipv6) \ > || die "econf failed" > emake || die "emake failed" >} > >src_install() { > make \ > DESTDIR="${D}" \ > docdir=/usr/share/doc/${PF} \ > install || die "make install failed" > > use perl && fixlocalpod > > dodoc AUTHORS ChangeLog README TODO NEWS || die "dodoc failed" >} >
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 181528
:
121655
|
121657
|
121658
|
121659
|
121661