This commit is contained in:
parent
437c59daf5
commit
732ecf52bf
@ -92,7 +92,7 @@ based on patch:
|
||||
- prefix[prefix_len] = '\0';
|
||||
-
|
||||
- if (hash_string_insert (&prefix_table[link_target], prefix))
|
||||
+ const char **prefix;
|
||||
+ const char *prefix;
|
||||
+ if (hash_string_insert_prefix (&prefix_table[link_target], file_name,
|
||||
+ prefix_len, &prefix))
|
||||
{
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 20 18:11:29 CEST 2007 - lmichnovic@suse.cz
|
||||
|
||||
- fixed typo in paxlib-owl-alloca.patch [#301416]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 17 10:31:21 CEST 2007 - lmichnovic@suse.cz
|
||||
|
||||
|
@ -16,7 +16,7 @@ License: GPL v3 only
|
||||
Group: Productivity/Archiving/Compression
|
||||
Autoreqprov: on
|
||||
Version: 2.9
|
||||
Release: 8
|
||||
Release: 10
|
||||
Summary: A Backup and Archiving Utility
|
||||
Source: cpio-2.9.tar.bz2
|
||||
Patch1: cpio-2.9-no_rmt.patch
|
||||
@ -99,6 +99,8 @@ ln -sf ../../bin/cpio $RPM_BUILD_ROOT/usr/bin/cpio
|
||||
#/usr/share/locale/*/LC_MESSAGES/cpio.mo
|
||||
|
||||
%changelog
|
||||
* Mon Aug 20 2007 - lmichnovic@suse.cz
|
||||
- fixed typo in paxlib-owl-alloca.patch [#301416]
|
||||
* Fri Aug 17 2007 - lmichnovic@suse.cz
|
||||
- upstream fix: use of alloca can cause stack overflow
|
||||
(paxlib-owl-alloca.patch)
|
||||
|
Loading…
Reference in New Issue
Block a user