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:           Sat Nov 21 22:16:09 UTC 2020

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

Log Message:
libtorrent-rasterbar: updated to 1.2.11

libtorrent-1.2.11

Fixes since the 1.2.10 release:

fix issue with moving the session object
deprecate torrent_status::allocating. This state is no longer used
fix bug creating torrents with symbolic links
remove special case to save metadata in resume data unconditionally when added throught magnet link
fix bugs in mutable-torrent support (reusing identical files from different torrents)
fix incorrectly inlined move-assignment of file_storage
add session::paused flag, and the ability to construct a session in paused mode
fix session-pause causing tracker announces to fail
fix peer-exchange flags bug
allow saving resume data before metadata has been downloaded (for magnet links)
record blocks in the disk queue as downloaded in the resume data
fix bug in set_piece_deadline() when set in a zero-priority piece
fix issue in URL parser, causing issues with certain tracker URLs
use a different error code than host-unreachable, when skipping tracker announces


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/libtorrent-rasterbar/Makefile
cvs rdiff -u -r1.9 -r1.10 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.12 pkgsrc/net/libtorrent-rasterbar/Makefile:1.13
--- pkgsrc/net/libtorrent-rasterbar/Makefile:1.12       Fri Oct  9 07:22:25 2020
+++ pkgsrc/net/libtorrent-rasterbar/Makefile    Sat Nov 21 22:16:08 2020
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.12 2020/10/09 07:22:25 adam Exp $
+# $NetBSD: Makefile,v 1.13 2020/11/21 22:16:08 adam Exp $
 
-DISTNAME=      libtorrent-rasterbar-1.2.10
+DISTNAME=      libtorrent-rasterbar-1.2.11
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=arvidn/}
 GITHUB_PROJECT=        libtorrent
-GITHUB_RELEASE=        libtorrent-${PKGVERSION_NOREV}
+GITHUB_RELEASE=        v${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.libtorrent.org/
@@ -12,7 +12,7 @@ COMMENT=      Feature complete C++ bittorrent
 LICENSE=       modified-bsd
 
 USE_CMAKE=     yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++14
 USE_TOOLS+=    pkg-config
 
 GCC_REQD+=     6 # c++14

Index: pkgsrc/net/libtorrent-rasterbar/distinfo
diff -u pkgsrc/net/libtorrent-rasterbar/distinfo:1.9 pkgsrc/net/libtorrent-rasterbar/distinfo:1.10
--- pkgsrc/net/libtorrent-rasterbar/distinfo:1.9        Fri Oct  9 07:22:25 2020
+++ pkgsrc/net/libtorrent-rasterbar/distinfo    Sat Nov 21 22:16:08 2020
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.9 2020/10/09 07:22:25 adam Exp $
+$NetBSD: distinfo,v 1.10 2020/11/21 22:16:08 adam Exp $
 
-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 (libtorrent-rasterbar-1.2.11.tar.gz) = 15b3ee86c077ea6284e2eaf6e8da77cee9f00506
+RMD160 (libtorrent-rasterbar-1.2.11.tar.gz) = 1584ed11785dd6fdcc03f611e49b1a6fd5a38081
+SHA512 (libtorrent-rasterbar-1.2.11.tar.gz) = abcfaa9f22f9adc030f0c4ec8dfd2e5070d1177cc2cf0bcb4e08dfca1b2e806a5c90a82d1860b5dc51efe3e8d2bea3c1d3d966c132a39bfdd5d4791e59bb503a
+Size (libtorrent-rasterbar-1.2.11.tar.gz) = 4138173 bytes
 SHA1 (patch-include_libtorrent_buffer.hpp) = 365f04a6a4b63f86288119201bfec0b9d9e67bee
 SHA1 (patch-include_libtorrent_config.hpp) = 20d887a755935cdc23bdc80fcfbc8f07a89ec1e1



Home | Main Index | Thread Index | Old Index