cvs commit: ports/lang/python25 Makefile ports/lang/python25/files patch-Lib-test-test_zlib.py patch-Modules-zlibmodule.c

Martin Wilke miwi at FreeBSD.org
Fri Apr 25 08:16:05 UTC 2008


miwi        2008-04-25 08:16:04 UTC

  FreeBSD ports repository

  Modified files:
    lang/python25        Makefile 
  Added files:
    lang/python25/files  patch-Lib-test-test_zlib.py 
                         patch-Modules-zlibmodule.c 
  Log:
  - Fix zlib crash from zlib.decompressobj().flush(val)
    when val was not positive. It tried to allocate negative
    or zero memory.  That fails.
  - Bump PORTREVISION
  
  Reviewed by:    alexbl
  Obtained from:  python svn
  Security:       http://www.vuxml.org/freebsd/ec41c3e2-129c-11dd-bab7-0016179b2dd5.html
  
  Revision  Changes    Path
  1.150     +1 -1      ports/lang/python25/Makefile
  1.1       +14 -0     ports/lang/python25/files/patch-Lib-test-test_zlib.py (new)
  1.1       +13 -0     ports/lang/python25/files/patch-Modules-zlibmodule.c (new)


More information about the cvs-ports mailing list