]> git.pld-linux.org Git - packages/libpng.git/commitdiff
- updated to 1.2.27 auto/ac/libpng-1_2_27-1 auto/th/crossmingw32-libpng-1_2_29-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 3 May 2008 13:36:09 +0000 (13:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libpng-apng.patch -> 1.4
    libpng.spec -> 1.152

libpng-apng.patch
libpng.spec

index 73f9224d9b876a2ab27537771af44c3ff493280d..d75a9c8157dcb18f93b6184a9e7bd37f31e155e8 100644 (file)
@@ -1395,9 +1395,9 @@ Index: pngrutil.c
     chunk.  If there isn't a problem with the chunk itself (ie bad
     chunk name, CRC, or a critical chunk), the chunk is silently ignored
 @@ -3318,8 +3318,10 @@
+    if(row_bytes + 64 > png_ptr->old_big_row_buf_size)
     {
-      if (png_ptr->big_row_buf)
-         png_free(png_ptr,png_ptr->big_row_buf);
+      png_free(png_ptr,png_ptr->big_row_buf);
 -     png_ptr->big_row_buf = (png_bytep)png_malloc(png_ptr, row_bytes+64);
 -     png_ptr->row_buf = png_ptr->big_row_buf+32;
 +     if (png_ptr->big_row_buf == NULL)
index cd413fde7386906dcf8f15a4eb30443a32e62593..054536e77dccd1f7b5b0e7ac46cb95703248baab 100644 (file)
@@ -7,13 +7,13 @@ Summary(pl.UTF-8):    Biblioteka PNG
 Summary(pt_BR.UTF-8):  Biblioteca PNG
 Summary(tr.UTF-8):     PNG kitaplığı
 Name:          libpng
-Version:       1.2.26
-Release:       3
+Version:       1.2.27
+Release:       1
 Epoch:         2
 License:       distributable
 Group:         Libraries
 Source0:       http://dl.sourceforge.net/libpng/%{name}-%{version}.tar.lzma
-# Source0-md5: 08910ba5da02003b81afb30f630b98a5
+# Source0-md5: 2867168631ac82892a7f8eb9aa4d181a
 Patch0:                %{name}-pngminus.patch
 Patch1:                %{name}-opt.patch
 Patch2:                %{name}-norpath.patch
@@ -21,7 +21,6 @@ Patch3:               %{name}-export_old.patch
 Patch4:                %{name}-revert.patch
 # http://littlesvr.ca/apng/
 Patch5:                %{name}-apng.patch
-Patch6:                %{name}-cve.patch
 URL:           http://www.libpng.org/pub/png/libpng.html
 BuildRequires: lzma >= 1:4.42
 BuildRequires: rpmbuild(macros) >= 1.213
@@ -155,7 +154,6 @@ lzma -dc %{SOURCE0} | tar xf - -C ..
 %patch3 -p1
 %patch4 -p1
 %patch5 -p0
-%patch6 -p1
 
 %ifarch %{ix86}
 ln -sf scripts/makefile.gcmmx ./Makefile
This page took 0.127882 seconds and 4 git commands to generate.