From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 6 22:40:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7332086D for ; Mon, 6 Jan 2014 22:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4739E1171 for ; Mon, 6 Jan 2014 22:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s06Me1x9006552 for ; Mon, 6 Jan 2014 22:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s06Me1ls006551; Mon, 6 Jan 2014 22:40:01 GMT (envelope-from gnats) Date: Mon, 6 Jan 2014 22:40:01 GMT Message-Id: <201401062240.s06Me1ls006551@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/185249: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jan 2014 22:40:01 -0000 The following reply was made to PR ports/185249; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/185249: commit references a PR Date: Mon, 6 Jan 2014 22:36:33 +0000 (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 (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"