summaryrefslogtreecommitdiff
path: root/lang/ruby193-base
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for lang categoryagc1-1/+2
Problems found with existing digests: Package nhc98 distfile nhc98src-1.22.tar.gz a8adc8f22371998ee0657bc0e01058a57d876abc [recorded] 81975fcb5f1dda5efeaabc30ce8c6dceae55e591 [calculated] Problems found locating distfiles: Package gcc-aux: missing distfile ada-bootstrap.i386.dragonfly.36A.tar.bz2 Package gcc-aux: missing distfile ada-bootstrap.i386.freebsd.84.tar.bz2 Package gcc-aux: missing distfile ada-bootstrap.x86_64.dragonfly.36A.tar.bz2 Package gcc-aux: missing distfile ada-bootstrap.x86_64.freebsd.84.tar.bz2 Package gcc-aux: missing distfile ada-bootstrap.x86_64.solaris.511.tar.bz2 Package gcc5-aux: missing distfile ada-bootstrap.i386.dragonfly.36A.tar.bz2 Package gcc5-aux: missing distfile ada-bootstrap.i386.freebsd.84.tar.bz2 Package gcc5-aux: missing distfile ada-bootstrap.x86_64.dragonfly.36A.tar.bz2 Package gcc5-aux: missing distfile ada-bootstrap.x86_64.freebsd.84.tar.bz2 Package gcc5-aux: missing distfile ada-bootstrap.x86_64.solaris.511.tar.bz2 Package ghc7: missing distfile ghc-7.6.3-boot-i386-unknown-freebsd.tar.xz Package icc11: missing distfile l_cproc_p_11.1.080.tgz Package jini: missing distfile jini-1_2_1_001-src.zip Package oo2c: missing distfile oo2c_32-2.0.11.tar.bz2 Package openjdk7: missing distfile openjdk7/bootstrap-jdk-1.7.76-freebsd-10-amd64-20150301.tar.xz Package openjdk7: missing distfile openjdk7/bootstrap-jdk-1.7.76-netbsd-5-i386-20150301.tar.xz Package openjdk7: missing distfile openjdk7/bootstrap-jdk-1.7.76-netbsd-6-i386-20150301.tar.xz Package openjdk7: missing distfile openjdk7/bootstrap-jdk-1.7.76-netbsd-7-earmv6hf-20150306.tar.xz Package openjdk7: missing distfile openjdk7/bootstrap-jdk-1.7.76-netbsd-7-sparc64-20150301.tar.xz Package openjdk7: missing distfile openjdk7/bootstrap-jdk7u60-bin-dragonfly-3.8-amd64-20140719.tar.bz2 Package openjdk8: missing distfile openjdk7/bootstrap-jdk-1.7.76-freebsd-10-amd64-20150301.tar.xz Package openjdk8: missing distfile openjdk7/bootstrap-jdk-1.7.76-netbsd-5-i386-20150301.tar.xz Package openjdk8: missing distfile openjdk7/bootstrap-jdk-1.7.76-netbsd-6-i386-20150301.tar.xz Package openjdk8: missing distfile openjdk7/bootstrap-jdk-1.7.76-netbsd-7-earmv6hf-20150306.tar.xz Package openjdk8: missing distfile openjdk7/bootstrap-jdk-1.7.76-netbsd-7-sparc64-20150301.tar.xz Package openjdk8: missing distfile openjdk7/bootstrap-jdk7u60-bin-dragonfly-3.8-amd64-20140719.tar.bz2 Package oracle-jdk8: missing distfile jdk-8u60-linux-i586.tar.gz Package oracle-jdk8: missing distfile jdk-8u60-solaris-x64.tar.gz Package oracle-jre8: missing distfile jre-8u60-linux-i586.tar.gz Package oracle-jre8: missing distfile jre-8u60-solaris-x64.tar.gz Package sun-jdk6: missing distfile jdk-6u45-linux-i586.bin Package sun-jdk6: missing distfile jdk-6u45-solaris-i586.sh Package sun-jdk7: missing distfile jdk-7u72-linux-i586.tar.gz Package sun-jdk7: missing distfile jdk-7u72-solaris-i586.tar.gz Package sun-jre6: missing distfile jce_policy-6.zip Package sun-jre6: missing distfile jre-6u45-linux-x64.bin Package sun-jre6: missing distfile jre-6u45-solaris-x64.sh Package sun-jre7: missing distfile jre-7u72-linux-i586.tar.gz Package sun-jre7: missing distfile jre-7u72-solaris-i586.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-10-14Missed new additions in previous commitsevan2-0/+35
Add checks for the presence of SSLv3 in OpenSSL/LibreSSL - obtained from http://www.libressl.org/patches.html
2015-10-14Add pkg-config to USE_TOOLS.sevan2-5/+8
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-04-30Avoid to generate empty command line on some platforms:taca3-3/+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-03Disable CPU detection on Darwin, the result for 32-bit (i486) is incompatiblejperkin2-15/+24
with pkgsrc MACHINE_ARCH (i386). Fixes 32-bit build, no change for 64-bit.
2015-03-08* Add patch ot fix rdoc bug; Get rid of infitite loop with '\r' only in text.taca4-7/+42
* Change "os" of Gem::Platform, now it change the case of "netbsd" only. Bump PKGREVISION.
2015-01-07Add comment to recent patch.taca2-3/+5
2014-12-28Fix build error on older Mac OS versions, where ndbm.h does not include db.h.bsiegert2-1/+15
Patch from Sevan Janiyan in PR pkg/49508.
2014-12-15The "rename" rule is a published synonym for the "opt" transform rule, howeverjperkin1-3/+3
only the latter is supported by cwrappers. Change them all to "opt" rules for consistency and to gain compatibility with cwrappers.
2014-12-14Add patches for supporting tcl/tk 8.6 on ruby-tk package.taca11-1/+680
2014-11-15Update ruby193-base (and ruby193) to 1.9.3p551 (Ruby 1.9.3-p551).taca1-4/+4
* CVE-2014-8090: Another Denial of Service XML Expansion.
2014-11-01Add a comment for MAKE_JOBS_SAFE=no:wiz1-1/+4
# --- ext/date/all --- # make[2]: make[2]: don't know how to make ../../.ext/common/date. Stop # make[2]: stopped in .../lang/ruby193-base/work/ruby-1.9.3-p550/ext/date
2014-10-28Not MAKE_JOBS_SAFE (two tries with MAKE_JOBS=8 failed for me in a row).wiz1-1/+2
2014-10-27Update ruby193-base and related packages to 1.9.3p550 (Ruby 1.9.3-p550).taca2-6/+5
Ruby 1.9.3-p550 Released We are pleased to announce the release of Ruby 1.9.3-p550. This release includes a security fix for DoS vulnerability of REXML. * CVE-2014-8080: Denial Of Service XML Expansion This release also includes the change of default settings of ext/openssl. Insecure SSL/TLS options are now turn off by default. * Changed default settings of ext/openssl And, in addition, bandled jQuery for darkfish template of RDoc is also updated.
2014-10-02Fix typo in comment in a patch file.taca2-4/+4
2014-09-30Add fix for CVS-2014-4975 as ruby200-base and ruby21-base.taca3-2/+46
Bump PKGREVISION.
2014-09-02Remove MAKE_JOBS_SAFE=no. It was added 2 years ago, back when then packagejperkin1-2/+1
was at p194. It's now at p547, and I am unable to trigger failure up to MAKE_JOBS=24.
2014-08-25Upadte ruby193-base to 1.9.3p547 (Ruby 1.9.3 patchlevel 547).taca1-4/+4
Almost no functional change to existing packages. Wed May 14 17:35:32 2014 NAKAMURA Usaku <usa@ruby-lang.org> * common.mk: need to quote $BASERUBY because it may includes options. this change is only for release management, not bug fix. [Backport #9837] [ruby-dev:48218] Mon Mar 31 15:38:07 2014 Nobuyoshi Nakada <nobu@ruby-lang.org> * ext/openssl/ossl.c (ossl_make_error): check NULL for unknown error reasons with old OpenSSL, and insert a colon iff formatted message is not empty.
2014-06-26Use gmake on Darwin, bmake doesn't like the codesign / POSTLINK bits.jperkin1-2/+3
2014-03-16Use RUBY_SUFFIX instead of RUBY_VER for consistency.taca1-5/+5
No functional change.
2014-03-13Update ruby193-base and related packages to 1.9.3p545 (Ruby 1.9.3-p545).taca5-51/+21
pkgsrc chagnges: * Use RUBY_SUFFIX instead of RUBY_VER for appropriate place. * Detect NetBSD correctly in Gem::Platform. Quote from release announce: This is the last ordinal release of Ruby 1.9.3. It means that Ruby 1.9.3 goes into the state of the security maintenance phase, and will never be released unless any critical regressions or security issues are found. This phase is planned to be maintained for 1 year. Then, maintenance of Ruby 1.9.3 will be ended at Feb. 24th, 2015. This release includes many bugfixes. See tickets and ChangeLog for details.
2014-03-13Set USE_GCC_RUNTIME=yes for packages which build shared libraries but dojperkin1-1/+2
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.
2014-02-24Really fix rubygems problem, noted by joerg@ via private mail.taca3-6/+6
(It isn't good habbit to commit while a man is under the weather.) Bump PKGREVISION.
2014-02-22Update distinfo. Should be fix PR pkg/48615.taca1-2/+2
2014-02-22Fix patch for rubygems/dependency_installer.rb, noted by Joerg Sonnenbergertaca2-4/+4
via private e-mail. Bump PKGREVISION.
2014-02-19Fix rubygems bundled in ruby193-base.taca6-17/+17
Check install_root's value is nil before it is empty string. Reported a problem from @_ki_nu via Twitter. Bump PKGREVISION.
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-1/+2
2013-11-24Fix wrong parameter from [ruby-list:49643] in ruby-tk package.taca2-1/+17
Bump PKGREVISION.
2013-11-24Update ruby193-base (and related packages to 1.9.3-p484).taca5-42/+25
Ruby 1.9.3-p484 is released Now Ruby 1.9.3-p484 is released. This release includes a security fix about ruby interpreter core: Heap Overflow in Floating Point Parsing (CVE-2013-4164) And some bugfixes are also included. See tickets and ChangeLog for details.
2013-10-25Don't pessimize the compilation by forcing per-function call pushs.joerg2-1/+15
2013-09-30Update a patch for CVE-2013-4363 (previous CVE-2013-4287).taca3-8/+10
Bump PKGREVISION.
2013-09-10Add a fix for CVE-2013-4287 in rubygems.taca3-6/+16
Bump PKGREVISION.
2013-08-06Make sure unwanted mkdir is not recorded with full path in rbconfig.rb,fhajny1-5/+3
fixes packages built with pbulk. Bump PKGREVISION.
2013-07-20Don't specify sitedir and vendordir with CONFIGURE_ARGS.taca1-4/+2
It generates wrong path in rbconfig.rb (but not cause critical problem in general). Bump PKGREVISION.
2013-07-19Build fix for x11/ruby-tk package. Reported by PR pkg/48064.taca2-1/+17
2013-07-07Add partly support build_info to bundled rubygems to make compatibilty withtaca9-23/+223
rubygems 2.0.3. Bump PKGREVISION.
2013-06-27Update ruby193-base to 1.9.3p448 (Ruby 1.9.3-p448).taca5-48/+35
Now Ruby 1.9.3-p448 is released. This release includes a security fix about bundled OpenSSL: * Hostname check bypassing vulnerability in SSL client (CVE-2013-4073) http://www.ruby-lang.org/en/news/2013/06/27/hostname-check-bypassing-vulnerability-in-openssl-client-cve-2013-4073/ And some bugfixes are also included. Please refer ChangeLog for full changes.
2013-05-18Correct patch of configure scripts for DragonFly/FreeBSD.taca3-30/+30
That place was changed prior to my update of ruby193-base pacakge and I'm not sure it was correct or not. And suffix of libruby shared library has something historical part of pkgsrc. I don't care so much to changing the name, but also don't think it is so important thing to bump revisions. Noted by pkg/47831 from David Shao.
2013-05-16Update ruby193 and related packages to 1.9.3p429 (Ruby 1.9.3 patchlevel 429).taca6-55/+54
pkgsrc changes: * Fix gem command creating extra directories. Quote from release announce: This release includes a security fix about bundled DL / Fiddle. * Object taint bypassing in DL and Fiddle in Ruby (CVE-2013-2065) http://www.ruby-lang.org/en/news/2013/05/14/taint-bypass-dl-fiddle-cve-2013-2065/ * And some small bugfixes are also included. See tickets: https://bugs.ruby-lang.org/projects/ruby-193/issues?set_filter=1&amp;status_id=5 ChangeLog for details. http://svn.ruby-lang.org/repos/ruby/tags/v1_9_3_426/ChangeLog
2013-04-30Unbreak build on MirBSD by pre-including sys/types.h and sys/time.h inbsiegert3-31/+75
header checks. This will be submitted upstream.
2013-04-20Cygwin also require tools.mkdir in rbconfig.rb work around.obache1-2/+2
2013-04-04Add missing PLIST entries for Win32 (currently, on Cygwin).obache2-2/+16
2013-02-24GNUmake is expected for Cygwin.obache1-1/+6
2013-02-22Update ruby193-base package (and related) to 1.9.3-p392.taca10-339/+5
Security problem of CVE-2013-0269 was already handled but REXML security problem is fixed by this package. Now Ruby 1.9.3-p392 is released. I apologize for updating too frequently. This release includes security fixes about bundled JSON and REXML. * Denial of Service and Unsafe Object Creation Vulnerability in JSON (CVE-2013-0269) * Entity expansion DoS vulnerability in REXML (XML bomb) And some small bugfixes are also included.
2013-02-12* Add fix for CVE-2013-0269, json vulnerability.taca15-13/+354
* Add comments to patches related to mdoc markup. Bump PKGREVISION.
2013-02-12Define RUBY193_BASE_HACKS_MK instead of RUBY19_BASE_HACKS_MK.taca1-2/+2
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-1/+2
2013-02-06Update ruby193 pacakges to 1.9.3p385.taca4-57/+57
This release includes a security fix about bundled RDoc. Full changes are too may to write here, please refer ChangeLog.
2013-02-02Add a two fixes from ruby-2.0.0/rubygems 1.8.25.taca4-6/+45
* Allow multiple conditions for requirement of gem's specification since some newer gem already use this feature.
2013-01-31Update ruby193 to 1.9.3p374 (Ruby 1.9.3-p374).taca8-113/+82
These releasess don't include any security fixes. Ruby 1.9.3-p362: This release includes other many bug fixes. Resolved build problems on Solaris. Windows 8 support (hopefully). other many bug fixes. Ruby 1.9.3-p374: This release includes many bug fixes. Especially, Fixed randomly SEGV problem (often reported with Rails) Windows 8 support (maybe, hopefully) other many bug fixes. See tickets and ChangeLog for details.