update to 10.60.00
This commit is contained in:
parent
6ff804990e
commit
5f988d0342
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/netpbm-10.59.03.tar.xz
|
||||
/netpbm-10.60.00.tar.xz
|
||||
|
@ -988,17 +988,6 @@ diff -up netpbm-10.58.01/converter/ppm/ximtoppm.c.security-code netpbm-10.58.01/
|
||||
header->colors = (Color *)calloc((unsigned int)header->ncolors,
|
||||
sizeof(Color));
|
||||
if (header->colors == NULL) {
|
||||
diff -up netpbm-10.58.01/converter/ppm/xpmtoppm.c.security-code netpbm-10.58.01/converter/ppm/xpmtoppm.c
|
||||
--- netpbm-10.58.01/converter/ppm/xpmtoppm.c.security-code 2012-04-09 15:31:44.000000000 +0200
|
||||
+++ netpbm-10.58.01/converter/ppm/xpmtoppm.c 2012-04-09 15:41:54.193232227 +0200
|
||||
@@ -851,6 +851,7 @@ readXpmFile(FILE * const ifP
|
||||
&nColors, colorsP, &ptab);
|
||||
transparentP->none = true; /* No transparency in version 1 */
|
||||
}
|
||||
+ overflow2(*widthP, *heightP);
|
||||
totalpixels = width * height;
|
||||
MALLOCARRAY(data, totalpixels);
|
||||
if (!data)
|
||||
diff -up netpbm-10.58.01/converter/ppm/yuvtoppm.c.security-code netpbm-10.58.01/converter/ppm/yuvtoppm.c
|
||||
--- netpbm-10.58.01/converter/ppm/yuvtoppm.c.security-code 2012-04-09 15:31:44.000000000 +0200
|
||||
+++ netpbm-10.58.01/converter/ppm/yuvtoppm.c 2012-04-09 15:40:03.218619602 +0200
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: A library for handling different graphics file formats
|
||||
Name: netpbm
|
||||
Version: 10.59.03
|
||||
Version: 10.60.00
|
||||
Release: 1%{?dist}
|
||||
# See copyright_summary for details
|
||||
License: BSD and GPLv2 and IJG and MIT and Public Domain
|
||||
@ -250,6 +250,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc userguide/*
|
||||
|
||||
%changelog
|
||||
* Tue Oct 02 2012 Jindrich Novy <jnovy@redhat.com> 10.60.00-1
|
||||
- update to 10.60.00
|
||||
- speeds up xpmtoppm
|
||||
|
||||
* Tue Sep 25 2012 Jindrich Novy <jnovy@redhat.com> 10.59.03-1
|
||||
- update to 10.59.03
|
||||
- fixes xpmtoppm
|
||||
|
Loading…
Reference in New Issue
Block a user