diff options
author | taca <taca> | 2005-01-23 17:33:19 +0000 |
---|---|---|
committer | taca <taca> | 2005-01-23 17:33:19 +0000 |
commit | 30afa5e468355f80003c290a4484e0dba7389eaa (patch) | |
tree | aa3f49cde1466a9606680195be4673421cea2c8a /lang/ruby | |
parent | bd0e88424416bc6aa8d9799ebe298d6acae966fd (diff) | |
download | pkgsrc-30afa5e468355f80003c290a4484e0dba7389eaa.tar.gz |
Update Ruby 1.8.2.
This is basically bug fix release, but official changes aren't provided
yet. Please refer ChangeLog.
Here is pkgsrc changes:
o Set RUBY_HAS_ARCHLIB=yes for Ruby packages including archtecture depending
extention library in order to depend more specific Ruby.
o Now install database for ri(1). Fix PR pkg/28566.
o Net::IMAP
* lib/net/imap.rb (u8tou16): fixed typo. fixed: [ruby-list:40546]
o NKF:
* ext/nkf/nkf-utf8/nkf.c (reinit): should initialize all static
variables. fixed: [ruby-list:40445]
* ext/nkf/lib/kconv.rb (Kconv::RegexpEucjp): second byte is up to
0xfe.
* ext/nkf/lib/kconv.rb (Kconv#kconv): should handle UTF8 and UTF16
properly.
o WEBrick
* lib/webrick/httpauth/htpasswd.rb (WEBrick::Htpasswd#reload):
raise NotImplementedError if password is encrypted by digest
algorithms. This patch is contributed by sheepman. [ruby-list:40467]
* lib/webrick/httpauth/digestauth.rb
(WEBrick::HTTPAuth::DigestAuth#_authenticate): fix digest calculation.
This patch is contributed by sheepman. [ruby-list:40482]
* lib/webrick/{httpauth.rb,httpauth/basicauth.rb,httpproxy.rb}: use
pack/unpack-template char "m" instead of lib/base64.rb to do base64
encoding/decoding. fixed: [ruby-dev:25336]
Diffstat (limited to 'lang/ruby')
-rw-r--r-- | lang/ruby/rubyversion.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk index 4ef46a91f5b..032f565b575 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.6 2005/01/16 11:48:56 taca Exp $ +# $NetBSD: rubyversion.mk,v 1.7 2005/01/23 17:33:19 taca Exp $ # .ifndef _RUBYVERSION_MK @@ -8,7 +8,7 @@ _RUBYVERSION_MK= # defined # current supported Ruby's version RUBY16_VERSION?= 1.6.8 -RUBY18_VERSION?= 1.8.1 +RUBY18_VERSION?= 1.8.2 # default Ruby packages RUBY_VER_DEFAULT= 18 |