Received: by mail.netbsd.org (Postfix, from userid 605) id C047884D6E; Wed, 3 Jun 2020 16:23:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0BF9B84D57 for ; Wed, 3 Jun 2020 16:23:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ICBQLdjkWBfr for ; Wed, 3 Jun 2020 16:23:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7547D84CE7 for ; Wed, 3 Jun 2020 16:23:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6EAA6FB27; Wed, 3 Jun 2020 16:23:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159120139042300" MIME-Version: 1.0 Date: Wed, 3 Jun 2020 16:23:10 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/net/libtorrent-rasterbar To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200603162310.6EAA6FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159120139042300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Jun 3 16:23:10 UTC 2020 Modified Files: pkgsrc/net/libtorrent-rasterbar: Makefile distinfo Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/libtorrent-rasterbar/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/libtorrent-rasterbar/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159120139042300 Content-Disposition: inline Content-Length: 2417 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/libtorrent-rasterbar/Makefile diff -u pkgsrc/net/libtorrent-rasterbar/Makefile:1.9 pkgsrc/net/libtorrent-rasterbar/Makefile:1.10 --- pkgsrc/net/libtorrent-rasterbar/Makefile:1.9 Wed May 6 14:04:12 2020 +++ pkgsrc/net/libtorrent-rasterbar/Makefile Wed Jun 3 16:23:10 2020 @@ -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 LICENSE= modified-bsd USE_CMAKE= yes -USE_LANGUAGES= c c++14 +USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config GCC_REQD+= 6 # c++14 Index: pkgsrc/net/libtorrent-rasterbar/distinfo diff -u pkgsrc/net/libtorrent-rasterbar/distinfo:1.6 pkgsrc/net/libtorrent-rasterbar/distinfo:1.7 --- pkgsrc/net/libtorrent-rasterbar/distinfo:1.6 Thu May 14 19:14:37 2020 +++ pkgsrc/net/libtorrent-rasterbar/distinfo Wed Jun 3 16:23:10 2020 @@ -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 --_----------=_159120139042300--