commit: 5c558221c352c7fc2899114b17f53039cd72f6ed Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Fri Dec 3 16:37:19 2021 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Dec 4 07:25:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c558221
dev-ruby/rbnacl: remove unused patch(es) Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/rbnacl/files/rbnacl-buffer-size.patch | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/dev-ruby/rbnacl/files/rbnacl-buffer-size.patch b/dev-ruby/rbnacl/files/rbnacl-buffer-size.patch deleted file mode 100644 index 3725c8550e0b..000000000000 --- a/dev-ruby/rbnacl/files/rbnacl-buffer-size.patch +++ /dev/null @@ -1,24 +0,0 @@ -Patches based on upstream patch below but reworked to apply to 5.0.0 - -From 299e0ddbb8fcafc99214c26d6002da145cc84a0c Mon Sep 17 00:00:00 2001 -From: Sergei Trofimovich <[email protected]> -Date: Sun, 18 Mar 2018 21:13:09 +0000 -Subject: [PATCH] rbnacl: fix byffer size type in randombytes_buf binding - ---- - lib/rbnacl/random.rb | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/lib/rbnacl/random.rb b/lib/rbnacl/random.rb -index 9742186..db85d6d 100644 ---- a/lib/rbnacl/random.rb -+++ b/lib/rbnacl/random.rb -@@ -13,7 +13,7 @@ module Random - - sodium_function :c_random_bytes, - :randombytes_buf, -- [:pointer, :ulong_long] -+ %i[pointer size_t] - - # Returns a string of random bytes - #
