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: Update ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dd93c4d73565
branches:  trunk
changeset: 413447:dd93c4d73565
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Mar 20 11:57:43 2020 +0000

description:
libtorrent-rasterbar: Update to 1.2.5

1.2.5 release

        * announce port=1 instead of port=0, when there is no listen port
        * fix LSD over IPv6
        * support TCP_NOTSENT_LOWAT on Linux
        * fix correct interface binding of local service discovery multicast
        * fix issue with knowing which interfaces to announce to trackers and DHT
        * undeprecate settings_pack::dht_upload_rate_limit

1.2.4 release

        * fix binding TCP and UDP sockets to the same port, when specifying port 0
        * fix announce_to_all_trackers and announce_to_all_tiers behavior
        * fix suggest_read_cache setting
        * back-off tracker hostname looksups resulting in NXDOMAIN
        * lower SOCKS5 UDP keepalive timeout
        * fix external IP voting for multi-homed DHT nodes
        * deprecate broadcast_lsd setting. Just use multicast
        * deprecate upnp_ignore_nonrouters setting
        * don't attempt sending event=stopped if event=start never succeeded
        * make sure &key= stays consistent between different source IPs (as mandated by BEP7)
        * fix binding sockets to outgoing interface
        * add new socks5_alert to trouble shoot SOCKS5 proxies

diffstat:

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

diffs (46 lines):

diff -r 0b0f550a2766 -r dd93c4d73565 net/libtorrent-rasterbar/Makefile
--- a/net/libtorrent-rasterbar/Makefile Fri Mar 20 11:57:22 2020 +0000
+++ b/net/libtorrent-rasterbar/Makefile Fri Mar 20 11:57:43 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2020/01/18 21:48:19 jperkin Exp $
+# $NetBSD: Makefile,v 1.6 2020/03/20 11:57:43 nia Exp $
 
-DISTNAME=      libtorrent-rasterbar-1.2.3
-PKGREVISION=   3
+DISTNAME=      libtorrent-rasterbar-1.2.5
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=arvidn/}
 GITHUB_PROJECT=        libtorrent
diff -r 0b0f550a2766 -r dd93c4d73565 net/libtorrent-rasterbar/PLIST
--- a/net/libtorrent-rasterbar/PLIST    Fri Mar 20 11:57:22 2020 +0000
+++ b/net/libtorrent-rasterbar/PLIST    Fri Mar 20 11:57:43 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2020/01/04 16:49:12 nia Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/03/20 11:57:43 nia Exp $
 include/libtorrent/ConvertUTF.h
 include/libtorrent/add_torrent_params.hpp
 include/libtorrent/address.hpp
@@ -34,6 +34,7 @@
 include/libtorrent/aux_/instantiate_connection.hpp
 include/libtorrent/aux_/io.hpp
 include/libtorrent/aux_/ip_notifier.hpp
+include/libtorrent/aux_/keepalive.hpp
 include/libtorrent/aux_/listen_socket_handle.hpp
 include/libtorrent/aux_/lsd.hpp
 include/libtorrent/aux_/merkle.hpp
diff -r 0b0f550a2766 -r dd93c4d73565 net/libtorrent-rasterbar/distinfo
--- a/net/libtorrent-rasterbar/distinfo Fri Mar 20 11:57:22 2020 +0000
+++ b/net/libtorrent-rasterbar/distinfo Fri Mar 20 11:57:43 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2020/01/10 11:52:05 nia Exp $
+$NetBSD: distinfo,v 1.4 2020/03/20 11:57:43 nia Exp $
 
-SHA1 (libtorrent-rasterbar-1.2.3.tar.gz) = ca0f0e018115388db7a40aab1a9a472b43047608
-RMD160 (libtorrent-rasterbar-1.2.3.tar.gz) = 2af0385b24338e007b68a1ad510a485a04467ef5
-SHA512 (libtorrent-rasterbar-1.2.3.tar.gz) = 18cffb86c5affcde79860236440eaca492fce71f16c2ccc5e20ec0d9351fbfb6c15d97e203b61c8cf8168f86cf31459ce0b76a4b0559244f9add385434ff4ae6
-Size (libtorrent-rasterbar-1.2.3.tar.gz) = 4145859 bytes
+SHA1 (libtorrent-rasterbar-1.2.5.tar.gz) = 2dadbd7b51cb210a3a764f34b391a4b4c2d536ab
+RMD160 (libtorrent-rasterbar-1.2.5.tar.gz) = c30546490e699f9f92115b4a142b4f1b7e6ba748
+SHA512 (libtorrent-rasterbar-1.2.5.tar.gz) = b907916bb2b4d550a5173783163cb192c31c0db5e25a4807a4701d1e5fa7e0d4fd9f1fb2c89b43f613a750b42816b07576fb773663fbf3cfb2e3e4b9de380f26
+Size (libtorrent-rasterbar-1.2.5.tar.gz) = 4131979 bytes
 SHA1 (patch-include_libtorrent_buffer.hpp) = 365f04a6a4b63f86288119201bfec0b9d9e67bee



Home | Main Index | Thread Index | Old Index