From e11c1ef201700818caf4889db0562c83d0cd8385 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Fri, 1 Oct 2004 14:47:57 +0000 Subject: [PATCH] fix buffer overflow in shar, (from Ulf Harnhammer) --- sharutils.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sharutils.spec b/sharutils.spec index fa39fa9..ade91ef 100644 --- a/sharutils.spec +++ b/sharutils.spec @@ -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 4.2.1-22 +- fix buffer overflow in shar, (from Ulf Harnhammer) + * Thu Jun 24 2004 Than Ngo 4.2.1-21 - add builrequires on gettext, bug #126599