pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/rtorrent



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jan  2 20:00:06 UTC 2025

Modified Files:
        pkgsrc/net/rtorrent: Makefile distinfo options.mk
Removed Files:
        pkgsrc/net/rtorrent/patches: patch-src_core_download__store.cc

Log Message:
rtorrent: updated to 0.15.1

0.15.1

Resolved scgi software crash with SIGPIPE exception.
Various build stability improvements.
Change _sync* to std::atomic for cross platform compatibility.
Resolved a crash with the curl stack during shutdown.
Resolve Wclass-memaccess compile warning with std::memset.
Fixed d.group.name returning the wrong value.
Fixed compatibility checks for file types.


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 pkgsrc/net/rtorrent/Makefile
cvs rdiff -u -r1.41 -r1.42 pkgsrc/net/rtorrent/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/rtorrent/options.mk
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/net/rtorrent/patches/patch-src_core_download__store.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/rtorrent/Makefile
diff -u pkgsrc/net/rtorrent/Makefile:1.99 pkgsrc/net/rtorrent/Makefile:1.100
--- pkgsrc/net/rtorrent/Makefile:1.99   Thu Nov 14 22:21:16 2024
+++ pkgsrc/net/rtorrent/Makefile        Thu Jan  2 20:00:05 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.99 2024/11/14 22:21:16 wiz Exp $
+# $NetBSD: Makefile,v 1.100 2025/01/02 20:00:05 adam Exp $
 
-DISTNAME=      rtorrent-0.10.0
-PKGREVISION=   3
+DISTNAME=      rtorrent-0.15.1
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=rakshasa/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
@@ -11,8 +10,8 @@ HOMEPAGE=     https://github.com/rakshasa/rt
 COMMENT=       Ncurses based torrent client with support for sessions
 LICENSE=       gnu-gpl-v2
 
+USE_CXX_FEATURES=      c++14
 USE_LANGUAGES=         c c++
-USE_CXX_FEATURES+=     c++11
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake pkg-config
 GNU_CONFIGURE=         yes

Index: pkgsrc/net/rtorrent/distinfo
diff -u pkgsrc/net/rtorrent/distinfo:1.41 pkgsrc/net/rtorrent/distinfo:1.42
--- pkgsrc/net/rtorrent/distinfo:1.41   Fri Oct  4 09:02:01 2024
+++ pkgsrc/net/rtorrent/distinfo        Thu Jan  2 20:00:05 2025
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.41 2024/10/04 09:02:01 adam Exp $
+$NetBSD: distinfo,v 1.42 2025/01/02 20:00:05 adam Exp $
 
-BLAKE2s (rtorrent-0.10.0.tar.gz) = f8643ba677c4d461c59bb1471bc5323e238445c1f80eae37bab789627d336891
-SHA512 (rtorrent-0.10.0.tar.gz) = 9c1ca99cd84e5a0984cffd48e37c9f78f66e867cd4df9b1ba0d6060fe447e1c0dd0083328de699fa7011f2b6dd6a22ac569756f24fde074401d8d9a8a11eb636
-Size (rtorrent-0.10.0.tar.gz) = 402931 bytes
-SHA1 (patch-src_core_download__store.cc) = f075273fb4e42fa06e49256d444758dde6b3322d
+BLAKE2s (rtorrent-0.15.1.tar.gz) = dca81a91068f0415b540702c3637de0910770a9bab9c2cbb992691b3449a9c53
+SHA512 (rtorrent-0.15.1.tar.gz) = e5c713601ecb0c4536b64d98ca53261db35980b04a3f274d12f51467b021d77768e7f6a2004a33a76a99f7d96e0a2c3de4605fd7ee186ba05a7c16aa96b97ea5
+Size (rtorrent-0.15.1.tar.gz) = 688056 bytes
 SHA1 (patch-src_display_canvas.h) = 6b10c508158d594bcb0633c9e7f3e2885f8456d1
 SHA1 (patch-src_utils_directory.cc) = b3b38e1d9d0887711ac54433e948bfc28112b985
 SHA1 (patch-src_utils_directory.h) = 77280b6ab0ba69c77c5bb88eca7beb11954415ad

Index: pkgsrc/net/rtorrent/options.mk
diff -u pkgsrc/net/rtorrent/options.mk:1.3 pkgsrc/net/rtorrent/options.mk:1.4
--- pkgsrc/net/rtorrent/options.mk:1.3  Fri Sep 14 21:06:42 2018
+++ pkgsrc/net/rtorrent/options.mk      Thu Jan  2 20:00:05 2025
@@ -1,12 +1,11 @@
-# $NetBSD: options.mk,v 1.3 2018/09/14 21:06:42 maya Exp $
+# $NetBSD: options.mk,v 1.4 2025/01/02 20:00:05 adam Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.rtorrent
 PKG_SUPPORTED_OPTIONS= xmlrpc
-PKG_SUGGESTED_OPTIONS=
 
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mxmlrpc)
-CONFIGURE_ARGS+=       --with-xmlrpc-c=${PREFIX}/bin/xmlrpc-c-config
-.  include "../../textproc/xmlrpc-c/buildlink3.mk"
+CONFIGURE_ARGS+=       --with-xmlrpc-tinyxml2
+.  include "../../textproc/tinyxml2/buildlink3.mk"
 .endif



Home | Main Index | Thread Index | Old Index