mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- 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)
This commit is contained in:
parent
73d8278c60
commit
2f18f9d284
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218690
2 changed files with 4 additions and 4 deletions
|
@ -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/ \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue