Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Apr 2008 08:16:04 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/lang/python25 Makefile ports/lang/python25/files patch-Lib-test-test_zlib.py patch-Modules-zlibmodule.c
Message-ID:  <200804250816.m3P8G5i8096118@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804250816.m3P8G5i8096118>