diff options
author | beech <beech@FreeBSD.org> | 2008-08-17 06:34:40 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-08-17 06:34:40 +0800 |
commit | 9794e0f5e5f6f1bf4f5e04d3b2ef3f84dca13220 (patch) | |
tree | 1006c1d378cfcb5b678663dbfc4b191bc7c222dd /irc | |
parent | 18d8a76ca899ff9808d7df26692c047f1b541b21 (diff) | |
download | freebsd-ports-gnome-9794e0f5e5f6f1bf4f5e04d3b2ef3f84dca13220.tar.gz freebsd-ports-gnome-9794e0f5e5f6f1bf4f5e04d3b2ef3f84dca13220.tar.zst freebsd-ports-gnome-9794e0f5e5f6f1bf4f5e04d3b2ef3f84dca13220.zip |
- Software changes include:
o Fix a case a passing a NULL to match().
o Properly fix a crash in the block heap garbage collection code.
o Fix a hang with the resolver using epoll.
o Add dns source port randomization.
o Add a vhost_dns/vhost6_dns option to control which IP addresses the resolver
binds to.
o Make /stats A work again.
o Cleanup some remains of the old ident helper.
o Work around a core dump in libratbox with accepting sockets that appear to be
open in the fd hash and log this condition.
o Fix a buffer overrun in the arc4random code when there is no SSL library.
o Fix a memory alignment issue on sparc where the ircd would crash with a SIGBUS
accessing long long variables that were allocated via the block allocator
PR: ports/126539
Submitted by: Lewis <moggie@elasticmind.net> (maintainer)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ircd-ratbox-devel/Makefile | 2 | ||||
-rw-r--r-- | irc/ircd-ratbox-devel/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/irc/ircd-ratbox-devel/Makefile b/irc/ircd-ratbox-devel/Makefile index 4d126944d8c5..f3daa8c5e28b 100644 --- a/irc/ircd-ratbox-devel/Makefile +++ b/irc/ircd-ratbox-devel/Makefile @@ -8,7 +8,7 @@ PORTNAME= ircd-ratbox #PORTVERSION= 3.0.0 -DISTVERSION= 3.0.0beta8 +DISTVERSION= 3.0.0beta10 CATEGORIES= irc ipv6 MASTER_SITES= ftp://ftp.ircd-ratbox.org/pub/ircd-ratbox/testing/ \ ftp://ftp.demon.co.uk/pub/mirrors/ircd-ratbox/testing/ \ diff --git a/irc/ircd-ratbox-devel/distinfo b/irc/ircd-ratbox-devel/distinfo index d1c7e257a280..20ae26631fcb 100644 --- a/irc/ircd-ratbox-devel/distinfo +++ b/irc/ircd-ratbox-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (ircd-ratbox-3.0.0beta8.tar.bz2) = e13346ee8d8fbce452f100c271d22bc4 -SHA256 (ircd-ratbox-3.0.0beta8.tar.bz2) = dbbfda934b67cc8ebd6a9e0c363567d3d3a512b88513ae2f277e6f99c4e263bf -SIZE (ircd-ratbox-3.0.0beta8.tar.bz2) = 1939368 +MD5 (ircd-ratbox-3.0.0beta10.tar.bz2) = fc12559faa924f9dbd9c556bd0442676 +SHA256 (ircd-ratbox-3.0.0beta10.tar.bz2) = dcaed10e4c579dd48e20f54bafdc3e53a19e2f0bc7f488a993ed5388950e3e26 +SIZE (ircd-ratbox-3.0.0beta10.tar.bz2) = 1942144 |