pkgsrc-Changes archive

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

CVS commit: pkgsrc/net



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jul 30 09:20:00 UTC 2019

Modified Files:
        pkgsrc/net/libtorrent: Makefile distinfo
        pkgsrc/net/rtorrent: Makefile distinfo
Removed Files:
        pkgsrc/net/libtorrent/patches: patch-configure
            patch-src_utils_diffie__hellman.cc
        pkgsrc/net/rtorrent/patches: patch-src_main.cc

Log Message:
rtorrent: Update to 0.9.8. Update libtorrent to 0.13.8.

Changes:

The feature-bind branch is still not ready, so here's more bug-fixes and
pull requests merged.

Please consider donating (https://rakshasa.github.io/rtorrent/donate.html)
to help fund the development of this client.

* Close log files when reusing a name. (pyroscope)
* Increased max timeout for tracker requests.
* Set max piece size 512mb.
* Switch to C++11 MRT RNG for random bytes. (lps-rocks)
* Added support for openssl 1.1.
* Fix honoring throttle.min_peers* settings in rtorrent. (chros)
* Improved failed tracker bencode parsing. (chros)
* Added example rtorrent.rc. (g0tmi1k)
* Added a temporary name filter. (Toff)
* Added 'log.close' command.
* Added 'd.tracker_announce.force' command.
* Added 'event.system.startup_done/shutdown' commands/events. (chros)
* Added 'd.custom.if_z' command. (pyroscope)
* Added 'd.multicall.filtered' command. (pyroscope)
* Added 'event.view.hide/show' commands. (pyroscope)


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/net/libtorrent/Makefile
cvs rdiff -u -r1.38 -r1.39 pkgsrc/net/libtorrent/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/net/libtorrent/patches/patch-configure \
    pkgsrc/net/libtorrent/patches/patch-src_utils_diffie__hellman.cc
cvs rdiff -u -r1.75 -r1.76 pkgsrc/net/rtorrent/Makefile
cvs rdiff -u -r1.37 -r1.38 pkgsrc/net/rtorrent/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/net/rtorrent/patches/patch-src_main.cc

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/Makefile
diff -u pkgsrc/net/libtorrent/Makefile:1.60 pkgsrc/net/libtorrent/Makefile:1.61
--- pkgsrc/net/libtorrent/Makefile:1.60 Sat Jun 15 12:30:47 2019
+++ pkgsrc/net/libtorrent/Makefile      Tue Jul 30 09:19:59 2019
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.60 2019/06/15 12:30:47 nia Exp $
+# $NetBSD: Makefile,v 1.61 2019/07/30 09:19:59 nia Exp $
 
-DISTNAME=      libtorrent-0.13.7
-PKGREVISION=   1
+DISTNAME=      libtorrent-0.13.8
 CATEGORIES=    net
-MASTER_SITES=  http://rtorrent.net/downloads/
+MASTER_SITES=  https://rtorrent.net/downloads/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/rakshasa/libtorrent

Index: pkgsrc/net/libtorrent/distinfo
diff -u pkgsrc/net/libtorrent/distinfo:1.38 pkgsrc/net/libtorrent/distinfo:1.39
--- pkgsrc/net/libtorrent/distinfo:1.38 Sun Jun 24 16:57:58 2018
+++ pkgsrc/net/libtorrent/distinfo      Tue Jul 30 09:19:59 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.38 2018/06/24 16:57:58 adam Exp $
+$NetBSD: distinfo,v 1.39 2019/07/30 09:19:59 nia Exp $
 
-SHA1 (libtorrent-0.13.7.tar.gz) = 2c859b5b382786646ba6001058faa07db67c5a48
-RMD160 (libtorrent-0.13.7.tar.gz) = 071f6311fd32e53447bdf7f6d97bc7585dbaff70
-SHA512 (libtorrent-0.13.7.tar.gz) = 7bf3e87dbd19eb4e6806dff8a01c3ec61ea960bbd809d4bcbee96a46e169f97d0baf0fc85ab4a1efbbab07850e9b1060bae46c453ea6c42f5c23f8d921295efb
-Size (libtorrent-0.13.7.tar.gz) = 782854 bytes
+SHA1 (libtorrent-0.13.8.tar.gz) = e63277da94cec33c0200dd39799984b8f21dd7f2
+RMD160 (libtorrent-0.13.8.tar.gz) = f2e3c6038650b8207e397584f5dcc8bf31e2f721
+SHA512 (libtorrent-0.13.8.tar.gz) = 417177df5b27cd8c6a6317063b0846da2690de4633836466728605c2edad2de407d29d321cc481b8d1352dd0ff6dd89f4566a830424a8cf986f2fddb04704da4
+Size (libtorrent-0.13.8.tar.gz) = 834027 bytes
 SHA1 (patch-config.h.in) = 7ea6ef87727756afe3882aad769a48488fc22c86
 SHA1 (patch-configure) = 6c91606fc317d2d77c5b34d2b47d22a66a2f22c3
 SHA1 (patch-src_Makefile.am) = d965bdfd967a71d14ebcad6b32564a1c0908739d

Index: pkgsrc/net/rtorrent/Makefile
diff -u pkgsrc/net/rtorrent/Makefile:1.75 pkgsrc/net/rtorrent/Makefile:1.76
--- pkgsrc/net/rtorrent/Makefile:1.75   Sat Jul 20 22:46:41 2019
+++ pkgsrc/net/rtorrent/Makefile        Tue Jul 30 09:19:59 2019
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.75 2019/07/20 22:46:41 wiz Exp $
+# $NetBSD: Makefile,v 1.76 2019/07/30 09:19:59 nia Exp $
 
-DISTNAME=      rtorrent-0.9.7
-PKGREVISION=   5
+DISTNAME=      rtorrent-0.9.8
 CATEGORIES=    net
-MASTER_SITES=  http://rtorrent.net/downloads/
+MASTER_SITES=  https://rtorrent.net/downloads/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/rakshasa/rtorrent
@@ -42,6 +41,11 @@ CXXFLAGS+=   -fpermissive -fno-strength-re
 CXXFLAGS+=     -march=i486
 .endif
 
+# for backtrace()
+.if (${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD") && exists(/usr/include/execinfo.h)
+LIBS+=         -lexecinfo
+.endif
+
 INSTALLATION_DIRS=     share/examples/rtorrent
 
 post-install:

Index: pkgsrc/net/rtorrent/distinfo
diff -u pkgsrc/net/rtorrent/distinfo:1.37 pkgsrc/net/rtorrent/distinfo:1.38
--- pkgsrc/net/rtorrent/distinfo:1.37   Sun Jun 24 16:59:52 2018
+++ pkgsrc/net/rtorrent/distinfo        Tue Jul 30 09:19:59 2019
@@ -1,10 +1,9 @@
-$NetBSD: distinfo,v 1.37 2018/06/24 16:59:52 adam Exp $
+$NetBSD: distinfo,v 1.38 2019/07/30 09:19:59 nia Exp $
 
-SHA1 (rtorrent-0.9.7.tar.gz) = 69d9ff5160f6fe7266b4b0f7a46045fd6370a650
-RMD160 (rtorrent-0.9.7.tar.gz) = 3eb3743d58581a59349ea4dddc23b5f36f2769f8
-SHA512 (rtorrent-0.9.7.tar.gz) = e663bd8984bcec91868beaf16d215708bdea8872338365ba6a05c9ea830b2aff045257bbc8bd0414d84009ee85852822c97bb073dfb41c21e3b0081ecaeecc00
-Size (rtorrent-0.9.7.tar.gz) = 610149 bytes
+SHA1 (rtorrent-0.9.8.tar.gz) = ed4f150ea8bb8f57af2042190512391a118e2302
+RMD160 (rtorrent-0.9.8.tar.gz) = fde07c9b9db00a90cb851b058402a87d447f92f7
+SHA512 (rtorrent-0.9.8.tar.gz) = 016685948d0290694ab9635ae218c7acd876e6d45bea1bdba3a29c545e64f5d824c5e2f6693a4c2e9200196177881d54f312d72e0a19742bd74a03bd19ca05c7
+Size (rtorrent-0.9.8.tar.gz) = 647523 bytes
 SHA1 (patch-src_display_canvas.h) = 6b10c508158d594bcb0633c9e7f3e2885f8456d1
-SHA1 (patch-src_main.cc) = bdd4ebef64c3e137c226fdf1a1ad96c680b28add
 SHA1 (patch-src_utils_directory.cc) = b3b38e1d9d0887711ac54433e948bfc28112b985
 SHA1 (patch-src_utils_directory.h) = a370881bfdd8534eb25fcbcff8d258b19797941f



Home | Main Index | Thread Index | Old Index