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:           Wed Jan  6 14:25:53 UTC 2021

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

Log Message:
libtorrent-rasterbar: updated to 1.2.12

libtorrent-1.2.12
fix loading of DHT node ID from previous session on startup
use getrandom(), when available, and fall back to /dev/urandom
fix python binding for "value" in dht put alerts
fix bug in python binding for dht_put_mutable_item
fix uTP issue acking FIN packets
validate HTTPS certificates by default (trackers and web seeds)
load SSL certificates from windows system certificate store, to authenticate trackers
introduce mitigation for Server Side Request Forgery in tracker and web seed URLs
fix error handling for pool allocation failure


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/libtorrent-rasterbar/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/libtorrent-rasterbar/PLIST
cvs rdiff -u -r1.10 -r1.11 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.14 pkgsrc/net/libtorrent-rasterbar/Makefile:1.15
--- pkgsrc/net/libtorrent-rasterbar/Makefile:1.14       Fri Jan  1 08:24:55 2021
+++ pkgsrc/net/libtorrent-rasterbar/Makefile    Wed Jan  6 14:25:53 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2021/01/01 08:24:55 ryoon Exp $
+# $NetBSD: Makefile,v 1.15 2021/01/06 14:25:53 adam Exp $
 
-DISTNAME=      libtorrent-rasterbar-1.2.11
-PKGREVISION=   1
+DISTNAME=      libtorrent-rasterbar-1.2.12
 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.4 pkgsrc/net/libtorrent-rasterbar/PLIST:1.5
--- pkgsrc/net/libtorrent-rasterbar/PLIST:1.4   Fri Oct  9 07:22:25 2020
+++ pkgsrc/net/libtorrent-rasterbar/PLIST       Wed Jan  6 14:25:53 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2020/10/09 07:22:25 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2021/01/06 14:25:53 adam Exp $
 include/libtorrent/add_torrent_params.hpp
 include/libtorrent/address.hpp
 include/libtorrent/alert.hpp
@@ -41,6 +41,7 @@ include/libtorrent/aux_/noexcept_movable
 include/libtorrent/aux_/numeric_cast.hpp
 include/libtorrent/aux_/openssl.hpp
 include/libtorrent/aux_/path.hpp
+include/libtorrent/aux_/pool.hpp
 include/libtorrent/aux_/portmap.hpp
 include/libtorrent/aux_/proxy_settings.hpp
 include/libtorrent/aux_/range.hpp

Index: pkgsrc/net/libtorrent-rasterbar/distinfo
diff -u pkgsrc/net/libtorrent-rasterbar/distinfo:1.10 pkgsrc/net/libtorrent-rasterbar/distinfo:1.11
--- pkgsrc/net/libtorrent-rasterbar/distinfo:1.10       Sat Nov 21 22:16:08 2020
+++ pkgsrc/net/libtorrent-rasterbar/distinfo    Wed Jan  6 14:25:53 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.10 2020/11/21 22:16:08 adam Exp $
+$NetBSD: distinfo,v 1.11 2021/01/06 14:25:53 adam Exp $
 
-SHA1 (libtorrent-rasterbar-1.2.11.tar.gz) = 15b3ee86c077ea6284e2eaf6e8da77cee9f00506
-RMD160 (libtorrent-rasterbar-1.2.11.tar.gz) = 1584ed11785dd6fdcc03f611e49b1a6fd5a38081
-SHA512 (libtorrent-rasterbar-1.2.11.tar.gz) = abcfaa9f22f9adc030f0c4ec8dfd2e5070d1177cc2cf0bcb4e08dfca1b2e806a5c90a82d1860b5dc51efe3e8d2bea3c1d3d966c132a39bfdd5d4791e59bb503a
-Size (libtorrent-rasterbar-1.2.11.tar.gz) = 4138173 bytes
+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 (patch-include_libtorrent_buffer.hpp) = 365f04a6a4b63f86288119201bfec0b9d9e67bee
 SHA1 (patch-include_libtorrent_config.hpp) = 20d887a755935cdc23bdc80fcfbc8f07a89ec1e1



Home | Main Index | Thread Index | Old Index