All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/ruby: fix RUBY_VERSION_EXT
@ 2021-08-09 19:38 Peter Korsgaard
  2021-08-09 20:14 ` Peter Korsgaard
  2021-08-10  6:20 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Korsgaard @ 2021-08-09 19:38 UTC (permalink / raw)
  To: buildroot

Correct RUBY_VERSION_EXT after commit be9783951d1d44 (package/ruby: security
bump to version 3.0.1):

ls output/target/usr/lib/ruby/
3.0.0  site_ruby  vendor_ruby

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/ruby/ruby.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/ruby/ruby.mk b/package/ruby/ruby.mk
index 7e0266c6df..2434ce946b 100644
--- a/package/ruby/ruby.mk
+++ b/package/ruby/ruby.mk
@@ -6,7 +6,7 @@
 
 RUBY_VERSION_MAJOR = 3.0
 RUBY_VERSION = $(RUBY_VERSION_MAJOR).2
-RUBY_VERSION_EXT = 3.0.2
+RUBY_VERSION_EXT = 3.0.0
 RUBY_SITE = http://cache.ruby-lang.org/pub/ruby/$(RUBY_VERSION_MAJOR)
 RUBY_SOURCE = ruby-$(RUBY_VERSION).tar.xz
 RUBY_DEPENDENCIES = host-pkgconf host-ruby
-- 
2.20.1

_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH] package/ruby: fix RUBY_VERSION_EXT
  2021-08-09 19:38 [Buildroot] [PATCH] package/ruby: fix RUBY_VERSION_EXT Peter Korsgaard
@ 2021-08-09 20:14 ` Peter Korsgaard
  2021-08-10  6:20 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2021-08-09 20:14 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > Correct RUBY_VERSION_EXT after commit be9783951d1d44 (package/ruby: security
 > bump to version 3.0.1):

 > ls output/target/usr/lib/ruby/
 > 3.0.0  site_ruby  vendor_ruby

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH] package/ruby: fix RUBY_VERSION_EXT
  2021-08-09 19:38 [Buildroot] [PATCH] package/ruby: fix RUBY_VERSION_EXT Peter Korsgaard
  2021-08-09 20:14 ` Peter Korsgaard
@ 2021-08-10  6:20 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2021-08-10  6:20 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > Correct RUBY_VERSION_EXT after commit be9783951d1d44 (package/ruby: security
 > bump to version 3.0.1):

 > ls output/target/usr/lib/ruby/
 > 3.0.0  site_ruby  vendor_ruby

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed to 2021.05.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-08-10  6:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-09 19:38 [Buildroot] [PATCH] package/ruby: fix RUBY_VERSION_EXT Peter Korsgaard
2021-08-09 20:14 ` Peter Korsgaard
2021-08-10  6:20 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.