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
  • dvipng.spec

    old new  
    11Name:           dvipng
    22Version:        1.11
    3 Release:        2%{?dist}
     3Release:        2.scripts.%{scriptsversion}%{?dist}
    44Summary:        Converts DVI files to PNG/GIF format
    55
    66Group:          Applications/Publishing
     
    88URL:            http://savannah.nongnu.org/projects/dvipng/
    99Source0:        http://download.savannah.gnu.org/releases/dvipng/%{name}-%{version}.tar.gz
    1010
     11Patch1000:      dvipng-CVE-2010-0829.patch
     12
    1113BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    1214BuildRequires:  kpathsea-devel gd-devel zlib-devel libpng-devel texinfo-tex
    1315BuildRequires:  t1lib-devel freetype-devel
     
    2628%prep
    2729%setup -q
    2830
     31%patch1000 -p2 -b .cve-2010-0829
     32
    2933%build
    3034%configure
    3135make %{?_smp_mflags}
Note: See TracBrowser for help on using the repository browser.