Sat Jan 4 16:49:12 2020 UTC ()
libtorrent-rasterbar: Update to 1.2.3

Changes:

    fix erroneous event=completed tracker announce when checking files
    promote errors in parsing listen_interfaces to post listen_failed_alert
    fix bug in protocol encryption/obfuscation
    fix buffer overflow in SOCKS5 UDP logic
    fix issue of rapid calls to file_priority() clobbering each other
    clear tracker errors on success
    optimize setting with unlimited unchoke slots
    fixed restoring of trackers, comment, creation date and created-by in resume data
    fix handling of torrents with too large pieces
    fixed division by zero in anti-leech choker
    fixed bug in torrent_info::swap


(nia)
diff -r1.1 -r1.2 pkgsrc/net/libtorrent-rasterbar/Makefile
diff -r1.1 -r1.2 pkgsrc/net/libtorrent-rasterbar/PLIST
diff -r1.1 -r1.2 pkgsrc/net/libtorrent-rasterbar/distinfo

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

--- pkgsrc/net/libtorrent-rasterbar/Makefile 2019/12/16 18:00:51 1.1
+++ pkgsrc/net/libtorrent-rasterbar/Makefile 2020/01/04 16:49:12 1.2
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.1 2019/12/16 18:00:51 nia Exp $ 1# $NetBSD: Makefile,v 1.2 2020/01/04 16:49:12 nia Exp $
2 2
3DISTNAME= libtorrent-rasterbar-1.2.2 3DISTNAME= libtorrent-rasterbar-1.2.3
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:S/./_/g}
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_TOOLS+= pkg-config 15USE_TOOLS+= pkg-config
16USE_LANGUAGES= c c++ 16USE_LANGUAGES= c c++

cvs diff -r1.1 -r1.2 pkgsrc/net/libtorrent-rasterbar/PLIST (expand / switch to unified diff)

--- pkgsrc/net/libtorrent-rasterbar/PLIST 2019/12/16 18:00:51 1.1
+++ pkgsrc/net/libtorrent-rasterbar/PLIST 2020/01/04 16:49:12 1.2
@@ -1,34 +1,35 @@ @@ -1,34 +1,35 @@
1@comment $NetBSD: PLIST,v 1.1 2019/12/16 18:00:51 nia Exp $ 1@comment $NetBSD: PLIST,v 1.2 2020/01/04 16:49:12 nia Exp $
2include/libtorrent/ConvertUTF.h 2include/libtorrent/ConvertUTF.h
3include/libtorrent/add_torrent_params.hpp 3include/libtorrent/add_torrent_params.hpp
4include/libtorrent/address.hpp 4include/libtorrent/address.hpp
5include/libtorrent/alert.hpp 5include/libtorrent/alert.hpp
6include/libtorrent/alert_manager.hpp 6include/libtorrent/alert_manager.hpp
7include/libtorrent/alert_types.hpp 7include/libtorrent/alert_types.hpp
8include/libtorrent/announce_entry.hpp 8include/libtorrent/announce_entry.hpp
9include/libtorrent/assert.hpp 9include/libtorrent/assert.hpp
10include/libtorrent/aux_/aligned_storage.hpp 10include/libtorrent/aux_/aligned_storage.hpp
11include/libtorrent/aux_/aligned_union.hpp 11include/libtorrent/aux_/aligned_union.hpp
12include/libtorrent/aux_/alloca.hpp 12include/libtorrent/aux_/alloca.hpp
13include/libtorrent/aux_/allocating_handler.hpp 13include/libtorrent/aux_/allocating_handler.hpp
14include/libtorrent/aux_/array.hpp 14include/libtorrent/aux_/array.hpp
15include/libtorrent/aux_/bind_to_device.hpp 15include/libtorrent/aux_/bind_to_device.hpp
16include/libtorrent/aux_/block_cache_reference.hpp 16include/libtorrent/aux_/block_cache_reference.hpp
17include/libtorrent/aux_/byteswap.hpp 17include/libtorrent/aux_/byteswap.hpp
18include/libtorrent/aux_/container_wrapper.hpp 18include/libtorrent/aux_/container_wrapper.hpp
19include/libtorrent/aux_/cppint_import_export.hpp 19include/libtorrent/aux_/cppint_import_export.hpp
20include/libtorrent/aux_/cpuid.hpp 20include/libtorrent/aux_/cpuid.hpp
21include/libtorrent/aux_/deferred_handler.hpp 21include/libtorrent/aux_/deferred_handler.hpp
 22include/libtorrent/aux_/deprecated.hpp
22include/libtorrent/aux_/deque.hpp 23include/libtorrent/aux_/deque.hpp
23include/libtorrent/aux_/dev_random.hpp 24include/libtorrent/aux_/dev_random.hpp
24include/libtorrent/aux_/disable_warnings_pop.hpp 25include/libtorrent/aux_/disable_warnings_pop.hpp
25include/libtorrent/aux_/disable_warnings_push.hpp 26include/libtorrent/aux_/disable_warnings_push.hpp
26include/libtorrent/aux_/disk_job_fence.hpp 27include/libtorrent/aux_/disk_job_fence.hpp
27include/libtorrent/aux_/escape_string.hpp 28include/libtorrent/aux_/escape_string.hpp
28include/libtorrent/aux_/export.hpp 29include/libtorrent/aux_/export.hpp
29include/libtorrent/aux_/ffs.hpp 30include/libtorrent/aux_/ffs.hpp
30include/libtorrent/aux_/file_progress.hpp 31include/libtorrent/aux_/file_progress.hpp
31include/libtorrent/aux_/generate_peer_id.hpp 32include/libtorrent/aux_/generate_peer_id.hpp
32include/libtorrent/aux_/has_block.hpp 33include/libtorrent/aux_/has_block.hpp
33include/libtorrent/aux_/instantiate_connection.hpp 34include/libtorrent/aux_/instantiate_connection.hpp
34include/libtorrent/aux_/io.hpp 35include/libtorrent/aux_/io.hpp

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

--- pkgsrc/net/libtorrent-rasterbar/distinfo 2019/12/16 18:00:51 1.1
+++ pkgsrc/net/libtorrent-rasterbar/distinfo 2020/01/04 16:49:12 1.2
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.1 2019/12/16 18:00:51 nia Exp $ 1$NetBSD: distinfo,v 1.2 2020/01/04 16:49:12 nia Exp $
2 2
3SHA1 (libtorrent-rasterbar-1.2.2.tar.gz) = ebe0002a37a845bf08e7d91ff1c86120de2173ca 3SHA1 (libtorrent-rasterbar-1.2.3.tar.gz) = ca0f0e018115388db7a40aab1a9a472b43047608
4RMD160 (libtorrent-rasterbar-1.2.2.tar.gz) = 3096523905a7de4d0aaeb76d7053b0d2f3fc43dc 4RMD160 (libtorrent-rasterbar-1.2.3.tar.gz) = 2af0385b24338e007b68a1ad510a485a04467ef5
5SHA512 (libtorrent-rasterbar-1.2.2.tar.gz) = 8ef867d253fe187336ec5919683526997298319b755bcd72eeca2c56c81462d2aed912d2eadcd560d2a8729b36798718f9a1668a83927211f49667af9bdf0a06 5SHA512 (libtorrent-rasterbar-1.2.3.tar.gz) = 18cffb86c5affcde79860236440eaca492fce71f16c2ccc5e20ec0d9351fbfb6c15d97e203b61c8cf8168f86cf31459ce0b76a4b0559244f9add385434ff4ae6
6Size (libtorrent-rasterbar-1.2.2.tar.gz) = 4088779 bytes 6Size (libtorrent-rasterbar-1.2.3.tar.gz) = 4145859 bytes
7SHA1 (patch-include_libtorrent_buffer.hpp) = 9a2582c3a4740467c60bf621ae0dedb14c507c7c 7SHA1 (patch-include_libtorrent_buffer.hpp) = 9a2582c3a4740467c60bf621ae0dedb14c507c7c