Skip to content
Snippets Groups Projects
  1. Mar 11, 2025
  2. Feb 19, 2023
  3. Aug 02, 2022
  4. Jan 10, 2021
    • Santiago Vila's avatar
      Import Debian changes 6.0-26 · dcb0b2f1
      Santiago Vila authored
      unzip (6.0-26) unstable; urgency=medium
      .
        * Two more patches from Mark Adler for CVE-2019-13232. Closes: #963996.
        - Fix bug in UZbunzip2() that incorrectly updated G.incnt.
        - Fix bug in UZinflate() that incorrectly updated G.incnt.
        * Avoid weird zipgrep errors when no members are present.
          Thanks to Kevin Locke. Closes: #972233.
        * Update dependency on debhelper.
  5. Jul 27, 2019
  6. Jul 11, 2019
  7. May 28, 2019
  8. Feb 09, 2019
  9. Dec 11, 2016
    • Santiago Vila's avatar
      Import Debian changes 6.0-21 · 3eb49c5b
      Santiago Vila authored
      unzip (6.0-21) unstable; urgency=medium
      .
        * Rename all debian/patches/* to have .patch ending.
        * Update 12-cve-2014-9636-test-compr-eb.patch to follow revised
          patch "unzip-6.0_overflow3.diff" from mancha (patch author).
          Update also to follow upstream coding style.
        * Drop workaround for gcc optimization bug on ARM (GCC Bug #764732)
          in the hope that it's not present anymore in GCC-6.
        * Allow source to be cross-built. Closes: #836051.
        * Do not ignore Unix Timestamps. Closes: #842993. Patch by the author.
        * Fix CVE-2014-9913, buffer overflow in unzip. Closes: #847485.
          Patch by the author.
        * Fix CVE-2016-9844, buffer overflow in zipinfo. Closes: #847486.
          Patch by the author.
  10. Nov 09, 2015
  11. Oct 22, 2015
    • Santiago Vila's avatar
      Import Debian changes 6.0-19 · ddfd0c1a
      Santiago Vila authored
      unzip (6.0-19) unstable; urgency=medium
      .
        * Fix infinite loop when extracting password-protected archive.
          This is CVE-2015-7697. Closes: #802160.
        * Fix heap overflow when extracting password-protected archive.
          This is CVE-2015-7696. Closes: #802162.
        * Fix additional unsigned overflow on invalid input.
        * Thanks a lot to Raphaël Hertzog for the squeeze-lts release,
          from which this upload is mainly derived.
  12. Aug 16, 2015
  13. May 17, 2015
  14. Jan 30, 2015
  15. Jan 29, 2015
  16. Dec 30, 2014
  17. Dec 22, 2014
  18. Apr 24, 2014
    • Santiago Vila's avatar
      Import Debian changes 6.0-12 · 244233f9
      Santiago Vila authored
      unzip (6.0-12) unstable; urgency=medium
      .
        * Fix zipinfo crash where a value <= 25.5 was printed in a buffer
          having room only for values < 10.0. The integral part is now printed
          at attribs[11] using %2u instead of attribs[12] using %u.
          This way the output is the same as before for values < 10.
          Authors tell me that the next unzip release will have a fix
          like this, at least for the Unix case. Closes: #744212.
  19. Mar 17, 2014
  20. Oct 14, 2013
    • Santiago Vila's avatar
      Import Debian changes 6.0-10 · 8d40b148
      Santiago Vila authored
      unzip (6.0-10) unstable; urgency=low
      .
        * Fixed bug "unzip thinks some files are symlinks". Closes: #717029.
          Reported by Jeff King. Patch by Andreas Schwab.
        * Added recommended targets build-arch and build-indep.
        * Dropped obsolete Conflicts and Replaces on unzip-crypt, for which
          the last version was a dummy transitional package.
        * The copyright file is generated from copyright.in at build time.
          Added lintian override for no-debian-copyright.
  21. Feb 24, 2013
  22. Nov 28, 2012
  23. Jun 30, 2012
  24. Mar 31, 2012
  25. Jul 01, 2011
  26. Feb 21, 2010
  27. Feb 09, 2010
  28. Feb 08, 2010
  29. May 08, 2009
    • Santiago Vila's avatar
      Import Debian changes 6.0-1 · f7430053
      Santiago Vila authored
      unzip (6.0-1) unstable; urgency=low
      .
        * New upstream release. Closes: #496989.
        * Enabled new Unicode support. Closes: #197427. This may or may not work
          for your already created zipfiles, but it's not a bug unless they were
          created using the Unicode feature present in zip 3.0.
        * Built using DATE_FORMAT=DF_YMD so that unzip -l show dates in ISO format,
          as that's the only available one which makes sense. Closes: #312886.
        * Enabled new bzip2 support. Closes: #426798.
        * Exit code for zipgrep should now be the right one. Closes: #441997.
        * The reason why a file may not be created is now shown. Closes: #478791.
        * Summary of changes in this version not being the debian/* files:
        - Manpages in section 1, not 1L.
        - Branding patch. UnZip by Debian. Original by Info-ZIP.
        - Always #include <unistd.h>. Debian GNU/kFreeBSD needs it.
      .
      unzip (5.52-12) unstable; urgency=medium
      .
        * Fixed stack underflow in unshrink.c. Closes: #454037.
          Thanks to Christian Spieler for the patch.
      .
      unzip (5.52-11) unstable; urgency=high
      .
        * Apply patch from Tavis Ormandy to address invalid free() calls in
          the inflate_dynamic() function (CVE-2008-0888).
      .
      unzip (5.52-10) unstable; urgency=low
      .
        * Fixed typo in unzipsfx(1). Thanks to Kevin Ryde. Closes: #419479.
      .
      unzip (5.52-9) unstable; urgency=low
      .
        * Added appropriate compiler flags for Large File Support (Closes: #192253).
          This procedure is blessed by upstream in the FAQ, and as a result,
          some .zip archives may now be uncompressed using Debian unzip.
          For those which still may not, please test unzip 6.0 beta.
      .
      unzip (5.52-8) unstable; urgency=low
      .
        * Modified unix/unxcfg.h to always #include <unistd.h>.
          This should now work on GNU/kFreeBSD (Closes: #340693).
      .
      unzip (5.52-7) unstable; urgency=medium
      .
        * Fixed buffer overflow when insanely long filenames are given on the
          command line. Patch from Johnny Lee. Changed some format strings so
          that they use 512 characters at most. The "right" fix will be in 5.53,
          but this should work well enough for now. Closes: #349794.
        * This is CVE-2005-4667.
      .
      unzip (5.52-6) unstable; urgency=medium
      .
        * Symlinks should work again (Closes: #343680). Fix provided by
          Christian Spieler. Thanks to Carl W. Hoffman for the report.
      .
      unzip (5.52-5) unstable; urgency=low
      .
        * Fixed CAN-2005-2475 the same way it will be fixed in unzip 5.53.
          Patch extracted from a prerelease provided by upstream.
        * Changed unzip banner line to reflect the fact that this is
          a "modified" release. Debian-derived distributions should probably
          do the same if they deviate from the Debian version.
      .
      unzip (5.52-4) unstable; urgency=medium
      .
        * Fixed toctou vulnerability (Closes: #321927). Modified unix/unix.c
          to use fchmod() and fchown() instead of chmod() and chown() to change
          permissions and ownerships on the files actually created by unzip.
          Patch from Dan Yefimov. CAN-2005-2475.
      .
      unzip (5.52-3) unstable; urgency=low
      .
        * Put manpages in section 1, not 1L.
        * Fixed more typos (Closes: #309885).
      .
      unzip (5.52-2) unstable; urgency=low
      .
        * Fixed typos in manpage (Closes: #301915).
      .
      unzip (5.52-1) unstable; urgency=low
      .
        * New upstream release.
        * Enabled new -W option via WILD_STOP_AT_DIR macro.
        * Macro USE_UNSHRINK is no longer defined, as it's now the default.
      .
      unzip (5.51-2) unstable; urgency=low
      .
        * Added unshrinking support (Closes: #252563).
      .
      unzip (5.51-1) unstable; urgency=low
      .
        * New upstream release, improves error message when a zipfile is not
          readable (Closes: #139331).
        * Added a newline character to the CannotOpenZipfile string for the
          previous fix to be really complete.
      .
      unzip (5.50-4) unstable; urgency=low
      .
        * Changed __GNU__ to __GLIBC__ in unix/unxcfg.h to support glibc-based
          systems not being GNU itself, like GNU/KFreeBSD and GNU/KNetBSD.
      .
      unzip (5.50-3) unstable; urgency=high
      .
        * Fixed "unzip directory traversal revisited" again (Bug #206439).
          There was still a missing case that the previous patch didn't catch.
          Patch borrowed from unzip-5.50-33.src.rpm.
        * For reference, this is (still) CAN-2003-0282.
      .
      unzip (5.50-2) unstable; urgency=high
      .
        * Fixed "unzip directory traversal revisited" problem (Bug #199648).
          A filename containing ".somenonprintablechar." will not unpack
          into .. anymore. Patch borrowed from unzip-5.50-11.src.rpm.
        * For reference, this is CAN-2003-0282.
        * No more doc symlinks.
      .
      unzip (5.50-1) unstable; urgency=low
      .
        * New upstream release.
        * Moved from non-US/main to main. Section: utils.
      .
      unzip (5.42-3) unstable; urgency=low
      .
        * Added support for DEB_BUILD_OPTIONS.
      .
      unzip (5.42-2) unstable; urgency=low
      .
        * Applied a patch from Marcus Brinkmann:
        - Closes: #99699: unzip does not build on the Hurd.
        - Modified debian/rules to support cross-compilation.
      .
      unzip (5.42-1) unstable; urgency=low
      .
        * New upstream release.
        * Changed to Section: non-US.
        * Removed "packaged for Debian" from extended description.
      .
      unzip (5.41-1) unstable; urgency=low
      .
        * New upstream release, featuring a new BSD-like license and built-in
          encryption support. Moved to non-US/main.
        * Copyright file now generated from LICENSE file.
        * Versioned Conflicts and Replaces.
        * Standards-Version: 3.1.1
      .
      unzip (5.40-1) unstable; urgency=low
      .
        * New upstream release.
        * Removed `email-from-greg'.
        * Fixed URL location in copyright file.
        * Enabled -F option, as suggested by James Aylett.
      .
      unzip (5.32-1) unstable; urgency=low
      .
        * New upstream release, using pristine source.
      .
      unzip (5.31-2) unstable; urgency=low
      .
        * Removed debstd dependency.
      .
      unzip (5.31-1) unstable; urgency=low
      .
        * `copyright' file is generated from COPYING automatically.
        * Distribution unstable, Section non-free.
        * Conflicts and Replaces "unzip-crypt".
        * New upstream release.
        * First libc6 release.
        * Added md5sums.
      .
      unzip (5.20-3) unstable; urgency=low
      .
        * Changed priority from `extra' to `optional'.
        * Changed section from `misc' to `utils'.
        * Simplified debian/rules a little bit. No debstd yet.
        * Copied `History.520' as is. Added the symlink changelog -> History.520.
        * Added ToDo and BUGS to /usr/doc/unzip.
        * New maintainer.
      .
      unzip (5.20-2) unstable; urgency=low
      .
        * zipgrep manpage is now installed through the unix/Makefile
        * permissions guaranteed to be set properly for the zipgrep script
          (did not work for those who compiled from the straight sources.)
        * removed several superfluous commands from debian/rules.
        * All changes this revision are courtesy of Santiago Vila.
      .
      unzip (5.20-1) unstable; urgency=low
      .
        * new upstream version
        * modified the copyright to include 5.2's COPYING, just in case it's changed.
        * minor modifications to debian/rules
        * added zipgrep (from the zip package).
      .
      unzip (5.12-15) unstable; urgency=low
      .
        * received email from the upstream maintainers: unzip can now go into
          the distribution proper. Yippee! :-)
        * added the email in question to the copyright file.
      .
      unzip (5.12-14) non-free; urgency=low
      .
        * moved to the 2.1.1.0 source format
        * fixed a typo in the Maintainer field (missing the ">". Oops.)
      .
      unzip (5.12-13) non-free; urgency=low
      .
        * new maintainer
        * mods to make the "binary" rule portable to different platforms
        * uses dpkg-name rather than manual moving
      .
      unzip (5.12-12) non-free; urgency=low
      .
        * initial release (used 2 to avoid confusion with old unzip)
    • Santiago Vila's avatar
Loading