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

Martin Wilke miwi at FreeBSD.org
Mon Apr 28 07:40:00 UTC 2008


miwi        2008-04-28 07:39:59 UTC

  FreeBSD ports repository

  Modified files:
    lang/python23        Makefile 
    lang/python24        Makefile 
  Added files:
    lang/python23/files  patch-Lib-test-test_zlib.py 
                         patch-Modules-zlibmodule.c 
    lang/python24/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
  
  PR:             123153
  Submitted by:   Nick Barkas <snb at threerings.net>
  Security:       http://www.vuxml.org/freebsd/ec41c3e2-129c-11dd-bab7-0016179b2dd5.html
  
  Revision  Changes    Path
  1.152     +1 -0      ports/lang/python23/Makefile
  1.1       +14 -0     ports/lang/python23/files/patch-Lib-test-test_zlib.py (new)
  1.1       +13 -0     ports/lang/python23/files/patch-Modules-zlibmodule.c (new)
  1.162     +1 -0      ports/lang/python24/Makefile
  1.1       +14 -0     ports/lang/python24/files/patch-Lib-test-test_zlib.py (new)
  1.1       +13 -0     ports/lang/python24/files/patch-Modules-zlibmodule.c (new)


More information about the cvs-ports mailing list