| CARVIEW |
Select Language
HTTP/2 200
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: no-store, no-cache, must-revalidate
pragma: no-cache
set-cookie: PHPSESSID=rntborf94ui7upjtpm7q3iptn4; path=/
content-type: text/html; charset=UTF-8
date: Wed, 31 Dec 2025 17:42:27 GMT
server: Apache
pkgsrc.se | The NetBSD package collection
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
ruby23-b..
mail
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
print
regress
security
shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
NOTICE: This package has been removed from pkgsrc
./lang/ruby23-base, Ruby 2.3.8 release minimum base package
[
Branch: CURRENT, Version: 2.3.8, Package name: ruby23-base-2.3.8, 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.3 release minimum base package.
DEINSTALL [+/-]
Required to run:
[textproc/libyaml]
Required to build:
[pkgtools/cwrappers]
Package options: ruby-build-ri-db
RMD160: 79cd13b33a492835375ee8a551ce01c317f4ecba
Filesize: 11197.063 KB
Navigation:
-
Browse pkgsrc
(this page)
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
ruby23-b..math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
regress
security
shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
NOTICE: This package has been removed from pkgsrc
./lang/ruby23-base, Ruby 2.3.8 release minimum base package
[
CVSweb ] [
Homepage ] [
RSS ] [
Required by ]
Branch: CURRENT, Version: 2.3.8, Package name: ruby23-base-2.3.8, 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.3 release minimum base package.
DEINSTALL [+/-]
# $NetBSD: DEINSTALL,v 1.1 2015/12/30 14:59:42 taca Exp $
RUBY_GEM_BASE="${PREFIX}/@RUBY_GEM_BASE@"
RUBY_SITERIDIR="${PREFIX}/@RUBY_SITERIDIR@"
case ${STAGE} in
DEINSTALL)
${RM} -f ${RUBY_SITERIDIR}/created.rid
;;
POST-DEINSTALL)
${RM} -rf ${GEM_HOME}
${RMDIR} ${RUBY_GEM_BASE} 2>/dev/null || true
;;
esac
RUBY_GEM_BASE="${PREFIX}/@RUBY_GEM_BASE@"
RUBY_SITERIDIR="${PREFIX}/@RUBY_SITERIDIR@"
case ${STAGE} in
DEINSTALL)
${RM} -f ${RUBY_SITERIDIR}/created.rid
;;
POST-DEINSTALL)
${RM} -rf ${GEM_HOME}
${RMDIR} ${RUBY_GEM_BASE} 2>/dev/null || true
;;
esac
Required to run:
[textproc/libyaml]
Required to build:
[pkgtools/cwrappers]
Package options: ruby-build-ri-db
Master sites: (Expand)
- https://cache.ruby-lang.org/pub/ruby/2.3/ (Download)
- ftp://ftp.ruby-lang.org/pub/ruby/2.3/ (Download)
- ftp://ftp.fu-berlin.de/unix/languages/ruby/2.3/ (Download)
- ftp://ftp.ring.gr.jp/pub/lang/ruby/2.3/ (Download)
- ftp://ftp.iij.ad.jp/pub/lang/ruby/2.3/ (Download)
- ftp://ftp.idaemons.org/pub/mirror/ftp.ruby-lang.org/ruby/2.3/ (Download)
RMD160: 79cd13b33a492835375ee8a551ce01c317f4ecba
Filesize: 11197.063 KB
Version history: (Expand)
- (2019-04-15) Package deleted from pkgsrc
- (2018-10-18) Updated to version: ruby23-base-2.3.8
- (2018-03-29) Updated to version: ruby23-base-2.3.7
- (2018-02-19) Updated to version: ruby23-base-2.3.6nb2
- (2018-01-26) Updated to version: ruby23-base-2.3.6nb1
- (2017-12-15) Updated to version: ruby23-base-2.3.6
CVS history: (Expand)
| 2019-04-14 17:36:24 by Takahiro Kambe | Files touched by this commit (26) | |
Log message: lang/ruby23-base: remove ruby23-base package Remove ruby23-base package, now it is EOL. |
| 2019-01-03 06:19:03 by Takahiro Kambe | Files touched by this commit (5) |
Log message: lang/ruby: switch to use distfiles in '.xz' format Switch to use distfiles in '.xz' format. |
| 2018-10-18 16:24:07 by Takahiro Kambe | Files touched by this commit (2) | |
Log message: lang/ruby23-base: update o 2.3.8 Ruby 2.3.8 Released Ruby 2.3.8 has been released. This release includes several security fixes. Please check the topics below for details. * CVE-2018-16396: Tainted flags are not propagated in Array#pack and String#unpack with some directives * CVE-2018-16395: OpenSSL::X509::Name equality check does not work correctly This release also includes a non-security fix to support Visual Studio 2014 with Windows 10 October 2018 Update for maintenance reasons. Ruby 2.3 is now under the state of the security maintenance phase, until the end of the March of 2019. After the date, maintenance of Ruby 2.3 will be ended. We recommend you start planning migration to newer versions of Ruby, such as 2.5 or 2.4. |
| 2018-07-17 12:56:24 by Jonathan Perkin | Files touched by this commit (8) |
Log message: *: Add some required USE_GCC_RUNTIME. |
| 2018-03-29 05:09:35 by Takahiro Kambe | Files touched by this commit (7) | |
Log message: lang/ruby23-base: update to 2.3.7, security release Ruby 2.3.7 Released Posted by usa on 28 Mar 2018 Ruby 2.3.7 has been released. This release includes about 70 bug fixes after the previous release, and also includes several security fixes. Please check the topics below for details. * CVE-2017-17742: HTTP response splitting in WEBrick * CVE-2018-8777: DoS by large request in WEBrick * CVE-2018-6914: Unintentional file and directory creation with directory traversal in tempfile and tmpdir * CVE-2018-8778: Buffer under-read in String#unpack * CVE-2018-8779: Unintentional socket creation by poisoned NUL byte in UNIXServer and UNIXSocket * CVE-2018-8780: Unintentional directory traversal by poisoned NUL byte in Dir * Multiple vulnerabilities in RubyGems See the ChangeLog for details. After this release, we will end the normal maintenance phase of Ruby 2.3, and start the security maintenance phase of it. This means that after the release of 2.3.7 we will never backport any bug fixes to 2.3 except security fixes. The term of the security maintenance phase is scheduled for 1 year. By the end of this term, official support of Ruby 2.3 will be over. Therefore, we recommend that you start planning to upgrade to Ruby 2.5 or 2.4. |
| 2018-02-23 16:26:15 by Thomas Klausner | Files touched by this commit (4) |
Log message: lang/*: remove BROKEN markers for known openssl-1.1 breakage Requested by joerg. |
| 2018-02-20 07:43:32 by Thomas Klausner | Files touched by this commit (1) |
Log message: ruby23: mark as broken on NetBSD-current due to openssl-1.1 |
| 2018-02-19 17:46:26 by Takahiro Kambe | Files touched by this commit (2) |
Log message: lang/ruby23-base: rubygem security fix Add an patch to fix security problem of rubygems. Bump PKGREVISION. |
