summaryrefslogtreecommitdiff
path: root/lang/ruby18-base/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2007-03-15Updating Ruby to 1.8.6; ruby18-basetaca1-10/+6
- discontinue use of RUBY_PATCH_DATE. - Introduce RUBY_PATCH_LEVEL. pkgsrc's ruby tracks Ruby's patch release and avoid to maintain its own patch files (with RUBY_PATCH_DATE). Changes are too much, please see ChangeLog file.
2007-01-19Both db.h and ndbm.1 must be included to use DBM. Use both headersminskim1-1/+2
in extconf.rb to check the availability of DBM. This makes the package build on Darwin.
2006-12-06o Update ruby18-base pacakge to Ruby 1.8 branch 2006/12/05.taca1-5/+5
- Many changes from 2006/9/6; see Changes file, please. - Fixes another cgi.rb vulnerability: http://jvn.jp/jp/JVN%2384798830/index.html o Introduce ruby-build-ri-db PKG_OPTION which enable installing database for Ruby's ri utility. Default is disabled and should be fix PR pkg/34587.
2006-11-03Add patch to cgi.rb for fixing security problem (CVE-2006-5467).taca1-1/+2
Bump PKGREVISION.
2006-10-29Adding some fixes:taca1-3/+3
(1) Don't use make's varibalbe in DESCR; fixes PR pkg/34920. (2) Use --enable-wide-getaddrinfo on not only Linux but Solaris. (3) Make sure to link libruby.so with proper -R linker option. Thanks for Dan McMahill who reported and suggested fix to (2) and (3) with private mail. And thanks for Takayoshi Kochi who reports PR pkg/34920. Bump PKGREVISION.
2006-09-07Update Ruby to 1.8.5 (+ ruby-1-8 branch on 2006-09-07).taca1-18/+9
pkgsrc changes: * Add RUBY_DYNAMIC_DIRS which cause generating dynamic PLIST entries. * Move using buildlinks to rubyversion.mk. * Merge converters/ruby-iconv to ruby18-base. Ruby changes: * too may, see ChangeLog file or http://eigenclass.org/hiki.rb?ruby+1.8.5+changelog
2006-08-02Add three patches accidently left on my work area.taca1-3/+1
- Add two miscellaneous patches for openssl and yaml libraries. They were left from last year, sigh. - Add one more part for CVE-2006-3694. Bump PKGREVISION.
2006-07-31- Fix PLIST problem; a extra entry.taca1-2/+2
- Reduce warning of optparse.rb when generating ri(1) database. Bump PKGREVISION.
2006-07-30- Security fix for CVE-2006-3694 (JVN#13947696 and JVN#83768862).taca1-3/+9
- Import yaml problem and fix document generation for ri(1). - minor clean up to pkgsrc. Bump PKGREVISION.
2006-03-22- Fix rpath problem with SunPro Compiler on Solaris. No other platformtaca1-3/+3
should not be affected by this change. - Some white space clean up. Bump PKGREVISION.
2006-01-03Update ruby18-base package to Ruby 1.8.4.taca1-47/+14
Ruby 1.8.4 are maintainous release of Ruby programming language. Changes are too huge to list here, please see http://www.ruby-lang.org/. And this package contains some bug fixes after release of 1.8.4. Tue Dec 27 08:29:18 2005 GOTOU Yuuzou <gotoyuzo@notwork.org> * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLSocket#post_connection_chech): treat wildcard character in commonName. [ruby-dev:28121] Mon Dec 26 22:32:47 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> * eval.c (rb_eval), gc.c (gc_mark_children), node.h (NEW_ALIAS, NEW_VALIAS), parse.y (fitem): allow dynamic symbols to NODE_UNDEF and NODE_ALIAS. backported from trunk. fixed: [ruby-dev:28105] Mon Dec 26 08:50:36 2005 Yukihiro Matsumoto <matz@ruby-lang.org> * eval.c (ev_const_get): fixed a bug in constant reference during instance_eval. [yarv-dev:707] * eval.c (ev_const_defined): ditto. * lib/yaml.rb (YAML::add_domain_type): typo fixed. a patch from Joel VanderWerf <vjoel at path.berkeley.edu>. [ruby-talk:165285] [ruby-core:6995]
2005-11-08Make sure that there is always a space between "-o" and its argumentminskim1-1/+2
when running gcc or ld. This makes the package build on Darwin.
2005-11-02- Update to Ruby 1.8.3 with several fixes after its releasetaca1-24/+47
(see CHANGES.pkgsrc file). - Merge databases/ruby-dbm, devel/ruby-zlib, security/ruby-digest and ruby-openssl, conflicting with these packages. - Better handling for RI directories. - Use pkgsrc's TOOLS framework.
2005-09-23Use security patch in official Ruby's ftp server instead of adding locally.taca1-3/+4
This dosen't change anything to installed binaries nor built package.
2005-09-21Add a patch for fix the security problem which allows an arbitrary codetaca1-1/+2
to run bypassing the safe level check. The patch was provided by Yukihiro Matsumoto on ruby-dev mailing list. Bump PKGREVISION.
2005-09-19Rearrange configure script a little:taca1-3/+3
- Correct case statement moving "interix3*)" to before "interrix*)" since "interix3*)" wouldn't match and always match to "interix*)". - Remove "interix3*" in the case condition which always "interix*" pattern. This dosen't fix anything bulding on Interix3 (SFU 3.5) and on other platforms, but fix obvious mistake in configure script.
2005-09-18Adding DrafonFly BSD support based on patch provided by Joerg Sonnenberger.taca1-1/+7
Bump PKGREVISION.
2005-06-23Add fix for xmlrpc library security problem noted astaca1-1/+2
http://secunia.com/advisories/15767/. Bump PKGREVISION.
2005-03-06Importing ruby18-base package.taca1-0/+16
This is minimum ruby 1.8.2 based on current ruby18 and ruby18 package will be meta pacakge later.