Ticket #1685: compressed_encryption_fix.patch

File compressed_encryption_fix.patch, 1.3 KB (added by congest, 7 years ago)
  • src/vfs/extfs/helpers/urar.in

    diff --git a/src/vfs/extfs/helpers/urar.in b/src/vfs/extfs/helpers/urar.in
    index 5453d31..b35cd03 100644
    a b fi 
    3535 
    3636mcrar4fs_list () 
    3737{ 
    38      $UNRAR v -c- -cfg- "$1" | @AWK@ -v uid=`id -u` -v gid=`id -g` ' 
     38     $UNRAR v -c- -p- -cfg- "$1" | @AWK@ -v uid=`id -u` -v gid=`id -g` ' 
    3939BEGIN { flag=0 } 
    4040/^-------/ { flag++; if (flag > 1) exit 0; next } 
    4141flag==1 { 
    flag==1 { 
    5353 
    5454mcrar5fs_list () 
    5555{ 
    56     $UNRAR vt -c- -cfg- "$1" | @AWK@ -F ':' -v uid=`id -u` -v gid=`id -g` ' 
     56    $UNRAR vt -c- -p- -cfg- "$1" | @AWK@ -F ':' -v uid=`id -u` -v gid=`id -g` ' 
    5757    { 
    5858        ### remove space after the ":" of the field name 
    5959        sub ("^ ", "", $2); 
  • src/vfs/extfs/helpers/uzip.in

    diff --git a/src/vfs/extfs/helpers/uzip.in b/src/vfs/extfs/helpers/uzip.in
    index 22466db..60a1158 100644
    a b my $cmd_addlink = "$app_zip -g -y"; 
    3232# Command used to delete a file from the archive 
    3333my $cmd_delete = "$app_zip -d"; 
    3434# Command used to extract a file to standard out 
    35 my $cmd_extract = "$app_unzip -p"; 
     35my $cmd_extract = "$app_unzip -p -P \"\""; 
    3636 
    3737# -rw-r--r--  2.2 unx     2891 tx     1435 defN 20000330.211927 ./edit.html 
    3838# (perm) (?) (?) (size) (?) (zippedsize) (method) (yyyy)(mm)(dd).(HH)(MM)(SS) (fname)