svn commit: r300907 - head/net-p2p/libtorrent-rasterbar-16

Doug Barton dougb at FreeBSD.org
Sun Jul 15 23:16:52 UTC 2012


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



More information about the svn-ports-all mailing list