FreshPorts -- The Place For Ports Sat, 6 Sep 2008 6:09 PM BST
Port details
ruby18 1.8.6.287,1 lang on this many watch lists=469 search for ports that depend on this port An older version of this port was marked as vulnerable.
An object-oriented interpreted scripting language
Maintained by: stas@FreeBSD.org search for ports maintained by this maintainer
Port Added: 10 Sep 2003 08:34:30
Also Listed In: ruby ipv6


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

Author:	Matsumoto "matz" Yukihiro <matz@zetabits.com>
WWW:	http://www.ruby-lang.org/en/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon

To install the port: cd /usr/ports/lang/ruby18/ && make install clean
To add the package: pkg_add -r ruby


Configuration Options
===> The following configuration options are available for ruby-1.8.6.287,1:
     PTHREADS=off (default) "Enable pthreads support (may break some apps)"
     ONIGURUMA=off (default) "Build with oniguruma regular expressions lib"
     GCPATCH=off (default) "Build with GC performance statistics collector"
     IPV6=on (default) "Enable IPv6 support"
     RDOC=off (default) "Build and install Rdoc indexes"
     DEBUG=off (default) "Compile-in debug info"
===> Use 'make config' to modify these settings

Master Sites:
ftp://ftp.SpringDaemons.com/pub/ruby/ruby/1.8/
ftp://ftp.ruby-lang.org/pub/ruby/1.8/
http://www.ibiblio.org/pub/languages/ruby/1.8/
ftp://xyz.lcs.mit.edu/pub/ruby/1.8/
http://ring.nict.go.jp/archives/lang/ruby/1.8/
http://ring.sakura.ad.jp/archives/lang/ruby/1.8/
http://ring.riken.jp/archives/lang/ruby/1.8/
ftp://ftp.fu-berlin.de/unix/languages/ruby/1.8/
ftp://ftp.easynet.be/ruby/ruby/1.8/
ftp://ftp.ntua.gr/pub/lang/ruby/1.8/
ftp://ftp.chg.ru/pub/lang/ruby/1.8/
ftp://ftp.kr.FreeBSD.org/pub/ruby/1.8/
http://mirrors.sunsite.dk/ruby/1.8/
ftp://ftp.iDaemons.org/pub/mirror/ftp.ruby-lang.org/ruby/1.8/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ruby/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2005-02-24
    Affects: users of lang/ruby18 and any apps that depend on ruby18
    Author: mezz@FreeBSD.org
    Reason: 
      The theads support has been disabled again. It causes the more trouble, so
      it now builds with ${PTHREAD_CFLAGS} and ${PTHREAD_LIBS}. It is recommend
      you to rebuild any apps that depend on lang/ruby18. Do something like this:
    
      	portupgrade -rf ruby-1.8.2\*
    
    

  • 2005-02-05
    Affects: users of lang/ruby16_r, lang/ruby18_r, and lang/ruby18
    Author: knu@FreeBSD.org
    Reason: 
      The slippery pthread support for systems prior to 502102 has been
      dropped and lang/ruby16_r and lang/ruby18_r ports have been removed,
      since no one seems to appreciate the partially working solution.
    
      Good news is that the pthread support of lang/ruby18 is now enabled
      by default for newer systems, which means the ruby interpreter is
      linked with libpthread. This will allow threaded extension
      libraries to run and work properly on those systems.
    
    

  • 2004-12-24
    Affects: users of sysutils/portupgrade and lang/ruby18
    Author: knu@FreeBSD.org
    Reason: 
      Please upgrade sysutils/portupgrade prior to lang/ruby18, or
      pkgdb(1) may coredump with a double free() problem from a misuse (or
      a "feature") of the DL module.
    
      In that case, you can reinstall sysutils/portupgrade manually.
    
    

  • 2004-02-26
    Affects: i386 users of lang/ruby* and sysutils/portupgrade
    Author: knu@FreeBSD.org
    Reason: 
      Change the default version of ruby to 1.8 for i386.
    
      If you are a ruby developer and want to keep ruby 1.6 as default,
      please add RUBY_DEFAULT_VER=1.6 to /etc/make.conf.
    
      Otherwise, please run the following series of commands to migrate to
      ruby 1.8:
    
      1) Reinstall portupgrade manually (and as a result ruby 1.8 will be
         installed):
    	pkg_delete portupgrade-\*
    	(cd /usr/ports/sysutils/portupgrade; make install clean)
    
      2) Reinstall everything that depends on ruby 1.6 to use ruby 1.8
         instead:
    	portupgrade -fr lang/ruby16
    
      3) Reinstall ruby 1.8 (because the previous step kills symlinks):
    	portupgrade -f lang/ruby18
    
      4) Deinstall ruby 1.6 stuff (if you are paranoia):
    	pkg_deinstall -ri lang/ruby16
    
      5) If the above commands do now work somehow and portupgrade starts
         causing LoadError, please reinstall portupgrade manually again.
         Whenever you get confused, you can always deinstall portupgrade
         and all the ruby stuff (run "pkg_delete -r ruby-\*") and
         reinstall portupgrade as a last resort.
    
    
Port Moves

Number of commits found: 88

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
16 Aug 2008 06:56:45
Original commit files touched by this commit  1.8.6.287,1
stas search for other commits by this committer
- Remove files forgotten in previous commit.
15 Aug 2008 22:45:56
Original commit files touched by this commit  1.8.6.287,1
stas search for other commits by this committer
- Update ruby to 1.8.6 patchset 287.
10 Aug 2008 20:26:33
Original commit files touched by this commit  1.8.6.111_5,1
 This port version is marked as vulnerable.
stas search for other commits by this committer
- Fix CVE-2008-1447 (DNS spoofing vulnerability).
- Fix Webrick DoS vulnerability.
- Serveral minor bugfixes in cgi.rb, ipaddr.rb and resolver.
- Bump PORTREVISION.

Obtained from:  ruby VCS
Tested by:      Ilya Bakulin <webmaster@kibab.com>
26 Jun 2008 00:00:28
Original commit files touched by this commit  1.8.6.111_4,1
 This port version is marked as vulnerable.
stas search for other commits by this committer
- Add a couple of other patches from ruby SVN repo:
  * fix integer overflow in bignums;
  * correctly check for string length in regexps;
  * fix memory leak in parse.c.

- Bump portrevision.
21 Jun 2008 11:34:53
Original commit files touched by this commit  1.8.6.111_3,1
 This port version is marked as vulnerable.
stas search for other commits by this committer
- Fix possible memory corruption when using String;
- fix integer overflow in Array;
- fix overflow in String;
- bump PORTREVISION.

Obtained from:  ruby VCS
06 Apr 2008 11:29:54
Original commit files touched by this commit  1.8.6.111_2,1
 This port version is marked as vulnerable.
stas search for other commits by this committer
- Fix webrick vulnerability
- Update rexml to 3.1.7.2
- Bump portrevision.

Obtained from:  ruby svn
04 Dec 2007 12:26:07
Original commit files touched by this commit  1.8.6.111_1,1
 This port version is marked as vulnerable.
stas search for other commits by this committer
- Fix a typo in the bundled REXML package.
- Bump up portrevision.

Approved by:    portmgr (marcus)
Reported by:    mat
30 Oct 2007 11:24:59
Original commit files touched by this commit  1.8.6.111,1
 This port version is marked as vulnerable.
stas search for other commits by this committer
- Update ruby to the latest 111 patchversion.
  It's a bugfix release.

Thanks to:      Alexander Logvinov <ports@logvinov.com> for initial patchset.
04 Oct 2007 00:22:04
Original commit files touched by this commit  1.8.6_2,1
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Remove support for OSVERSION < 5
23 Jul 2007 10:36:52
Original commit files touched by this commit  1.8.6_2,1
 This port version is marked as vulnerable.
rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
15 Jul 2007 10:39:06
Original commit files touched by this commit  1.8.6_2,1
 This port version is marked as vulnerable.
stas search for other commits by this committer
- Delete rb_thread_status prototype from public header, since it causes
  problems with some extensions. This also had been fixed in upsteam CVS.
- Bump portrevision.

Reported by:    many
10 Jul 2007 16:04:49
Original commit files touched by this commit  1.8.6_1,1
 This port version is marked as vulnerable.
stas search for other commits by this committer
- Add a bunch of fixes and patchs from the upstream. These fixes a lot of
  serious bugs, some of which can pose security-related problems.
- Bump up PORTREVISION.

Requested by:   many
25 May 2007 19:01:51
Original commit files touched by this commit  1.8.6,1
 This port version is marked as vulnerable.
brian search for other commits by this committer
Do pre-install actions as root

Approved by:    stas (maintainer)
03 May 2007 21:34:36
Original commit files touched by this commit  1.8.6,1
 This port version is marked as vulnerable.
stas search for other commits by this committer
- Install NEWS file too.

Suggested by:   knu
05 Apr 2007 09:13:49
Original commit files touched by this commit  1.8.6,1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Hack around RUBY_PORTEPOCH being set later than PKGNAME suffix is determined

With hat:       portmgr
04 Apr 2007 13:53:10
Original commit files touched by this commit  1.8.6,1
 This port version is marked as vulnerable.
stas search for other commits by this committer
- Use common RUBY_PORTEPOCH variable.
03 Apr 2007 22:57:49
Original commit files touched by this commit  1.8.6,1
 This port version is marked as vulnerable.
stas search for other commits by this committer
- Update ruby to 1.8.6
- Synchronise portversions and portepochs in all ruby subports
- Take maintainerships of all ruby subports.
24 Mar 2007 14:03:04
Original commit files touched by this commit  1.8.5.12_1,1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- COPYTREE_* are now part of bsd.port.mk

PR:             ports/100996
Submitted by:   stass
02 Jan 2007 21:00:21
Original commit files touched by this commit  1.8.5.12_1,1
 This port version is marked as vulnerable.
stas search for other commits by this committer
- Forced commit to note, that the previous patch was received from
  Roman Shterenzon <romanbsd@yahoo.com>. Thanks!
02 Jan 2007 20:58:41
Original commit files touched by this commit  1.8.5.12_1,1
 This port version is marked as vulnerable.
stas search for other commits by this committer
- Add patch that allows GC performance profiling and analasys.
- Bump portrevison
02 Jan 2007 16:23:42
Original commit files touched by this commit  1.8.5.12,1
 This port version is marked as vulnerable.
stas search for other commits by this committer
- Update lang/ruby18 to 1.8.5p12 (bugfix release)
- Make RI generation disabled by default (it causes problems
  on slow hardware)
- PREFIX-cleaness fixes (in bsd.ruby.mk) [1]
- Take maintainership of bsd.ruby.mk [1]

The patch was tested in the tinderbox with all ruby-dependend ports.

Approved by:    portmgr (linimon)
04 Dec 2006 20:33:04
Original commit files touched by this commit  1.8.5_5,1
 This port version is marked as vulnerable.
stas search for other commits by this committer
- Fix an another cgi library vulnerability
- Bump portrevision

PR:             ports/106287
Reported by:    UEDA Hiroyuki <bsdmad@gmail.com>
Obtained from:  ruby cvs
19 Nov 2006 23:39:00
Original commit files touched by this commit  1.8.5_4,1
 This port version is marked as vulnerable.
stas search for other commits by this committer
- Back-out the previous commit, as it can cause linking problems (pthread's
  unresolved symbols) on some systems (e.g. with libgnomeui). Linking
  threading libraries donesn't employ threading in ruby per se, so it's safe
  to do that in non-threaded case.

Reported by:    mezz
14 Nov 2006 20:49:52
Original commit files touched by this commit  1.8.5_4,1
 This port version is marked as vulnerable.
stas search for other commits by this committer
- Don't links agains threading libraries in case if pthreads support was
disabled.

Reported by:    Anton Yuzhaninov <citrin@citrin.ru>
04 Nov 2006 10:04:11
Original commit files touched by this commit  1.8.5_4,1
 This port version is marked as vulnerable.
stas search for other commits by this committer
- Add a workaround for the recently disclosed DoS vulnerability in the cgi.rb
  ruby18 module
- Bump portrevision

PR:             ports/105113
Submitted by:   UEDA Hiroyuki <BSDmad@gmail.com>
15 Oct 2006 11:46:10
Original commit files touched by this commit  1.8.5_3,1
 This port version is marked as vulnerable.
stas search for other commits by this committer
- Fix pkg-plist when ONIGURUMA option used
- Bump portrevision

Submitted by:   nork
Approved by:    portmgr (clement)
09 Oct 2006 14:17:16
Original commit files touched by this commit  1.8.5_2,1
 This port version is marked as vulnerable.
stas search for other commits by this committer
- Add runtime knob to allow libraries installation under user
  privileges. When RB_INSTALL_USER environment  variable is set, ruby
  will not pass '${_BINOWNGRP}' to install program, thus allowing an
  ordinal user to install gem or library (e.g. into home directory).
- Eliminate extra whitespace
- Bump portrevision.

PR:             ports/103801 (idea)
Submitted by:   Dimitri Aivaliotis <aglarond@gmail.com>
01 Oct 2006 20:10:48
Original commit files touched by this commit  1.8.5_1,1
 This port version is marked as vulnerable.
stas search for other commits by this committer
- Prepare port to make ruby libraries PREFIX-clean (also requires bsd.ruby.mk
  modifications)
- Add OPTIONS
- Provide automatic pkg-plist generator to simplify updates
- Guarantee permissions safety when installing docs and examples (eliminate
  ${CP} -r *)
- Create handy docs and examples structure (install examples for external
  libraries in separate directories)
- Remove unused KNOB (NORUBYLIB)
- Add knob to disable RDOC generation [1]
- Add knob to disable IPv6 support
- Move list of obsoleted packages to the separate file (files/obsoleted)
- Add additional .keep_me like files to allow shared directories to not
  be deleted by dependent ports
- Minor cleanups and modifications
- Bump-up portrevision

All ruby ports were tested in tinderbox with these modifications.

Requested by:   VANHULLEBUS Yvan <vanhu_bsd@zeninc.net> [1]
PR:             ports/103353 [1], ports/102648, ports/102663, ports/102685,
ports/102646
Approved by:    sem (mentor)
13 Sep 2006 12:12:53
Original commit files touched by this commit  1.8.5,1
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Assign a new ruby maintainer who submitted patches which will be committed
  after 6.3-RELEASE

Submitted by:   Stanislav Sedov <ssedov@mbsd.msk.ru>
27 Aug 2006 10:53:28
Original commit files touched by this commit  1.8.5,1
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Update to 1.8.5
  A bugs fix release.
15 Aug 2006 01:29:13
Original commit files touched by this commit  1.8.4_9,1
 This port version is marked as vulnerable.
clsung search for other commits by this committer
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
30 Jul 2006 10:55:21
Original commit files touched by this commit  1.8.4_9,1
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Fix last discovered security vulnerabilities.

VuXML id:       76562594-1f19-11db-b7d4-0008743bf21a
24 May 2006 21:42:21
Original commit files touched by this commit  1.8.4_8,1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Revert previous commit, it broke ruby-gtk2

Reported by:    mezz
24 May 2006 09:06:06
Original commit files touched by this commit  1.8.4_7,1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Don't link pthread libs in non-pthread case (the default case)

PR:             ports/97765 (based on)
Submitted by:   Takeshi MUTOH <mutoh@openedu.org>
15 May 2006 13:42:31
Original commit files touched by this commit  1.8.4_6,1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Fix PKGNAMESUFFIX when both Oniguruma and pthreads are enabled

PR:             ports/97178 (based on)
Submitted by:   cokane
03 May 2006 05:55:51
Original commit files touched by this commit  1.8.4_6,1
 This port version is marked as vulnerable.
okazaki search for other commits by this committer
Remove obsolete USE_REINPLACE.
Add missing entries for the ONIGURUMA option to the plist.
02 May 2006 13:15:24
Original commit files touched by this commit  1.8.4_6,1
 This port version is marked as vulnerable.
anray search for other commits by this committer
Wrong type of integer argument to ioctl(2) cause ruby18 to produce lots
of sign-extension noises through console / kernel log on FreeBSD/amd64.

PR:             ports/94088
Submitted by:   ariff
30 Apr 2006 18:50:21
Original commit files touched by this commit  1.8.4_5,1
 This port version is marked as vulnerable.
nobutaka search for other commits by this committer
Show the message about WITH_PTHREADS knob only when WITH_PTHREADS isn't defined.

Submitted by:   MOROHOSHI Akihiko <moro@remus.dti.ne.jp>
31 Mar 2006 14:25:32
Original commit files touched by this commit  1.8.4_5,1
 This port version is marked as vulnerable.
nobutaka search for other commits by this committer
- Disable pthread support by default to fix breakage of some ruby applications
  (migemo, mod_ruby, etc.).
- Remove WITHOUT_PTHREADS knob and add WITH_PTHREADS knob.
- Bump PORTREVISION.

Approved by:    portmgr (krion)
24 Jan 2006 14:38:33
Original commit files touched by this commit  1.8.4_4,1
 This port version is marked as vulnerable.
ume search for other commits by this committer
Use the code actually committed into Ruby CVS against
getcontext/setcontext issue.

Obtained from:  Ruby CVS
22 Jan 2006 05:47:53
Original commit files touched by this commit  1.8.4_3,1
 This port version is marked as vulnerable.
ume search for other commits by this committer
Better fix for the problem on AMD64 and Pentium4 since rev1.4.
getcontext() saves EFLAGS and setcontext() restores it.  When carry
flag is set in EFLAGS, setcontext() treats it as an system call error.
This problem is filed as misc/92110.
rev1.3 and before hid this problem, and rev1.4 exposed it.
Drop carry flag before getcontext() for workaround for this problem.

Submitted by:   Tanaka Akira <akr__at__m17n.org>
Tested by:      TAKANO Yuji <takachan__at__running-dog.net>
21 Jan 2006 19:29:18
Original commit files touched by this commit  1.8.4_3,1
 This port version is marked as vulnerable.
ume search for other commits by this committer
WITHOUT_CPU_CFLAGS hack is not required anymore.

Tested by:      TAKANO Yuji <takachan__at__running-dog.net>
21 Jan 2006 18:11:33
Original commit files touched by this commit  1.8.4_3,1
 This port version is marked as vulnerable.
ume search for other commits by this committer
fix build on AMD64 for workaround.

Reported by:    many
21 Jan 2006 05:38:22
Original commit files touched by this commit  1.8.4_3,1
 This port version is marked as vulnerable.
ume search for other commits by this committer
${CPUTYPE} might not defined.

Reported by:    cperciva
21 Jan 2006 04:26:40
Original commit files touched by this commit  1.8.4_3
 This port version is marked as vulnerable.
ume search for other commits by this committer
It was not buildable with CPUTYPE=athlon64 or CPUTYPE=athlon-xp
since my last commit.  It spun in 'miniruby' somewhere in a
bigdecimal compile.  So, if CPUTYPE is defined as athlon64 or
athlon-xp, ignore CPU_CFLAGS for workaround.

Reported by:    Mike Harding <mvh__at__ix.netcom.com>
20 Jan 2006 19:32:32
Original commit files touched by this commit  1.8.4_3,1
 This port version is marked as vulnerable.
ume search for other commits by this committer
eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): use only for SPARC and IA64
before gcc 4.0.3.

previous one broke xcgroup of XCAST6:
        http://sourceforge.net/projects/xcast6/

Reported by:    SUZUKI Koichi <metal__at__gc5.so-net.ne.jp>
Obtained from: 
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/eval.c.diff?r1=1.616.2.148;r2=1.616.2.149
18 Jan 2006 16:05:30
Original commit files touched by this commit  1.8.4_2,1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Fix build on sparc64

Investigated by:        marius
This patch by:          Tanaka Akira <akr@m17n.org> (akr in ruby CVS)
Obtained from:          ruby CVS
16 Jan 2006 09:41:50
Original commit files touched by this commit  1.8.4_2,1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Provide WITHOUT_PTHREADS option

Submitted by:   Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
16 Jan 2006 01:43:29
Original commit files touched by this commit  1.8.4_2,1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Fix bug: FileUtils.mv() does not unlink source file when moving over
  filesystem boundaries

Reported by:    Virgil Champlin <champlin@stupidog.org>
14 Jan 2006 18:57:18
Original commit files touched by this commit  1.8.4_1,1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- OPENSSLINC is even better

Submitted by:   mezz
14 Jan 2006 18:42:11
Original commit files touched by this commit  1.8.4_1,1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Use OPENSSLBASE

Suggested by:   mezz
14 Jan 2006 18:40:01
Original commit files touched by this commit  1.8.4_1,1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Add patchfile neded for ruby-tk
14 Jan 2006 14:57:39
Original commit files touched by this commit  1.8.4_1,1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Account for removal of tcltklib; 1.8 is now default
14 Jan 2006 14:38:58
Original commit files touched by this commit  1.8.4_1,1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Enable pthreads using configure switch, so autodetection based on headers
  parsing works
14 Jan 2006 14:10:30
Original commit files touched by this commit  1.8.4,1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Correct OpenSSL handling from previous commit
14 Jan 2006 14:05:32
Original commit files touched by this commit  1.8.4,1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Make OpenSSL handling more obvious
14 Jan 2006 13:25:43
Original commit files touched by this commit  1.8.4,1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Update to 1.8.4

PR:             ports/91556
Submitted by:   Alexander Wittig <alexander@wittig.name>
29 Nov 2005 00:43:50
Original commit files touched by this commit  1.8.2_5,1
 This port version is marked as vulnerable.
lawrance search for other commits by this committer
Fix build when BATCH and WITH_ONIGURUMA is set.

PR:             ports/87704
Submitted by:   IWATSUKI Hiroyuki <don@na.rim.or.jp>
Reviewed by:    Parv <parv@pair.com>
25 Nov 2005 00:33:45
Original commit files touched by this commit  1.8.2_5,1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Add SHA256
21 Nov 2005 22:58:21
Original commit files touched by this commit  1.8.2_5,1
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Drop maintinership to ports@

Reminded by:    linimon
14 Nov 2005 09:46:15
Original commit files touched by this commit  1.8.2_5,1
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Back out the last update. It breaks many ruby ports install.

Reported by:    kris via pointyhat
09 Nov 2005 08:54:12
Original commit files touched by this commit  1.8.3
 This port version is marked as vulnerable.
sem search for other commits by this committer
bsd.ruby.mk:
- Change LOCALBASE with _RUBY_BASE
- Set _RUBY_BASE=PREFIX if defined _RUBY_PORT_TEST
  _RUBY_BASE=LOCALBASE otherwise for easy ports testing.

lang/ruby18:
- Update to 1.8.3

Grant maintainership to submitter.

While I'm here:
- Add _RUBY_PORT_TEST=yes to lang/ruby16 port too.
  (lang/ruby1[68] must set it for right install).

PR:             ports/87332
Submitted by:   Alexander Novitsky
27 Oct 2005 20:40:25
Original commit files touched by this commit  1.8.2_5
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Fix a ruby vulnerabuility in the safe level settings.

Based on:       ports/87816
Submitted by:   Phil Oleson <oz@nixil.net>

Security:      
http://vuxml.FreeBSD.org/1daea60a-4719-11da-b5c6-0004614cc33d.html
03 Jul 2005 11:26:31
Original commit files touched by this commit  1.8.2_4
 This port version is marked as vulnerable.
simon search for other commits by this committer
Fix arbitrary command execution in XMLRPC server.

PR:             ports/82855
Submitted by:   Renato Botelho <freebsd@galle.com.br>
Obtained from:  Ruby CVS
Approved by:    maintainer timeout (1 day; security)
With hat:       secteam
Security:       CAN-2005-1992
Security:      
http://vuxml.FreeBSD.org/594eb447-e398-11d9-a8bd-000cf18bbe54.html
25 Feb 2005 00:17:28
Original commit files touched by this commit  1.8.2_3
 This port version is marked as vulnerable.
mezz search for other commits by this committer
Disable threads again; it has caused the more troubles. This time, it has
${PTHREAD_CFLAGS} and ${PTHREAD_LIBS} include in the build to kill the
headache of old '_r' and can't run with something like ruby-opengl, ruby-sdl,
ruby-gtk2 and etc on FreeBSD 4.x or older 5.x. With this commit should solve
those issues. It is recommend you to rebuild any apps that depend on
lang/ruby18, so see the UPDATING for detail.

Remove the 'BROKEN' on the other ports that knu has added them few weeks ago.
Some of them have been tested, so if one of them is still broke then please
let us know and one of us will re-add the 'BROKEN'.

This changes was worked by lofi and me. lofi did everything on FreeBSD 4.x
and I did others. lofi, thanks for help!

Tested by:      many people
Tested on:      i386 (FreeBSD 4.x, 5.x and 6.x), amd64 (FreeBSD 5.x and 6.x),
                and sparc64 (FreeBSD 5.x and 6.x)
Not test on:    ia64 and alpha
Approved by:    portmgr (kris)
24 Feb 2005 02:41:41
Original commit files touched by this commit  1.8.2_2
 This port version is marked as vulnerable.
obrien search for other commits by this committer
Hack commit to allow ruby18 to build on sparc64.  This changes to threading,
so a real fix should be found ASAP.

Submitted by:   gad
05 Feb 2005 04:59:26
Original commit files touched by this commit  1.8.2_2
 This port version is marked as vulnerable.
knu search for other commits by this committer
The slippery pthread support for systems prior to 502102 has been
dropped and the lang/ruby16_r and lang/ruby18_r ports have been
removed, since no one seems to appreciate the partially working
solution.

Good news is that the pthread support of lang/ruby18 is now enabled by
default for newer systems, which means the ruby interpreter is linked
with libpthread.  This will allow threaded extension libraries to run
and work properly on those systems.

The --march=cputype flag is disabled because it gets ruby to
malfunction and fail to build.  I don't know if the problem is in
libpthread or in gcc.

(It really makes me wonder if they had actually tested before asking
me to do this somewhat risky change ;-)
25 Dec 2004 16:05:59
Original commit files touched by this commit  1.8.2_1
 This port version is marked as vulnerable.
knu search for other commits by this committer
Update to the "second" 1.8.2 release. (officially announced, of course)
25 Dec 2004 04:28:38
Original commit files touched by this commit  1.8.2
 This port version is marked as vulnerable.
knu search for other commits by this committer
Update lang/ruby18 to the 1.8.2 release.  Happy holidays!
25 Dec 2004 04:02:17
Original commit files touched by this commit  1.8.2.p4_1
 This port version is marked as vulnerable.
knu search for other commits by this committer
Fix plist.
23 Dec 2004 20:30:09
Original commit files touched by this commit  1.8.2.p4
 This port version is marked as vulnerable.
knu search for other commits by this committer
Update lang/ruby18 to 1.8.2-preview4.

* Please upgrade sysutils/portupgrade prior to this one, or pkgdb(1)
  may coredump with a double free() problem from a misuse of the DL
  module.  In that case, reinstall sysutils/portupgrade manually.
25 Nov 2004 15:25:33
Original commit files touched by this commit  1.8.2.p2_2
 This port version is marked as vulnerable.
simon search for other commits by this committer
Fix DoS in the Ruby CGI module.

Obtained from:  ruby CVS
Reviewed by:    trhodes
OK'ed by:       maintainer silence
With hat:       secteam
12 Aug 2004 10:46:42
Original commit files touched by this commit  1.8.2.p2_1
 This port version is marked as vulnerable.
knu search for other commits by this committer
Handle ri document directories properly.
12 Aug 2004 09:57:52
Original commit files touched by this commit  1.8.2.p2
 This port version is marked as vulnerable.
knu search for other commits by this committer