NOTICE: This package has been removed from pkgsrc

./lang/ruby19-base, Ruby 1.9.2 release minimum package

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


Branch: CURRENT, Version: 1.9.2pl320nb1, Package name: ruby19-base-1.9.2pl320nb1, 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 1.9.2 release minimum base package.

DEINSTALL [+/-]


Package options: ruby-build-ri-db

Master sites: (Expand)

SHA1: f4892311ea4ca2a6c979c9fd3a03c8e473998315
RMD160: b4fb13b26cd048d983d127b2c8ec28e82df3a8a2
Filesize: 8770.881 KB

Version history: (Expand)


CVS history: (Expand)


   2012-09-16 17:16:00 by Takahiro Kambe | Files touched by this commit (37) | Package removed
Log message:
Remove ruby19 package (Ruby 1.9.2).

Although Ruby 1.9.2 is still supported version, Ruby 1.9.3 has enough
compatibility for pkgsrc's packages and migration terms on pkgsrc now
ended.

And it costs to supporing multiple versions of Ruby along with multiple
versions of Ruby on Rails, too.
   2012-07-25 21:27:09 by Benny Siegert | Files touched by this commit (4)
Log message:
MirBSD support, like ruby193-base.

This one needs two additional fixes to configure.
   2012-06-23 09:30:25 by Jonathan Perkin | Files touched by this commit (1)
Log message:
Add missing INSTALLATION_DIRS.
   2012-06-02 04:21:16 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Add a patch from Ruby's repository, r35698; make sure to keep space
between "-o" and output filename.

Bump PKGREVISION.
   2012-04-22 10:23:01 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update ruby19 packages to 1.9.2p320.

Security fix with updating bundled RubyGems to 1.8.23 and several a few bug
fixes.

Fri Apr 20 12:40:19 2012  Eric Hodel  <drbrain@segment7.net>

	* lib/rubygems/ssl_certs/AddTrustExternalCARoot.pem:  Removed to avoid
	  conflict with ca-bundle.pem
	* lib/rubygems/ssl_certs/VerisignClass3PublicPrimaryCertificationAuthority-G2.pem:
	  ditto.
	* lib/rubygems/ssl_certs/Entrust_net-Secure-Server-Certification-Authority.pem:
	  ditto.

Fri Apr 20 09:04:35 2012  Eric Hodel  <drbrain@segment7.net>

	* lib/rubygems:  Apply the following security fixes to RubyGems 1.3.7:

	  RubyGems now disallows redirection from HTTPS to HTTP.

	  RubyGems now verifies SSL connections.

	  Patch by Hiroshi Nakamura.

	* test/rubygems:  ditto.
   2012-03-21 16:40:13 by Takahiro Kambe | Files touched by this commit (5)
Log message:
Overhaul buildlink3 processing of Ruby.

* Don't buildlink in ruby/rubyversion.mk any more but define
  RUBY_USE_PTHREAD (use of pthread).
* In ruby/buildlink3.mk, buildlink via mk/pthread.buildlink3.mk as to
  RUBY_USE_PTHREAD.
* Also the same logic in ruby/Makefile.common.
* Buildlink of bdb, libiconv, zlib, openssl in each ruby*-base/Makefile.
   2012-03-12 13:30:29 by Filip Hajny | Files touched by this commit (1)
Log message:
Prevent objcopy to be used on SunOS, otherwise Ruby segfaults.
   2012-02-23 15:15:58 by Takahiro Kambe | Files touched by this commit (4)
Log message:
Update ruby19-base package to 192pl318, Ruby 1.9.2 patchlevel 318.
(It seems to the tag of subversion was created with wrong name.)

Ruby 1.9.2-p318 is released.

This release include a security fixes of the Ruby OpenSSL extension.
See [1] for more detail about this fix.
*1:
http://www.ruby-lang.org/en/news/2012/02/16/security-fix-for-ruby-openssl-module-allow-0n-splitting-as-a-prevention-for-the-tls-beast-attack-/

And many bugs are fixed in this release.
See [2] for more details:
*2: http://svn.ruby-lang.org/repos/ruby/tags/v1_9_2_381/ChangeLog