diff options
author | orbea <orbea@riseup.net> | 2022-10-07 08:07:09 -0700 |
---|---|---|
committer | Quentin Retornaz <gentoo@retornaz.com> | 2022-10-07 23:11:14 +0200 |
commit | 8900718e5fd13097968b5d972b2c0ea6b210b830 (patch) | |
tree | 515f21b7d02168ceb64920b4eb8d8aed53067ac8 /dev-util | |
parent | app-text/mupdf: Added (diff) | |
download | libressl-8900718e5fd13097968b5d972b2c0ea6b210b830.tar.gz libressl-8900718e5fd13097968b5d972b2c0ea6b210b830.tar.bz2 libressl-8900718e5fd13097968b5d972b2c0ea6b210b830.zip |
dev-util/cargo-audit: Update patch for libressl 3.6.x
Signed-off-by: orbea <orbea@riseup.net>
Signed-off-by: Quentin Retornaz <gentoo@retornaz.com>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/cargo-audit/files/0.17.0-libressl.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/cargo-audit/files/0.17.0-libressl.patch b/dev-util/cargo-audit/files/0.17.0-libressl.patch index ca4c9d0..bca6a30 100644 --- a/dev-util/cargo-audit/files/0.17.0-libressl.patch +++ b/dev-util/cargo-audit/files/0.17.0-libressl.patch @@ -22,7 +22,7 @@ index 243f146..d6d2eb4 100644 (3, 3, _) => ('3', '3', 'x'), (3, 4, 0) => ('3', '4', '0'), (3, 4, _) => ('3', '4', 'x'), -+ (3, 5, _) => ('3', '5', 'x'), ++ (3, _, _) => ('3', 'x', 'x'), _ => version_error(), }; |