NOTICE: This package has been removed from pkgsrc

./lang/ruby25-base, Ruby 2.5.8 release minimum base package

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.5.8nb1, Package name: ruby25-base-2.5.8nb1, Maintainer: taca

Ruby is the interpreted scripting language for quick and
easy object-oriented programming. It has many features to
process text files and to do system management tasks (as in
Perl). It is simple, straight-forward, and extensible.

Features of Ruby are shown below.

+ Simple Syntax
+ *Normal* Object-Oriented features (ex. class, method calls)
+ *Advanced* Object-Oriented features (ex. Mix-in, Singleton-method)
+ Operator Overloading
+ Exception Handling
+ Iterators and Closures
+ Garbage Collection
+ Dynamic Loading of Object files (on some architecture)
+ Highly Portable (works on many UNIX machines, and on DOS,
Windows, Mac, BeOS etc.)

This package is Ruby 2.5 release minimum base package.

DEINSTALL [+/-]

Required to run:
[security/openssl] [textproc/libyaml]

Required to build:
[pkgtools/cwrappers]

Package options: ruby-build-ri-db

Master sites: (Expand)

SHA1: d5ef8e8f28c098e6b7ea24924e0b0fee6e2f766c
RMD160: 885ffaf5c394ff8779bbc4ee5e6cf0976aa3d6cf
Filesize: 11033.598 KB

Version history: (Expand)


CVS history: (Expand)


   2021-04-01 16:07:06 by Takahiro Kambe | Files touched by this commit (25) | Package removed
Log message:
lang/ruby25-base: remove package

Remove ruby25-base package since it became EOL, date: 2021-03-31.
   2021-02-14 16:30:19 by Takahiro Kambe | Files touched by this commit (2)
Log message:
lang/ruby25-base: trivial fixes

* Do not REPLACE_RUBY for nonexistent files.
* Fix include guard for hack.mk.
   2020-10-04 05:45:26 by Takahiro Kambe | Files touched by this commit (3)
Log message:
lang/ruby25-base: Add fix for CVE-2020-25613

Add fix for CVE-2020-25613.

Bump PKGREVISION.
   2020-04-01 17:25:26 by Takahiro Kambe | Files touched by this commit (4) | Package updated
Log message:
lang/ruby25-base: update to 2.5.8

Update ruby25-base (and ruby25) to 2.5.8.

2.5.8 (2020-03-31)

This release includes security fixes. Please check the topics below for
details.

* CVE-2020-16255: Unsafe Object Creation Vulnerability in JSON (Additional
  fix)
* CVE-2020-10933: Heap exposure vulnerability in the socket library
   2020-03-18 01:34:02 by Roland Illig | Files touched by this commit (1)
Log message:
lang/ruby25-base: remove nonexistent bin/rake
   2020-01-18 22:51:16 by Jonathan Perkin | Files touched by this commit (1836)
Log message:
*: Recursive revision bump for openssl 1.1.1.
   2019-12-07 08:18:53 by matthew green | Files touched by this commit (3)
Log message:
apply GCC hack for arm64 to all GCC versions until further notice.
fixes GCC-8 arm64 systems.
   2019-11-03 20:04:09 by Roland Illig | Files touched by this commit (159)
Log message:
lang: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.