- apply debian patch to fix insecure temporary file creation in unshar
#154049, CAN-2005-0990
This commit is contained in:
parent
44ab48e1b1
commit
6a6c05eb4b
@ -1,7 +1,7 @@
|
|||||||
Summary: The GNU shar utilities for packaging and unpackaging shell archives.
|
Summary: The GNU shar utilities for packaging and unpackaging shell archives.
|
||||||
Name: sharutils
|
Name: sharutils
|
||||||
Version: 4.2.1
|
Version: 4.2.1
|
||||||
Release: 26
|
Release: 27
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Archiving
|
Group: Applications/Archiving
|
||||||
Source: ftp://prep.ai.mit.edu/pub/gnu/sharutils/sharutils-%{version}.tar.gz
|
Source: ftp://prep.ai.mit.edu/pub/gnu/sharutils/sharutils-%{version}.tar.gz
|
||||||
@ -15,6 +15,8 @@ Patch7: sharutils-4.2.1-uudecode.patch
|
|||||||
Patch8: sharutils-opto.dif
|
Patch8: sharutils-opto.dif
|
||||||
Patch9: sharutils-4.2.1-sec.patch
|
Patch9: sharutils-4.2.1-sec.patch
|
||||||
Patch10: sharutils-4.2.1-getcwd.patch
|
Patch10: sharutils-4.2.1-getcwd.patch
|
||||||
|
Patch11: sharutils-4.2.1-CAN-2005-0990.patch
|
||||||
|
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
Prereq: /sbin/install-info
|
Prereq: /sbin/install-info
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
@ -46,6 +48,7 @@ Install sharutils if you send binary files through e-mail.
|
|||||||
%patch8 -p0 -b .ooption
|
%patch8 -p0 -b .ooption
|
||||||
%patch9 -p1
|
%patch9 -p1
|
||||||
%patch10 -p1 -b .getcwd
|
%patch10 -p1 -b .getcwd
|
||||||
|
%patch11 -p1 -b .CAN-2005-0990
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -81,6 +84,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 11 2005 Than Ngo <than@redhat.com> 4.2.1-27
|
||||||
|
- apply debian patch to fix insecure temporary file creation
|
||||||
|
in unshar #154049, CAN-2005-0990
|
||||||
|
|
||||||
* Thu Mar 31 2005 Than Ngo <than@redhat.com> 4.2.1-26
|
* Thu Mar 31 2005 Than Ngo <than@redhat.com> 4.2.1-26
|
||||||
- apply patch to fix multiple buffer overflows #152571
|
- apply patch to fix multiple buffer overflows #152571
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user