Path to this page:
./
lang/ruby23-base,
Ruby 2.3.4 release minimum base package
Branch: pkgsrc-2017Q2,
Version: 2.3.4nb1,
Package name: ruby23-base-2.3.4nb1,
Maintainer: tacaRuby 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
Required to run:[
textproc/libyaml]
Required to build:[
pkgtools/cwrappers]
Package options: ruby-build-ri-db
Master sites: (Expand)
SHA1: f5b18e7149ec7620444c91962e695708829d0216
RMD160: a44c9f342a401e75c33a2442b9460b2b1ef7f0f5
Filesize: 14096.056 KB
Version history: (Expand)
- (2017-09-15) Updated to version: ruby23-base-2.3.4nb1
- (2017-07-04) Package added to pkgsrc.se, version ruby23-base-2.3.4 (created)
CVS history: (Expand)
2017-09-15 21:25:13 by S.P.Zeidler | Files touched by this commit (4) |
Log message:
Pullup ticket #5544 - requested by taca
lang/ruby23-base: security and build fixes
Revisions pulled up:
- lang/ruby23-base/Makefile 1.10
- lang/ruby23-base/distinfo 1.7-1.9
- lang/ruby23-base/patches/patch-compile.c 1.1
- lang/ruby23-base/patches/patch-configure 1.3
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: taca
Date: Thu Jul 6 16:35:05 UTC 2017
Modified Files:
pkgsrc/lang/ruby22-base: distinfo
pkgsrc/lang/ruby22-base/patches: patch-configure
pkgsrc/lang/ruby23-base: distinfo
pkgsrc/lang/ruby23-base/patches: patch-configure
Log message:
Fix build problem when PKGSRC_USE_RELRO is not "no".
* Pass LDFLAGS to LIBRUBY_DLDFLAGS via DLDFLAGS as Ruby 2.4 dose.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/ruby23-base/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/ruby23-base/patches/patch-configure
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: taca
Date: Mon Jul 24 13:38:42 UTC 2017
Modified Files:
pkgsrc/lang/ruby23-base: distinfo
Added Files:
pkgsrc/lang/ruby23-base/patches: patch-compile.c
Log message:
Fix build problem when set PKGSRC_USE_STACK_CHECK to "yes", which \
reported
by wiz@ via private mail.
The problem exists basic use of auto variable.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/ruby23-base/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/ruby23-base/patches/patch-compile.c
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: taca
Date: Wed Aug 30 03:33:17 UTC 2017
Modified Files:
pkgsrc/lang/ruby23-base: Makefile distinfo
Log message:
Add patch to fix vulnerabilities of rubygems.
https://www.ruby-lang.org/en/news/2017/08/29/multiple-vulnerabilities-in-rubygems/
* a DNS request hijacking vulnerability
* an ANSI escape sequence vulnerability
* a DoS vulernerability in the query command
* a vulnerability in the gem installer that allowed a malicious gem to
overwrite arbitrary files
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/ruby23-base/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/ruby23-base/distinfo
|