Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • S shared-mime-info
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 42
    • Issues 42
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 29
    • Merge requests 29
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • xdg
  • shared-mime-info
  • Merge requests
  • !171

application/zip: Add `*.zipx` glob and test fixture

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Mark Ultra requested to merge okeeblow/shared-mime-info:zipx into master Jan 15, 2022
  • Overview 5
  • Commits 1
  • Pipelines 0
  • Changes 3

Per https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT section 4.1.1 —

"ZIP files MAY be identified by the standard .ZIP file extension although use of a file extension is not required. Use of the extension .ZIPX is also recognized and MAY be used for ZIP files."

PeaZip (mostly) supports this variation and also supplies some background info: https://peazip.github.io/zipx-file-format.html

"WinZip's ZIPX standard is based on PKZip's ZIP format specifications, with only difference of employing newer data compression algorithms - BZip2, LZMA / LZMA2 (XZ), PPMd and others (superseding classic Deflate / Deflate64 algorithm) - and employing custom pre-compression filters (WavPack, MP3 and JPEG filter) to improve compression of images and other media data structures."

I generated the included test file in WinZip Pro 26 instead of just copying test.zip to test.zipx.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: zipx