<html>
  <head>
    <meta http-equiv="content-type" content="text/html;
      charset=iso-8859-2">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-text-flowed" style="font-family: -moz-fixed;
      font-size: 12px;" lang="x-central-euro">Hi folks, <br>
      I work on patch for support of segmented archives on unzip. It's
      created alpha patch, which will be modified in future <br>
      and probably (that's perhaps certainty <span
        class="moz-smiley-s1" title=":-)"></span> ) it still contains
      bugs. However some testing should helps next devel, so if someone
      works with *.zip <br>
      multi-disk archives and want to try/test this new feature<br>
      <br>
      a) here you can download scrach-build which you want - I did build
      only for F21 now (unzip-6.0-22.fc21.src.rpm)<br>
          <a class="moz-txt-link-freetext" href="http://koji.fedoraproject.org/koji/taskinfo?taskID=9319882">http://koji.fedoraproject.org/koji/taskinfo?taskID=9319882</a><br>
      <br>
      (if you want check code direct in repository, patch is inside
      branch pstodulk_segment)<br>
      <br>
      b) or you can test upstream version:<br>
      $ wget <a class="moz-txt-link-freetext" href="http://antinode.info/ftp/info-zip/unzip610c17s.zip">http://antinode.info/ftp/info-zip/unzip610c17s.zip</a><br>
      $ unzip unzip610c17s.zip<br>
      $ cd unzip610c17s<br>
      $ make -f unix/Makefile -j5 CC=cc PROD=compiled_unzip
      LOCAL_UNZIP=-DNO_EXCEPT_SIGNALS LFLAGS2=-L. generic<br>
      $ cd compile_unzip<br>
      <br>
      - and try unzip your multidisk archive (is expected *.zip file as
      input! and all segments must be in the same directory!)<br>
      - multi-volume archives are not supported now (with different
      names, e.g.: main.zip not_main.z01 )<br>
      <br>
      You could still see warning (or even error) messages about missing
      bytes and unssuported multi-disk archives.<br>
      Exit code could be wrong. This all you can ignore now, fix of
      these problems is in todolist for next month.<br>
      Important are unziped output files, that should be correct.<br>
      -&gt; are files really OK? -&gt; Get you same output as you get by
      old method of concatenation or<br>
      with pretreatment by "zip -FF segmented_archive.zip --out
      complex_archive.zip"?<br>
      Or you can use for unzip "-t" option for test of archive. Whatever
      you want try.<br>
      <br>
      When you know that archive is ok and you get wrong output, please
      write me and add link to archive<br>
      if it is publicly accessible on the internet or write how can be
      create it.<br>
      (or attach it if it is small).<br>
      <br>
      If you want, you can post same tests for this test-suite:<br>
       <a class="moz-txt-link-freetext" href="https://github.com/pirat89/zip-tests">https://github.com/pirat89/zip-tests</a><br>
      <br>
      Thanks to all who will help with tests :-)<br>
      <br>
      Regards,<br>
      Petr<br>
    </div>
  </body>
</html>