pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/libtorrent-rasterbar



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Oct  9 07:22:25 UTC 2020

Modified Files:
        pkgsrc/net/libtorrent-rasterbar: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/libtorrent-rasterbar/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/libtorrent-rasterbar/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/libtorrent-rasterbar/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/libtorrent-rasterbar/Makefile
diff -u pkgsrc/net/libtorrent-rasterbar/Makefile:1.11 pkgsrc/net/libtorrent-rasterbar/Makefile:1.12
--- pkgsrc/net/libtorrent-rasterbar/Makefile:1.11       Sat Aug  8 21:24:25 2020
+++ pkgsrc/net/libtorrent-rasterbar/Makefile    Fri Oct  9 07:22:25 2020
@@ -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

Index: pkgsrc/net/libtorrent-rasterbar/PLIST
diff -u pkgsrc/net/libtorrent-rasterbar/PLIST:1.3 pkgsrc/net/libtorrent-rasterbar/PLIST:1.4
--- pkgsrc/net/libtorrent-rasterbar/PLIST:1.3   Fri Mar 20 11:57:43 2020
+++ pkgsrc/net/libtorrent-rasterbar/PLIST       Fri Oct  9 07:22:25 2020
@@ -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

Index: pkgsrc/net/libtorrent-rasterbar/distinfo
diff -u pkgsrc/net/libtorrent-rasterbar/distinfo:1.8 pkgsrc/net/libtorrent-rasterbar/distinfo:1.9
--- pkgsrc/net/libtorrent-rasterbar/distinfo:1.8        Sat Aug  8 21:24:25 2020
+++ pkgsrc/net/libtorrent-rasterbar/distinfo    Fri Oct  9 07:22:25 2020
@@ -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