From 47709ef2dd053078d44eb4ba0a332ba146bb00da Mon Sep 17 00:00:00 2001 From: stickz Date: Sat, 28 Sep 2024 21:02:46 -0400 Subject: [PATCH] Update to rTorrent stickz v6.1 ## Version 6.1 Release This release resolves two reported software crashes and reverts to the `__builtin_popcountll` wrapper for compatibility across platforms. ## What's Changed * Update README.md by @WagnerGMD in https://github.com/stickz/rtorrent/pull/46 * libtorrent: Use __builtin_popcountll for compatibility by @stickz in https://github.com/stickz/rtorrent/pull/49 * Fix two SIGPIPE crashes by @stickz in https://github.com/stickz/rtorrent/commit/c9f61f17fc2cfde5e69d6cddba26acbe16171913 and https://github.com/stickz/rtorrent/commit/f391442d7c07b70c1c969c53e15d620c9bca721b ## New Contributors * @WagnerGMD made their first contribution in https://github.com/stickz/rtorrent/pull/46 **Full Changelog**: https://github.com/stickz/rtorrent/compare/v6.0-0.9.8-0.13.8...v6.1-0.9.8-0.13.8 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 14dbe87..2eafe08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,8 +11,8 @@ ARG GEOIP2_PHPEXT_VERSION=1.3.1 ARG RUTORRENT_VERSION=31c8d351002fb1bdcd71c0652aa516384d330712 ARG GEOIP2_RUTORRENT_VERSION=4ff2bde530bb8eef13af84e4413cedea97eda148 -# v6.0-0.9.8-0.13.8 -ARG RTORRENT_STICKZ_VERSION=f6ef811e50d78c041dd9865698186a2319b3ef88 +# v6.1-0.9.8-0.13.8 +ARG RTORRENT_STICKZ_VERSION=7e852c88465682864ef80d86f1d085d932ef3d89 ARG ALPINE_VERSION=3.19 ARG ALPINE_S6_VERSION=${ALPINE_VERSION}-2.2.0.3