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:   nia
Date:           Wed Jun  3 16:23:10 UTC 2020

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

Log Message:
libtorrent-rasterbar: Update to 1.2.7

1.2.7 released

        * add set_alert_fd in python binding, to supersede set_alert_notify
        * fix bug in part files > 2 GiB
        * add function to clear the peer list for a torrent
        * fix resume data functions to save/restore more torrent flags
        * limit number of concurrent HTTP announces
        * fix queue position for force_rechecking a torrent that is not auto-managed
        * improve rate-based choker documentation, and minor tweak
        * undeprecate upnp_ignore_nonrouters (but refering to devices on our subnet)
        * increase default tracker timeout
        * retry failed socks5 server connections
        * allow UPnP lease duration to be changed after device discovery
        * fix IPv6 address change detection on Windows


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/libtorrent-rasterbar/Makefile
cvs rdiff -u -r1.6 -r1.7 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.9 pkgsrc/net/libtorrent-rasterbar/Makefile:1.10
--- pkgsrc/net/libtorrent-rasterbar/Makefile:1.9        Wed May  6 14:04:12 2020
+++ pkgsrc/net/libtorrent-rasterbar/Makefile    Wed Jun  3 16:23:10 2020
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.9 2020/05/06 14:04:12 adam Exp $
+# $NetBSD: Makefile,v 1.10 2020/06/03 16:23:10 nia Exp $
 
-DISTNAME=      libtorrent-rasterbar-1.2.6
-PKGREVISION=   1
+DISTNAME=      libtorrent-rasterbar-1.2.7
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=arvidn/}
 GITHUB_PROJECT=        libtorrent
-GITHUB_RELEASE=        libtorrent-${PKGVERSION_NOREV:S/./_/g}
+GITHUB_RELEASE=        libtorrent_${PKGVERSION_NOREV:S/./_/g}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.libtorrent.org/
@@ -13,7 +12,7 @@ COMMENT=      Feature complete C++ bittorrent
 LICENSE=       modified-bsd
 
 USE_CMAKE=     yes
-USE_LANGUAGES= c c++14
+USE_LANGUAGES= c c++
 USE_TOOLS+=    pkg-config
 
 GCC_REQD+=     6 # c++14

Index: pkgsrc/net/libtorrent-rasterbar/distinfo
diff -u pkgsrc/net/libtorrent-rasterbar/distinfo:1.6 pkgsrc/net/libtorrent-rasterbar/distinfo:1.7
--- pkgsrc/net/libtorrent-rasterbar/distinfo:1.6        Thu May 14 19:14:37 2020
+++ pkgsrc/net/libtorrent-rasterbar/distinfo    Wed Jun  3 16:23:10 2020
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.6 2020/05/14 19:14:37 joerg Exp $
+$NetBSD: distinfo,v 1.7 2020/06/03 16:23:10 nia Exp $
 
-SHA1 (libtorrent-rasterbar-1.2.6.tar.gz) = 3415ef9a87060ceada1013090f24183219cca636
-RMD160 (libtorrent-rasterbar-1.2.6.tar.gz) = a50c1ebf97d8f5341f31d310dc6ffe5f907e6abe
-SHA512 (libtorrent-rasterbar-1.2.6.tar.gz) = 78f9120b1b824dac37ec8bd16a29abdfcd7fd6af3c56e0cc9048d74412d000ef5ea1e8421f757eddb914f8bb20de9fb4192d5b8a3f781fa2e1d4f134ea24b1ee
-Size (libtorrent-rasterbar-1.2.6.tar.gz) = 4144922 bytes
+SHA1 (libtorrent-rasterbar-1.2.7.tar.gz) = b52ff2709e0b2e58f1f06e31c291ca3a652e466c
+RMD160 (libtorrent-rasterbar-1.2.7.tar.gz) = 21cdad1c8df75a41644ad0bec080aee4778b4f2b
+SHA512 (libtorrent-rasterbar-1.2.7.tar.gz) = 60dfb31b1300b3aa2219227b3a263ba73aedb54a90aa940c117027651779cb972d6e1badf9519f6ad7947233b54df608b829bab34493ceda9e4cb8913041a752
+Size (libtorrent-rasterbar-1.2.7.tar.gz) = 4105179 bytes
 SHA1 (patch-include_libtorrent_buffer.hpp) = 365f04a6a4b63f86288119201bfec0b9d9e67bee
 SHA1 (patch-include_libtorrent_config.hpp) = 20d887a755935cdc23bdc80fcfbc8f07a89ec1e1



Home | Main Index | Thread Index | Old Index