auto-import changelog data from mc-4.6.0-17.src.rpm
Sat Aug 21 2004 Jakub Jelinek <jakub@redhat.com> 4.6.0-17 - fix shell quoting in extfs perl scripts (Leonard den Ottolander, #127973, CAN-2004-0494)
This commit is contained in:
parent
02c85a22f3
commit
77ab445fa5
10
mc.spec
10
mc.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: User-friendly text console file manager and visual shell.
|
Summary: User-friendly text console file manager and visual shell.
|
||||||
Name: mc
|
Name: mc
|
||||||
Version: 4.6.0
|
Version: 4.6.0
|
||||||
Release: 16
|
Release: 17
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
@ -26,6 +26,7 @@ Patch9: mc-CVE-CAN-2003-1023.patch
|
|||||||
Patch10: mc-4.6.0-large_syntax.patch
|
Patch10: mc-4.6.0-large_syntax.patch
|
||||||
Patch11: mc-4.6.0-jumbo.patch
|
Patch11: mc-4.6.0-jumbo.patch
|
||||||
Patch12: mc-4.6.0-edit-replace.patch
|
Patch12: mc-4.6.0-edit-replace.patch
|
||||||
|
Patch13: mc-4.6.0-extfs-quoted.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Midnight Commander is a visual shell much like a file manager, only
|
Midnight Commander is a visual shell much like a file manager, only
|
||||||
@ -70,6 +71,9 @@ cp -f %{SOURCE1} vfs/extfs
|
|||||||
# fix buffer overflows in mcedit Replace function
|
# fix buffer overflows in mcedit Replace function
|
||||||
%patch12 -p1 -b .edit-replace
|
%patch12 -p1 -b .edit-replace
|
||||||
|
|
||||||
|
# fix shell quoting in extfs perl scripts, CAN-2004-0494
|
||||||
|
%patch13 -p1 -b .extfs-quoted
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE $RPM_OPT_FLAGS"
|
export CFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE $RPM_OPT_FLAGS"
|
||||||
%configure --sysconfdir=%{_sysconfdir} --with-screen=slang
|
%configure --sysconfdir=%{_sysconfdir} --with-screen=slang
|
||||||
@ -115,6 +119,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir %{_datadir}/mc
|
%dir %{_datadir}/mc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 21 2004 Jakub Jelinek <jakub@redhat.com> 4.6.0-17
|
||||||
|
- fix shell quoting in extfs perl scripts
|
||||||
|
(Leonard den Ottolander, #127973, CAN-2004-0494)
|
||||||
|
|
||||||
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user