diff options
author | Alex Dupre <ale@FreeBSD.org> | 2022-04-13 14:47:01 +0200 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2022-04-13 15:56:48 +0200 |
commit | e26af9cd588079493e1843ec3e3411c46cdb5757 (patch) | |
tree | 7813423b66f8702825c0cc4a7fc3ff2fda640039 /lang/solidity/files/patch-libevmasm_SimplificationRule.h | |
parent | devel/subversion-lts: Update to latest 1.10.x version which fix two CVEs (diff) |
lang/solidity: update to 0.8.13 release.
Diffstat (limited to 'lang/solidity/files/patch-libevmasm_SimplificationRule.h')
-rw-r--r-- | lang/solidity/files/patch-libevmasm_SimplificationRule.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/solidity/files/patch-libevmasm_SimplificationRule.h b/lang/solidity/files/patch-libevmasm_SimplificationRule.h new file mode 100644 index 000000000000..df9e65db7012 --- /dev/null +++ b/lang/solidity/files/patch-libevmasm_SimplificationRule.h @@ -0,0 +1,11 @@ +--- libevmasm/SimplificationRule.h.orig 2022-03-24 17:18:35 UTC ++++ libevmasm/SimplificationRule.h +@@ -25,6 +25,8 @@ + #include <libsolutil/CommonData.h> + #include <functional> + ++#undef MSIZE // remove MSIZE definition from <sys/params.h>, included by boost 1.66.0 ++ + namespace solidity::evmasm + { + |