Ruby 3.0.4 has been released. This release includes security fixes. Please check the topics below for details. * CVE-2022-28738: Double free in Regexp compilation * CVE-2022-28739: Buffer overrun in String-to-Float conversion See the commit logs for further details.
24 lines
683 B
Makefile
24 lines
683 B
Makefile
# $NetBSD: Makefile,v 1.3 2022/04/12 14:52:27 taca Exp $
|
|
#
|
|
|
|
DISTNAME= # empty
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${RUBY_VERSION}
|
|
CATEGORIES= lang ruby
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= taca@NetBSD.org
|
|
HOMEPAGE= http://www.ruby-lang.org/en/
|
|
COMMENT= Ruby programming language ${RUBY_VERSION} meta package
|
|
|
|
META_PACKAGE= yes
|
|
|
|
DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION}:${RUBY_SRCDIR}
|
|
DEPENDS+= ${RUBY_NAME}-gdbm>=${RUBY_VERSION}:../../databases/ruby-gdbm
|
|
DEPENDS+= ${RUBY_NAME}-readline>=${RUBY_VERSION}:../../devel/ruby-readline
|
|
|
|
RUBY_VERSIONS_ACCEPTED= 30
|
|
|
|
.include "../../lang/ruby/rubyversion.mk"
|
|
.include "../../lang/ruby/Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|