Sat Aug 8 21:24:26 2020 UTC ()
libtorrent-rasterbar: Update to 1.2.8

1.2.8 released

	* validate UTF-8 encoding of client version strings from peers
	* don't time out tracker announces as eagerly while resolving hostnames
	* fix NAT-PMP shutdown issue
	* improve hostname lookup by merging identical lookups
	* fix network route enumeration for large routing tables
	* fixed issue where pop_alerts() could return old, invalid alerts
	* fix issue when receiving have-all message before the metadata
	* don't leave lingering part files handles open
	* disallow calling add_piece() during checking
	* fix incorrect filename truncation at multi-byte character
	* always announce listen port 1 when using a proxy


(nia)
diff -r1.10 -r1.11 pkgsrc/net/libtorrent-rasterbar/Makefile
diff -r1.7 -r1.8 pkgsrc/net/libtorrent-rasterbar/distinfo

cvs diff -r1.10 -r1.11 pkgsrc/net/libtorrent-rasterbar/Makefile (expand / switch to unified diff)

--- pkgsrc/net/libtorrent-rasterbar/Makefile 2020/06/03 16:23:10 1.10
+++ pkgsrc/net/libtorrent-rasterbar/Makefile 2020/08/08 21:24:25 1.11
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.10 2020/06/03 16:23:10 nia Exp $ 1# $NetBSD: Makefile,v 1.11 2020/08/08 21:24:25 nia Exp $
2 2
3DISTNAME= libtorrent-rasterbar-1.2.7 3DISTNAME= libtorrent-rasterbar-1.2.8
4CATEGORIES= net 4CATEGORIES= net
5MASTER_SITES= ${MASTER_SITE_GITHUB:=arvidn/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=arvidn/}
6GITHUB_PROJECT= libtorrent 6GITHUB_PROJECT= libtorrent
7GITHUB_RELEASE= libtorrent_${PKGVERSION_NOREV:S/./_/g} 7GITHUB_RELEASE= libtorrent-${PKGVERSION_NOREV}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://www.libtorrent.org/ 10HOMEPAGE= https://www.libtorrent.org/
11COMMENT= Feature complete C++ bittorrent implementation 11COMMENT= Feature complete C++ bittorrent implementation
12LICENSE= modified-bsd 12LICENSE= modified-bsd
13 13
14USE_CMAKE= yes 14USE_CMAKE= yes
15USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
16USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config
17 17
18GCC_REQD+= 6 # c++14 18GCC_REQD+= 6 # c++14
19 19
20PKGCONFIG_OVERRIDE+= libtorrent-rasterbar.pc.in 20PKGCONFIG_OVERRIDE+= libtorrent-rasterbar.pc.in

cvs diff -r1.7 -r1.8 pkgsrc/net/libtorrent-rasterbar/distinfo (expand / switch to unified diff)

--- pkgsrc/net/libtorrent-rasterbar/distinfo 2020/06/03 16:23:10 1.7
+++ pkgsrc/net/libtorrent-rasterbar/distinfo 2020/08/08 21:24:25 1.8
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.7 2020/06/03 16:23:10 nia Exp $ 1$NetBSD: distinfo,v 1.8 2020/08/08 21:24:25 nia Exp $
2 2
3SHA1 (libtorrent-rasterbar-1.2.7.tar.gz) = b52ff2709e0b2e58f1f06e31c291ca3a652e466c 3SHA1 (libtorrent-rasterbar-1.2.8.tar.gz) = 2f9f9e6ed84a49027c884ea1370a9fe410f32dd4
4RMD160 (libtorrent-rasterbar-1.2.7.tar.gz) = 21cdad1c8df75a41644ad0bec080aee4778b4f2b 4RMD160 (libtorrent-rasterbar-1.2.8.tar.gz) = 95194f9a34fc9eda1b539d1bb3c5d02529313f0a
5SHA512 (libtorrent-rasterbar-1.2.7.tar.gz) = 60dfb31b1300b3aa2219227b3a263ba73aedb54a90aa940c117027651779cb972d6e1badf9519f6ad7947233b54df608b829bab34493ceda9e4cb8913041a752 5SHA512 (libtorrent-rasterbar-1.2.8.tar.gz) = 3669175763b1df96f1a2568b7a51df4e7fdf48033826484db8a5bf6525ec117423cdb23b4c357d7ea1d24ec47cf2ee4a0bbfe5f13e825418de9f8ac2dfee5971
6Size (libtorrent-rasterbar-1.2.7.tar.gz) = 4105179 bytes 6Size (libtorrent-rasterbar-1.2.8.tar.gz) = 4121254 bytes
7SHA1 (patch-include_libtorrent_buffer.hpp) = 365f04a6a4b63f86288119201bfec0b9d9e67bee 7SHA1 (patch-include_libtorrent_buffer.hpp) = 365f04a6a4b63f86288119201bfec0b9d9e67bee
8SHA1 (patch-include_libtorrent_config.hpp) = 20d887a755935cdc23bdc80fcfbc8f07a89ec1e1 8SHA1 (patch-include_libtorrent_config.hpp) = 20d887a755935cdc23bdc80fcfbc8f07a89ec1e1