1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

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)
This commit is contained in:
Doug Barton 2012-07-15 23:16:52 +00:00
parent 3770374e75
commit 49104a5391
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300907
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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