Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 98493 - ircd-hybrid-7.1.0 released
Summary: ircd-hybrid-7.1.0 released
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Packages in net-irc
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-09 13:33 UTC by Alan LeVee
Modified: 2005-07-31 10:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alan LeVee 2005-07-09 13:33:09 UTC
Version 7.1.0 of ircd-hybrid is now officially released. It would be a good 
idea to update the e-build to reflect the new build. It is available at it's 
sourceforge project here:

http://dl.sourceforge.net/sourceforge/ircd-hybrid/ircd-hybrid-7.1.0.tgz

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Sven Wegener gentoo-dev 2005-07-20 12:12:01 UTC
Thanks, commited to CVS! Pleae give it a try, as I gave the ebuild a little
rewrite.
Comment 2 Alan LeVee 2005-07-20 16:51:19 UTC
The ebuild looks good but you need to make some revisions to adjust to the new 
configuration script. The following revisions will be necessary:

$(use_enable ipv6) - needs to be removed, option was taken out of ./configure 
as it now does smart detection of IPv6 so it cannot be disabled/enabled via 
parameter args.

RTSIGIO support is enabled by default so this configure option is rather a moot 
point since it was fixed.

Other than that it looks good. I'll try to keep you informed as much as 
possible on releases in the future.
Comment 3 Alan LeVee 2005-07-20 16:53:09 UTC
After there's enough testing I strongly suggest this be keyworded from ~x86 to 
x86 as it is HIGHLY recommended by the hybrid developers that everyone switch 
to 7.1 as 7.0.x has many problems including a nasty security hole called CAN-
2004-0605.
Comment 4 Sven Wegener gentoo-dev 2005-07-21 16:28:25 UTC
Thanks, I updated the ebuild. Keywording doesn't matter because there's no
ebuild marked stable on x86.
Comment 5 Alan LeVee 2005-07-22 17:28:22 UTC
Ah, I see. Well just to give you a heads up, releases of ircd-hybrid are going 
to start being more frequent since the team (I joined not too long ago) has to 
decided to focus on getting releases out more often with feature additions, 
fixes and code re-writes.
Comment 6 Alan LeVee 2005-07-22 19:13:52 UTC
A few new bugs in the ebuild that need to be resolved.

--enable-select needs to be removed, this is automatic now
--enable-kqueue needs to be removed, this is FreeBSD only!
Comment 7 Sven Wegener gentoo-dev 2005-07-23 16:17:43 UTC
so --enable-select and --enable-poll can both be dropped?
Comment 8 Alan LeVee 2005-07-30 16:14:26 UTC
Yes they can be dropped. Sorry for the late reply been busy working on 7.1.1 
and 7.2beta1 lol.
Comment 9 Alan LeVee 2005-07-31 10:46:02 UTC
One last thing (sorry lol) you need to add a DEPEND for dev-libs/libelf ircd-
hybrid requires nlist.h.