- Backported patch to fix CAN-2004-1184 (bug #144684).

This commit is contained in:
Tim Waugh 2005-01-29 12:49:01 +00:00
parent 7e9d1fced0
commit ace8c28bea

View File

@ -9,6 +9,7 @@ Patch0: enscript-1.6.1-config.patch
Patch2: enscript-1.6.1-tmp.patch
Patch3: enscript-1.6.1-locale.patch
Patch4: enscript-doublefree.patch
Patch5: enscript-1.6.1-CAN-2004-1184.patch
URL: http://people.ssh.fi/mtr/genscript/index.html
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Obsoletes: nenscript
@ -26,6 +27,7 @@ includes many options for customizing printouts.
%patch2 -p1 -b .tmp
%patch3 -p1 -b .locale
%patch4 -p1 -b .doublefree
%patch5 -p1 -b .CAN-2004-1184
%build
%configure --with-media=Letter
@ -61,6 +63,9 @@ rm -rf %{buildroot}
%doc AUTHORS ChangeLog FAQ.html NEWS README README.ESCAPES THANKS TODO
%changelog
* Tue Jan 29 2005 Tim Waugh <twaugh@redhat.com>
- Backported patch to fix CAN-2004-1184 (bug #144684).
* Mon Sep 27 2004 Tim Waugh <twaugh@redhat.com> 1.6.1-28
- Fixed double-free problem (bug #132964).