libtorrent-rasterbar: updated to 1.2.6
1.2.6: fix peer timeout logic simplify proxy handling. A proxy now overrides listen_interfaces fix issues when configured to use a non-default choking algorithm fix issue in reading resume data revert NXDOMAIN change from 1.2.4 don't open any listen sockets if listen_interfaces is empty or misconfigured fix bug in auto disk cache size logic fix issue with outgoing_interfaces setting, where bind() would be called twice add build option to disable share-mode support validation of HTTPS trackers deprecate strict super seeding mode make UPnP port-mapping lease duration configurable deprecate the bittyrant choking algorithm add build option to disable streaming
This commit is contained in:
parent
5d55864730
commit
6160da1c56
3 changed files with 10 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.7 2020/03/30 17:13:21 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2020/04/23 10:54:51 adam Exp $
|
||||
|
||||
DISTNAME= libtorrent-rasterbar-1.2.5
|
||||
DISTNAME= libtorrent-rasterbar-1.2.6
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=arvidn/}
|
||||
GITHUB_PROJECT= libtorrent
|
||||
|
@ -20,7 +20,7 @@ GCC_REQD+= 6 # c++14
|
|||
PKGCONFIG_OVERRIDE+= libtorrent-rasterbar.pc.in
|
||||
|
||||
post-install:
|
||||
${FIND} ${DESTDIR} -name '*.orig' -print0 | ${XARGS} -0 ${RM} -f
|
||||
${FIND} ${DESTDIR} -name '*.orig' -exec ${RM} -f {} +
|
||||
|
||||
.include "../../converters/libiconv/buildlink3.mk"
|
||||
.include "../../devel/boost-libs/buildlink3.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.3 2020/01/18 21:48:19 jperkin Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.4 2020/04/23 10:54:51 adam Exp $
|
||||
|
||||
BUILDLINK_TREE+= libtorrent-rasterbar
|
||||
|
||||
|
@ -6,7 +6,7 @@ BUILDLINK_TREE+= libtorrent-rasterbar
|
|||
LIBTORRENT_RASTERBAR_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.libtorrent-rasterbar+= libtorrent-rasterbar>=1.2.2
|
||||
BUILDLINK_ABI_DEPENDS.libtorrent-rasterbar?= libtorrent-rasterbar>=1.2.3nb3
|
||||
BUILDLINK_ABI_DEPENDS.libtorrent-rasterbar+= libtorrent-rasterbar>=1.2.3nb3
|
||||
BUILDLINK_PKGSRCDIR.libtorrent-rasterbar?= ../../net/libtorrent-rasterbar
|
||||
|
||||
.include "../../devel/boost-libs/buildlink3.mk"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.4 2020/03/20 11:57:43 nia Exp $
|
||||
$NetBSD: distinfo,v 1.5 2020/04/23 10:54:51 adam Exp $
|
||||
|
||||
SHA1 (libtorrent-rasterbar-1.2.5.tar.gz) = 2dadbd7b51cb210a3a764f34b391a4b4c2d536ab
|
||||
RMD160 (libtorrent-rasterbar-1.2.5.tar.gz) = c30546490e699f9f92115b4a142b4f1b7e6ba748
|
||||
SHA512 (libtorrent-rasterbar-1.2.5.tar.gz) = b907916bb2b4d550a5173783163cb192c31c0db5e25a4807a4701d1e5fa7e0d4fd9f1fb2c89b43f613a750b42816b07576fb773663fbf3cfb2e3e4b9de380f26
|
||||
Size (libtorrent-rasterbar-1.2.5.tar.gz) = 4131979 bytes
|
||||
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 (patch-include_libtorrent_buffer.hpp) = 365f04a6a4b63f86288119201bfec0b9d9e67bee
|
||||
|
|
Loading…
Reference in a new issue