Received: from wolfsden.cz (wolfsden.cz [37.205.8.62]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id D12D3781091 for <~alpine/aports@lists.alpinelinux.org>; Thu, 25 Nov 2021 15:17:13 +0000 (UTC) Received: by wolfsden.cz (Postfix, from userid 104) id 644F31FF60F; Thu, 25 Nov 2021 15:17:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=wolfsden.cz; s=mail; t=1637853433; bh=+MBWAJKEb/N3Hr9NTm2mJjORSnF/Gfx/g1lKxTcJzM0=; h=From:To:Cc:Subject:Date; b=dAodROtYUhPWZZg+fxCR0I+LbcxvRVPx4neNK2K2SCl5BvDQEdIKdmCaZsJ8Yogi9 uaB7VMiKk6m8mOGpdXFYbAFkx5GpQhdo36O1b/Y8hFO6H60+dOBI/9T1AP6C3ptC5U HXxQgFdAp+lJJ+RAdNKgUtxKox34efJwlMIvEevWUhEDmaecQXCo0CTzgc64jOlGul yiZJmkQBtQ8yYSdYwLT/bfHlEXYrU/Bw+UIpRpcWPkpGawV/hvbBVQ8w9GqOLgSTM/ JKysf5ca5yXxU+cB//7AqxvAMcAMl9z18U31Qm2p/Wejl8Cf/wISPPum0iWvMIn3xD biM6glY+facujujou1Yv9TV/mhanyNQGnVRPTnzm6iwEt0TrUU0F9/Gc09NlZ8OzvG sF6uT66SzsrS/EZKERvkw/SdaK3PDWrEIAU4BDFv3tKwp5+hTCJSJ+i4rS1ZCAAT52 oIi+pSy5CShCo+h59/NUuqgBY7DRJ/u1Ph2e952HByIpVbA61quH9swygZoxkiHvhh 3JM/Xz/Kl/21VTBSr+slrX5rg+Iyezg14kS3CT6s3iqWEhP0VYUirTioM7IwnQvbzV BONbNq8ephUbyYAuD86xqAe7X45rj8KUrA0fbOs/97g9Ph7addOUDJgCn9VcwcPp0A C7Eun65qynS+vYrnfEsYC/74= X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on wolfsden X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from localhost (unknown [128.0.188.242]) by wolfsden.cz (Postfix) with ESMTPSA id E289C1FF510; Thu, 25 Nov 2021 15:17:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=wolfsden.cz; s=mail; t=1637853432; bh=+MBWAJKEb/N3Hr9NTm2mJjORSnF/Gfx/g1lKxTcJzM0=; h=From:To:Cc:Subject:Date; b=F5R7u92d6WBorMRkfDiftNaWn0e1nCxscgLuapxK2l4u8Y/NubtAnq+OSQEJIfST0 Id2jMWvh3dWUneV3zewTbiCwz+QvzJxbzxq2Ed/H+Q8SG28RxqRlMYg+lOYQ36An2N zr7m8KTn0xedXQGje4HG/rON9aoPZGcy/DKlEttXfyIyuiBOVKJeib1LOf3vlURp62 mzHpf48c5qBYNt3QnuWOwR4rjzsCxhblsgh/mOH3zsT2fX8lcvIJJZNtqU0/NjWkgC yp01p5xbVUPt8mI0cuTfLdOFBd3+iJUjmGsopMqR6oE7ycnncHFV8WxEJTqRhXcdlN v4x26qFgxNh2R4olwZBhl/8a2CZbPibXa/XVSUrTucsi76fvr0DqSy8BNhXhuc6T+X 4hzHAWJMy1NLdrH40Yiq075dt9Up564aUMjzaxFa9+RzXgv/tCwIIftbxvDWqBqLEZ 1IiYUuxmcTOqSqXrfGCmNDcs8InWiHMJCq/KbMBx2n4IVuthKxq5A8FEOZJqW6/PSm 8+ujc/fjahesNTEXBurp4UCLna9fh4LDMa1OcAR2D5m0hRCyyrhGkM6tuBpWk6g9td mann99ITF315CSJfNk/PIRr0mghljUJI/j5sWPiaX0uzwEe7ctAMsEqS91TtNLt88D z9iO1UNbo4wPHPeJr219cFb0= From: Wolf To: ~alpine/aports@lists.alpinelinux.org Cc: Wolf Subject: [PATCH v2] community/libtorrent-rasterbar: use c++17 Date: Thu, 25 Nov 2021 16:17:09 +0100 Message-Id: <20211125151709.315255-1-wolf@wolfsden.cz> X-Mailer: git-send-email 2.33.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit libtorrent-rasterbar segfaults when using the default c++ standard (14) in 3.15. There is a upstream bug report [0] stating that using 17 fixes the crash, and I can confirm that is the case for me as well. Reported upstream [1]. 0: https://github.com/arvidn/libtorrent/issues/6028 1: https://github.com/arvidn/libtorrent/issues/6567 --- Better commit message. For the record again stating: this should go into 3.15 as well. community/libtorrent-rasterbar/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/libtorrent-rasterbar/APKBUILD b/community/libtorrent-rasterbar/APKBUILD index 380536eccf..211446f209 100644 --- a/community/libtorrent-rasterbar/APKBUILD +++ b/community/libtorrent-rasterbar/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: August Klein pkgname=libtorrent-rasterbar pkgver=1.2.14 -pkgrel=2 +pkgrel=3 pkgdesc="Feature complete C++ bittorrent implementation" url="https://www.rasterbar.com/products/libtorrent" arch="all !armv7 !aarch64 !x86" # on aarch64 and x86 failed to build @@ -28,7 +28,7 @@ build() { --localstatedir=/var \ --enable-python-binding \ --with-boost-system=boost_python$_py3ver \ - --with-std=c++14 + --with-cxx-standard=17 make } -- 2.33.1