瀏覽代碼

package/xmrig: bump version to 6.18.0

Removed patch, not needed anymore due to upstream removal of astrobwt:
https://github.com/xmrig/xmrig/commit/22d6a7525e0e5d117d2518906ae86adbc4e65be9

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bernd Kuhls 3 年之前
父節點
當前提交
381a1af2dd
共有 3 個文件被更改,包括 2 次插入42 次删除
  1. 0 40
      package/xmrig/0001-astrobwt-fix-build-with-gcc-4.8.patch
  2. 1 1
      package/xmrig/xmrig.hash
  3. 1 1
      package/xmrig/xmrig.mk

+ 0 - 40
package/xmrig/0001-astrobwt-fix-build-with-gcc-4.8.patch

@@ -1,40 +0,0 @@
-From 72234ae73590fa93d837034a3fb48b71eb071a2a Mon Sep 17 00:00:00 2001
-From: Bernd Kuhls <bernd.kuhls@t-online.de>
-Date: Sun, 22 May 2022 20:24:14 +0200
-Subject: [PATCH] astrobwt: fix build with gcc-4.8
-
-Fixes build error:
-
-xmrig-6.17.0/src/crypto/astrobwt/sort_indices2.cpp:40:24: error: missing binary operator before token "("
- #if __has_cpp_attribute(unlikely)
-
-found with the buildroot toolchain
-arm-none-linux-gnueabi-gcc (Sourcery CodeBench Lite 2014.05-29) 4.8.3 20140320 (prerelease)
-
-Inspired by
-https://reviews.llvm.org/rG91c32fd8c8fa395971a028f7091273fa2c8f44e6
-
-Patch sent upstream: https://github.com/xmrig/xmrig/pull/3057
-
-Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
----
- src/crypto/astrobwt/sort_indices2.cpp | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/src/crypto/astrobwt/sort_indices2.cpp b/src/crypto/astrobwt/sort_indices2.cpp
-index 2d86d462..3a70f619 100644
---- a/src/crypto/astrobwt/sort_indices2.cpp
-+++ b/src/crypto/astrobwt/sort_indices2.cpp
-@@ -36,6 +36,9 @@
- #define RESTRICT
- #endif
- 
-+#ifndef __has_cpp_attribute
-+#define __has_cpp_attribute(x) 0
-+#endif
- 
- #if __has_cpp_attribute(unlikely)
- #define UNLIKELY(X) (X) [[unlikely]]
--- 
-2.30.2
-

+ 1 - 1
package/xmrig/xmrig.hash

@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  748a989390202ba2d1ccbd9d9a6b8cbd6551149cbab63b347fd1ed6df0254faa  xmrig-6.17.0.tar.gz
+sha256  4531a31c0c095fcae18fdef0157f1e2a6694408abbcff6789c8f3cd6ab2c3ca0  xmrig-6.18.0.tar.gz
 sha256  589ed823e9a84c56feb95ac58e7cf384626b9cbf4fda2a907bc36e103de1bad2  LICENSE

+ 1 - 1
package/xmrig/xmrig.mk

@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XMRIG_VERSION = 6.17.0
+XMRIG_VERSION = 6.18.0
 XMRIG_SITE = $(call github,xmrig,xmrig,v$(XMRIG_VERSION))
 XMRIG_LICENSE = GPL-3.0+
 XMRIG_LICENSE_FILES = LICENSE