source: trunk/server/fedora/specs/dvipng.spec.patch @ 1559

Last change on this file since 1559 was 1559, checked in by mitchb, 14 years ago
Patch for CVE-2010-0829... SSDP: Same Thing, Different Package
File size: 883 bytes
RevLine 
[1559]1--- dvipng.spec.orig    2010-05-07 02:36:45.000000000 -0400
2+++ dvipng.spec 2010-05-07 02:47:57.000000000 -0400
3@@ -1,6 +1,6 @@
4 Name:           dvipng
5 Version:        1.11
6-Release:        2%{?dist}
7+Release:        2.scripts.%{scriptsversion}%{?dist}
8 Summary:        Converts DVI files to PNG/GIF format
9 
10 Group:          Applications/Publishing
11@@ -8,6 +8,8 @@
12 URL:            http://savannah.nongnu.org/projects/dvipng/
13 Source0:        http://download.savannah.gnu.org/releases/dvipng/%{name}-%{version}.tar.gz
14 
15+Patch1000:      dvipng-CVE-2010-0829.patch
16+
17 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
18 BuildRequires:  kpathsea-devel gd-devel zlib-devel libpng-devel texinfo-tex
19 BuildRequires:  t1lib-devel freetype-devel
20@@ -26,6 +28,8 @@
21 %prep
22 %setup -q
23 
24+%patch1000 -p2 -b .cve-2010-0829
25+
26 %build
27 %configure
28 make %{?_smp_mflags}
Note: See TracBrowser for help on using the repository browser.