Bug 185249

Summary: irc/unreal: Port Maintainer Update of UnrealIRCD to 3.2.10.2
Product: Ports & Packages Reporter: tanawts
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description tanawts 2013-12-28 20:30:00 UTC
Update UnrealIRCD 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.

Fix: Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2014-01-06 22:36:33 UTC
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@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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 2 Raphael Kubo da Costa freebsd_committer freebsd_triage 2014-01-06 22:36:35 UTC
State Changed
From-To: open->closed

Committed. Thanks!