Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ruby: Update to v3.0.1 #4715

Merged
merged 1 commit into from
Jul 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions cross/ruby/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
PKG_NAME = ruby
PKG_VERS = 3.0.0
PKG_VERS = 3.0.1
PKG_SHORT_VERS = $(word 1,$(subst ., ,$(PKG_VERS))).$(word 2,$(subst ., ,$(PKG_VERS)))
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://cache.ruby-lang.org/pub/$(PKG_NAME)/$(PKG_SHORT_VERS)
PKG_DIR = $(PKG_NAME)-$(PKG_VERS)

DEPENDS = cross/openssl cross/readline cross/gdbm cross/berkeleydb native/$(PKG_NAME)
BUILD_DEPENDS = native/ruby
DEPENDS = cross/openssl cross/readline cross/gdbm cross/berkeleydb

# even it compiles with older cross/gdbm, ruby crashes at runtime
UNSUPPORTED_ARCHS = $(OLD_PPC_ARCHS)
Expand Down
6 changes: 3 additions & 3 deletions cross/ruby/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ruby-3.0.0.tar.gz SHA1 233873708c1ce9fdc295e0ef1c25e64f9b98b062
ruby-3.0.0.tar.gz SHA256 a13ed141a1c18eb967aac1e33f4d6ad5f21be1ac543c344e0d6feeee54af8e28
ruby-3.0.0.tar.gz MD5 d6af36269a1b0bc278236d371543ad97
ruby-3.0.1.tar.gz SHA1 60c72f3e501a3be9616385cad3e48bc89d6150a1
ruby-3.0.1.tar.gz SHA256 369825db2199f6aeef16b408df6a04ebaddb664fb9af0ec8c686b0ce7ab77727
ruby-3.0.1.tar.gz MD5 8d1c460a9a9d48a353de3eb0f338bbfd
4 changes: 1 addition & 3 deletions native/ruby/Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
PKG_NAME = ruby
PKG_VERS = 3.0.0
PKG_VERS = 3.0.1
PKG_SHORT_VERS = $(word 1,$(subst ., ,$(PKG_VERS))).$(word 2,$(subst ., ,$(PKG_VERS)))
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://cache.ruby-lang.org/pub/$(PKG_NAME)/$(PKG_SHORT_VERS)
PKG_DIR = $(PKG_NAME)-$(PKG_VERS)

DEPENDS =

HOMEPAGE = http://www.ruby-lang.org/
COMMENT = Ruby Programming Language.
LICENSE = 2-clause BSDL
Expand Down
6 changes: 3 additions & 3 deletions native/ruby/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ruby-3.0.0.tar.gz SHA1 233873708c1ce9fdc295e0ef1c25e64f9b98b062
ruby-3.0.0.tar.gz SHA256 a13ed141a1c18eb967aac1e33f4d6ad5f21be1ac543c344e0d6feeee54af8e28
ruby-3.0.0.tar.gz MD5 d6af36269a1b0bc278236d371543ad97
ruby-3.0.1.tar.gz SHA1 60c72f3e501a3be9616385cad3e48bc89d6150a1
ruby-3.0.1.tar.gz SHA256 369825db2199f6aeef16b408df6a04ebaddb664fb9af0ec8c686b0ce7ab77727
ruby-3.0.1.tar.gz MD5 8d1c460a9a9d48a353de3eb0f338bbfd
6 changes: 3 additions & 3 deletions spk/ruby/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
SPK_NAME = ruby
SPK_VERS = 3.0.0
SPK_REV = 7
SPK_VERS = 3.0.1
SPK_REV = 8
SPK_ICON = src/ruby.png

DEPENDS = cross/$(SPK_NAME)

# even it compiles with older cross/gdbm, ruby crashes at runtime
UNSUPPORTED_ARCHS = $(OLD_PPC_ARCHS)

CHANGELOG = "Restore package and update to v3.3.0, due to the fact that Synology retired Ruby v2.4.3-0067."
CHANGELOG = "Update ruby to v3.0.1."

MAINTAINER = SynoCommunity
DESCRIPTION = Ruby Programming Language.
Expand Down