fix buffer overflow in shar, (from Ulf Harnhammer)
This commit is contained in:
parent
d2fe678ce1
commit
e11c1ef201
@ -1,7 +1,7 @@
|
||||
Summary: The GNU shar utilities for packaging and unpackaging shell archives.
|
||||
Name: sharutils
|
||||
Version: 4.2.1
|
||||
Release: 21
|
||||
Release: 22
|
||||
License: GPL
|
||||
Group: Applications/Archiving
|
||||
Source: ftp://prep.ai.mit.edu/pub/gnu/sharutils/sharutils-%{version}.tar.gz
|
||||
@ -13,6 +13,7 @@ Patch5: sharutils-4.2-uudecode.patch
|
||||
Patch6: sharutils-4.2.1-mktemp.patch
|
||||
Patch7: sharutils-4.2.1-uudecode.patch
|
||||
Patch8: sharutils-opto.dif
|
||||
Patch9: sharutils.patch
|
||||
BuildRequires: gettext
|
||||
Prereq: /sbin/install-info
|
||||
Buildroot: %{_tmppath}/%{name}-root
|
||||
@ -42,6 +43,7 @@ Install sharutils if you send binary files through e-mail.
|
||||
%patch6 -p1
|
||||
%patch7 -p1
|
||||
%patch8 -p0 -b .ooption
|
||||
%patch9 -p0
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -77,6 +79,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_mandir}/*/*
|
||||
|
||||
%changelog
|
||||
* Fri Oct 01 2004 Than Ngo <than@redhat.com> 4.2.1-22
|
||||
- fix buffer overflow in shar, (from Ulf Harnhammer)
|
||||
|
||||
* Thu Jun 24 2004 Than Ngo <than@redhat.com> 4.2.1-21
|
||||
- add builrequires on gettext, bug #126599
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user