CVSweb ] [
Homepage ] [ | Version: 5.52, Package name: unzip-5.52p0 |
| Maintained by: The OpenBSD ports mailing-list |
Master sites:
|
| Description Unzip will list, test, or extract files from a ZIP archive, commonly found on MS-DOS systems. The default behavior (with no options) is to extract into the current directory (and subdirectories below it) all files from the specified ZIP archive. Unzip is compatible with archives created by PKWARE's PKZIP, but in many cases the program options or default behaviors differ. Zipinfo lists technical information about files in a ZIP archive, most commonly found on MS-DOS systems. Such information includes file access permissions, encryption status, type of compression, version and operating system or file system of compressing program, and the like. Funzip acts as a filter; that is, it assumes that a ZIP archive is being piped into standard input, and it extracts the first member from the archive to stdout. If there is an argument, then the input comes from the specified file instead of from stdin. Unzipsfx is a modified version of unzip designed to be prepended to existing ZIP archives in order to form self-extracting archives. Instead of taking its first non-flag argument to be the zipfile(s) to be extracted, unzipsfx seeks itself under the name by which it was invoked and tests or extracts the contents of the appended archive. |
| MD5: nSORmZnW6skhfR9BRyA0qQ= |
| RMD160: t0mwkjvEzOqm+Teu9ojpcTqEMow= |
| Filesize: 1113.565 KB |
Package available on: cdrom( Distfile available on: cdrom( |
| Version History (View Complete History) |
|
| 2008-03-25 13:39:30 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: Security fix for unzip; fix CVE-2008-0888, patch from debian. http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-0888 ok grunk@ (who came up with the same diff) |
| 2007-09-15 04:14:34 by Marc Espie | Files touched by this commit (38) |
Log message: zap all quotes in COMMENT/PERMIT_* |
| 2007-04-05 09:38:13 by Marc Espie | Files touched by this commit (1270) |
Log message: base64 distinfo with SHA256 |
| 2006-07-11 00:55:28 by Steven Mestdagh | Files touched by this commit (1) |
Log message: fix master sites |
| 2005-06-21 13:48:28 by Christian Weisgerber | Files touched by this commit (2) |
Log message: maintenance update to 5.52; from Alexandre Anriot |
| 2005-01-05 08:40:37 by Christian Weisgerber | Files touched by this commit (48) |
Log message: SIZE |
| 2004-11-21 05:50:34 by Marc Espie | Files touched by this commit (38) |
Log message: Mark all system libs in WANTLIB, result of running newlib-depends-check |
| 2004-08-03 05:30:02 by Marc Espie | Files touched by this commit (24) |
Log message: manpages markers. use SHARED_ONLY to discard PFRAG.shared. |
| 2004-07-24 08:20:49 by Marc Espie | Files touched by this commit (27) |
Log message: switch to using dir/ and @info. a few more tweaks done by the automatic update mode of make update-plist. |
| 2004-06-27 17:29:55 by Peter Valchev | Files touched by this commit (1) |
Log message: Use -O0 to compile on hppa, workarounds a compiler bug which lead to crashes, hangs, and other odd behaviour during extraction. |
| 2004-06-25 08:04:09 by Nikolay Sturm | Files touched by this commit (1) |
Log message: keep the dash in the PKGNAME, noticed by Jacob Meuser |
| 2004-06-24 15:35:15 by Nikolay Sturm | Files touched by this commit (5) |
Log message: update to unzip 5.51 |
| 2003-12-15 14:42:44 by Christian Weisgerber | Files touched by this commit (509) |
Log message: remove WWW lines |
| 2003-08-17 18:04:42 by Brad Smith | Files touched by this commit (3) |
Log message: MFC: Improvement on the existing directory traversal patch, fixes the case where the path component includes a quoted slash. |
| 2003-08-17 18:01:55 by Brad Smith | Files touched by this commit (3) |
Log message: MFC: Improvement on the existing directory traversal patch, fixes the case where the path component includes a quoted slash. |
| 2003-08-17 17:48:41 by Brad Smith | Files touched by this commit (3) |
Log message: Improvement on the existing directory traversal patch, fixes the case where the path component includes a quoted slash. |
| 2003-07-02 10:09:06 by Brad Smith | Files touched by this commit (2) |
Log message: Another directory traversal issue in unzip 5.50 and earlier. Similar to the first except this issue is triggered by prefixing the .. sequence with certain non-printable characters which are filtered out resulting in just the .. sequence. http://marc.theaimsgroup.com/?l=bugtraq&m=105259038503175&w=2 |
| 2003-07-02 10:06:52 by Brad Smith | Files touched by this commit (2) |
Log message: Another directory traversal issue in unzip 5.50 and earlier. Similar to the first except this issue is triggered by prefixing the .. sequence with certain non-printable characters which are filtered out resulting in just the .. sequence. http://marc.theaimsgroup.com/?l=bugtraq&m=105259038503175&w=2 |
| 2003-07-02 10:03:59 by Brad Smith | Files touched by this commit (2) |
Log message: Another directory traversal issue in unzip 5.50 and earlier. Similar to the first except this issue is triggered by prefixing the .. sequence with certain non-printable characters which are filtered out resulting in just the .. sequence. |
| 2003-05-23 20:40:42 by Jolan Luff | Files touched by this commit (12) |
Log message: lzo -- # GPL lzop -- # GNU GPL -> # GPL macutil -- sync w/# None style nulib -- # Restrictive rar -- # Restrictive ucl -- # GPL unace -- # Copyrighted but freely distributable. That's all the author states. Is this acceptable as a license? -- Drop MAINTAINER per his request unarj -- # Restrictive PERMIT_*_CDROM=No "If you wish to distribute a modified version of UNARJ you MUST indicate that it is a modified version both in the program and source code." unrar -- # Restrictive unzip -- # Conditional It is freely re-distributable with conditions which we meet. This could use another pair of eyes to confirm. zip -- # Conditional Same thing as unzip. zoo -- # Conditional Different author/license but same idea as zip/unzip. |
| 2002-09-30 10:55:44 by Brad Smith | Files touched by this commit (2) |
Log message: Fix two security related issues... http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2001-1268 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2001-1269 MFC: upgrade to unzip 5.50 -- From: Aaron Yourk <ayourk@srt.com> |