~noskcaj/ubuntu/trusty/libpng/libpng

« back to all changes in this revision

Viewing changes to scripts/makefile.cygwin

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2010-03-03 16:44:47 UTC
  • mfrom: (1.1.12 upstream) (15.2.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100303164447-2w5p75b0cfsrft5t
Tags: 1.2.43-1
* New upstream release 
* Fix CVE-2010-0205 and Cert VU#576029
  http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0205
  https://www.kb.cert.org/vuls/id/576029
  Do not stall and consume large quantities of memory while processing
  certain Portable Network Graphics (PNG) files
  Closes: 572308

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
LIBNAME = libpng12
78
78
PNGMAJ = 0
79
79
CYGDLL = 12
80
 
PNGMIN = 1.2.42
 
80
PNGMIN = 1.2.43
81
81
PNGVER = $(PNGMAJ).$(PNGMIN)
82
82
 
83
83
SHAREDLIB=cygpng$(CYGDLL).dll