The NetBSD Project

CVS log for pkgsrc/lang/ruby193-base/Attic/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / lang / ruby193-base

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.52
Mon Nov 23 15:22:49 2015 UTC (9 years, 3 months ago) by taca
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.51: +1 -1 lines
Remove ruby193-base.
Ruby 1.9.3 is EOL since Feb 23, 2015.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Wed Oct 14 18:33:53 2015 UTC (9 years, 5 months ago) by sevan
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +5 -4 lines

Add pkg-config to USE_TOOLS.

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@

Revision 1.49.2.1: download - view: text, markup, annotated - select for diffs
Mon May 25 01:04:35 2015 UTC (9 years, 9 months ago) by hiramatsu
Branches: pkgsrc-2015Q1
Diff to: previous 1.49: preferred, colored; next MAIN 1.50: preferred, colored
Changes since revision 1.49: +2 -2 lines
Pullup ticket #4720 - requested by taca
lang/ruby193-base: build fix

Revisions pulled up:
- pkgsrc/lang/ruby193-base/Makefile                             1.50
- pkgsrc/lang/ruby193-base/distinfo                             1.42-1.44
- pkgsrc/lang/ruby193-base/patches/patch-configure              1.12
- pkgsrc/lang/ruby193-base/patches/patch-lib_mkmf.rb            1.3

---
   Module Name:    pkgsrc
   Committed By:   jperkin
   Date:           Fri Apr  3 08:59:08 UTC 2015

   Modified Files:
           pkgsrc/lang/ruby193-base: distinfo
           pkgsrc/lang/ruby193-base/patches: patch-configure

   Log Message:
   Disable CPU detection on Darwin, the result for 32-bit (i486) is incompatible
   with pkgsrc MACHINE_ARCH (i386).  Fixes 32-bit build, no change for 64-bit.

---
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Thu Apr 30 03:25:56 UTC 2015

   Modified Files:
           pkgsrc/lang/ruby193-base: Makefile distinfo
   Added Files:
           pkgsrc/lang/ruby193-base/patches: patch-lib_mkmf.rb

   Log Message:
   Avoid to generate empty command line on some platforms:

   $(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.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Thu Apr 30 03:25:56 2015 UTC (9 years, 10 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -2 lines
Avoid to generate empty command line on some platforms:

$(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.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Sun Mar 8 14:53:39 2015 UTC (10 years ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2015Q1-base
Branch point for: pkgsrc-2015Q1
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -1 lines
* Add patch ot fix rdoc bug; Get rid of infitite loop with '\r' only in text.
* Change "os" of Gem::Platform, now it change the case of "netbsd" only.

Bump PKGREVISION.

Revision 1.45.2.1: download - view: text, markup, annotated - select for diffs
Sun Nov 2 17:14:33 2014 UTC (10 years, 4 months ago) by tron
Branches: pkgsrc-2014Q3
Diff to: previous 1.45: preferred, colored; next MAIN 1.46: preferred, colored
Changes since revision 1.45: +2 -2 lines
Pullup ticket #4533 - requested by taca
lang/ruby193-base: security update

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.125
- lang/ruby193-base/Makefile                                    1.46-1.47
- lang/ruby193-base/distinfo                                    1.36-1.37
- lang/ruby193-base/patches/patch-pack.c                        1.2

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Thu Oct  2 08:50:12 UTC 2014

   Modified Files:
   	pkgsrc/lang/ruby193-base: distinfo
   	pkgsrc/lang/ruby193-base/patches: patch-pack.c

   Log Message:
   Fix typo in comment in a patch file.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Mon Oct 27 16:11:18 UTC 2014

   Modified Files:
   	pkgsrc/lang/ruby: rubyversion.mk
   	pkgsrc/lang/ruby193-base: Makefile distinfo

   Log Message:
   Update ruby193-base and related packages to 1.9.3p550 (Ruby 1.9.3-p550).

   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.

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Tue Oct 28 07:48:19 UTC 2014

   Modified Files:
   	pkgsrc/lang/ruby193-base: Makefile

   Log Message:
   Not MAKE_JOBS_SAFE (two tries with MAKE_JOBS=8 failed for me in a row).

Revision 1.48: download - view: text, markup, annotated - select for diffs
Sat Nov 1 01:25:06 2014 UTC (10 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +4 -1 lines
Add a comment for MAKE_JOBS_SAFE=no:
# --- 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

Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Oct 28 07:48:19 2014 UTC (10 years, 4 months ago) by wiz
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -1 lines
Not MAKE_JOBS_SAFE (two tries with MAKE_JOBS=8 failed for me in a row).

Revision 1.46: download - view: text, markup, annotated - select for diffs
Mon Oct 27 16:11:18 2014 UTC (10 years, 4 months ago) by taca
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -2 lines
Update ruby193-base and related packages to 1.9.3p550 (Ruby 1.9.3-p550).


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.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Sep 30 10:40:08 2014 UTC (10 years, 5 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2014Q3-base
Branch point for: pkgsrc-2014Q3
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -1 lines
Add fix for CVS-2014-4975 as ruby200-base and ruby21-base.

Bump PKGREVISION.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Tue Sep 2 20:41:42 2014 UTC (10 years, 6 months ago) by jperkin
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -2 lines
Remove MAKE_JOBS_SAFE=no.  It was added 2 years ago, back when then package
was at p194.  It's now at p547, and I am unable to trigger failure up to
MAKE_JOBS=24.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Jun 26 15:59:31 2014 UTC (10 years, 8 months ago) by jperkin
Branches: MAIN
CVS tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +3 -2 lines
Use gmake on Darwin, bmake doesn't like the codesign / POSTLINK bits.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Thu Mar 13 17:53:36 2014 UTC (11 years ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -3 lines
Update ruby193-base and related packages to 1.9.3p545 (Ruby 1.9.3-p545).

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.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu Mar 13 11:08:51 2014 UTC (11 years ago) by jperkin
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -1 lines
Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do
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.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Feb 24 01:20:15 2014 UTC (11 years ago) by taca
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2 lines
Really fix rubygems problem, noted by joerg@ via private mail.
(It isn't good habbit to commit while a man is under the weather.)

Bump PKGREVISION.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sat Feb 22 03:23:10 2014 UTC (11 years ago) by taca
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2 lines
Fix patch for rubygems/dependency_installer.rb, noted by Joerg Sonnenberger
via private e-mail.

Bump PKGREVISION.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed Feb 19 15:50:53 2014 UTC (11 years, 1 month ago) by taca
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2 lines
Fix rubygems bundled in ruby193-base.

Check install_root's value is nil before it is empty string.  Reported a
problem from @_ki_nu via Twitter.

Bump PKGREVISION.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Feb 12 23:18:06 2014 UTC (11 years, 1 month ago) by tron
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -1 lines
Recursive PKGREVISION bump for OpenSSL API version bump.

Revision 1.35.2.1: download - view: text, markup, annotated - select for diffs
Sun Dec 1 11:34:00 2013 UTC (11 years, 3 months ago) by tron
Branches: pkgsrc-2013Q3
Diff to: previous 1.35: preferred, colored; next MAIN 1.36: preferred, colored
Changes since revision 1.35: +1 -2 lines
Pullup ticket #4260 - requested by taca
lang/ruby193-base: security update

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.105
- lang/ruby193-base/Makefile                                    1.36
- lang/ruby193-base/distinfo                                    1.28 via patch
- lang/ruby193-base/patches/patch-configure                     1.11
- lang/ruby193-base/patches/patch-configure.in                  1.10
- lang/ruby193-base/patches/patch-ext_tk_extconf.rb             deleted

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Nov 24 14:17:19 UTC 2013

   Modified Files:
   	pkgsrc/lang/ruby: rubyversion.mk
   	pkgsrc/lang/ruby193-base: Makefile distinfo
   	pkgsrc/lang/ruby193-base/patches: patch-configure patch-configure.in
   Removed Files:
   	pkgsrc/lang/ruby193-base/patches: patch-ext_tk_extconf.rb

   Log Message:
   Update ruby193-base (and related packages to 1.9.3-p484).

   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.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Nov 24 14:17:19 2013 UTC (11 years, 3 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -2 lines
Update ruby193-base (and related packages to 1.9.3-p484).

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.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Sep 30 03:15:03 2013 UTC (11 years, 5 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2013Q3-base
Branch point for: pkgsrc-2013Q3
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
Update a patch for CVE-2013-4363 (previous CVE-2013-4287).

Bump PKGREVISION.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Sep 10 16:25:51 2013 UTC (11 years, 6 months ago) by taca
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
Add a fix for CVE-2013-4287 in rubygems.

Bump PKGREVISION.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Aug 6 15:21:31 2013 UTC (11 years, 7 months ago) by fhajny
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +3 -5 lines
Make sure unwanted mkdir is not recorded with full path in rbconfig.rb,
fixes packages built with pbulk. Bump PKGREVISION.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sat Jul 20 04:02:00 2013 UTC (11 years, 8 months ago) by taca
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -4 lines
Don't specify sitedir and vendordir with CONFIGURE_ARGS.
It generates wrong path in rbconfig.rb (but not cause critical problem
in general).

Bump PKGREVISION.

Revision 1.30.2.1: download - view: text, markup, annotated - select for diffs
Tue Jul 16 17:00:50 2013 UTC (11 years, 8 months ago) by tron
Branches: pkgsrc-2013Q2
Diff to: previous 1.30: preferred, colored; next MAIN 1.31: preferred, colored
Changes since revision 1.30: +2 -1 lines
Pullup ticket #4179 - requested by taca
misc/rubygems: build fix
textproc/ruby-xslt: build fix

Revisions pulled up:
- converters/ruby-unf_ext/Makefile                              1.4
- converters/ruby-unf_ext/PLIST                                 1.3
- databases/ruby-ldap/Makefile                                  1.15
- databases/ruby-ldap/PLIST                                     1.6
- databases/ruby-odbc/Makefile                                  1.14
- databases/ruby-odbc/PLIST                                     1.8
- databases/ruby-pg/Makefile                                    1.16
- databases/ruby-pg/PLIST                                       1.10
- devel/ruby-rbtree/Makefile                                    1.10
- devel/ruby-rbtree/PLIST                                       1.6
- graphics/ruby-gd/Makefile                                     1.40
- graphics/ruby-gd/PLIST                                        1.9
- lang/ruby/gem.mk                                              1.21-1.22
- lang/ruby193-base/Makefile                                    1.31
- lang/ruby193-base/PLIST                                       1.9
- lang/ruby193-base/distinfo                                    1.23
- lang/ruby193-base/patches/patch-lib_rubygems_command.rb       1.1
- lang/ruby193-base/patches/patch-lib_rubygems_command__manager.rb 1.1
- lang/ruby193-base/patches/patch-lib_rubygems_dependency__installer.rb 1.4
- lang/ruby193-base/patches/patch-lib_rubygems_gem__runner.rb   1.1
- lang/ruby193-base/patches/patch-lib_rubygems_installer.rb     1.2
- lang/ruby193-base/patches/patch-lib_rubygems_specification.rb 1.4
- math/ruby-narray/Makefile                                     1.2
- math/ruby-narray/PLIST                                        1.2
- misc/rubygems/Makefile                                        1.53
- misc/rubygems/PLIST                                           1.23
- misc/rubygems/distinfo                                        1.42
- misc/rubygems/patches/patch-ad                                1.12
- security/ruby-shadow/Makefile                                 1.2
- security/ruby-shadow/PLIST                                    1.2
- textproc/ruby-libxml/Makefile                                 1.19
- textproc/ruby-libxml/PLIST                                    1.12
- textproc/ruby-xslt/Makefile                                   1.11
- textproc/ruby-xslt/PLIST                                      1.7
- www/ruby-fcgi/Makefile                                        1.16
- www/ruby-fcgi/PLIST                                           1.5

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Jul  7 15:01:01 UTC 2013

   Modified Files:
   	pkgsrc/lang/ruby193-base: Makefile PLIST distinfo
   	pkgsrc/lang/ruby193-base/patches:
   	    patch-lib_rubygems_dependency__installer.rb
   	    patch-lib_rubygems_installer.rb patch-lib_rubygems_specification.rb
   Added Files:
   	pkgsrc/lang/ruby193-base/patches: patch-lib_rubygems_command.rb
   	    patch-lib_rubygems_command__manager.rb
   	    patch-lib_rubygems_gem__runner.rb

   Log Message:
   Add partly support build_info to bundled rubygems to make compatibilty with
   rubygems 2.0.3.

   Bump PKGREVISION.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Jul  7 15:02:57 UTC 2013

   Modified Files:
   	pkgsrc/misc/rubygems: Makefile distinfo
   	pkgsrc/misc/rubygems/patches: patch-ad

   Log Message:
   Fix creating proper build_info directory.

   Bump PKGREVISION.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Jul  7 15:12:56 UTC 2013

   Modified Files:
   	pkgsrc/misc/rubygems: PLIST

   Log Message:
   Remove Ruby's version denendent directory.

   No PKGREVISION bump for short time updates.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Jul  7 15:16:38 UTC 2013

   Modified Files:
   	pkgsrc/lang/ruby: gem.mk

   Log Message:
   Fix gem handling.

   o Don't assume _DISTDIR end with '/' (by DESTDIR).
   o A small clean up to GEM_CLEANBUILD handling.

   A few clean up.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Jul  7 15:18:11 UTC 2013

   Modified Files:
   	pkgsrc/converters/ruby-unf_ext: Makefile PLIST

   Log Message:
   No need to specify GEM_CLEANBUILD and fix PLIST.

   Bump PKGREVISION.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Jul  7 15:20:16 UTC 2013

   Modified Files:
   	pkgsrc/databases/ruby-ldap: Makefile PLIST

   Log Message:
   o Clean up GEM_CLEANBUILD and fix PLIST.
   o Use RUBY_DLEXT in PLIST.

   Bump PKGREVISION.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Jul  7 15:21:33 UTC 2013

   Modified Files:
   	pkgsrc/databases/ruby-odbc: Makefile PLIST

   Log Message:
   Add build_info file to PLIST.

   Bump PKGREVISION.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Jul  7 15:22:55 UTC 2013

   Modified Files:
   	pkgsrc/databases/ruby-pg: Makefile PLIST

   Log Message:
   Add build_info file to PLIST.

   Bump PKGREVISION.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Jul  7 15:26:00 UTC 2013

   Modified Files:
   	pkgsrc/devel/ruby-rbtree: Makefile PLIST

   Log Message:
   Change GEM_CLEANBUILD not to include the same Ruby's extension file in
   package.

   Bump PKGREVISION.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Jul  7 15:27:26 UTC 2013

   Modified Files:
   	pkgsrc/graphics/ruby-gd: Makefile PLIST

   Log Message:
   o Add build_info file to PLIST.
   o Utilize GEM_NAME in PLIST.

   Bump PKGREVISION.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Jul  7 15:29:47 UTC 2013

   Modified Files:
   	pkgsrc/math/ruby-narray: Makefile PLIST

   Log Message:
   Change GEM_CLEANBUILD not to include working file to package.

   Bump PKGREVISION.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Jul  7 15:32:56 UTC 2013

   Modified Files:
   	pkgsrc/security/ruby-shadow: Makefile PLIST

   Log Message:
   o Clean up GEM_CLEANBUILD  not to include the same Ruby's extension file and
     working files in package
   o Use RUBY_DLEXT in PLIST.

   Bump PKGREVISION.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Jul  7 15:34:45 UTC 2013

   Modified Files:
   	pkgsrc/textproc/ruby-libxml: Makefile PLIST

   Log Message:
   o Add build_info file to PLIST.
   o Don't include extconf.h, a working file to package.

   Bump PKGREVISION.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Jul  7 15:36:37 UTC 2013

   Modified Files:
   	pkgsrc/www/ruby-fcgi: Makefile PLIST

   Log Message:
   o Add build_info file to PLIST.
   o Utilize GEM_NAME in PLIST.

   Bump PKGREVISION.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Jul  7 16:07:25 UTC 2013

   Modified Files:
   	pkgsrc/textproc/ruby-xslt: Makefile PLIST

   Log Message:
   Add build_info file to PLIST.

   Bump PKGREVISION.

---
   Module Name:	pkgsrc
   Committed By:	jperkin
   Date:		Sun Jul 14 21:08:17 UTC 2013

   Modified Files:
   	pkgsrc/lang/ruby: gem.mk

   Log Message:
   Fix shell syntax error which has been breaking all gem builds on SunOS for
   the past week as per the reports on pkgsrc-bulk.  Not sure why it wasn't
   showing up on other platforms, but I am assuming this is the correct fix.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Jul 7 15:01:01 2013 UTC (11 years, 8 months ago) by taca
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -1 lines
Add partly support build_info to bundled rubygems to make compatibilty with
rubygems 2.0.3.

Bump PKGREVISION.

Revision 1.27.2.1: download - view: text, markup, annotated - select for diffs
Sun Jun 9 19:35:15 2013 UTC (11 years, 9 months ago) by tron
Branches: pkgsrc-2013Q1
Diff to: previous 1.27: preferred, colored; next MAIN 1.28: preferred, colored
Changes since revision 1.27: +11 -3 lines
Pullup ticket #4149 - requested by taca
lang/ruby193-base: security update

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.96-1.99 via patch
- lang/ruby193-base/Makefile                                    1.28-1.30 via patch
- lang/ruby193-base/PLIST                                       1.8 via patch
- lang/ruby193-base/distinfo                                    1.19-1.21,1.19 via patch
- lang/ruby193-base/patches/patch-Makefile.in                   1.1 via patch
- lang/ruby193-base/patches/patch-configure                     1.7-1.9,1.7 via patch
- lang/ruby193-base/patches/patch-configure.in                  1.6-1.8,1.6 via patch
- lang/ruby193-base/patches/patch-lib_rubygems_dependency__installer.rb 1.2 via patch

---
   Module Name:	pkgsrc
   Committed By:	obache
   Date:		Thu Apr  4 13:30:07 UTC 2013

   Modified Files:
   	pkgsrc/lang/ruby: rubyversion.mk

   Log Message:
   define ruby library names for Cygwin (only tested with ruby193).

---
   Module Name:	pkgsrc
   Committed By:	obache
   Date:		Thu Apr  4 13:31:55 UTC 2013

   Modified Files:
   	pkgsrc/lang/ruby193-base: Makefile PLIST

   Log Message:
   Add missing PLIST entries for Win32 (currently, on Cygwin).

---
   Module Name:	pkgsrc
   Committed By:	obache
   Date:		Sat Apr 20 02:30:18 UTC 2013

   Modified Files:
   	pkgsrc/lang/ruby193-base: Makefile

   Log Message:
   Cygwin also require tools.mkdir in rbconfig.rb work around.

---
   Module Name:	pkgsrc
   Committed By:	rodent
   Date:		Mon Apr  8 11:17:26 UTC 2013

   Modified Files:
   	pkgsrc/audio/distmp3: Makefile
   	pkgsrc/audio/festival: Makefile
   	pkgsrc/audio/moc: Makefile
   	pkgsrc/chat/konversation: Makefile
   	pkgsrc/chat/xchat: Makefile.common
   	pkgsrc/converters/skf: Makefile
   	pkgsrc/databases/clisp-bdb: PLIST
   	pkgsrc/databases/gdbm: Makefile
   	pkgsrc/databases/gdbm_compat: builtin.mk
   	pkgsrc/databases/mysql51-client: Makefile.common
   	pkgsrc/databases/p5-Catalyst-Model-RDBO: MESSAGE
   	pkgsrc/databases/php-pdo_mysql: Makefile
   	pkgsrc/databases/postgresql84: options.mk
   	pkgsrc/databases/py-metakit: Makefile
   	pkgsrc/devel/gps: options.mk
   	pkgsrc/devel/gtexinfo: options.mk
   	pkgsrc/devel/lwp: PLIST
   	pkgsrc/devel/netbsd-iscsi-lib: Makefile
   	pkgsrc/devel/p5-Devel-Pragma: Makefile
   	pkgsrc/devel/p5-Test-TinyMocker: Makefile
   	pkgsrc/devel/ruby-readline: options.mk
   	pkgsrc/devel/tpasm: PLIST
   	pkgsrc/devel/xulrunner192: Makefile mozilla-common.mk
   	pkgsrc/editors/emacs22: Makefile.common
   	pkgsrc/editors/xemacs: hacks.mk
   	pkgsrc/emulators/suse121_gtk2: Makefile
   	pkgsrc/filesystems/fuse: builtin.mk
   	pkgsrc/filesystems/glusterfs: MESSAGE.NetBSD options.mk
   	pkgsrc/filesystems/openafs: options.mk
   	pkgsrc/fonts/ja-elisat: Makefile
   	pkgsrc/games/crack-attack-sounds: Makefile
   	pkgsrc/games/gnuchess: Makefile
   	pkgsrc/games/pingus: Makefile
   	pkgsrc/games/quake3server-ut: Makefile
   	pkgsrc/graphics/graphviz: buildlink3.mk
   	pkgsrc/graphics/tgif: Makefile
   	pkgsrc/graphics/xplot-devel: Makefile
   	pkgsrc/inputmethod/ibus: bad-env-usage.mk
   	pkgsrc/inputmethod/prime: Makefile
   	pkgsrc/inputmethod/uim-elisp: Makefile
   	pkgsrc/lang/gcc47-libs: Makefile
   	pkgsrc/lang/objc: Makefile
   	pkgsrc/lang/ruby: gem.mk rubyversion.mk
   	pkgsrc/lang/ucblogo: Makefile
   	pkgsrc/mail/mailhops: Makefile
   	pkgsrc/mail/perdition: Makefile.common
   	pkgsrc/mail/thunderbird-l10n: MESSAGE
   	pkgsrc/mail/thunderbird10-l10n: MESSAGE
   	pkgsrc/math/mpcomplex: inplace.mk
   	pkgsrc/math/mtl: Makefile
   	pkgsrc/math/p5-Math-Random-MT-Perl: Makefile
   	pkgsrc/misc/autocue: distinfo
   	pkgsrc/multimedia/gstreamer1: options.mk
   	pkgsrc/multimedia/tstools: Makefile
   	pkgsrc/net/arping: Makefile
   	pkgsrc/net/delegate: Makefile
   	pkgsrc/net/hlfl: Makefile
   	pkgsrc/net/irrd: options.mk
   	pkgsrc/net/netdisco: Makefile
   	pkgsrc/net/openvpn: MESSAGE
   	pkgsrc/net/py-omniORBpy: hacks.mk
   	pkgsrc/net/radiusclient-ng: Makefile
   	pkgsrc/net/ruby-amqp: Makefile
   	pkgsrc/net/sitescooper: Makefile
   	pkgsrc/net/teamspeak-client: Makefile
   	pkgsrc/net/vnc: Makefile
   	pkgsrc/net/wistumbler2: Makefile.common
   	pkgsrc/net/wpa_gui: Makefile
   	pkgsrc/net/wu-ftpd: Makefile
   	pkgsrc/parallel/gridscheduler: Makefile
   	pkgsrc/pkgtools/pkg_install: Makefile
   	pkgsrc/print/LPRng-core: Makefile
   	pkgsrc/security/crypto++: Makefile
   	pkgsrc/security/f-prot-antivirus6-ms-bin: Makefile
   	pkgsrc/security/libbf: Makefile
   	pkgsrc/security/libidea: Makefile
   	pkgsrc/security/libssh: Makefile
   	pkgsrc/security/pakemon: Makefile
   	pkgsrc/security/php-suhosin: Makefile
   	pkgsrc/security/pks: Makefile
   	pkgsrc/security/prelude-lml: Makefile
   	pkgsrc/security/prngd: Makefile
   	pkgsrc/security/py-lasso: Makefile
   	pkgsrc/shells/ast-ksh: Makefile.common
   	pkgsrc/sysutils/mkmemstick: distinfo
   	pkgsrc/sysutils/whowatch: Makefile
   	pkgsrc/textproc/dblatex: Makefile
   	pkgsrc/textproc/hunspell-da_DK: Makefile
   	pkgsrc/textproc/hunspell-sk_SK: Makefile
   	pkgsrc/textproc/jade: Makefile
   	pkgsrc/textproc/kakasi: Makefile
   	pkgsrc/textproc/py-enchant: Makefile
   	pkgsrc/wm/compiz-fusion-plugins-extra: Makefile
   	pkgsrc/wm/compiz-fusion-plugins-main: Makefile
   	pkgsrc/www/SOGo: MESSAGE
   	pkgsrc/www/amaya: hacks.mk
   	pkgsrc/www/ap2-xslt2: Makefile
   	pkgsrc/www/contao30: Makefile
   	pkgsrc/www/epiphany: Makefile
   	pkgsrc/www/firefox-l10n: MESSAGE
   	pkgsrc/www/firefox10-l10n: MESSAGE
   	pkgsrc/www/firefox36: Makefile
   	pkgsrc/www/firefox36-l10n: MESSAGE
   	pkgsrc/www/phraseanet: MESSAGE
   	pkgsrc/www/seamonkey-l10n: MESSAGE
   	pkgsrc/x11/xdaemon: Makefile

   Log Message:
   Remove "Trailing empty lines." and/or "Trailing white-space."

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Tue May 14 15:18:05 UTC 2013

   Modified Files:
   	pkgsrc/lang/ruby: rubyversion.mk

   Log Message:
   * Properly handle the case of multiple values in RUBY_VERSION_SUPPORTED.
   * Clean up PLIST_VARS.

   No functional change should be done.

---
   Module Name:	pkgsrc
   Committed By:	bsiegert
   Date:		Tue Apr 30 21:30:59 UTC 2013

   Modified Files:
   	pkgsrc/lang/ruby193-base: distinfo
   	pkgsrc/lang/ruby193-base/patches: patch-configure patch-configure.in

   Log Message:
   Unbreak build on MirBSD by pre-including sys/types.h and sys/time.h in
   header checks.
   This will be submitted upstream.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Thu May 16 16:13:59 UTC 2013

   Modified Files:
   	pkgsrc/lang/ruby: rubyversion.mk
   	pkgsrc/lang/ruby193-base: Makefile distinfo
   	pkgsrc/lang/ruby193-base/patches: patch-configure patch-configure.in
   	    patch-lib_rubygems_dependency__installer.rb
   Added Files:
   	pkgsrc/lang/ruby193-base/patches: patch-Makefile.in

   Log Message:
   Update ruby193 and related packages to 1.9.3p429 (Ruby 1.9.3 patchlevel 429).

   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&status_id=5
       ChangeLog for details.

   	http://svn.ruby-lang.org/repos/ruby/tags/v1_9_3_426/ChangeLog

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat May 18 07:39:36 UTC 2013

   Modified Files:
   	pkgsrc/lang/ruby193-base: distinfo
   	pkgsrc/lang/ruby193-base/patches: patch-configure patch-configure.in

   Log Message:
   Correct patch of configure scripts for DragonFly/FreeBSD.
   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.

---
   Module Name:	pkgsrc
   Committed By:	bsiegert
   Date:		Tue Apr 30 21:30:59 UTC 2013

   Modified Files:
   	pkgsrc/lang/ruby193-base: distinfo
   	pkgsrc/lang/ruby193-base/patches: patch-configure patch-configure.in

   Log Message:
   Unbreak build on MirBSD by pre-including sys/types.h and sys/time.h in
   header checks.
   This will be submitted upstream.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu May 16 16:13:59 2013 UTC (11 years, 10 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2013Q2-base
Branch point for: pkgsrc-2013Q2
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +5 -2 lines
Update ruby193 and related packages to 1.9.3p429 (Ruby 1.9.3 patchlevel 429).

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&status_id=5
    ChangeLog for details.

	http://svn.ruby-lang.org/repos/ruby/tags/v1_9_3_426/ChangeLog

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Apr 20 02:30:17 2013 UTC (11 years, 11 months ago) by obache
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
Cygwin also require tools.mkdir in rbconfig.rb work around.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Apr 4 13:31:55 2013 UTC (11 years, 11 months ago) by obache
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +6 -1 lines
Add missing PLIST entries for Win32 (currently, on Cygwin).

Revision 1.20.2.3: download - view: text, markup, annotated - select for diffs
Mon Feb 25 16:55:28 2013 UTC (12 years ago) by tron
Branches: pkgsrc-2012Q4
Diff to: previous 1.20.2.2: preferred, colored; branchpoint 1.20: preferred, colored; next MAIN 1.21: preferred, colored
Changes since revision 1.20.2.2: +0 -1 lines
Pullup ticket #4080 - requested by taca
lang/ruby193-base: security update

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.95
- lang/ruby193-base/Makefile                                    1.26
- lang/ruby193-base/distinfo                                    1.18
- lang/ruby193-base/patches/patch-ext_json_lib_json_add_core.rb deleted
- lang/ruby193-base/patches/patch-ext_json_lib_json_common.rb   deleted
- lang/ruby193-base/patches/patch-ext_json_lib_json_version.rb  deleted
- lang/ruby193-base/patches/patch-ext_json_parser_parser.c      deleted
- lang/ruby193-base/patches/patch-ext_json_parser_parser.rl     deleted
- lang/ruby193-base/patches/patch-test_json_test__json.rb       deleted
- lang/ruby193-base/patches/patch-test_json_test__json__addition.rb deleted
- lang/ruby193-base/patches/patch-test_json_test__json__string__matching.rb deleted

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Fri Feb 22 16:20:48 UTC 2013

   Modified Files:
   	pkgsrc/lang/ruby: rubyversion.mk
   	pkgsrc/lang/ruby193-base: Makefile distinfo
   Removed Files:
   	pkgsrc/lang/ruby193-base/patches: patch-ext_json_lib_json_add_core.rb
   	    patch-ext_json_lib_json_common.rb
   	    patch-ext_json_lib_json_version.rb patch-ext_json_parser_parser.c
   	    patch-ext_json_parser_parser.rl patch-test_json_test__json.rb
   	    patch-test_json_test__json__addition.rb
   	    patch-test_json_test__json__string__matching.rb

   Log Message:
   Update ruby193-base package (and related) to 1.9.3-p392.
   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.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Feb 24 06:58:32 2013 UTC (12 years ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2013Q1-base
Branch point for: pkgsrc-2013Q1
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +6 -1 lines
GNUmake is expected for Cygwin.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Feb 22 16:20:48 2013 UTC (12 years ago) by taca
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -2 lines
Update ruby193-base package (and related) to 1.9.3-p392.
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.

Revision 1.20.2.2: download - view: text, markup, annotated - select for diffs
Thu Feb 14 14:58:51 2013 UTC (12 years, 1 month ago) by tron
Branches: pkgsrc-2012Q4
Diff to: previous 1.20.2.1: preferred, colored; branchpoint 1.20: preferred, colored
Changes since revision 1.20.2.1: +1 -0 lines
Pullup ticket #4069 - requested by taca
lang/ruby193-base: security patch

Revisions pulled up:
- lang/ruby193-base/Makefile                                    1.25 via patch
- lang/ruby193-base/PLIST                                       1.7
- lang/ruby193-base/distinfo                                    1.17
- lang/ruby193-base/patches/patch-ext_json_lib_json_add_core.rb 1.1
- lang/ruby193-base/patches/patch-ext_json_lib_json_common.rb   1.1
- lang/ruby193-base/patches/patch-ext_json_lib_json_version.rb  1.1
- lang/ruby193-base/patches/patch-ext_json_parser_parser.c      1.1
- lang/ruby193-base/patches/patch-ext_json_parser_parser.rl     1.1
- lang/ruby193-base/patches/patch-man_erb.1                     1.2
- lang/ruby193-base/patches/patch-man_irb.1                     1.2
- lang/ruby193-base/patches/patch-man_ri.1                      1.2
- lang/ruby193-base/patches/patch-man_ruby.1                    1.2
- lang/ruby193-base/patches/patch-test_json_test__json.rb       1.1
- lang/ruby193-base/patches/patch-test_json_test__json__addition.rb 1.1
- lang/ruby193-base/patches/patch-test_json_test__json__string__matching.rb 1.1

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Tue Feb 12 13:03:09 UTC 2013

   Modified Files:
   	pkgsrc/lang/ruby193-base: Makefile PLIST distinfo
   	pkgsrc/lang/ruby193-base/patches: patch-man_erb.1 patch-man_irb.1
   	    patch-man_ri.1 patch-man_ruby.1
   Added Files:
   	pkgsrc/lang/ruby193-base/patches: patch-ext_json_lib_json_add_core.rb
   	    patch-ext_json_lib_json_common.rb
   	    patch-ext_json_lib_json_version.rb patch-ext_json_parser_parser.c
   	    patch-ext_json_parser_parser.rl patch-test_json_test__json.rb
   	    patch-test_json_test__json__addition.rb
   	    patch-test_json_test__json__string__matching.rb

   Log Message:
   * Add fix for CVE-2013-0269, json vulnerability.
   * Add comments to patches related to mdoc markup.

   Bump PKGREVISION.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Feb 12 13:03:08 2013 UTC (12 years, 1 month ago) by taca
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
* Add fix for CVE-2013-0269, json vulnerability.
* Add comments to patches related to mdoc markup.

Bump PKGREVISION.

Revision 1.20.2.1: download - view: text, markup, annotated - select for diffs
Mon Feb 11 17:39:08 2013 UTC (12 years, 1 month ago) by tron
Branches: pkgsrc-2012Q4
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +4 -2 lines
Pullup ticket #4056 - requested by taca
lang/ruby193-base: security update

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.93-1.94
- lang/ruby193-base/Makefile                                    1.21-1.23
- lang/ruby193-base/PLIST                                       1.5-1.6
- lang/ruby193-base/distinfo                                    1.14-1.16
- lang/ruby193-base/patches/patch-configure                     1.5-1.6
- lang/ruby193-base/patches/patch-configure.in                  1.5
- lang/ruby193-base/patches/patch-lib_rubygems.rb               1.2
- lang/ruby193-base/patches/patch-lib_rubygems_specification.rb 1.3
- lang/ruby193-base/patches/patch-lib_rubygems_version.rb       1.1
- lang/ruby193-base/patches/patch-random.c                      deleted
- lang/ruby193-base/patches/patch-test_rubygems_test__gem.rb    1.2

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Thu Jan 31 15:56:14 UTC 2013

   Modified Files:
   	pkgsrc/lang/ruby: rubyversion.mk
   	pkgsrc/lang/ruby193-base: Makefile PLIST distinfo
   	pkgsrc/lang/ruby193-base/patches: patch-configure patch-configure.in
   	    patch-lib_rubygems.rb patch-test_rubygems_test__gem.rb
   Removed Files:
   	pkgsrc/lang/ruby193-base/patches: patch-random.c

   Log Message:
   Update ruby193 to 1.9.3p374 (Ruby 1.9.3-p374).

   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.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Feb  2 08:11:54 UTC 2013

   Modified Files:
   	pkgsrc/lang/ruby193-base: Makefile distinfo
   	pkgsrc/lang/ruby193-base/patches: patch-lib_rubygems_specification.rb
   Added Files:
   	pkgsrc/lang/ruby193-base/patches: patch-lib_rubygems_version.rb

   Log Message:
   Add a two fixes from ruby-2.0.0/rubygems 1.8.25.

   * Allow multiple conditions for requirement of gem's specification since
     some newer gem already use this feature.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Wed Feb  6 15:48:31 UTC 2013

   Modified Files:
   	pkgsrc/lang/ruby: rubyversion.mk
   	pkgsrc/lang/ruby193-base: Makefile PLIST distinfo
   	pkgsrc/lang/ruby193-base/patches: patch-configure

   Log Message:
   Update ruby193 pacakges to 1.9.3p385.

   This release includes a security fix about bundled RDoc.
   Full changes are too may to write here, please refer ChangeLog.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Feb 6 23:22:39 2013 UTC (12 years, 1 month ago) by jperkin
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -1 lines
PKGREVISION bumps for the security/openssl 1.0.1d update.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Feb 6 15:48:31 2013 UTC (12 years, 1 month ago) by taca
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -2 lines
Update ruby193 pacakges to 1.9.3p385.

This release includes a security fix about bundled RDoc.
Full changes are too may to write here, please refer ChangeLog.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Feb 2 08:11:53 2013 UTC (12 years, 1 month ago) by taca
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -1 lines
Add a two fixes from ruby-2.0.0/rubygems 1.8.25.

* Allow multiple conditions for requirement of gem's specification since
  some newer gem already use this feature.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Jan 31 15:56:14 2013 UTC (12 years, 1 month ago) by taca
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +4 -2 lines
Update ruby193 to 1.9.3p374 (Ruby 1.9.3-p374).

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.

Revision 1.17.2.2: download - view: text, markup, annotated - select for diffs
Wed Oct 17 09:47:20 2012 UTC (12 years, 5 months ago) by tron
Branches: pkgsrc-2012Q3
Diff to: previous 1.17.2.1: preferred, colored; branchpoint 1.17: preferred, colored; next MAIN 1.18: preferred, colored
Changes since revision 1.17.2.1: +6 -7 lines
Pullup ticket #3947 - requested by taca
lang/ruby193-base: security update

Revisions pulled up:
- devel/ruby-fiddle/Makefile                                    1.6
- devel/ruby-mode/Makefile                                      1.26
- lang/ruby/Makefile.common                                     1.29
- lang/ruby/rubyversion.mk                                      1.89-1.90
- lang/ruby193-base/Makefile                                    1.20
- lang/ruby193-base/PLIST                                       1.4
- lang/ruby193-base/distinfo                                    1.11
- lang/ruby193-base/patches/patch-configure                     1.4
- lang/ruby193-base/patches/patch-configure.in                  1.4
- lang/ruby193-base/patches/patch-error.c                       deleted
- lang/ruby193-base/patches/patch-lib_mkmf.rb                   deleted

---
   Module Name:	pkgsrc
   Committed By:	cheusov
   Date:		Wed Oct  3 23:48:00 UTC 2012

   Modified Files:
   	pkgsrc/lang/php: phpversion.mk
   	pkgsrc/lang/python: pyversion.mk
   	pkgsrc/lang/ruby: rubyversion.mk

   Log Message:
   Move documentation for *_REQD variables to "Infrastructure variables"
   as suggested by obache@

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Fri Oct 12 14:51:32 UTC 2012

   Modified Files:
   	pkgsrc/lang/ruby: rubyversion.mk
   	pkgsrc/lang/ruby193-base: Makefile PLIST distinfo
   	pkgsrc/lang/ruby193-base/patches: patch-configure patch-configure.in
   Removed Files:
   	pkgsrc/lang/ruby193-base/patches: patch-error.c patch-lib_mkmf.rb

   Log Message:
   Update ruby193-base to 1.9.3p286.

   Ruby 1.9.3-p286 is released.

   This release includes some security fixes, and other many bug fixes.

   * $SAFE escaping vulnerability about Exception#to_s / NameError#to_s
     (CVE-2012-4464, CVE-2012-4466)
   * Unintentional file creation caused by inserting a illegal NUL character
   * other many bug fixes.

   See ticktes and ChangeLog for details.

   Changelog: http://svn.ruby-lang.org/repos/ruby/tags/v1_9_3_286/ChangeLog
   tickets: https://bugs.ruby-lang.org/projects/ruby-193/issues?set_filter=1&status_id=5

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Fri Oct 12 14:52:34 UTC 2012

   Modified Files:
   	pkgsrc/devel/ruby-fiddle: Makefile

   Log Message:
   Reset PKGREVISION.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Wed Oct 17 00:01:42 UTC 2012

   Modified Files:
   	pkgsrc/devel/ruby-mode: Makefile

   Log Message:
   Remove extra DIST_SUBDIR for now.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Wed Oct 17 00:17:50 UTC 2012

   Modified Files:
   	pkgsrc/lang/ruby: Makefile.common

   Log Message:
   There were another extra DIST_SUBDIR to fix build problem.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Oct 12 14:51:31 2012 UTC (12 years, 5 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2012Q4-base
Branch point for: pkgsrc-2012Q4
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +7 -8 lines
Update ruby193-base to 1.9.3p286.

Ruby 1.9.3-p286 is released.

This release includes some security fixes, and other many bug fixes.

* $SAFE escaping vulnerability about Exception#to_s / NameError#to_s
  (CVE-2012-4464, CVE-2012-4466)
* Unintentional file creation caused by inserting a illegal NUL character
* other many bug fixes.

See ticktes and ChangeLog for details.

Changelog: http://svn.ruby-lang.org/repos/ruby/tags/v1_9_3_286/ChangeLog
tickets: https://bugs.ruby-lang.org/projects/ruby-193/issues?set_filter=1&status_id=5

Revision 1.17.2.1: download - view: text, markup, annotated - select for diffs
Wed Oct 10 10:27:48 2012 UTC (12 years, 5 months ago) by tron
Branches: pkgsrc-2012Q3
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -4 lines
Pullup ticket #3939 - requested by taca
lang/ruby193-base: security patch

Revisions pulled up:
- lang/ruby193-base/Makefile                                    1.18-1.19
- lang/ruby193-base/distinfo                                    1.9-1.10
- lang/ruby193-base/patches/patch-error.c                       1.1-1.2

---
   Module Name:	pkgsrc
   Committed By:	asau
   Date:		Tue Oct  2 20:11:57 UTC 2012

   Modified Files:
   	pkgsrc/lang/ruby193-base: Makefile

   Log Message:
   Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Oct  6 16:20:35 UTC 2012

   Modified Files:
   	pkgsrc/lang/ruby193-base: Makefile distinfo
   Added Files:
   	pkgsrc/lang/ruby193-base/patches: patch-error.c

   Log Message:
   Add a patch to fix CVE-2011-1005 security problem which found out that
   it affected Ruby 1.9.x, too.

   Now it

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Oct  6 16:27:54 UTC 2012

   Modified Files:
   	pkgsrc/lang/ruby193-base: distinfo
   	pkgsrc/lang/ruby193-base/patches: patch-error.c

   Log Message:
   Add short note to patches/patch-error.c about CVE-2012-4464 and CVE-2012-4466.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Oct 6 16:20:35 2012 UTC (12 years, 5 months ago) by taca
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Add a patch to fix CVE-2011-1005 security problem which found out that
it affected Ruby 1.9.x, too.

Now it assigned CVE-2012-4464 and CVE-2012-4466.

Bump PKGREVISION.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Oct 2 20:11:52 2012 UTC (12 years, 5 months ago) by asau
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -3 lines
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Sep 22 11:43:28 2012 UTC (12 years, 6 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2012Q3-base
Branch point for: pkgsrc-2012Q3
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
*** empty log message ***

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Sep 4 02:02:48 2012 UTC (12 years, 6 months ago) by dholland
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -1 lines
Not MAKE_JOBS_SAFE. See <20120510212103.GD7427@netbsd.org> in
pkgsrc-changes from early May 2012; I just got the same failure again.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Jul 25 14:26:57 2012 UTC (12 years, 7 months ago) by bsiegert
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +6 -1 lines
MirBSD support.

This adds shlib version handling to rubyversion.mk, a fix to configure
(include <sys/time.h> when checking for struct timespec) and a workaround
for broken code if getgrnam_r is available.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Jun 2 02:23:33 2012 UTC (12 years, 9 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -8 lines
* Don't use --enable-wide-getaddrinfo on SunOS.
* Add a patch from Ruby's repository, r35698; make sure to keep space
  between "-o" and output filename.

Bump PKGREVISION.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue May 8 16:08:53 2012 UTC (12 years, 10 months ago) by hans
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -1 lines
Prevent configure from using some random pkg-config tool found on the
system. Fixes build on SunOS 5.10.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri May 4 01:23:37 2012 UTC (12 years, 10 months ago) by obache
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -2 lines
pax target directories must be prepared.

Revision 1.10.2.1: download - view: text, markup, annotated - select for diffs
Sun Apr 22 21:42:29 2012 UTC (12 years, 11 months ago) by spz
Branches: pkgsrc-2012Q1
Diff to: previous 1.10: preferred, colored; next MAIN 1.11: preferred, colored
Changes since revision 1.10: +1 -2 lines
Pullup ticket #3751 - requested by taca
lang/ruby: version bump
lang/ruby193-base: security fix

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.78
- lang/ruby193-base/Makefile                                    1.11
- lang/ruby193-base/PLIST                                       1.3
- lang/ruby193-base/distinfo                                    1.6
- lang/ruby193-base/patches/patch-ext_dbm_extconf.rb            deleted
- lang/ruby193-base/patches/patch-lib_rubygems_config__file.rb  1.2
- lang/ruby193-base/patches/patch-lib_rubygems_specification.rb 1.2

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Apr 22 08:17:17 UTC 2012

   Modified Files:
   	pkgsrc/lang/ruby: rubyversion.mk
   	pkgsrc/lang/ruby193-base: Makefile PLIST distinfo
   	pkgsrc/lang/ruby193-base/patches: patch-lib_rubygems_config__file.rb
   	    patch-lib_rubygems_specification.rb
   Removed Files:
   	pkgsrc/lang/ruby193-base/patches: patch-ext_dbm_extconf.rb

   Log Message:
   Update ruby193 packages to 1.9.3p194.

   Security fix with updating bundled RubyGems to 1.8.23 and several bug fixes.
   Please refer ChangeLog in detail:
   http://svn.ruby-lang.org/repos/ruby/tags/v1_9_3_194/ChangeLog


   To generate a diff of this commit:
   cvs rdiff -u -r1.77 -r1.78 pkgsrc/lang/ruby/rubyversion.mk
   cvs rdiff -u -r1.10 -r1.11 pkgsrc/lang/ruby193-base/Makefile
   cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/ruby193-base/PLIST
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/ruby193-base/distinfo
   cvs rdiff -u -r1.1 -r0 \
       pkgsrc/lang/ruby193-base/patches/patch-ext_dbm_extconf.rb
   cvs rdiff -u -r1.1.1.1 -r1.2 \
       pkgsrc/lang/ruby193-base/patches/patch-lib_rubygems_config__file.rb \
       pkgsrc/lang/ruby193-base/patches/patch-lib_rubygems_specification.rb

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Apr 22 08:17:16 2012 UTC (12 years, 11 months ago) by taca
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -2 lines
Update ruby193 packages to 1.9.3p194.

Security fix with updating bundled RubyGems to 1.8.23 and several bug fixes.
Please refer ChangeLog in detail:
http://svn.ruby-lang.org/repos/ruby/tags/v1_9_3_194/ChangeLog

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Mar 21 15:40:13 2012 UTC (13 years ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base
Branch point for: pkgsrc-2012Q1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +6 -2 lines
Overhaul buildlink3 processing of Ruby.

* Don't buildlink in ruby/rubyversion.mk any more but define
  RUBY_USE_PTHREAD (use of pthread).
* In ruby/buildlink3.mk, buildlink via mk/pthread.buildlink3.mk as to
  RUBY_USE_PTHREAD.
* Also the same logic in ruby/Makefile.common.
* Buildlink of bdb, libiconv, zlib, openssl in each ruby*-base/Makefile.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Mar 12 12:32:26 2012 UTC (13 years ago) by fhajny
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +5 -1 lines
Prevent objcopy to be used on SunOS, otherwise Ruby segfaults.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Feb 18 06:46:54 2012 UTC (13 years, 1 month ago) by taca
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1 lines
Backout previous change.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Feb 18 06:24:21 2012 UTC (13 years, 1 month ago) by taca
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -2 lines
Bump PKGREVISION from libyaml-0.1.4 ABI change (shlib major bump).

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Feb 18 05:03:34 2012 UTC (13 years, 1 month ago) by taca
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -1 lines
* Add a patch whihc I forgot to commit at previous commit.
  This patch should be verified on none-BSD platform.
* Distribution file of Ruby 1.9.3 patchlevel 125 was update with the
  same file name.

	Packages are repacked to fix [Bug #6040].
	See http://www.ruby-lang.org/en/news/2012/02/16/ruby-1-9-3-p125-is-released/

  These files are changed:
	enc/trans/big5.c
	insns_info.inc

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Feb 16 16:43:38 2012 UTC (13 years, 1 month ago) by taca
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -3 lines
Update ruby193-base package to 1.9.3p125 (Ruby 1.9.3 patchlevel 125).
Implictly update lang/ruby193 and devel/ruby-mode (nothing change).

== Fixes

* Fix for Ruby OpenSSL module: Allow "0/n splitting" as a prevention
  for the TLS BEAST attack
* Fixed: LLVM/clang support [Bug #5076]
* Fixed: GCC 4.7 support [Bug #5851]
* other bug fixes

For more detail, please refer:
	http://svn.ruby-lang.org/repos/ruby/tags/v1_9_3_125/ChangeLog

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Jan 24 20:42:42 2012 UTC (13 years, 1 month ago) by joerg
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Fix mdoc markup. Bump revision.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Dec 4 02:31:54 2011 UTC (13 years, 3 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -2 lines
* Add ${RUBY_VER} under ${GEM_HOME}/gems/*/bin comamnds to avoid
  conflict with outside gem.
* Fix shared library's name on FreeBSD (tested with 8.2-STABLE).

Bump PKGREVISION.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Nov 13 15:45:49 2011 UTC (13 years, 4 months ago) by taca
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
Clean up DEINSTALL/INSTALL scripts.

* Remove setting PREFIX.
* Remove executing exit on last line.

Bump PKGREVISION.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Tue Nov 8 16:10:51 2011 UTC (13 years, 4 months ago) by taca
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Importing ruby193-base version 1.9.3p0 (Ruby 1.9.3 p0):

Please refer detail for:
	http://svn.ruby-lang.org/repos/ruby/tags/v1_9_3_0/NEWS
	http://svn.ruby-lang.org/repos/ruby/tags/v1_9_3_0/ChangeLog

Short summary from NEWS:

* Ruby's License is changed from a dual license with GPLv2
  to a dual license with 2-clause BSDL.

* Encoding
  * new encodings: CP950, CP951, UTF-16 and UTF-32
  * change alias:
    * SJIS is Windows-31J

* Regexps now support Unicode 6.0. (new characters and scripts)

* builtin classes

  * ARGF
    * new methods: ARGF.read_nonblock and so on.
  * Array
    * extended method: Array#pack supports endian modifiers
  * String
    * extended method: String#unpack supports endian modifiers
    * new method: String#prepend and String#byteslice
  * Bignum
    * Multiplication algorithm for Bignums with a large number of digits over
      150 BDIGITs is changed in order to reduce its calculation time.
      Now such large Bignums are multiplied by using Toom-3 algorithm.
  * File
    * new constant: File::NULL and File::DIRECT
  * IO
    * extended method: IO#putc supports multibyte characters
    * new methods: * IO#advise, IO.write and IO.binwrite
  * Kernel
    * move #__id__ to BasicObject
    * extended method: Kernel#rand supports range argument
  * Module
    * new methods: Module#private_constant and Module#public_constant
  * Random
    * extended method: Random.rand supports range argument
  * Time
    * extended method: Time#strftime supports %:z and %::z
  * Process
    * Process#maxgroups and Process#maxgroups= now raise NotImplementedError if
      the platform don't support supplementary groups concept


Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Nov 8 16:10:51 2011 UTC (13 years, 4 months ago) by taca
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>