diff options
author | dougb <dougb@FreeBSD.org> | 2012-07-16 07:16:52 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-07-16 07:16:52 +0800 |
commit | ebcdcdf4e01987fa899e630b956acac8df1b7c00 (patch) | |
tree | 195d4f219b02deb5083de140ccf01e24991f7b22 | |
parent | 8a107838eb56407a4e492c5ada87abcea8136532 (diff) | |
download | freebsd-ports-gnome-ebcdcdf4e01987fa899e630b956acac8df1b7c00.tar.gz freebsd-ports-gnome-ebcdcdf4e01987fa899e630b956acac8df1b7c00.tar.zst freebsd-ports-gnome-ebcdcdf4e01987fa899e630b956acac8df1b7c00.zip |
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)
-rw-r--r-- | net-p2p/libtorrent-rasterbar-16/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/libtorrent-rasterbar-16/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/libtorrent-rasterbar-16/Makefile b/net-p2p/libtorrent-rasterbar-16/Makefile index 01593eb8bde1..530f682ae584 100644 --- a/net-p2p/libtorrent-rasterbar-16/Makefile +++ b/net-p2p/libtorrent-rasterbar-16/Makefile @@ -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 diff --git a/net-p2p/libtorrent-rasterbar-16/distinfo b/net-p2p/libtorrent-rasterbar-16/distinfo index ffed18f02554..ba53a6f87ed6 100644 --- a/net-p2p/libtorrent-rasterbar-16/distinfo +++ b/net-p2p/libtorrent-rasterbar-16/distinfo @@ -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 |