From owner-cvs-all@FreeBSD.ORG Thu Oct 29 13:30:37 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 13F4C1065670; Thu, 29 Oct 2009 13:30:36 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DD9CA8FC14; Thu, 29 Oct 2009 13:30:35 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9TDUZoP083922; Thu, 29 Oct 2009 13:30:35 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9TDUZSQ083921; Thu, 29 Oct 2009 13:30:35 GMT (envelope-from flz) Message-Id: <200910291330.n9TDUZSQ083921@repoman.freebsd.org> From: Florent Thoumie Date: Thu, 29 Oct 2009 13:30:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p/libtorrent-devel Makefile ports/net-p2p/libtorrent-devel/files patch-src_torrent_poll__kqueue.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2009 13:30:37 -0000 flz 2009-10-29 13:30:35 UTC FreeBSD ports repository Modified files: net-p2p/libtorrent-devel Makefile net-p2p/libtorrent-devel/files patch-src_torrent_poll__kqueue.cc Log: Add a patch to fix crash when total number of connections exceeds 1024. Submitted by: Andrew Stadtler, Paul Belanger Obtained from: http://libtorrent.rakshasa.no/ticket/1581 Revision Changes Path 1.24 +1 -1 ports/net-p2p/libtorrent-devel/Makefile 1.2 +9 -0 ports/net-p2p/libtorrent-devel/files/patch-src_torrent_poll__kqueue.cc