<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/lang/ruby18-base/PLIST, branch pkgsrc-2014Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2010-12-26T12:31:20Z</updated>
<entry>
<title>Update ruby18-base package to 1.8.7.330.</title>
<updated>2010-12-26T12:31:20Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2010-12-26T12:31:20Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6dc06e2018798ce87c47aa2a3e1937b8baedd784'/>
<id>urn:sha1:6dc06e2018798ce87c47aa2a3e1937b8baedd784</id>
<content type='text'>
Release announce:
	http://www.ruby-lang.org/en/news/2010/12/25/ruby-1-8-7-p330-released/

Quote from the announce:

* Here you are an annual release of 1.8.7 updates.
* No license change from previos 1.8.7 release.

Full Changes:
	http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7_330/ChangeLog</content>
</entry>
<entry>
<title>Some improvements for rubyversion.mk:</title>
<updated>2010-11-17T14:27:09Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2010-11-17T14:27:09Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a95ad121333c150abd83e09669520f462ef430fa'/>
<id>urn:sha1:a95ad121333c150abd83e09669520f462ef430fa</id>
<content type='text'>
- Set RUBY_API_VERSION after RUBY_VERSION has decided.
- Change old RUBY_DOCDIR and RUBY_EXAMPLESDIR to RUBY_DOC and RUBY_EG in
  comment.
- Fix shared libraries PLIST to support Mac OS X with introducing RUBY_SLEXT:
	Shared library =&gt; .dylib
	Extension library =&gt; .bundle
- Improve PRINT_PLIST_AWK to handle new shared libraries.

No functional change shoud be done and fix PR pkg/44050.</content>
</entry>
<entry>
<title>Update ruby18-base to 1.8.7.302 (Ruby 1.8.7 patchlevel 302).</title>
<updated>2010-09-10T03:29:00Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2010-09-10T03:29:00Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4c696c48840fcabb0b0f6f665dbd2f4de37c983a'/>
<id>urn:sha1:4c696c48840fcabb0b0f6f665dbd2f4de37c983a</id>
<content type='text'>
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.</content>
</entry>
<entry>
<title>Replace @exec/@unexec with @pkgdir or drop it.</title>
<updated>2009-06-14T20:34:12Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2009-06-14T20:34:12Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=204d20a635f3b82b18354e03b917ddb4187593c9'/>
<id>urn:sha1:204d20a635f3b82b18354e03b917ddb4187593c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update ruby18-base package to 1.8.7.173 (Ruby 1.8.7-p173).</title>
<updated>2009-06-10T12:46:47Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2009-06-10T12:46:47Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9e477e771793a843ed8929efdad3c73477405340'/>
<id>urn:sha1:9e477e771793a843ed8929efdad3c73477405340</id>
<content type='text'>
Mon Jun  8 10:58:41 2009  NAKAMURA Usaku  &lt;usa@ruby-lang.org&gt;

	* 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  &lt;matz@ruby-lang.org&gt;

	* 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  &lt;matz@ruby-lang.org&gt;

	* 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  &lt;akr@fsij.org&gt;

	* file.c: include fcntl.h for O_RDONLY on Solaris.

Wed Jun  3 21:09:56 2009  Nobuyoshi Nakada  &lt;nobu@ruby-lang.org&gt;

	* 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  &lt;nobu@ruby-lang.org&gt;

	* 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  &lt;nobu@ruby-lang.org&gt;

	* ext/bigdecimal/bigdecimal.c (gfDebug): uncommented out.
	  [ruby-core:22600]

Wed Jun  3 20:54:23 2009  Nobuyoshi Nakada  &lt;nobu@ruby-lang.org&gt;

	* eval.c (rb_eval): needs to guard intermediate string objects.
	  based on a patch from Brent Roman &lt;brent AT mbari.org&gt; a
	  [ruby-core:22584].

Tue May 26 21:24:01 2009  URABE Shyouhei  &lt;shyouhei@ruby-lang.org&gt;

	* 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  &lt;knu@iDaemons.org&gt;

	* lib/soap/mimemessage.rb (MIMEMessage#to_s): Fix a fatal
	  method name typo. [Bug #1173]

Tue May 26 21:16:55 2009  Nobuyoshi Nakada  &lt;nobu@ruby-lang.org&gt;

	* file.c (rb_file_s_extname): fix for spaces before extention.
	  [ruby-dev:38044]

Tue May 26 21:09:21 2009  Nobuyoshi Nakada  &lt;nobu@ruby-lang.org&gt;

	* win32/win32.c (_CrtDbgReportW): prevent from false positive
	  assertions in msvcrtd.  [ruby-core:22116]

Tue May 26 21:02:13 2009  Nobuyoshi Nakada  &lt;nobu@ruby-lang.org&gt;

	* 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  &lt;nobu@ruby-lang.org&gt;

	* 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  &lt;akr@fsij.org&gt;

	* eval.c (rb_thread_schedule): handle EBADF of select as well.
	  [ruby-core:21264]</content>
</entry>
<entry>
<title>Update ruby18-base package to 1.8.7.</title>
<updated>2008-06-19T14:35:37Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2008-06-19T14:35:37Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=99ead5fb9d51600e9e8123fd18377817b0e8d95b'/>
<id>urn:sha1:99ead5fb9d51600e9e8123fd18377817b0e8d95b</id>
<content type='text'>
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</content>
</entry>
<entry>
<title>Convert to use PLIST_VARS instead of manually passing "@comment "</title>
<updated>2008-04-12T22:42:57Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2008-04-12T22:42:57Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=841dfa0e7aaa6a0f0cce2901291d1d938dd0fc0a'/>
<id>urn:sha1:841dfa0e7aaa6a0f0cce2901291d1d938dd0fc0a</id>
<content type='text'>
through PLIST_SUBST to the plist module.</content>
</entry>
<entry>
<title>Add a new file that is installed in ruby-1.8.6.114 that wasn't in the</title>
<updated>2008-03-10T02:50:38Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2008-03-10T02:50:38Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d5cd92eaec30ba1fd2aad575ce71188882154285'/>
<id>urn:sha1:d5cd92eaec30ba1fd2aad575ce71188882154285</id>
<content type='text'>
previous release in pkgsrc.</content>
</entry>
<entry>
<title>Update Ruby to 1.8.6-p110.</title>
<updated>2007-09-24T21:58:27Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2007-09-24T21:58:27Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2b9b7665d2af96cfbe9d5b3448d8f297db774f56'/>
<id>urn:sha1:2b9b7665d2af96cfbe9d5b3448d8f297db774f56</id>
<content type='text'>
Approved by wiz@.

This is bug fix release of Ruby 1.8.6.  Especially it fixes thread/eval
function problem on Mac OS X.  It also contains an openssl extention's
portablity problem which was bad patch by pkgsrc.

For more detail, please refer CHANGES file.</content>
</entry>
<entry>
<title>Updating Ruby to 1.8.6; ruby18-base</title>
<updated>2007-03-15T16:41:29Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2007-03-15T16:41:29Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2df3304ef1de0ee5f023b111933beb4c329d72c6'/>
<id>urn:sha1:2df3304ef1de0ee5f023b111933beb4c329d72c6</id>
<content type='text'>
- 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.</content>
</entry>
</feed>
