pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/libtorrent-rasterbar libtorrent-rasterbar: updated...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f32ec6cba6dd
branches:  trunk
changeset: 440461:f32ec6cba6dd
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Oct 09 07:22:25 2020 +0000

description:
libtorrent-rasterbar: updated to 1.2.10

libtorrent-1.2.10
fix regression in python binding for move_storage()
improve stat_file() performance on Windows
fix issue with loading invalid torrents with only 0-sized files
fix to avoid large stack allocations

libtorrent-1.2.9
add macro TORRENT_CXX11_ABI for clients building with C++14 against
libtorrent build with C++11
refreshed m4 scripts for autotools
removed deprecated wstring overloads on non-windows systems
drop dependency on Unicode's ConvertUTF code (which had a license
incompatible with Debian)
fix bugs exposed on big-endian systems
fix detection of hard-links not being supported by filesystem
fixed resume data regression for seeds with prio 0 files

diffstat:

 net/libtorrent-rasterbar/Makefile |   4 ++--
 net/libtorrent-rasterbar/PLIST    |   3 +--
 net/libtorrent-rasterbar/distinfo |  10 +++++-----
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (39 lines):

diff -r dce040a297bd -r f32ec6cba6dd net/libtorrent-rasterbar/Makefile
--- a/net/libtorrent-rasterbar/Makefile Fri Oct 09 07:16:20 2020 +0000
+++ b/net/libtorrent-rasterbar/Makefile Fri Oct 09 07:22:25 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2020/08/08 21:24:25 nia Exp $
+# $NetBSD: Makefile,v 1.12 2020/10/09 07:22:25 adam Exp $
 
-DISTNAME=      libtorrent-rasterbar-1.2.8
+DISTNAME=      libtorrent-rasterbar-1.2.10
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=arvidn/}
 GITHUB_PROJECT=        libtorrent
diff -r dce040a297bd -r f32ec6cba6dd net/libtorrent-rasterbar/PLIST
--- a/net/libtorrent-rasterbar/PLIST    Fri Oct 09 07:16:20 2020 +0000
+++ b/net/libtorrent-rasterbar/PLIST    Fri Oct 09 07:22:25 2020 +0000
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2020/03/20 11:57:43 nia Exp $
-include/libtorrent/ConvertUTF.h
+@comment $NetBSD: PLIST,v 1.4 2020/10/09 07:22:25 adam Exp $
 include/libtorrent/add_torrent_params.hpp
 include/libtorrent/address.hpp
 include/libtorrent/alert.hpp
diff -r dce040a297bd -r f32ec6cba6dd net/libtorrent-rasterbar/distinfo
--- a/net/libtorrent-rasterbar/distinfo Fri Oct 09 07:16:20 2020 +0000
+++ b/net/libtorrent-rasterbar/distinfo Fri Oct 09 07:22:25 2020 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.8 2020/08/08 21:24:25 nia Exp $
+$NetBSD: distinfo,v 1.9 2020/10/09 07:22:25 adam Exp $
 
-SHA1 (libtorrent-rasterbar-1.2.8.tar.gz) = 2f9f9e6ed84a49027c884ea1370a9fe410f32dd4
-RMD160 (libtorrent-rasterbar-1.2.8.tar.gz) = 95194f9a34fc9eda1b539d1bb3c5d02529313f0a
-SHA512 (libtorrent-rasterbar-1.2.8.tar.gz) = 3669175763b1df96f1a2568b7a51df4e7fdf48033826484db8a5bf6525ec117423cdb23b4c357d7ea1d24ec47cf2ee4a0bbfe5f13e825418de9f8ac2dfee5971
-Size (libtorrent-rasterbar-1.2.8.tar.gz) = 4121254 bytes
+SHA1 (libtorrent-rasterbar-1.2.10.tar.gz) = e39bef3f49f99122b5a4ba2009f782d9f45f32fd
+RMD160 (libtorrent-rasterbar-1.2.10.tar.gz) = c8bf1e391419a942910837a41c9353d7f4bda96a
+SHA512 (libtorrent-rasterbar-1.2.10.tar.gz) = 50f912d85eefa94c560613cf53d9a2cb00bf4ed800f15e7a43dca35dd941a931a681d1d9ac7305cde0b435bdcf7c6e76a71fbb60d95aefbdca6f982d57b3951f
+Size (libtorrent-rasterbar-1.2.10.tar.gz) = 4128498 bytes
 SHA1 (patch-include_libtorrent_buffer.hpp) = 365f04a6a4b63f86288119201bfec0b9d9e67bee
 SHA1 (patch-include_libtorrent_config.hpp) = 20d887a755935cdc23bdc80fcfbc8f07a89ec1e1



Home | Main Index | Thread Index | Old Index