diff options
author | nia <nia@pkgsrc.org> | 2020-06-03 16:23:10 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-06-03 16:23:10 +0000 |
commit | 70e67046c4a696d6a71996399ec328ca4ae0b29d (patch) | |
tree | 5714cc59e6d92b936f42da9d43b43bb92c0b4a49 /net | |
parent | 147c71720d28dcdd17d254caeea565a485eb9c68 (diff) | |
download | pkgsrc-70e67046c4a696d6a71996399ec328ca4ae0b29d.tar.gz |
libtorrent-rasterbar: Update to 1.2.7
1.2.7 released
* add set_alert_fd in python binding, to supersede set_alert_notify
* fix bug in part files > 2 GiB
* add function to clear the peer list for a torrent
* fix resume data functions to save/restore more torrent flags
* limit number of concurrent HTTP announces
* fix queue position for force_rechecking a torrent that is not auto-managed
* improve rate-based choker documentation, and minor tweak
* undeprecate upnp_ignore_nonrouters (but refering to devices on our subnet)
* increase default tracker timeout
* retry failed socks5 server connections
* allow UPnP lease duration to be changed after device discovery
* fix IPv6 address change detection on Windows
Diffstat (limited to 'net')
-rw-r--r-- | net/libtorrent-rasterbar/Makefile | 9 | ||||
-rw-r--r-- | net/libtorrent-rasterbar/distinfo | 10 |
2 files changed, 9 insertions, 10 deletions
diff --git a/net/libtorrent-rasterbar/Makefile b/net/libtorrent-rasterbar/Makefile index 2441f249465..b668daf5c43 100644 --- a/net/libtorrent-rasterbar/Makefile +++ b/net/libtorrent-rasterbar/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.9 2020/05/06 14:04:12 adam Exp $ +# $NetBSD: Makefile,v 1.10 2020/06/03 16:23:10 nia Exp $ -DISTNAME= libtorrent-rasterbar-1.2.6 -PKGREVISION= 1 +DISTNAME= libtorrent-rasterbar-1.2.7 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=arvidn/} GITHUB_PROJECT= libtorrent -GITHUB_RELEASE= libtorrent-${PKGVERSION_NOREV:S/./_/g} +GITHUB_RELEASE= libtorrent_${PKGVERSION_NOREV:S/./_/g} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.libtorrent.org/ @@ -13,7 +12,7 @@ COMMENT= Feature complete C++ bittorrent implementation LICENSE= modified-bsd USE_CMAKE= yes -USE_LANGUAGES= c c++14 +USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config GCC_REQD+= 6 # c++14 diff --git a/net/libtorrent-rasterbar/distinfo b/net/libtorrent-rasterbar/distinfo index a3e1cf434fd..0ce1b5526c2 100644 --- a/net/libtorrent-rasterbar/distinfo +++ b/net/libtorrent-rasterbar/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.6 2020/05/14 19:14:37 joerg Exp $ +$NetBSD: distinfo,v 1.7 2020/06/03 16:23:10 nia Exp $ -SHA1 (libtorrent-rasterbar-1.2.6.tar.gz) = 3415ef9a87060ceada1013090f24183219cca636 -RMD160 (libtorrent-rasterbar-1.2.6.tar.gz) = a50c1ebf97d8f5341f31d310dc6ffe5f907e6abe -SHA512 (libtorrent-rasterbar-1.2.6.tar.gz) = 78f9120b1b824dac37ec8bd16a29abdfcd7fd6af3c56e0cc9048d74412d000ef5ea1e8421f757eddb914f8bb20de9fb4192d5b8a3f781fa2e1d4f134ea24b1ee -Size (libtorrent-rasterbar-1.2.6.tar.gz) = 4144922 bytes +SHA1 (libtorrent-rasterbar-1.2.7.tar.gz) = b52ff2709e0b2e58f1f06e31c291ca3a652e466c +RMD160 (libtorrent-rasterbar-1.2.7.tar.gz) = 21cdad1c8df75a41644ad0bec080aee4778b4f2b +SHA512 (libtorrent-rasterbar-1.2.7.tar.gz) = 60dfb31b1300b3aa2219227b3a263ba73aedb54a90aa940c117027651779cb972d6e1badf9519f6ad7947233b54df608b829bab34493ceda9e4cb8913041a752 +Size (libtorrent-rasterbar-1.2.7.tar.gz) = 4105179 bytes SHA1 (patch-include_libtorrent_buffer.hpp) = 365f04a6a4b63f86288119201bfec0b9d9e67bee SHA1 (patch-include_libtorrent_config.hpp) = 20d887a755935cdc23bdc80fcfbc8f07a89ec1e1 |