home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / compress / 2802 < prev    next >
Encoding:
Internet Message Format  |  1992-07-25  |  2.1 KB

  1. Path: sparky!uunet!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!nntp-server.caltech.edu!madler
  2. From: madler@cco.caltech.edu (Mark Adler)
  3. Newsgroups: comp.compression
  4. Subject: Re: PKZip 2.x
  5. Message-ID: <1992Jul24.204620.10408@cco.caltech.edu>
  6. Date: 24 Jul 92 20:46:20 GMT
  7. References: <14n1vhINNrhc@agate.berkeley.edu> <1992Jul24.122630.1545@gandalf.ca>
  8. Sender: news@cco.caltech.edu
  9. Organization: California Institute of Technology, Pasadena
  10. Lines: 35
  11. Nntp-Posting-Host: bartman
  12.  
  13.  
  14. >I was wondering if the current ZIP file format fully machine and
  15. >platform independent; i.e., will it support extended file
  16. >attributes in OS/2, extended attributes/filenames in Unix, etc.
  17.  
  18. To elaborate on a previous response, Info-zip's next version will
  19. support full OS/2 and VMS attributes.  Whether this is part of the
  20. "ZIP file format" depends on what you mean.
  21.  
  22. PKZIP's definition of the zip file format includes what are called
  23. "extra" fields that allow you to put whatever you want there, and
  24. if an unzipper doesn't recognize the stuff in the extra field, it
  25. can ignore it.  Info-zip has taken advantage of this for OS/2 and
  26. VMS.  We have sent the specifications of those extra fields to
  27. PKWare, and they may or may not choose to make those an "official"
  28. part of the PKZIP definition.
  29.  
  30. As for Unix, our current version of zip and unzip already handle
  31. long Unix filenames and Unix attributes, with the exception of
  32. symbolic and hard links.  (Actually our current zip handles symbolic
  33. links, but unzip doesn't.)  Our new versions of zip and unzip will
  34. fully handle symbolic links, but will still not recognize hard links.
  35. It also does not handle owners and groups.  My recommendation is that
  36. if you need that level of fiel system fidelity, that you use tar to
  37. archive and only use zip to compress.  Our new zip can be used as
  38. a filter, just like the Unix compress command.
  39.  
  40. To answer the inevitable question, "so when do we see this new zip
  41. and unzip?", I'd guess about the middle of August.  They are both
  42. actually ready now, but two of the major contributors are on vacation
  43. until then, so we are waiting for them to put together the final
  44. packages.
  45.  
  46. Mark Adler
  47. madler@tybalt.caltech.edu
  48.