Path to this page:
./
x11/ruby-tk,
Ruby interface to the Tk widget set
Branch: pkgsrc-2009Q1,
Version: 1.8.7.174,
Package name: ruby18-tk-1.8.7.174,
Maintainer: tacaThis is Ruby/Tk, a Ruby interface to the Tk widget set including interface
to Tcl/Tk library. It's a part of the official Ruby distribution.
Required to run:[
lang/tcl] [
lang/ruby18-base] [
x11/tk]
Required to build:[
pkgtools/x11-links]
Master sites: (Expand)
SHA1: 9e84b49ad545ad54b8e7dc3c227eaaefeb1041aa
RMD160: f854d456003af1e31d50330c88c3cb152c434249
Filesize: 4047.663 KB
Version history: (Expand)
- (2009-07-05) Updated to version: ruby18-tk-1.8.7.174
- (2009-05-01) Updated to version: ruby18-tk-1.8.7.160
- (2009-04-06) Package added to pkgsrc.se, version ruby18-tk-1.8.7.72 (created)
CVS history: (Expand)
2009-06-17 12:17:58 by Matthias Scheler | Files touched by this commit (4) | |
Log message:
Pullup ticket #2799 - requested by taca
ruby18-base: bug fix update
ruby18-curses: bug fix update
ruby18-tk: bug fix update
Revisions pulled up:
- devel/ruby-curses/distinfo 1.20
- lang/ruby/rubyversion.mk 1.48
- lang/ruby18-base/distinfo 1.39
- x11/ruby-tk/distinfo 1.23
---
odule Name: pkgsrc
Committed By: taca
Date: Tue Jun 16 15:08:38 UTC 2009
Modified Files:
pkgsrc/devel/ruby-curses: distinfo
pkgsrc/lang/ruby: rubyversion.mk
pkgsrc/lang/ruby18-base: distinfo
pkgsrc/x11/ruby-tk: distinfo
Log message:
Update Ruby packages to 1.8.7.174 (1.8.7-p174).
* Fix critical problem of BigDecimal class in 1.8.7-p173.
Fri Jun 12 16:36:44 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
* ext/bigdecimal/bigdecimal.c (VpToString): fixed a bug introduced
in r23613. [ruby-talk:338957]
|
2009-06-12 00:21:58 by Matthias Scheler | Files touched by this commit (6) | |
Log message:
Pullup ticket #2792 - requested by taca
ruby-curses: security update
ruby-readline: security update
lang/ruby18-base: security update
ruby-tk: security update
Revisions pulled up:
- devel/ruby-curses/distinfo 1.19
- devel/ruby-readline/Makefile 1.26-1.27
- lang/ruby/rubyversion.mk 1.46
- lang/ruby18-base/PLIST 1.15
- lang/ruby18-base/distinfo 1.38
- lang/ruby18-base/patches/patch-bi delete
- x11/ruby-tk/distinfo 1.22
---
Module Name: pkgsrc
Committed By: wiz
Date: Wed May 20 00:58:30 UTC 2009
Modified Files:
pkgsrc/devel/ruby-readline: Makefile
Log message:
Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.
Reported by Robert Elz in PR 41345.
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jun 10 12:45:34 UTC 2009
Modified Files:
pkgsrc/lang/ruby: rubyversion.mk
Log message:
Start update of Ruby programming language packages to 1.8.7.173 (1.8.7-p173).
- Add LICENSE.
- Update RUBY18_PATCHLEVEL to 173.
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jun 10 12:46:47 UTC 2009
Modified Files:
pkgsrc/lang/ruby18-base: PLIST distinfo
Removed Files:
pkgsrc/lang/ruby18-base/patches: patch-bi
Log message:
Update ruby18-base package to 1.8.7.173 (Ruby 1.8.7-p173).
Mon Jun 8 10:58:41 2009 NAKAMURA Usaku <usa@ruby-lang.org>
* eval.c (rb_thread_schedule): mswin32 doesn't have F_GETFD, so check
with another method.
Mon Jun 8 08:15:36 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
* ext/bigdecimal/bigdecimal.c (VpAlloc): avoid ALLOCA_N() to avoid
segmentation fault caused by (insanely) long decimal values.
backported from 1.9. CVE-2009-1904
* ext/bigdecimal/bigdecimal.c (BigDecimal_dump, BigDecimal_to_i,
BigDecimal_to_f, BigDecimal_to_s, BigDecimal_split,
BigDecimal_inspect): ditto.
Mon Jun 8 08:15:36 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
* ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): returns Inf if
exp is bigger than DBL_MANT_DIG.
Wed Jun 3 21:16:30 2009 Tanaka Akira <akr@fsij.org>
* file.c: include fcntl.h for O_RDONLY on Solaris.
Wed Jun 3 21:09:56 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* util.c (rv_strdup): macro to duplicate nul-terminated string.
[ruby-core:22852]
* util.c (ruby_dtoa): allocates one more byte to get rid of buffer
overrun. a patch from Charlie Savage at [ruby-core:22604].
Wed Jun 3 21:09:56 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* util.c (ruby_dtoa): allocates one more byte to get rid of buffer
overrun. a patch from Charlie Savage at [ruby-core:22604].
Wed Jun 3 21:05:44 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/bigdecimal/bigdecimal.c (gfDebug): uncommented out.
[ruby-core:22600]
Wed Jun 3 20:54:23 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* eval.c (rb_eval): needs to guard intermediate string objects.
based on a patch from Brent Roman <brent AT mbari.org> a
[ruby-core:22584].
Tue May 26 21:24:01 2009 URABE Shyouhei <shyouhei@ruby-lang.org>
* Makefile.in (update-rubyspec, test-rubyspec): Catch up to
rubyspec merge. A patch by Brian Ford at [ruby-core:21032]
Tue May 26 21:21:49 2009 Akinori MUSHA <knu@iDaemons.org>
* lib/soap/mimemessage.rb (MIMEMessage#to_s): Fix a fatal
method name typo. [Bug #1173]
Tue May 26 21:16:55 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* file.c (rb_file_s_extname): fix for spaces before extention.
[ruby-dev:38044]
Tue May 26 21:09:21 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* win32/win32.c (_CrtDbgReportW): prevent from false positive
assertions in msvcrtd. [ruby-core:22116]
Tue May 26 21:02:13 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* lib/ostruct.rb (OpenStruct#new_ostruct_member): checks if frozen.
[ruby-talk:328195], [ruby-core:22142]
Tue May 26 21:00:08 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* lib/ostruct.rb (OpenStruct#inspect): fixed the recursion check.
Patch by Kornelius Kalnbach. [ruby-core:20992].
* test/ostruct/test_ostruct.rb: test for inspect.
Patch by Kornelius Kalnbach. [ruby-core:20992].
Tue May 26 20:50:32 2009 Tanaka Akira <akr@fsij.org>
* eval.c (rb_thread_schedule): handle EBADF of select as well.
[ruby-core:21264]
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jun 10 12:47:36 UTC 2009
Modified Files:
pkgsrc/devel/ruby-curses: distinfo
Log message:
Update ruby-curses pakcage to 1.8.7.173 (1.8.7-p173).
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jun 10 12:48:07 UTC 2009
Modified Files:
pkgsrc/devel/ruby-readline: Makefile
Log message:
Update ruby-readline package to 1.8.7.173 (1.8.7-p173).
Reset PKGREVISION.
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jun 10 12:48:38 UTC 2009
Modified Files:
pkgsrc/x11/ruby-tk: distinfo
Log message:
Update ruby-tk package to packages to 1.8.7.173 (1.8.7-p173).
|
2009-05-01 14:42:03 by Matthias Scheler | Files touched by this commit (8) | |
Log message:
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.
|