Commit graph

8 commits

Author SHA1 Message Date
minskim
a5cf67a34e Update unzip to 5.51, based on patch provided by Bruce J.A. Nourish in
PR pkg/25768.

New features:
5.51a (09 Mar 02):
 - no new features

5.51b (11 Jan 03):
 - TANDEM: new -r option to suppress extension merging [Dave Smith]
 - WinCE, new port in addition to pUnZip (GUI): command line tool usable for
    "batch" processes (not quite finished, needs "makefile" cleanup, tests,
    and refinements) [Simon Roberts, SPC]
 - SET_DIR_ATTRIB feature code revised and reorganized to allow seamless
    adaption to different OS environments; added support for restoring
    directory timestamps to the WIN32 port [Kai-Uwe-Rommel, SPC]

5.51c (13 May 03):
 - WinCE command line tool integration is (almost) finished: project file is
    cleaned up and works with VC-embedded 3.0; port needs testing... [SPC]

5.51d (27 Feb 04):
 - Cygwin is recognized as a target in the Unix port
    [Charles Wilson, Cosmin Truta, SPC]
 - remove support for quoting characters from all ports; this feature was a
    security hole [SPC]

5.51e (01 Mar 04):
 - Win32 port (list.c, unzpriv.h, win32.c, w32cfg.h): the date in (non-ZipInfo)
    listings is displayed using the separator given by the system's locale,
    when available [Cosmin Truta]

See History.551 in distfile for complete bug fix history.
2004-06-01 04:31:40 +00:00
grant
6099db9ede move linker arguments around so that always ${LDFLAGS} comes
before -lz, ensuring we only link against pkgsrc libz.

fixes a problem on Solaris where the linker would find and use
/usr/lib/libz.so *and* ${LOCALBASE}/lib/libz.so which fails at
runtime because the versions differ.
2004-01-22 12:25:59 +00:00
jlam
1c57323789 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:48:57 +00:00
grant
5cf1d1c9e3 Fix Makefile to not blindly set CC=cc 2002-07-16 08:56:34 +00:00
tv
4b21cf58fc OK, bring it back to 5.40, but this time don't use libz -- use the
compression routines shipped with unzip.
1998-12-30 04:06:35 +00:00
agc
86db14e819 Add NetBSD RCS Ids. 1998-08-07 10:35:47 +00:00
tv
ff455840a4 Add encryption support to zip and unzip pkgs using ZIP_ENCRYPTION make
variable.
1998-06-20 23:26:05 +00:00
thorpej
25f6072573 Make this package compile under NetBSD. 1997-11-20 03:02:39 +00:00