~ubuntu-branches/debian/wheezy/libpng/wheezy

« back to all changes in this revision

Viewing changes to debian/patches/01-legacy.patch

  • Committer: Package Import Robot
  • Author(s): Anibal Monsalve Salazar
  • Date: 2012-04-09 12:08:13 UTC
  • mfrom: (27.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20120409120813-tuhq8wo3ar43x97v
Tags: 1.2.49-1
* New upstream version 1.2.49
  - Fix CVE-2011-3048 (memory corruption flaw)
    Closes: 667475
  - Don't crash with electric fence memory debugger
    Closes: 668082
* Merged upstream: 02-665208-CVE-2012-3045.patch 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- a/libpng-1.2.47.txt
2
 
+++ b/libpng-1.2.47.txt
3
 
@@ -1049,8 +1049,9 @@
 
1
--- a/libpng-1.2.49.txt 2012-03-29 15:46:53.000000000 +1100
 
2
+++ b/libpng-1.2.49.txt 2012-04-09 12:23:14.000000000 +1000
 
3
@@ -1049,8 +1049,9 @@ the normalized graylevel is computed:
4
4
     gray = (rw*red + gw*green + bw*blue)/65536;
5
5
 
6
6
 The default values approximate those recommended in the Charles
12
12
 
13
13
     Y = 0.212671 * R + 0.715160 * G + 0.072169 * B
14
14
 
15
 
--- a/png.h     2009-12-03 12:46:00.000000000 +1100
16
 
+++ b/png.h     2009-12-04 11:56:48.000000000 +1100
17
 
@@ -1859,15 +1859,17 @@
 
15
--- a/png.h     2012-03-29 15:46:53.000000000 +1100
 
16
+++ b/png.h     2012-04-09 12:23:14.000000000 +1000
 
17
@@ -1900,15 +1900,17 @@ extern PNG_EXPORT(void,png_destroy_read_
18
18
    png_ptr_ptr, png_infopp info_ptr_ptr, png_infopp end_info_ptr_ptr));
19
19
 
20
20
 /* Free all memory used by the read (old method - NOT DLL EXPORTED) */
35
35
 
36
36
 /* Set the libpng method of handling chunk CRC errors */
37
37
 extern PNG_EXPORT(void,png_set_crc_action) PNGARG((png_structp png_ptr,
38
 
--- a/png.5     2009-12-03 12:46:00.000000000 +1100
39
 
+++ b/png.5     2009-12-04 11:59:32.000000000 +1100
40
 
@@ -18,7 +18,11 @@
 
38
--- a/png.5     2012-03-29 15:46:53.000000000 +1100
 
39
+++ b/png.5     2012-04-09 12:23:14.000000000 +1000
 
40
@@ -18,7 +18,11 @@ gamma and chromaticity data for improved
41
41
 platforms.
42
42
 
43
43
 .SH "SEE ALSO"