NetBSD.se

CVS log for pkgsrc/lang/ruby18-base/Makefile

[BACK] Up to [NetBSD + pkgsrc-wip] / pkgsrc / lang / ruby18-base

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.71: download - view: text, markup, annotated - select for diffs
Wed May 23 06:32:50 2012 UTC (13 hours, 40 minutes ago) by fhajny
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +7 -1 lines
Fix segfaults in timeout.rb manifest with GCC 4.7 and default optimizations.
See https://bugs.ruby-lang.org/issues/6383 for more.

Revision 1.70: download - view: text, markup, annotated - select for diffs
Wed Mar 21 15:40:12 2012 UTC (2 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +5 -1 lines
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.

Revision 1.69: download - view: text, markup, annotated - select for diffs
Fri Jan 20 17:05:11 2012 UTC (4 months ago) by joerg
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +5 -1 lines
Always use __builtin_frame_address for Clang. The fallback using alloca
gets optimised away by it.
XXX This can most likely supersede hacks.mk

Revision 1.68: download - view: text, markup, annotated - select for diffs
Wed Dec 28 16:40:06 2011 UTC (4 months, 3 weeks ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +1 -2 lines
Update ruby18-base package to 1.8.7.357.
It contains security fix for CVE-2011-4815 (DoS).


Wed Dec 28 21:34:23 2011  URABE Shyouhei  <shyouhei@ruby-lang.org>

	* string.c (rb_str_hash): randomize hash to avoid algorithmic
	  complexity attacks. CVE-2011-4815

	* st.c (strhash): ditto.

	* string.c (Init_String): initialization of hash_seed to be at the
	  beginning of the process.

	* st.c (Init_st): ditto.

Thu Dec  8 11:57:04 2011  Tanaka Akira  <akr@fsij.org>

	* inits.c (rb_call_inits): call Init_RandomSeed at first.

	* random.c (seed_initialized): defined.
	  (fill_random_seed): extracted from random_seed.
	  (make_seed_value): extracted from random_seed.
	  (rb_f_rand): initialize random seed at first.
	  (initial_seed): defined.
	  (Init_RandomSeed): defined.
	  (Init_RandomSeed2): defined.
	  (rb_reset_random_seed): defined.
	  (Init_Random): call Init_RandomSeed2.

Sat Dec 10 20:44:23 2011  Tanaka Akira  <akr@fsij.org>

	* lib/securerandom.rb: call OpenSSL::Random.seed at the
	  SecureRandom.random_bytes call.
	  insert separators for array join.
	  patch by Masahiro Tomita.  [ruby-dev:44270]

Mon Oct 17 04:20:22 2011  Nobuyoshi Nakada  <nobu@ruby-lang.org>

	* mkconfig.rb: fix for continued lines.  based on a patch from
	  Marcus Rueckert <darix AT opensu.se> at [ruby-core:20420].

Mon Oct 17 04:19:39 2011  Yukihiro Matsumoto  <matz@ruby-lang.org>

	* numeric.c (flo_cmp): Infinity is greater than any bignum
	  number.  [ruby-dev:38672]

	* bignum.c (rb_big_cmp): ditto.

Mon Oct 17 03:56:12 2011  Yusuke Endoh  <mame@tsg.ne.jp>

	* ext/openssl/ossl_x509store.c (ossl_x509store_initialize): initialize
	  store->ex_data.sk.  [ruby-core:28907] [ruby-core:23971]
	  [ruby-core:18121]

Revision 1.67: download - view: text, markup, annotated - select for diffs
Sun Nov 13 15:44:58 2011 UTC (6 months, 1 week ago) by taca
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +2 -1 lines
Clean up DEINSTALL/INSTALL scripts.

* Remove setting PREFIX.
* Remove executing exit on last line.

Bump PKGREVISION.

Revision 1.66: download - view: text, markup, annotated - select for diffs
Tue Nov 8 15:20:36 2011 UTC (6 months, 2 weeks ago) by taca
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +3 -4 lines
* Change RUBY_VERSION_SUFFIX to RUBY_VERSION_FULL.
* Remove workaround for version.h.

Revision 1.65: download - view: text, markup, annotated - select for diffs
Fri Oct 21 05:24:13 2011 UTC (7 months ago) by obache
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +2 -2 lines
Remove (trial) workaround for getaddrinfo() on Linux added over 5 years ago.
It break the feature in these days.

Revision 1.64: download - view: text, markup, annotated - select for diffs
Fri Aug 12 15:33:12 2011 UTC (9 months, 1 week ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +1 -2 lines
Update ruby18-base pacakge to 1.8.7.352 (1.8.7-p352).

This is maintenance release.  For more detail chagge, plrease refer:

http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7_352/ChangeLog

Revision 1.63: download - view: text, markup, annotated - select for diffs
Thu Jul 21 03:32:08 2011 UTC (10 months ago) by taca
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +3 -3 lines
Limit use of --enable-wide-getaddrinfo on SunOS from 5.6 to 5.9.
On Solaris 10, it seems that --enable-wide-getaddrinfo has problem
although it was needed on Solaris 9.

Should be fix PR pkg/44039.

Bump PKGREVISION.

Revision 1.62: download - view: text, markup, annotated - select for diffs
Thu Jun 16 15:16:37 2011 UTC (11 months, 1 week ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -2 lines
Remove bin/rdoc and bin/ri from ALTERNATIVES since it will conflict
with devel/ruby-rdoc.

Bump PKGREVISION.

Revision 1.59.2.1: download - view: text, markup, annotated - select for diffs
Tue May 31 11:04:22 2011 UTC (11 months, 3 weeks ago) by sbd
Branches: pkgsrc-2011Q1
Diff to: previous 1.59: preferred, colored; next MAIN 1.60: preferred, colored
Changes since revision 1.59: +2 -2 lines
Pullup ticket #3443 - requested by taca
lang/ruby18-base security update

Revisions pulled up:
- lang/ruby18-base/Makefile                                     1.60-1.61
- lang/ruby18-base/distinfo                                     1.49
- lang/ruby18-base/patches/patch-ext_bigdecimal_bigdecimal.c    1.1

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun May 29 01:36:24 UTC 2011

   Modified Files:
   	pkgsrc/lang/ruby18-base: Makefile
   Added Files:
   	pkgsrc/lang/ruby18-base/patches: patch-ext_bigdecimal_bigdecimal.c

   Log Message:
   Add a patch for CVE-2011-0188 from repository as ruby19-base.

   Bump PKGREVISION.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Mon May 30 04:21:38 UTC 2011

   Modified Files:
   	pkgsrc/lang/ruby18-base: Makefile distinfo

   Log Message:
   It seems that I forgot update distinfo file.

   Since it cause creating binary package which isn't up to date,
   bump PKGREVISION, again.

Revision 1.61: download - view: text, markup, annotated - select for diffs
Mon May 30 04:21:37 2011 UTC (11 months, 3 weeks ago) by taca
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +2 -2 lines
It seems that I forgot update distinfo file.

Since it cause creating binary package which isn't up to date,
bump PKGREVISION, again.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Sun May 29 01:36:24 2011 UTC (11 months, 3 weeks ago) by taca
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +2 -2 lines
Add a patch for CVE-2011-0188 from repository as ruby19-base.

Bump PKGREVISION.

Revision 1.59: download - view: text, markup, annotated - select for diffs
Mon Mar 28 14:10:25 2011 UTC (13 months, 3 weeks ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2011Q1-base
Branch point for: pkgsrc-2011Q1
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -1 lines
* Make rdoc compatible with newer version of rdoc (on Ruby 1.9.2) about
  handling of none existing files.

This should be fix build problem of www/ruby-rails3 with ruby18-base.

Bump PKGREVISION.

Revision 1.58: download - view: text, markup, annotated - select for diffs
Fri Sep 10 03:29:00 2010 UTC (20 months, 1 week ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +3 -2 lines
Update ruby18-base to 1.8.7.302 (Ruby 1.8.7 patchlevel 302).

Since many changes from previous release, please refer
http://www.ruby-lang.org/en/news/2010/08/16/ruby-1-8-7-p302-is-released/.

Note: Since all security updates are already in previous package,
This update dosen't include any securify fix.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Tue Aug 31 16:28:13 2010 UTC (20 months, 3 weeks ago) by taca
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +9 -3 lines
Explicitly set environment INSTALL, and reset INSTALL_DATA,
INSTALL_PROGRAM and INSTALL_SCRIPT.

They reflect to Ruby's Config::CONFIG constant which contains
various configuration parametes which would be used when installing
extention modules including ruby gems.

Setting INSTALL explicitly reset the line in mk/configure/gnu-configure.mk.

CONFIGURE_ENV+= ac_given_INSTALL=${INSTALL:Q}\ -c\ -o\ ${BINOWN}\ -g\ ${BINGRP}

Should be fix PR pkg/43684 and pkg/43687.

Bump PKGREVISION.

Revision 1.55.2.1: download - view: text, markup, annotated - select for diffs
Mon Aug 16 12:26:22 2010 UTC (21 months, 1 week ago) by tron
Branches: pkgsrc-2010Q2
Diff to: previous 1.55: preferred, colored; next MAIN 1.56: preferred, colored
Changes since revision 1.55: +2 -2 lines
Pullup ticket #3207 - requested by taca
lang/ruby18-base: security patch

Revisions pulled up:
- lang/ruby18-base/Makefile			1.56
- lang/ruby18-base/distinfo			1.44
- lang/ruby18-base/patches/patch-ea		1.1
---
Module Name:	pkgsrc
Committed By:	taca
Date:		Mon Aug 16 07:08:13 UTC 2010

Modified Files:
	pkgsrc/lang/ruby18-base: Makefile distinfo
Added Files:
	pkgsrc/lang/ruby18-base/patches: patch-ea

Log Message:
Add a patch to fix for possible cross-site scripting (CVE-2010-0541)
from r29002 in Ruby's repository.  (Sadly, Ruby 1.8.7 pl301 missed
this change...)

Bump PKGREVISION.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Mon Aug 16 07:08:12 2010 UTC (21 months, 1 week ago) by taca
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +2 -2 lines
Add a patch to fix for possible cross-site scripting (CVE-2010-0541)
from r29002 in Ruby's repository.  (Sadly, Ruby 1.8.7 pl301 missed
this change...)

Bump PKGREVISION.

Revision 1.55: download - view: text, markup, annotated - select for diffs
Wed Jun 2 13:27:57 2010 UTC (23 months, 3 weeks ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2010Q2-base
Branch point for: pkgsrc-2010Q2
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -2 lines
Accepd db5 for library of ext/dbm.  (Not tested well.)

Bump PKGREVISION.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Thu Jan 14 15:07:28 2010 UTC (2 years, 4 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +3 -3 lines
Fix a small problem by precious webrick security fix from Ruby's
repositry (r26281).

Also use COMPILER_RPATH_FLAG in Makefile.

Bump PKGREVISION.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Sun Jan 10 15:33:28 2010 UTC (2 years, 4 months ago) by taca
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -2 lines
Add patches for security problem of webrick.

http://www.ruby-lang.org/en/news/2010/01/10/webrick-escape-sequence-injection/

Bump PKGREVISION.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Tue Aug 11 14:26:58 2009 UTC (2 years, 9 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +3 -3 lines

* Make Ruby's OpenSSL library compatible with OpenSSL 1.0.0 and later,
  focusing to PR pkg/41829.
* Add comments to patches.

Bump PKGREVISION.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Tue Aug 4 19:47:16 2009 UTC (2 years, 9 months ago) by hasso
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +5 -4 lines
Make ucontext(3) to apply to all DragonFly versions, it's too slow - a
simple sample with two threads is 2 times faster without ucontext(3).

Bump PKGREVISION.

Revision 1.49.2.1: download - view: text, markup, annotated - select for diffs
Fri May 1 12:42:02 2009 UTC (3 years ago) by tron
Branches: pkgsrc-2009Q1
Diff to: previous 1.49: preferred, colored; next MAIN 1.50: preferred, colored
Changes since revision 1.49: +1 -2 lines
Pullup ticket #2752 - requested by taca
ruby18-base: security update
ruby18-curses: security update
ruby18-tk: security update

Revisions pulled up:
- lang/ruby/rubyversion.mk			1.45
- lang/ruby18-base/Makefile			1.50
- lang/ruby18-base/distinfo			1.36
- lang/ruby18-base/patches/patch-dg		delete
- lang/ruby18-base/patches/patch-dh		delete
- lang/ruby18-base/patches/patch-dj		delete
- devel/ruby-curses/distinfo			1.18
- x11/ruby-tk/distinfo				1.21
---
Module Name:	pkgsrc
Committed By:	taca
Date:		Thu Apr 16 17:10:17 UTC 2009

Modified Files:
	pkgsrc/lang/ruby: rubyversion.mk

Log Message:
Bump Ruby 1.8.7's patch level to 160.
---
Module Name:	pkgsrc
Committed By:	taca
Date:		Thu Apr 16 17:11:12 UTC 2009

Modified Files:
	pkgsrc/lang/ruby18-base: Makefile distinfo
Removed Files:
	pkgsrc/lang/ruby18-base/patches: patch-dg patch-dh patch-dj

Log Message:
Update ruby18-base-1.8.7.160 (1.8.7-p160).

This release is counterpart of 1.8.6-p368, so many bugs are fixed
since the latest 1.8.7.  Check the ChangeLog for more details.

Especialy, including workarounds for CVE-2007-1558 and CVE-2008-1447.
---
Module Name:	pkgsrc
Committed By:	taca
Date:		Thu Apr 16 17:12:18 UTC 2009

Modified Files:
	pkgsrc/devel/ruby-curses: distinfo

Log Message:
Update distinfo refelecting update to Ruby 1.8.7-p160.
---
Module Name:	pkgsrc
Committed By:	taca
Date:		Thu Apr 16 17:12:42 UTC 2009

Modified Files:
	pkgsrc/x11/ruby-tk: distinfo

Log Message:
Update distinfo refelecting update to Ruby 1.8.7-p160.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Thu Apr 16 17:11:12 2009 UTC (3 years, 1 month ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -2 lines
Update ruby18-base-1.8.7.160 (1.8.7-p160).

This release is counterpart of 1.8.6-p368, so many bugs are fixed
since the latest 1.8.7.  Check the ChangeLog for more details.

Especialy, including workarounds for CVE-2007-1558 and CVE-2008-1447.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Fri Feb 20 12:32:26 2009 UTC (3 years, 3 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2009Q1-base
Branch point for: pkgsrc-2009Q1
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -2 lines
Apply patch from Ruby's repository, revision 22440.

It fixes OCPS(Online Certificate Status Protocol) verify method wasn't always
return false when verify was failed in OpenSSL's correspondence library.
(It might be possible security risk for using OCPS.

Fix small PLIST improvement, too.

Bump PKGREVISION.

Revision 1.45.4.2: download - view: text, markup, annotated - select for diffs
Wed Sep 17 10:41:37 2008 UTC (3 years, 8 months ago) by tron
Branches: pkgsrc-2008Q2
Diff to: previous 1.45.4.1: preferred, colored; branchpoint 1.45: preferred, colored; next MAIN 1.46: preferred, colored
Changes since revision 1.45.4.1: +2 -1 lines
Pullup ticket #2528 - requested by taca
ruby18-base: security patch

Revisions pulled up:
- lang/ruby18-base/Makefile		1.47
- lang/ruby18-base/distinfo		1.34
- lang/ruby18-base/patches/patch-dg	1.5
- lang/ruby18-base/patches/patch-dh	1.3
---
Module Name:	pkgsrc
Committed By:	taca
Date:		Sun Sep 14 05:17:18 UTC 2008

Modified Files:
	pkgsrc/lang/ruby18-base: Makefile distinfo
Added Files:
	pkgsrc/lang/ruby18-base/patches: patch-dg patch-dh

Log Message:
Add fix for http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-3790
(http://www.ruby-lang.org/en/news/2008/08/23/dos-vulnerability-in-rexml/)
from ruby_1_8 branch.

Bump PKGREVISION.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon Sep 15 03:30:22 2008 UTC (3 years, 8 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +3 -2 lines
Fix interpreter for h2rb script.

Bump PKGREVISION.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Sun Sep 14 05:17:18 2008 UTC (3 years, 8 months ago) by taca
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -1 lines
Add fix for http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-3790
(http://www.ruby-lang.org/en/news/2008/08/23/dos-vulnerability-in-rexml/)
from ruby_1_8 branch.

Bump PKGREVISION.

Revision 1.45.4.1: download - view: text, markup, annotated - select for diffs
Fri Aug 8 14:37:50 2008 UTC (3 years, 9 months ago) by ghen
Branches: pkgsrc-2008Q2
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +3 -3 lines
Pullup ticket 2473 - requested by taca
security update for ruby

- pkgsrc/devel/ruby-curses/distinfo			1.16
- pkgsrc/lang/ruby/rubyversion.mk			1.43
- pkgsrc/lang/ruby18-base/Makefile			1.46
- pkgsrc/lang/ruby18-base/distinfo			1.32
- pkgsrc/lang/ruby18-base/patches/patch-ad		removed
- pkgsrc/x11/ruby-tk/distinfo				1.19

   Module Name:		pkgsrc
   Committed By:	taca
   Date:		Fri Aug  8 12:38:59 UTC 2008

   Modified Files:
	   pkgsrc/lang/ruby: rubyversion.mk

   Log Message:
   Start update of Ruby 1.8.7 patchlevel 71.
---
   Module Name:		pkgsrc
   Committed By:	taca
   Date:		Fri Aug  8 12:42:44 UTC 2008

   Modified Files:
	   pkgsrc/lang/ruby18-base: Makefile distinfo
   Removed Files:
	   pkgsrc/lang/ruby18-base/patches: patch-ad

   Log Message:
   Update ruby18-base to 1.8.7.71.

   pkgsrc change:

	   Apply fix for sunpro compilre, provided by PR pkg/37771 from
	   Naoto Morishima.

   This release includes fix for multiple vulnerabilities.

   http://www.ruby-lang.org/en/news/2008/08/08/multiple-vulnerabilities-in-ruby/

	   * Several vulnerabilities in safe level
	   * DoS vulnerability in WEBrick
	   * Lack of taintness check in dl
	   * DNS spoofing vulnerability in resolv.rb

   Full changes are too many, please refer ChangeLog file.
---
   Module Name:		pkgsrc
   Committed By:	taca
   Date:		Fri Aug  8 12:43:51 UTC 2008

   Modified Files:
	   pkgsrc/devel/ruby-curses: distinfo

   Log Message:
   Update ruby-curses package to 1.8.7.71.

   This is version update only, no functional change in this ruby extention.
---
   Module Name:		pkgsrc
   Committed By:	taca
   Date:		Fri Aug  8 12:44:51 UTC 2008

   Modified Files:
	   pkgsrc/x11/ruby-tk: distinfo

   Log Message:
   Update ruby-tk package to 1.8.7.71.

   This is version update only, no functional change in this ruby extention.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Fri Aug 8 12:42:44 2008 UTC (3 years, 9 months ago) by taca
Branches: MAIN
CVS tags: cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +3 -3 lines
Update ruby18-base to 1.8.7.71.

pkgsrc change:

	Apply fix for sunpro compilre, provided by PR pkg/37771 from
	Naoto Morishima.


This release includes fix for multiple vulnerabilities.

http://www.ruby-lang.org/en/news/2008/08/08/multiple-vulnerabilities-in-ruby/

	* Several vulnerabilities in safe level
	* DoS vulnerability in WEBrick
	* Lack of taintness check in dl
	* DNS spoofing vulnerability in resolv.rb

Full changes are too many, please refer ChangeLog file.

Revision 1.40.2.1: download - view: text, markup, annotated - select for diffs
Thu Jul 10 13:00:01 2008 UTC (3 years, 10 months ago) by tron
Branches: pkgsrc-2008Q1
Diff to: previous 1.40: preferred, colored; next MAIN 1.41: preferred, colored
Changes since revision 1.40: +2 -1 lines
Pullup ticket #2443 - requested by taca
Security patch for ruby18-base

Revisions pulled up:
- lang/ruby18-base/Makefile		1.45 via patch
- lang/ruby18-base/distinfo		1.31 via patch
- lang/ruby18-base/patches/patch-ad	1.9 via patch
---
    Module Name:	pkgsrc
    Committed By:	tonnerre
    Date:		Thu Jul  3 21:06:10 UTC 2008

    Modified Files:
	pkgsrc/lang/ruby18-base: Makefile distinfo
    Added Files:
	pkgsrc/lang/ruby18-base/patches: patch-ad

    Log Message:
    Add a patch to fix the integer overflow in rb_ary_fill() in Ruby 1.8
    which can be exploited to cause a denial of service through memory
    exhaustion. (SN-2008-02)

Revision 1.45: download - view: text, markup, annotated - select for diffs
Thu Jul 3 21:06:10 2008 UTC (3 years, 10 months ago) by tonnerre
Branches: MAIN
CVS tags: pkgsrc-2008Q2-base, cwrapper
Branch point for: pkgsrc-2008Q2
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -1 lines
Add a patch to fix the integer overflow in rb_ary_fill() in Ruby 1.8
which can be exploited to cause a denial of service through memory
exhaustion. (SN-2008-02)

Revision 1.44: download - view: text, markup, annotated - select for diffs
Thu Jun 19 22:19:37 2008 UTC (3 years, 11 months ago) by obache
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2 lines
Fix DESTDIR installation.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Jun 19 14:35:37 2008 UTC (3 years, 11 months ago) by taca
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +20 -19 lines
Update ruby18-base package to 1.8.7.

Since chanes are too much to write here, please refer

	http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7/NEWS
	http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7/ChangeLog

	http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7_17/NEWS
	http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7_17/ChangeLog

Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Apr 14 21:47:35 2008 UTC (4 years, 1 month ago) by jlam
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -3 lines
REPLACE_RUBY_DIRS is relative to ${WRKSRC}, so no need to spell it out.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sat Apr 12 22:43:02 2008 UTC (4 years, 1 month ago) by jlam
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +4 -5 lines
Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Jan 4 15:42:34 2008 UTC (4 years, 4 months ago) by ghen
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base
Branch point for: pkgsrc-2008Q1
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +19 -17 lines
Full DESTDIR support.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Nov 5 01:09:23 2007 UTC (4 years, 6 months ago) by grant
Branches: MAIN
CVS tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +4 -2 lines
fix build on Solaris w/ sunpro:

- don't call the linker directly to build shared libraries,
  use ${CC} -G
- link libsunmath statically, as it is provided by SUNWspro and
  therefore not available on systems where the compiler is not
  installed.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Sat Oct 6 06:12:35 2007 UTC (4 years, 7 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -2 lines
Update Ruby packages to 1.8.6-p111.

Basically, no change since previous update except Net::HTTP default
@enable_post_connection_check was wrongly set to true.  (It might
cause compatibility problem.)

Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun Sep 30 04:08:15 2007 UTC (4 years, 7 months ago) by taca
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -1 lines
Add patches against Ruby 1.8.6-p111.  Since 1.8.6-p111 dosen't
officially released (SVN's tag only), I decide to keep pkgsrc's Ruby's
version.

This isn't leaf package but fixes security problem reported by
http://www.isecpartners.com/advisories/2007-006-rubyssl.txt.

Bump PKGREVISION.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Sep 9 14:17:13 2007 UTC (4 years, 8 months ago) by taca
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -2 lines
Update ruby18-base to 1.8.6.36 (Ruby 1.8.6 patchlevel 36).

Ruby 1.8.6 patchlevel 36 is maintainous release of Ruby.

Changes are too many, please see ChangeLog:

    http://svn.ruby-lang.org/repos/ruby/tags/v1_8_6_36/ChangeLog

Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Jun 28 01:31:52 2007 UTC (4 years, 10 months ago) by dmcmahill
Branches: MAIN
CVS tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +8 -1 lines
Only add -lsunmath on SunOS if we're using the sunpro compiler.  Otherwise
we don't have it and a replacement for isinf() (the function that sunmath
was used for) is compiled in.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sun Jun 10 04:30:29 2007 UTC (4 years, 11 months ago) by joerg
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +8 -1 lines
DragonFly 1.8.0 has a broken getucontext, so forcefully disable it.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed May 30 22:01:54 2007 UTC (4 years, 11 months ago) by rillig
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -1 lines
On Solaris 10, isinf() lives in libsunmath.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Apr 6 14:47:52 2007 UTC (5 years, 1 month ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -1 lines
Fix INSTALL script to check proper directory; not RUBY_SYSRIDIR but
RUBY_SITERIDIR.

It fixes install error of textproc/ruby-redcloth when ruby18-base didn't
biild with ruby-build-ri-db option.

Noted by obache@ via private mail and approved by wiz@.

Bump PKGREVISION.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Mar 15 16:41:29 2007 UTC (5 years, 2 months ago) by taca
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +6 -11 lines
Updating Ruby to 1.8.6; ruby18-base

- 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.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Jan 28 15:15:58 2007 UTC (5 years, 3 months ago) by taca
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +5 -6 lines
Fix ruby-build-ri-db option related problem.

- Include options.mk before rubyversion.mk, so PLIST for ri database
  should be created suitably.

- make RUBY_RIDIR and its friends relative path to ${PREFIX}.

- Fix and improve handling of ${RUBY_RIDIR} handling and should
  be fixed remaining ${RUBY_RIDIR} after pkg_delete ruby18-base.
  (Noted by private mail from wiz@.)

Bump PKGREVISION of ruby18-base package.

Revision 1.26.2.3: download - view: text, markup, annotated - select for diffs
Sat Dec 9 10:17:47 2006 UTC (5 years, 5 months ago) by salo
Branches: pkgsrc-2006Q3
Diff to: previous 1.26.2.2: preferred, colored; branchpoint 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26.2.2: +20 -17 lines
Pullup ticket 1943 - requested by taca
security update for ruby18

Revisions pulled up:
- pkgsrc/lang/ruby/Makefile				1.41
- pkgsrc/lang/ruby/rubyversion.mk			1.29, 1.30
- pkgsrc/lang/ruby18-base/Makefile			1.29
- pkgsrc/lang/ruby18-base/PLIST				1.9
- pkgsrc/lang/ruby18-base/PLIST.common_end		1.2
- pkgsrc/lang/ruby18-base/distinfo			1.17
- pkgsrc/lang/ruby18-base/options.mk			1.1
- pkgsrc/lang/ruby18-base/patches/patch-af		1.1
- pkgsrc/lang/ruby18-base/patches/patch-bl		removed
- pkgsrc/lang/ruby18/Makefile				1.15
- pkgsrc/databases/ruby-gdbm/Makefile			1.15
- pkgsrc/databases/ruby-gdbm/distinfo			1.1
- pkgsrc/devel/ruby-curses/Makefile			1.10
- pkgsrc/devel/ruby-curses/distinfo			1.7
- pkgsrc/devel/ruby-mode/Makefile			1.15
- pkgsrc/devel/ruby-mode/distinfo			1.6
- pkgsrc/devel/ruby-readline/Makefile			1.20
- pkgsrc/devel/ruby-readline/distinfo			1.13
- pkgsrc/devel/ruby-readline/patches/patch-aa		1.5
- pkgsrc/x11/ruby-tk/Makefile				1.25, 1.26
- pkgsrc/x11/ruby-tk/PLIST				1.7
- pkgsrc/x11/ruby-tk/distinfo				1.11
- pkgsrc/mk/defaults/options.description		1.130

   Module Name:		pkgsrc
   Committed By:	taca
   Date:		Wed Dec  6 16:25:26 UTC 2006

   Modified Files:
   	pkgsrc/databases/ruby-gdbm: Makefile
   Added Files:
   	pkgsrc/databases/ruby-gdbm: distinfo

   Log Message:
   Update ruby-gdbm package to 1.8.5.20061205:

   - rdoc addition and trivial change.
---
   Module Name:		pkgsrc
   Committed By:	taca
   Date:		Wed Dec  6 16:28:18 UTC 2006

   Modified Files:
   	pkgsrc/devel/ruby-curses: Makefile distinfo

   Log Message:
   Update ruby-curses package to 1.8.5.20061205:

   - Fixed colose_set method always returns false.
---
   Module Name:		pkgsrc
   Committed By:	taca
   Date:		Wed Dec  6 16:36:41 UTC 2006

   Modified Files:
   	pkgsrc/devel/ruby-mode: Makefile
   Added Files:
   	pkgsrc/devel/ruby-mode: distinfo

   Log Message:
   Update ruby-mode package to 1.8.5.20061205.

   Tue Dec  5 00:59:05 2006  Yukihiro Matsumoto  <matz@ruby-lang.org>

   	* misc/ruby-mode.el (ruby-parse-partial): need to parse "/=" as
   	  self assignment operator, not regex.  [ruby-talk:227324]

   Wed Sep 13 18:25:18 2006  Yukihiro Matsumoto  <matz@ruby-lang.org>

   	* misc/ruby-mode.el (ruby-parse-partial): better here-doc support.
   	  a patch from Marshall T. Vandegrift <llasram at gmail.com>.
   	  [ruby-core:08804]
---
   Module Name:		pkgsrc
   Committed By:	taca
   Date:		Wed Dec  6 16:31:34 UTC 2006

   Modified Files:
   	pkgsrc/devel/ruby-readline: Makefile distinfo
   	pkgsrc/devel/ruby-readline/patches: patch-aa

   Log Message:
   Update ruby-readline package to 1.8.5.20061205:

   - No change with 20061205 patch.
   - Disable checking rl_filename_completion_function() to prevent compile
     error.
---
   Module Name:		pkgsrc
   Committed By:	taca
   Date:		Wed Dec  6 16:34:42 UTC 2006

   Modified Files:
   	pkgsrc/lang/ruby: Makefile

   Log Message:
   Update ruby package to 1.8.5.20061205.  No change for this wrapper package.
---
   Module Name:		pkgsrc
   Committed By:	taca
   Date:		Wed Dec  6 16:17:17 UTC 2006

   Modified Files:
   	pkgsrc/lang/ruby: rubyversion.mk

   Log Message:
   - Handle patchlevel which has introduced to Ruby.
   - Introduce RUBY_PATCH_DATE and RUBY_VERSION_SUFFIX.
   - Change _RUBY_VERS_TEENY to _RUBY_VER_TEENY as other version variable
     like RUBY_VER_MAJOR.
---
   Module Name:		pkgsrc
   Committed By:	taca
   Date:		Wed Dec  6 16:19:50 UTC 2006

   Modified Files:
   	pkgsrc/lang/ruby: rubyversion.mk

   Log Message:
   Update RUBY18_PATCH_DATE to 20061205, starting update of Ruby.
---
   Module Name:		pkgsrc
   Committed By:	taca
   Date:		Wed Dec  6 16:34:09 UTC 2006

   Modified Files:
   	pkgsrc/lang/ruby18: Makefile

   Log Message:
   Update ruby18 package to 1.8.5.20061205.  No change for this meta pacakge
   itself.
---
   Module Name:		pkgsrc
   Committed By:	taca
   Date:		Wed Dec  6 16:24:27 UTC 2006

   Modified Files:
   	pkgsrc/lang/ruby18-base: Makefile PLIST PLIST.common_end distinfo
   Added Files:
   	pkgsrc/lang/ruby18-base: options.mk
   	pkgsrc/lang/ruby18-base/patches: patch-af
   Removed Files:
   	pkgsrc/lang/ruby18-base/patches: patch-bl

   Log Message:
   o Update ruby18-base pacakge to Ruby 1.8 branch 2006/12/05.

   	- 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.
---
   Module Name:		pkgsrc
   Committed By:	taca
   Date:		Wed Dec  6 17:00:54 UTC 2006

   Modified Files:
   	pkgsrc/mk/defaults: options.description

   Log Message:
   Add description of ruby-build-ri-db.
---
   Module Name:		pkgsrc
   Committed By:	tv
   Date:		Fri Nov 10 16:54:54 UTC 2006

   Modified Files:
   	pkgsrc/x11/ruby-tk: Makefile

   Log Message:
   Use find -print | xargs rather than find -exec.
---
   Module Name:		pkgsrc
   Committed By:	taca
   Date:		Wed Dec  6 16:33:16 UTC 2006

   Modified Files:
   	pkgsrc/x11/ruby-tk: Makefile PLIST distinfo

   Log Message:
   Update ruby-tk package to 1.8.5.20061205:

   Changes are huge, please see Changes.

   - pkgsrc change; fix permission of a image file.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Dec 6 16:24:27 2006 UTC (5 years, 5 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +20 -17 lines
o Update ruby18-base pacakge to Ruby 1.8 branch 2006/12/05.

	- 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.

Revision 1.26.2.2: download - view: text, markup, annotated - select for diffs
Sun Nov 5 19:28:55 2006 UTC (5 years, 6 months ago) by salo
Branches: pkgsrc-2006Q3
Diff to: previous 1.26.2.1: preferred, colored; branchpoint 1.26: preferred, colored
Changes since revision 1.26.2.1: +2 -2 lines
Pullup ticket 1897 - requested by taca
security fix for ruby18-base

Revisions pulled up:
- pkgsrc/lang/ruby18-base/Makefile			1.28
- pkgsrc/lang/ruby18-base/distinfo			1.16
- pkgsrc/lang/ruby18-base/patches/patch-bl		1.3

   Module Name:		pkgsrc
   Committed By:	taca
   Date:		Fri Nov  3 05:36:23 UTC 2006

   Modified Files:
   	pkgsrc/lang/ruby18-base: Makefile distinfo
   Added Files:
   	pkgsrc/lang/ruby18-base/patches: patch-bl

   Log Message:
   Add patch to cgi.rb for fixing security problem (CVE-2006-5467).

   Bump PKGREVISION.

Revision 1.26.2.1: download - view: text, markup, annotated - select for diffs
Sun Nov 5 19:17:54 2006 UTC (5 years, 6 months ago) by salo
Branches: pkgsrc-2006Q3
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +4 -4 lines
Pullup ticket 1901 - requested by taca
portability fixes for ruby18

Revisions pulled up:
- pkgsrc/lang/ruby18-base/DESCR				1.2
- pkgsrc/lang/ruby18-base/Makefile			1.27
- pkgsrc/lang/ruby18-base/distinfo			1.15
- pkgsrc/lang/ruby18-base/patches/patch-aa		1.7
- pkgsrc/lang/ruby18-base/patches/patch-ab		1.7
- pkgsrc/lang/ruby18/DESCR				1.6

   Module Name:		pkgsrc
   Committed By:	taca
   Date:		Sun Oct 29 02:45:42 UTC 2006

   Modified Files:
   	pkgsrc/lang/ruby18-base: DESCR Makefile distinfo
   	pkgsrc/lang/ruby18-base/patches: patch-aa patch-ab

   Log Message:
   Adding some fixes:

       (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.
---
   Module Name:		pkgsrc
   Committed By:	taca
   Date:		Mon Oct 30 07:06:49 UTC 2006

   Modified Files:
   	pkgsrc/lang/ruby18: DESCR

   Log Message:
   s/${RUBY_VERSION}/1.8.5/.

   Noted by Takayoshi Kochi in connection with ruby18-base's PR.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Nov 3 05:36:23 2006 UTC (5 years, 6 months ago) by taca
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
Add patch to cgi.rb for fixing security problem (CVE-2006-5467).

Bump PKGREVISION.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Oct 29 02:45:42 2006 UTC (5 years, 6 months ago) by taca
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +4 -4 lines
Adding some fixes:

    (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.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Sep 13 12:57:44 2006 UTC (5 years, 8 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2006Q3-base
Branch point for: pkgsrc-2006Q3
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -1 lines
Bump PKGREVISION refrect pthread related fixes.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Sep 7 15:40:00 2006 UTC (5 years, 8 months ago) by taca
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +8 -8 lines
Update Ruby to 1.8.5 (+ ruby-1-8 branch on 2006-09-07).

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

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Sep 3 02:53:13 2006 UTC (5 years, 8 months ago) by taca
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -10 lines
Move buildlinks from ruby18-base/Makefile to ruby/rubyversion.mk.
It should help for fixing the build problem of some extention libraries.

Revision 1.20.4.2: download - view: text, markup, annotated - select for diffs
Wed Aug 2 13:59:01 2006 UTC (5 years, 9 months ago) by salo
Branches: pkgsrc-2006Q2
Diff to: previous 1.20.4.1: preferred, colored; branchpoint 1.20: preferred, colored; next MAIN 1.21: preferred, colored
Changes since revision 1.20.4.1: +2 -2 lines
Pullup ticket 1771 - requested by taca
security fixes for ruby18-base

Revisions pulled up:
- pkgsrc/lang/ruby18-base/Makefile		1.23
- pkgsrc/lang/ruby18-base/distinfo		1.13
- pkgsrc/lang/ruby18-base/patches/patch-ag	1.1
- pkgsrc/lang/ruby18-base/patches/patch-ah	1.1
- pkgsrc/lang/ruby18-base/patches/patch-cp	1.1

   Module Name:		pkgsrc
   Committed By:	taca
   Date:		Wed Aug  2 07:02:44 UTC 2006

   Modified Files:
   	pkgsrc/lang/ruby18-base: Makefile distinfo
   Added Files:
   	pkgsrc/lang/ruby18-base/patches: patch-ag patch-ah patch-cp

   Log Message:
   Add three patches accidently left on my work area.

   - 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.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Aug 2 07:02:44 2006 UTC (5 years, 9 months ago) by taca
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
Add three patches accidently left on my work area.

- 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.

Revision 1.20.4.1: download - view: text, markup, annotated - select for diffs
Mon Jul 31 22:43:12 2006 UTC (5 years, 9 months ago) by salo
Branches: pkgsrc-2006Q2
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +4 -11 lines
Pullup ticket 1764 - requested by taca
security fix for ruby18-base

   Module Name:		pkgsrc
   Committed By:	taca
   Date:		Sun Jul 30 23:12:50 UTC 2006

   Modified Files:
   	pkgsrc/lang/ruby18-base: Makefile PLIST distinfo
   	pkgsrc/lang/ruby18-base/patches: patch-ad patch-cc
   Added Files:
   	pkgsrc/lang/ruby18-base/patches: patch-ck patch-cl patch-cm patch-cn
   	    patch-co

   Log Message:
   - Security fix for CVE-2006-3694 (JVN#13947696 and JVN#83768862).
   - Import yaml problem and fix document generation for ri(1).
   - minor clean up to pkgsrc.

   Bump PKGREVISION.
---
   Module Name:		pkgsrc
   Committed By:	taca
   Date:		Mon Jul 31 11:29:03 UTC 2006

   Modified Files:
   	pkgsrc/lang/ruby18-base: Makefile PLIST distinfo
   	pkgsrc/lang/ruby18-base/patches: patch-cm

   Log Message:
   - Fix PLIST problem; a extra entry.
   - Reduce warning of optparse.rb when generating ri(1) database.

   Bump PKGREVISION.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Jul 31 11:29:01 2006 UTC (5 years, 9 months ago) by taca
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
- Fix PLIST problem; a extra entry.
- Reduce warning of optparse.rb when generating ri(1) database.

Bump PKGREVISION.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Jul 30 23:12:49 2006 UTC (5 years, 9 months ago) by taca
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +4 -11 lines
- Security fix for CVE-2006-3694 (JVN#13947696 and JVN#83768862).
- Import yaml problem and fix document generation for ri(1).
- minor clean up to pkgsrc.

Bump PKGREVISION.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Mar 22 23:05:39 2006 UTC (6 years, 2 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2006Q2-base, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Branch point for: pkgsrc-2006Q2
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -3 lines
- Fix rpath problem with SunPro Compiler on Solaris.  No other platform
  should not be affected by this change.
- Some white space clean up.

Bump PKGREVISION.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Mar 15 08:18:45 2006 UTC (6 years, 2 months ago) by taca
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +8 -1 lines
Add (trial) workaround for getaddrinfo() on Linux.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Mar 14 01:14:29 2006 UTC (6 years, 2 months ago) by jlam
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -4 lines
Modify the pkginstall framework so that it manages all aspects of
INSTALL/DEINSTALL script creation within pkgsrc.

If an INSTALL or DEINSTALL script is found in the package directory,
it is automatically used as a template for the pkginstall-generated
scripts.  If instead, they should be used simply as the full scripts,
then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC
explicitly, e.g.:

	INSTALL_SRC=	${PKGDIR}/INSTALL
	DEINSTALL_SRC=	# emtpy

As part of the restructuring of the pkginstall framework internals,
we now *always* generate temporary INSTALL or DEINSTALL scripts.  By
comparing these temporary scripts with minimal INSTALL/DEINSTALL
scripts formed from only the base templates, we determine whether or
not the INSTALL/DEINSTALL scripts are actually needed by the package
(see the generate-install-scripts target in bsd.pkginstall.mk).

In addition, more variables in the framework have been made private.
The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are
more sensible names given the very few exported variables in this
framework.  The only public variables relating to the templates are:

	INSTALL_SRC		INSTALL_TEMPLATE
	DEINSTALL_SRC		DEINSTALL_TEMPLATE
				HEADER_TEMPLATE

The packages in pkgsrc have been modified to reflect the changes in
the pkginstall framework.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Jan 3 14:37:24 2006 UTC (6 years, 4 months ago) by taca
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3 lines
Update ruby18-base package to Ruby 1.8.4.

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]

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Dec 29 06:21:47 2005 UTC (6 years, 4 months ago) by jlam
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -2 lines
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.

Revision 1.14.2.1: download - view: text, markup, annotated - select for diffs
Wed Dec 28 22:42:52 2005 UTC (6 years, 4 months ago) by seb
Branches: pkgsrc-2005Q4
Diff to: previous 1.14: preferred, colored; next MAIN 1.15: preferred, colored
Changes since revision 1.14: +10 -12 lines
Pullup ticket 972 - requested by Takahiro Kambe
fix build problem for lang/ruby18-base

Revisions pulled up:
- pkgsrc/lang/ruby18-base/Makefile                            1.15

   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Tue Dec 27 11:45:12 UTC 2005

   Modified Files:
   	pkgsrc/lang/ruby18-base: Makefile

   Log Message:
   Better handling for using ndbm(3) or compatible version by Berkeley DB.

   For possibility of changing dependency, bump PKGREVISION.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Dec 27 11:45:12 2005 UTC (6 years, 4 months ago) by taca
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +10 -12 lines
Better handling for using ndbm(3) or compatible version by Berkeley DB.

For possibility of changing dependency, bump PKGREVISION.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Dec 8 09:52:15 2005 UTC (6 years, 5 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base
Branch point for: pkgsrc-2005Q4
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -1 lines
Bumped the PKGREVISION of the packages that have been broken by the recent
"pkglint --autofix" change.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Dec 5 23:55:10 2005 UTC (6 years, 5 months ago) by rillig
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Dec 5 20:50:27 2005 UTC (6 years, 5 months ago) by rillig
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3 lines
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Nov 8 11:18:02 2005 UTC (6 years, 6 months ago) by joerg
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
When using find to remove directories, do a depth-first traversal.
This is necessary to prevent find from returning with != 0 at least on
DragonFly.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Nov 2 08:56:39 2005 UTC (6 years, 6 months ago) by taca
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +54 -46 lines
- Update to Ruby 1.8.3 with several fixes after its release
  (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.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Sep 23 12:01:44 2005 UTC (6 years, 8 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -1 lines
Use security patch in official Ruby's ftp server instead of adding locally.
This dosen't change anything to installed binaries nor built package.

Revision 1.5.2.2: download - view: text, markup, annotated - select for diffs
Thu Sep 22 16:44:59 2005 UTC (6 years, 8 months ago) by salo
Branches: pkgsrc-2005Q2
Diff to: previous 1.5.2.1: preferred, colored; branchpoint 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5.2.1: +2 -2 lines
Pullup ticket #769 - requested by Takahiro Kambe
security and portability fixes for ruby18-base

Revisions pulled up:
- pkgsrc/lang/ruby18-base/Makefile		1.7, 1.8
- pkgsrc/lang/ruby18-base/distinfo		1.3, 1.4, 1.5
- pkgsrc/lang/ruby18-base/patches/patch-aa	1.2
- pkgsrc/lang/ruby18-base/patches/patch-ab	1.2
- pkgsrc/lang/ruby18-base/patches/patch-ad	1.1
- pkgsrc/lang/ruby18-base/patches/patch-au	1.1
- pkgsrc/lang/ruby18-base/patches/patch-av	1.1
- pkgsrc/lang/ruby18-base/patches/patch-aw	1.1
- pkgsrc/lang/ruby18-base/patches/patch-ax	1.1
- pkgsrc/lang/ruby18-base/patches/patch-ay	1.1
- pkgsrc/lang/ruby18-base/patches/patch-az	1.1

   Module Name:		pkgsrc
   Committed By:	taca
   Date:		Sun Sep 18 13:38:50 UTC 2005

   Modified Files:
   	pkgsrc/lang/ruby18-base: Makefile distinfo
   Added Files:
   	pkgsrc/lang/ruby18-base/patches: patch-au patch-av patch-aw patch-ax
   	    patch-ay patch-az

   Log Message:
   Adding DrafonFly BSD support based on patch provided by Joerg Sonnenberger.

   Bump PKGREVISION.
---
   Module Name:		pkgsrc
   Committed By:	taca
   Date:		Mon Sep 19 15:19:13 UTC 2005

   Modified Files:
   	pkgsrc/lang/ruby18-base: distinfo
   	pkgsrc/lang/ruby18-base/patches: patch-aa patch-ab

   Log Message:
   Rearrange configure script a little:

   - 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.
---
   Module Name:		pkgsrc
   Committed By:	taca
   Date:		Wed Sep 21 14:03:22 UTC 2005

   Modified Files:
   	pkgsrc/lang/ruby18-base: Makefile distinfo
   Added Files:
   	pkgsrc/lang/ruby18-base/patches: patch-ad

   Log Message:
   Add a patch for fix the security problem which allows an arbitrary code
   to run bypassing the safe level check.

   The patch was provided by Yukihiro Matsumoto on ruby-dev mailing list.

   Bump PKGREVISION.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Sep 21 14:03:22 2005 UTC (6 years, 8 months ago) by taca
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Add a patch for fix the security problem which allows an arbitrary code
to run bypassing the safe level check.

The patch was provided by Yukihiro Matsumoto on ruby-dev mailing list.

Bump PKGREVISION.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Sep 18 13:38:50 2005 UTC (6 years, 8 months ago) by taca
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Adding DrafonFly BSD support based on patch provided by Joerg Sonnenberger.

Bump PKGREVISION.

Revision 1.5.2.1: download - view: text, markup, annotated - select for diffs
Fri Jun 24 08:40:44 2005 UTC (6 years, 11 months ago) by salo
Branches: pkgsrc-2005Q2
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Pullup ticket 558 - requested by Takahiro Kambe
security fix for ruby18-base

Revisions pulled up:
- pkgsrc/lang/ruby18-base/Makefile		1.6
- pkgsrc/lang/ruby18-base/distinfo		1.2
- pkgsrc/lang/ruby18-base/patches/patch-ac	1.1

   Module Name:		pkgsrc
   Committed By:	taca
   Date:		Thu Jun 23 16:54:47 UTC 2005

   Modified Files:
   	pkgsrc/lang/ruby18-base: Makefile distinfo
   Added Files:
   	pkgsrc/lang/ruby18-base/patches: patch-ac

   Log Message:
   Add fix for xmlrpc library security problem noted as
   http://secunia.com/advisories/15767/.

   Bump PKGREVISION.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Jun 23 16:54:47 2005 UTC (6 years, 11 months ago) by taca
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Add fix for xmlrpc library security problem noted as
http://secunia.com/advisories/15767/.

Bump PKGREVISION.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue May 31 02:19:48 2005 UTC (6 years, 11 months ago) by jschauma
Branches: MAIN
CVS tags: pkgsrc-2005Q2-base
Branch point for: pkgsrc-2005Q2
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +9 -1 lines
PLIST fixes for IRIX.
ok @taca

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Apr 11 21:46:16 2005 UTC (7 years, 1 month ago) by tv
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -2 lines
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.2.2.1: download - view: text, markup, annotated - select for diffs
Fri Apr 1 07:50:00 2005 UTC (7 years, 1 month ago) by salo
Branches: pkgsrc-2005Q1
Diff to: previous 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2: +2 -1 lines
Pullup ticket 408 - requested by Takahiro Kambe
PLIST fix for ruby18-base

Revisions pulled up:
- pkgsrc/lang/ruby18-base/Makefile	1.3
- pkgsrc/lang/ruby18-base/PLIST		1.2
- pkgsrc/lang/ruby/rubyversion.mk	1.11

   Module Name:		pkgsrc
   Committed By:	taca
   Date:		Thu Mar 31 16:31:10 UTC 2005

   Modified Files:
   	pkgsrc/lang/ruby18-base: Makefile PLIST

   Log Message:
   Add missing ri ralated data files.  Noted by Min Sik Kim <minskim>.

   Bump PKGREVISION.
---
   Module Name:		pkgsrc
   Committed By:	taca
   Date:		Wed Mar 30 16:16:20 UTC 2005

   Modified Files:
   	pkgsrc/lang/ruby: rubyversion.mk

   Log Message:
   Add RUBY_VER_DIR to PLIST_SUBST.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Mar 31 16:31:10 2005 UTC (7 years, 1 month ago) by taca
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
Add missing ri ralated data files.  Noted by Min Sik Kim <minskim>.

Bump PKGREVISION.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Mar 10 06:00:05 2005 UTC (7 years, 2 months ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base
Branch point for: pkgsrc-2005Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Fix a typo.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Mar 6 16:36:56 2005 UTC (7 years, 2 months ago) by taca
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Importing ruby18-base package.

This is minimum ruby 1.8.2 based on current ruby18 and ruby18 package
will be meta pacakge later.


Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Mar 6 16:36:56 2005 UTC (7 years, 2 months ago) by taca
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

NetBSD-CVSweb <admin[at]NetBSD[dot]se>