cvs commit: ports/Mk bsd.ruby.mk ports/lang/ruby18/files patch-array.c patch-intern.h patch-sprintf.c patch-string.c

Stanislav Sedov stas at FreeBSD.org
Sat Jun 21 10:34:54 UTC 2008


stas        2008-06-21 10:34:53 UTC

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.ruby.mk 
  Added files:
    lang/ruby18/files    patch-array.c patch-intern.h 
                         patch-sprintf.c patch-string.c 
  Log:
  - Fix possible memory corruption when using String;
  - fix integer overflow in Array;
  - fix overflow in String;
  - bump PORTREVISION.
  
  Obtained from:  ruby VCS
  
  Revision  Changes    Path
  1.169     +2 -2      ports/Mk/bsd.ruby.mk
  1.1       +68 -0     ports/lang/ruby18/files/patch-array.c (new)
  1.4       +10 -0     ports/lang/ruby18/files/patch-intern.h (new)
  1.1       +28 -0     ports/lang/ruby18/files/patch-sprintf.c (new)
  1.1       +137 -0    ports/lang/ruby18/files/patch-string.c (new)


More information about the cvs-all mailing list