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:           Tue Mar 30 09:30:14 UTC 2021

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

Log Message:
libtorrent-rasterbar: updated to 1.2.13

libtorrent-1.2.13
Use /etc/ssl/cert.pem to validate HTTPS connections on MacOS
allow no-interest timeouts of peer connections before all connections slots are full
fix issue where a DHT message would count as an incoming connection
fix issue when failing to parse outgoing_interfaces setting
fix super-seeding issue that could cause a segfault
fix data race in python binding of session::get_torrent_status()
fix need_save_resume_data() for renaming files, share-mode, upload-mode,
disable- pex, lsd, and dht.
fix incoming TCP connections when using tracker-only proxy
fix issue with paths starting with ./
fix integer overflow when setting a high DHT upload rate limit
improve Path MTU discovery logic in uTP
fix overflow issue when rlimit_nofile is set to infinity
fix issue in python binding interpreting int settings > INT_MAX
Fix cxxflags and linkflags injection via environment variables


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/libtorrent-rasterbar/Makefile
cvs rdiff -u -r1.11 -r1.12 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.16 pkgsrc/net/libtorrent-rasterbar/Makefile:1.17
--- pkgsrc/net/libtorrent-rasterbar/Makefile:1.16       Fri Mar 12 09:24:36 2021
+++ pkgsrc/net/libtorrent-rasterbar/Makefile    Tue Mar 30 09:30:14 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2021/03/12 09:24:36 nia Exp $
+# $NetBSD: Makefile,v 1.17 2021/03/30 09:30:14 adam Exp $
 
-DISTNAME=      libtorrent-rasterbar-1.2.12
+DISTNAME=      libtorrent-rasterbar-1.2.13
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=arvidn/}
 GITHUB_PROJECT=        libtorrent

Index: pkgsrc/net/libtorrent-rasterbar/distinfo
diff -u pkgsrc/net/libtorrent-rasterbar/distinfo:1.11 pkgsrc/net/libtorrent-rasterbar/distinfo:1.12
--- pkgsrc/net/libtorrent-rasterbar/distinfo:1.11       Wed Jan  6 14:25:53 2021
+++ pkgsrc/net/libtorrent-rasterbar/distinfo    Tue Mar 30 09:30:14 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.11 2021/01/06 14:25:53 adam Exp $
+$NetBSD: distinfo,v 1.12 2021/03/30 09:30:14 adam Exp $
 
-SHA1 (libtorrent-rasterbar-1.2.12.tar.gz) = 7d7f23b0dd03f4c9f85bd6eccac1cfd79fa6d735
-RMD160 (libtorrent-rasterbar-1.2.12.tar.gz) = 9308ec6739de9566db4a0053a0db310850f6f001
-SHA512 (libtorrent-rasterbar-1.2.12.tar.gz) = 09a79fa182f575368895479bebd936d7a44b3d1a242b83dfffe7be3c6ba5a63d47823634db06a1c2806506aad520cc8b1e75380ed9de65fdf5634c67eeebd65f
-Size (libtorrent-rasterbar-1.2.12.tar.gz) = 4144099 bytes
+SHA1 (libtorrent-rasterbar-1.2.13.tar.gz) = 26f97c9d05db98c72a70ea294945f8c3bcb5a764
+RMD160 (libtorrent-rasterbar-1.2.13.tar.gz) = 8b919f4c520f6ca543bd127ede1698f982f87e05
+SHA512 (libtorrent-rasterbar-1.2.13.tar.gz) = 29af34109f8bab91be03cd86a82ef592a9d1ae1a99ef4e6468985ac8968c67f80996bc0ac3fe2478ee20627df52e44128ff28fe81e928f31148b8c7066d67ccb
+Size (libtorrent-rasterbar-1.2.13.tar.gz) = 4160116 bytes
 SHA1 (patch-include_libtorrent_buffer.hpp) = 365f04a6a4b63f86288119201bfec0b9d9e67bee
 SHA1 (patch-include_libtorrent_config.hpp) = 20d887a755935cdc23bdc80fcfbc8f07a89ec1e1



Home | Main Index | Thread Index | Old Index