Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Jul 2012 23:16:52 +0000 (UTC)
From:      Doug Barton <dougb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r300907 - head/net-p2p/libtorrent-rasterbar-16
Message-ID:  <201207152316.q6FNGqOk082387@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dougb
Date: Sun Jul 15 23:16:52 2012
New Revision: 300907
URL: http://svn.freebsd.org/changeset/ports/300907

Log:
  0.16.2 release
  
   * use random peer IDs in anonymous mode
   * fix move_storage bugs
   * fix unnecessary dependency on boost.date_time when building boost.asio as
     separate compilation
   * always use SO_REUSEADDR and deprecate the flag to turn it on
   * add python bindings for SSL support
   * minor uTP tweaks
   * fix end-game mode issue when some files are selected to not be
     downloaded
   * improve uTP slow start
   * make uTP less aggressive resetting cwnd when idle
  
  Approved by:	portmgr (beat)

Modified:
  head/net-p2p/libtorrent-rasterbar-16/Makefile
  head/net-p2p/libtorrent-rasterbar-16/distinfo

Modified: head/net-p2p/libtorrent-rasterbar-16/Makefile
==============================================================================
--- head/net-p2p/libtorrent-rasterbar-16/Makefile	Sun Jul 15 23:16:13 2012	(r300906)
+++ head/net-p2p/libtorrent-rasterbar-16/Makefile	Sun Jul 15 23:16:52 2012	(r300907)
@@ -5,7 +5,7 @@
 # $FreeBSD$
 
 PORTNAME=	libtorrent-rasterbar
-PORTVERSION=	0.16.1
+PORTVERSION=	0.16.2
 CATEGORIES?=	net-p2p ipv6
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 PROJECTHOST=	libtorrent

Modified: head/net-p2p/libtorrent-rasterbar-16/distinfo
==============================================================================
--- head/net-p2p/libtorrent-rasterbar-16/distinfo	Sun Jul 15 23:16:13 2012	(r300906)
+++ head/net-p2p/libtorrent-rasterbar-16/distinfo	Sun Jul 15 23:16:52 2012	(r300907)
@@ -1,2 +1,2 @@
-SHA256 (libtorrent-rasterbar-0.16.1.tar.gz) = f752ef5f555a3f4c18387dd4f00eb80dc1ff262755fa6e62dc502167428feb66
-SIZE (libtorrent-rasterbar-0.16.1.tar.gz) = 2896015
+SHA256 (libtorrent-rasterbar-0.16.2.tar.gz) = 683d759d3ca9a30bba484a8fa13c4cf7166b3d445c7f6a521f1543c1ee042117
+SIZE (libtorrent-rasterbar-0.16.2.tar.gz) = 2897284



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207152316.q6FNGqOk082387>