svn commit: r338950 - head/irc/unreal

Raphael Kubo da Costa rakuco at FreeBSD.org
Mon Jan 6 22:36:24 UTC 2014


Author: rakuco
Date: Mon Jan  6 22:36:23 2014
New Revision: 338950
URL: http://svnweb.freebsd.org/changeset/ports/338950

Log:
  Update to 3.2.10.2.
  
  ==[ .2 RELEASE ]==
  The following major issues were present in 3.2.10 & 3.2.10.1 and have
  been fixed in this version:
  - A remote crash issue when compiled with SSL (NULL pointer dereference)
  - A second issue that can potentially lead to a crash (read-after-free)
  
  In addition to these 3.2.10.x fixes there were also some other bugs fixed,
  mostly in the area of server linking and flood hardening.
  
  The external libraries of the Windows version have been updated (openssl,
  c-ares, zlib). The bundled c-ares source (for *NIX) has been updated too.
  
  PR:		ports/185249
  Submitted by:	Jr Aquino <tanawts at gmail.com> (maintainer)

Modified:
  head/irc/unreal/Makefile
  head/irc/unreal/distinfo

Modified: head/irc/unreal/Makefile
==============================================================================
--- head/irc/unreal/Makefile	Mon Jan  6 22:24:34 2014	(r338949)
+++ head/irc/unreal/Makefile	Mon Jan  6 22:36:23 2014	(r338950)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Unreal
-PORTVERSION=	3.2.10.1
+PORTVERSION=	3.2.10.2
 CATEGORIES=	irc ipv6
 MASTER_SITES=	http://www.unrealircd.com/downloads/
 DISTNAME=	${PORTNAME}${PORTVERSION}

Modified: head/irc/unreal/distinfo
==============================================================================
--- head/irc/unreal/distinfo	Mon Jan  6 22:24:34 2014	(r338949)
+++ head/irc/unreal/distinfo	Mon Jan  6 22:36:23 2014	(r338950)
@@ -1,2 +1,2 @@
-SHA256 (Unreal3.2.10.1.tar.gz) = 79843002413a42deabed7d1471abc15944c94d3a41f02fcebc3601e50d282036
-SIZE (Unreal3.2.10.1.tar.gz) = 3135615
+SHA256 (Unreal3.2.10.2.tar.gz) = 70fd18c0b0f395e0e8d33109bd838f47d6d5317423bc8ea21173fc2e0a4b3d93
+SIZE (Unreal3.2.10.2.tar.gz) = 3520861


More information about the svn-ports-all mailing list