OBS User unknown 2007-08-20 16:50:15 +00:00 committed by Git OBS Bridge
parent 437c59daf5
commit 732ecf52bf
3 changed files with 9 additions and 2 deletions

View File

@ -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))
{

View File

@ -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

View File

@ -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)