]> git.pld-linux.org Git - packages/libpng.git/commitdiff
- added 16bit-overflow patch - fix from Debian for bug in 16-bit depth images libpng-1_2_5-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 9 Jan 2003 15:33:45 +0000 (15:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  handling that could cause security problems
- release 1

Changed files:
    libpng.spec -> 1.71

libpng.spec

index 469a4342518c0da3bb523cffdce0418f3baaa07c..a6ac2789077d987fd196680cfa0da7c755be0d66 100644 (file)
@@ -7,7 +7,7 @@ Summary(pt_BR): Biblioteca PNG
 Summary(tr):   PNG kitaplýðý
 Name:          libpng
 Version:       1.2.5
-Release:       0.3
+Release:       1
 Epoch:         2
 License:       distributable
 Group:         Libraries
@@ -16,6 +16,7 @@ Patch0:               %{name}-pngminus.patch
 Patch1:                %{name}-badchunks.patch
 Patch2:                %{name}-opt.patch
 Patch3:                %{name}-revert.patch
+Patch4:                %{name}-16bit-overflow.patch
 Provides:      libpng.so.3
 URL:           http://www.libpng.org/pub/png/libpng.html
 BuildRequires: zlib-devel
@@ -139,6 +140,7 @@ Narz
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %ifarch %{ix86}
 ln -sf scripts/makefile.gcmmx ./Makefile
This page took 0.045922 seconds and 4 git commands to generate.