From 0166bb081647a9e4e1674bec98ba9f7e289ea481 Mon Sep 17 00:00:00 2001 From: CodeIsTheKey Date: Sun, 5 Dec 2021 16:05:17 +0000 Subject: [PATCH 1/2] Updated issue template with current links/contacts --- .github/ISSUE_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 5bce22a9b8..bee44f04f9 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -2,9 +2,9 @@ This issue tracker is only for technical issues related to Raptoreum Core. -General Raptoreum questions and/or support requests and are best directed to the [Raptoreum Reddit](https://www.reddit.com/r/raptoreum/). +General Raptoreum questions and/or support requests and are best directed to the [Raptoreum Discord](https://discord.com/invite/2T8xG7e). -To report critical security issues, email infosec@raptoreum.org and/or see the RAPTOREUM bug bounty program on [Bugcrowd](https://bugcrowd.com/raptoreumdigitalcash) instead of creating Github issues. +To report critical security issues, DM the Core or Developer Teams instead of creating Github issues. ### Describe the issue From b7cffe89dc68e810d16f5347d9db0c89e8d9b266 Mon Sep 17 00:00:00 2001 From: Trust Wallet Viet Nam <88810693+shieldwallets@users.noreply.github.com> Date: Fri, 7 Jan 2022 17:03:11 +0700 Subject: [PATCH 2/2] Update expat.mk --- depends/packages/expat.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/depends/packages/expat.mk b/depends/packages/expat.mk index 7f484724a4..2c56a9a083 100644 --- a/depends/packages/expat.mk +++ b/depends/packages/expat.mk @@ -1,8 +1,8 @@ package=expat -$(package)_version=2.2.1 -$(package)_download_path=https://downloads.sourceforge.net/project/expat/expat/$($(package)_version) -$(package)_file_name=$(package)-$($(package)_version).tar.bz2 -$(package)_sha256_hash=1868cadae4c82a018e361e2b2091de103cd820aaacb0d6cfa49bd2cd83978885 +$(package)_version=2.4.1 +$(package)_download_path=https://github.com/libexpat/libexpat/releases/download/R_2_4_1/ +$(package)_file_name=$(package)-$($(package)_version).tar.xz +$(package)_sha256_hash=cf032d0dba9b928636548e32b327a2d66b1aab63c4f4a13dd132c2d1d2f2fb6a define $(package)_set_vars $(package)_config_opts=--disable-static