Path to this page:
./
lang/ruby27-base,
Ruby 2.7.2 release minimum base package
Branch: pkgsrc-2020Q3,
Version: 2.7.2,
Package name: ruby27-base-2.7.2,
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, etc.)
Ruby 2.7 introduces a number of new features and performance
improvements, most notably:
* Pattern Matching (Experimental)
* REPL improvement
* Compaction GC
* Separation of positional and keyword arguments
This package is Ruby 2.7 release minimum base package.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1 2020/03/15 15:26:22 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
Package options: ruby-build-ri-db
Master sites: (Expand)
SHA1: 82a1fe683460caa8edb6199707f2905634e5ffcc
RMD160: fa7fc107e0c2085bf997d7e4ec78ae5636c6bfe2
Filesize: 11754.934 KB
Version history: (Expand)
- (2020-10-22) Updated to version: ruby27-base-2.7.2
- (2020-10-09) Package added to pkgsrc.se, version ruby27-base-2.7.1nb2 (created)
CVS history: (Expand)
2020-10-21 21:54:09 by S.P.Zeidler | Files touched by this commit (4) | |
Log message:
Pullup ticket #6336 - requested by taca
lang/ruby27-base: security update
Revisions pulled up:
- lang/ruby/rubyversion.mk 1.223
- lang/ruby27-base/Makefile 1.5
- lang/ruby27-base/PLIST 1.3
- lang/ruby27-base/distinfo 1.3
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: taca
Date: Sun Oct 4 03:29:25 UTC 2020
Modified Files:
pkgsrc/lang/ruby27-base: Makefile PLIST distinfo
Log message:
lang/ruby27: update to 2.7.2
Update ruby27 to 2.7.2.
Ruby 2.7.2 Released
Posted by nagachika on 2 Oct 2020
Ruby 2.7.2 has been released.
This release contains intentional incompatibility. The deprecated warnings
are off by default on 2.7.2 and later. You can turn on the deprecated
warnings by specifing command line option -w or -W:deprecated. Please check
the topics below for details.
* Feature #17000 2.7.2 turns off deprecation warnings by default
* Feature #16345 Don't emit deprecation warnings by default.
This release contains the new version of webrick with a security fix
described in the article.
* CVE-2020-25613: Potential HTTP Request Smuggling Vulnerability in WEBrick
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/ruby27-base/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/ruby27-base/PLIST \
pkgsrc/lang/ruby27-base/distinfo
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: taca
Date: Sun Oct 4 04:28:35 UTC 2020
Modified Files:
pkgsrc/lang/ruby: rubyversion.mk
Log message:
lang/ruby: update version for Ruby 2.7.2
Update versions for Ruby 2.7.2, it should be commited along with update
to Ruby 2.7.2. Noted by Ryo ONODERA.
To generate a diff of this commit:
cvs rdiff -u -r1.222 -r1.223 pkgsrc/lang/ruby/rubyversion.mk
|