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:           Fri Mar 20 11:57:43 UTC 2020

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/libtorrent-rasterbar/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/libtorrent-rasterbar/PLIST
cvs rdiff -u -r1.3 -r1.4 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.5 pkgsrc/net/libtorrent-rasterbar/Makefile:1.6
--- pkgsrc/net/libtorrent-rasterbar/Makefile:1.5        Sat Jan 18 21:48:19 2020
+++ pkgsrc/net/libtorrent-rasterbar/Makefile    Fri Mar 20 11:57:43 2020
@@ -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

Index: pkgsrc/net/libtorrent-rasterbar/PLIST
diff -u pkgsrc/net/libtorrent-rasterbar/PLIST:1.2 pkgsrc/net/libtorrent-rasterbar/PLIST:1.3
--- pkgsrc/net/libtorrent-rasterbar/PLIST:1.2   Sat Jan  4 16:49:12 2020
+++ pkgsrc/net/libtorrent-rasterbar/PLIST       Fri Mar 20 11:57:43 2020
@@ -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_/has_block.hpp
 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

Index: pkgsrc/net/libtorrent-rasterbar/distinfo
diff -u pkgsrc/net/libtorrent-rasterbar/distinfo:1.3 pkgsrc/net/libtorrent-rasterbar/distinfo:1.4
--- pkgsrc/net/libtorrent-rasterbar/distinfo:1.3        Fri Jan 10 11:52:05 2020
+++ pkgsrc/net/libtorrent-rasterbar/distinfo    Fri Mar 20 11:57:43 2020
@@ -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