diff options
author | dougb <dougb@FreeBSD.org> | 2011-08-07 05:20:50 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-08-07 05:20:50 +0800 |
commit | fd62c8261fef8417d382be9f4b60bb8d80c81294 (patch) | |
tree | 434a6386eaa1a32a2d431aac8bc627335255bfd8 /net-p2p/libtorrent-rasterbar-15 | |
parent | 4c93d3029d43b66653d18062cbda89b4f03d9977 (diff) | |
download | freebsd-ports-gnome-fd62c8261fef8417d382be9f4b60bb8d80c81294.tar.gz freebsd-ports-gnome-fd62c8261fef8417d382be9f4b60bb8d80c81294.tar.zst freebsd-ports-gnome-fd62c8261fef8417d382be9f4b60bb8d80c81294.zip |
Update to version 0.15.7:
* exposed set_peer_id to python binding
* improve support for merkle tree torrent creation
* exposed comparison operators on torrent_handle to python
* exposed alert error_codes to python
* fixed bug in announce_entry::next_announce_in and min_announce_in
* fixed sign issue in set_alert_mask signature
* fixed unaligned disk access for unbuffered I/O in windows
* support torrents whose name is empty
* fixed connection limit to take web seeds into account as well
* fixed bug when receiving a have message before having the metadata
* fixed python bindings build with disabled DHT support
* fixed BSD file allocation issue
* fixed bug in session::delete_files option to remove_torrent
For the port, future-proof CONFLICTS and make OPENSSLBASE explicit.
Diffstat (limited to 'net-p2p/libtorrent-rasterbar-15')
-rw-r--r-- | net-p2p/libtorrent-rasterbar-15/Makefile | 5 | ||||
-rw-r--r-- | net-p2p/libtorrent-rasterbar-15/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/net-p2p/libtorrent-rasterbar-15/Makefile b/net-p2p/libtorrent-rasterbar-15/Makefile index 496ff4d95c28..7134e46633b4 100644 --- a/net-p2p/libtorrent-rasterbar-15/Makefile +++ b/net-p2p/libtorrent-rasterbar-15/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libtorrent-rasterbar -PORTVERSION= 0.15.6 +PORTVERSION= 0.15.7 PORTREVISION?= 0 CATEGORIES?= net-p2p ipv6 MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -17,7 +17,7 @@ COMMENT?= A C++ library implementing a BitTorrent client MAKE_JOBS_SAFE= yes -CONFLICTS+= libtorrent-rasterbar-0.14.* +CONFLICTS+= libtorrent-rasterbar-0.1[46789].* NO_LATEST_LINK= yes @@ -41,6 +41,7 @@ CONFIGURE_ARGS+= --disable-debug \ --with-boost-thread=boost_thread \ --enable-geoip \ --with-libgeoip \ + --with-openssl=${OPENSSLBASE} \ --with-zlib=system USE_LDCONFIG= yes diff --git a/net-p2p/libtorrent-rasterbar-15/distinfo b/net-p2p/libtorrent-rasterbar-15/distinfo index 04aa38d290e2..74398d12ab06 100644 --- a/net-p2p/libtorrent-rasterbar-15/distinfo +++ b/net-p2p/libtorrent-rasterbar-15/distinfo @@ -1,2 +1,2 @@ -SHA256 (libtorrent-rasterbar-0.15.6.tar.gz) = dc84775911129942d21ed94569f7c06accffcf31dc909b26eca5f824efb63f13 -SIZE (libtorrent-rasterbar-0.15.6.tar.gz) = 2608765 +SHA256 (libtorrent-rasterbar-0.15.7.tar.gz) = f5cef05e6205f0e4f2a4dd01802ab121ec68c1b27f57a1c047e1fb84c17b0af0 +SIZE (libtorrent-rasterbar-0.15.7.tar.gz) = 2518963 |