- Prevent LPGETSTATUS overrunning format buffer.
This commit is contained in:
parent
a6696e4288
commit
d151e260a7
@ -1,7 +1,7 @@
|
||||
Summary: HP Linux Imaging and Printing Project
|
||||
Name: hplip
|
||||
Version: 0.9.7
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL/MIT/BSD
|
||||
Group: System Environment/Daemons
|
||||
Conflicts: system-config-printer < 0.6.132
|
||||
@ -12,6 +12,7 @@ Patch1: hplip-quiet.patch
|
||||
Patch2: hplip-desktop.patch
|
||||
Patch3: hplip-config.patch
|
||||
Patch4: hplip-compile.patch
|
||||
Patch5: hplip-lpgetstatus.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||
|
||||
Requires: desktop-file-utils >= 0.2.92
|
||||
@ -65,6 +66,9 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
|
||||
# Fix compilation.
|
||||
%patch4 -p1 -b .compile
|
||||
|
||||
# Prevent LPGETSTATUS overrunning format buffer.
|
||||
%patch5 -p1 -b .lpgetstatus
|
||||
|
||||
%build
|
||||
%configure
|
||||
make
|
||||
@ -150,6 +154,9 @@ if ! grep ^hpaio /etc/sane.d/dll.conf >/dev/null 2>/dev/null ; then \
|
||||
fi
|
||||
|
||||
%changelog
|
||||
* Fri Nov 25 2005 Tim Waugh <twaugh@redhat.com> 0.9.7-2
|
||||
- Prevent LPGETSTATUS overrunning format buffer.
|
||||
|
||||
* Thu Nov 24 2005 Tim Waugh <twaugh@redhat.com> 0.9.7-1
|
||||
- 0.9.7.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user