summaryrefslogtreecommitdiff
path: root/lang/ruby22-base
AgeCommit message (Collapse)AuthorFilesLines
2015-10-14Add pkg-config to USE_TOOLS.sevan4-5/+41
Set PKG_CONFIG to empty as it removes reference to the build directory. Add checks for the presence of SSLv3 in OpenSSL/LibreSSL - obtained from http://www.libressl.org/patches.html Fix typo in comment s/refrect/reference. Reviewed by taca@ wiz@
2015-08-20Update ruby22-base to 2.2.3 (Ruby 2.2.3).taca3-28/+5
Release note: Ruby 2.2.3 Released Posted by nagachika on 18 Aug 2015 We are pleased to announce the release of Ruby 2.2.3. This is a TEENY version release of the stable 2.2 series. This release includes the security fix for a RubyGems domain name verification vulnerability. CVE-2015-3900 Request hijacking vulnerability in RubyGems 2.4.6 and earlier There are also some bugfixes. See ChangeLog for details.
2015-06-30Disable CPU detection on Darwin, the result for 32-bit (i486) is incompatiblejperkin2-4/+13
with pkgsrc MACHINE_ARCH (i386). Fixes 32-bit build, no change for 64-bit.
2015-06-23Add security fix for rubygems, CVE-2015-3900.taca3-3/+25
Bump PKGREVISION.
2015-04-30Avoid to generate empty command line on some platforms:taca3-2/+25
$(DLLIB): $(OBJS) Makefile ... $(Q) $(POSTLINK) And POSTLINK is empty macro. In such case, GNU make ignore empty command line but BSD make tries to execute it and causes error. Bump PKGREVISION.
2015-04-22Remove mention of MirBSD in patch description as support is there by default nowsevan2-4/+4
Reviewed by wiz@
2015-04-19Update ruby22-base and ruby22 package to 2.2.2.taca1-4/+4
From release announce: We are pleased to announce the release of Ruby 2.2.2. This is a TEENY version release of the stable 2.2 series. This release includes the security fix for a OpenSSL extension¡Çs hostname verification vulnerability. CVE-2015-1855: Ruby OpenSSL Hostname Verification There are also some bugfixes. See ChangeLog for details.
2015-03-08Adding Ruby 2.2.1 package, this is ruby22-base.taca27-0/+2180
From release announce: We are pleased to announce the release of Ruby 2.2.1. This is the first TEENY version release of the stable 2.2 series. This release includes the fix for ffi build failure and memory leak issue on Symbol GC (See Bug #10686). See ChangeLog for details.