Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8.4,1 14 Jan 2006 14:10:30
 |
pav  |
- Correct OpenSSL handling from previous commit |
1.8.4,1 14 Jan 2006 14:05:32
 |
pav  |
- Make OpenSSL handling more obvious |
1.8.4,1 14 Jan 2006 13:25:43
 |
pav  |
- Update to 1.8.4
PR: ports/91556
Submitted by: Alexander Wittig <alexander@wittig.name> |
1.8.2_5,1 29 Nov 2005 00:43:50
 |
lawrance  |
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> |
1.8.2_5,1 25 Nov 2005 00:33:45
 |
pav  |
- Add SHA256 |
1.8.2_5,1 21 Nov 2005 22:58:21
 |
sem  |
- Drop maintinership to ports@
Reminded by: linimon |
1.8.2_5,1 14 Nov 2005 09:46:15
 |
sem  |
- Back out the last update. It breaks many ruby ports install.
Reported by: kris via pointyhat |
1.8.3 09 Nov 2005 08:54:12
 |
sem  |
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 |
1.8.2_5 27 Oct 2005 19:40:25
 |
sem  |
- 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 |
1.8.2_4 03 Jul 2005 10:26:31
 |
simon  |
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 |
1.8.2_3 25 Feb 2005 00:17:28
 |
mezz  |
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) |
1.8.2_2 24 Feb 2005 02:41:41
 |
obrien  |
Hack commit to allow ruby18 to build on sparc64. This changes to threading,
so a real fix should be found ASAP.
Submitted by: gad |
1.8.2_2 05 Feb 2005 04:59:26
 |
knu  |
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 ;-) |
1.8.2_1 25 Dec 2004 16:05:59
 |
knu  |
Update to the "second" 1.8.2 release. (officially announced, of course) |
1.8.2 25 Dec 2004 04:28:38
 |
knu  |
Update lang/ruby18 to the 1.8.2 release. Happy holidays! |
1.8.2.p4_1 25 Dec 2004 04:02:17
 |
knu  |
Fix plist. |
1.8.2.p4 23 Dec 2004 20:30:09
 |
knu  |
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. |
1.8.2.p2_2 25 Nov 2004 15:25:33
 |
simon  |
Fix DoS in the Ruby CGI module.
Obtained from: ruby CVS
Reviewed by: trhodes
OK'ed by: maintainer silence
With hat: secteam |
1.8.2.p2_1 12 Aug 2004 09:46:42
 |
knu  |
Handle ri document directories properly. |
1.8.2.p2 12 Aug 2004 08:57:52
 |
knu  |
Update lang/ruby18 to 1.8.2-preview2. |
1.8.1.2004.05.02_1 13 Jul 2004 07:03:54
 |
knu  |
Pull in the latest change to mkmf.rb to avoid build error when
devel/readline is installed. |
1.8.1.2004.05.02 02 May 2004 20:30:11
 |
knu  |
Update lang/ruby18 and the bundled modules to the latest 1.8 branch
snapshot as of 2004-05-02. |
1.8.1_2 22 Mar 2004 15:05:32
 |
knu  |
Add SIZE data.
Submitted by: trevor |
1.8.1_2 21 Mar 2004 07:32:09
 |
knu  |
Update pkg-message to match the current state of the default version
of Ruby, which is now 1.8.
Pointed out by: kris |
1.8.1_2 14 Mar 2004 00:18:21
 |
kris  |
BROKEN on ia64: segfault during build |
1.8.1_2 26 Feb 2004 19:20:09
 |
knu  |
Change the default version of ruby to 1.8 for i386 as well, finally.
Always put a version suffix to the ruby name (no matter if ruby is the
default version) to avoid mess in future.
[Notes for i386 users]
If you are a ruby developer and still want to stick with ruby 1.6 as
default, please add RUBY_DEFAULT_VER=1.6 to /etc/make.conf.
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 ruby 1.8 will be installed) (Only the first 15 lines of the commit message are shown above ) |
1.8.1_1 17 Feb 2004 03:58:34
 |
knu  |
Fix plist and bump PORTREVISION.
PR: ports/61596
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> |
1.8.1 24 Dec 2003 21:08:33
 |
knu  |
Update lang/ruby18 to the 1.8.1 final release. Merry Christmas! |
1.8.1.p4 22 Dec 2003 10:08:34
 |
knu  |
Update lang/ruby18 to 1.8.1.p4. |
1.8.1.p3 15 Dec 2003 06:35:48
 |
knu  |
Update lang/ruby18 and lang/ruby16-shim-ruby18 to 1.8.1-preview3. |
1.8.1.p2 27 Nov 2003 08:37:42
 |
marcel  |
Now that the build on ia64 has been fixed, remove the ONLY_FOR_ARCHS
that listed all archs, except ia64.
Approved by: portmgr (kris) |
1.8.1.p2 27 Nov 2003 07:39:33
 |
marcel  |
Fix the build on ia64:
The __libc_ia64_register_backing_store_base variable is defined on
Linux (in glibc) to allow processes to obtain the base of the RSE
backing store. On FreeBSD we do not have such a variable. We also
do not yet have a different interface for processes to use. So, for
now, hardcode the base address of the RSE backing store as it is
on FreeBSD. There's little chance this will change in the future,
so it's not that evil.
Approved by: portmgr (kris) |
1.8.1.p2 31 Oct 2003 12:33:35
 |
knu  |
Update lang/ruby18 to 1.8.1-preview2. |
1.8.0.2003.09.09 10 Sep 2003 07:33:57
 |
knu  |
Update lang/ruby18 to the latest snapshot as of 2003-09-09.
Many bugs have been fixed since the 1.8.0 release. (The diff file is
very big because some big files were moved, sorry) |