<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/lang/ruby18-base, 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>2014-06-26T15:59:31Z</updated>
<entry>
<title>Use gmake on Darwin, bmake doesn't like the codesign / POSTLINK bits.</title>
<updated>2014-06-26T15:59:31Z</updated>
<author>
<name>jperkin</name>
<email>jperkin@pkgsrc.org</email>
</author>
<published>2014-06-26T15:59:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6d07688d7f7d1c5035d1d4b1053e686d6e3e284e'/>
<id>urn:sha1:6d07688d7f7d1c5035d1d4b1053e686d6e3e284e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use RUBY_SUFFIX instead of RUBY_VER for consistency.</title>
<updated>2014-03-16T17:54:31Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2014-03-16T17:54:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=49a8c540abf5bcc56ebb82acf23e97b1a6daec52'/>
<id>urn:sha1:49a8c540abf5bcc56ebb82acf23e97b1a6daec52</id>
<content type='text'>
No functional change.</content>
</entry>
<entry>
<title>Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do</title>
<updated>2014-03-13T11:08:49Z</updated>
<author>
<name>jperkin</name>
<email>jperkin@pkgsrc.org</email>
</author>
<published>2014-03-13T11:08:49Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8429be58d4dd33dfc5e94ee69bbfba5a484851cb'/>
<id>urn:sha1:8429be58d4dd33dfc5e94ee69bbfba5a484851cb</id>
<content type='text'>
not use libtool to do so.  This is required to correctly depend upon a
gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.</content>
</entry>
<entry>
<title>Recursive PKGREVISION bump for OpenSSL API version bump.</title>
<updated>2014-02-12T23:17:32Z</updated>
<author>
<name>tron</name>
<email>tron@pkgsrc.org</email>
</author>
<published>2014-02-12T23:17:32Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5d5d37e762cbc38591cf26e7c4c5954e52246953'/>
<id>urn:sha1:5d5d37e762cbc38591cf26e7c4c5954e52246953</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix wrong parameter from [ruby-list:49643] in ruby-tk package.</title>
<updated>2013-11-24T15:26:30Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2013-11-24T15:26:30Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f075f09f75a26c6440835e9b9c2d99d7f4c3533b'/>
<id>urn:sha1:f075f09f75a26c6440835e9b9c2d99d7f4c3533b</id>
<content type='text'>
Bump PKGREVISION.</content>
</entry>
<entry>
<title>Update ruby18-base to 1.8.7.374 (Ruby 1.8.7 patchleel 374).</title>
<updated>2013-06-27T16:33:57Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2013-06-27T16:33:57Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=cb243a00b33e3ad43f9ff09469e27dd2c2b080b9'/>
<id>urn:sha1:cb243a00b33e3ad43f9ff09469e27dd2c2b080b9</id>
<content type='text'>
Quote from release announce:

Good day to release a ruby, no?

That's definitely one of the reason why I do this now, but there are
others. One thing is to backport fixes for CVE-2013-1821, which was disclosed
earlier.  The other is to fix CVE-2013-4073, whose details are available soon
I believe.  People still using 1.8.7 should consider upgrading because the
fixes are for security.

ChangeLog.

Thu Jun 27 20:55:23 2013  URABE Shyouhei  &lt;shyouhei@ruby-lang.org&gt;

	* test/openssl/test_ssl.rb: Oops, sorry!

Thu Jun 27 20:21:18 2013  URABE Shyouhei  &lt;shyouhei@ruby-lang.org&gt;

	* ext/openssl/lib/openssl/ssl-internal.rb (OpenSSL::SSL#verify_certificate_identity):
	  fix hostname verification. Patch by nahi.

	* test/openssl/test_ssl.rb (OpenSSL#test_verify_certificate_identity):
	  test for above.

Sat May 18 23:34:50 2013  Kouhei Sutou  &lt;kou@cozmixng.org&gt;

	* lib/rexml/document.rb: move entity_expansion_text_limit accessor to ...
	* lib/rexml/rexml.rb: ... here to make rexml/text independent from
	  REXML::Document. It causes circular require.
	* lib/rexml/document.rb (REXML::Document.entity_expansion_text_limit):
	  deprecated.
	* lib/rexml/document.rb (REXML::Document.entity_expansion_text_limit=):
	  deprecated.
	* lib/rexml/text.rb: add missing require "rexml/rexml" for
	  REXML.entity_expansion_text_limit.
	  Reported by Robert Ulejczyk. Thanks!!! [ruby-core:52895] [Bug #7961]

Sat May 18 23:34:50 2013  Aaron Patterson &lt;aaron@tenderlovemaking.com&gt;

	* lib/rexml/document.rb (REXML::Document.entity_expansion_text_limit):
	  new attribute to read/write entity expansion text limit.  the default
	  limit is 10Kb.

	* lib/rexml/text.rb (REXML::Text.unnormalize): check above attribute.</content>
</entry>
<entry>
<title>PKGREVISION bumps for the security/openssl 1.0.1d update.</title>
<updated>2013-02-06T23:20:50Z</updated>
<author>
<name>jperkin</name>
<email>jperkin@pkgsrc.org</email>
</author>
<published>2013-02-06T23:20:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=84991145cf96a1b34406c8ea79b441b4d51a09bc'/>
<id>urn:sha1:84991145cf96a1b34406c8ea79b441b4d51a09bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update ruby18-base and ruby18 to 1.8.7.371 (Ruby 1.8.7-p371).</title>
<updated>2012-10-12T15:27:48Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2012-10-12T15:27:48Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ca9b09a7d8dc50a35086d5b44977f7d94aa414b2'/>
<id>urn:sha1:ca9b09a7d8dc50a35086d5b44977f7d94aa414b2</id>
<content type='text'>
Additional fix to CVE-2011-1005 was incorporated.
So, there is no change to ruby18/ruby18-base packages of pkgsrc except
version.</content>
</entry>
<entry>
<title>Add additional fix to CVE-2011-1005 from discuttion on oss-security</title>
<updated>2012-10-06T16:30:28Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2012-10-06T16:30:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8154c6109aa5416b66df9ab31ef1d521405bea60'/>
<id>urn:sha1:8154c6109aa5416b66df9ab31ef1d521405bea60</id>
<content type='text'>
mailing list.

Bump PKGREVISION.</content>
</entry>
<entry>
<title>Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.</title>
<updated>2012-10-02T20:11:34Z</updated>
<author>
<name>asau</name>
<email>asau@pkgsrc.org</email>
</author>
<published>2012-10-02T20:11:34Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=03b2363e06490a335548301fb31e1f444a8a0d82'/>
<id>urn:sha1:03b2363e06490a335548301fb31e1f444a8a0d82</id>
<content type='text'>
</content>
</entry>
</feed>
