
CVS log for pkgsrc/archivers/unzip/Makefile
Up to [NetBSD + pkgsrc-wip] / pkgsrc / archivers / unzip
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Revision 1.82: download - view: text, markup, annotated - select for diffs
Fri Apr 27 06:55:50 2012 UTC (2 weeks, 5 days ago) by wiz
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +5 -2
lines
Do not enable largefile support on SunOS.
PR 46383 by Uwe Klaus.
Revision 1.81: download - view: text, markup, annotated - select for diffs
Wed Apr 25 19:34:51 2012 UTC (3 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +4 -3
lines
Enable large-file support. Bump PKGREVISION.
Revision 1.80: download - view: text, markup, annotated - select for diffs
Wed Feb 15 19:24:39 2012 UTC (2 months, 4 weeks ago) by hans
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +3 -1
lines
REPLACE_SH on installed shell script.
Revision 1.79: download - view: text, markup, annotated - select for diffs
Wed Dec 28 20:07:34 2011 UTC (4 months, 2 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +2 -2
lines
HOMEPAGE update
Revision 1.78: download - view: text, markup, annotated - select for diffs
Sat Feb 5 04:03:48 2011 UTC (15 months, 1 week ago) by hiramatsu
Branches: MAIN
CVS tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +2 -1
lines
OpenBSD does not have lchmod.
Revision 1.77: download - view: text, markup, annotated - select for diffs
Sun Jan 16 07:31:12 2011 UTC (16 months ago) by wiz
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +2 -1
lines
Fix build on AIX, from J Raynor on pkgsrc-users.
Revision 1.76: download - view: text, markup, annotated - select for diffs
Mon Nov 29 13:57:20 2010 UTC (17 months, 2 weeks ago) by hauke
Branches: MAIN
CVS tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +10 -6
lines
Generally use CPPFLAGS for preprocessor flags, after a hint
of Georg Schwarz.
Revision 1.75: download - view: text, markup, annotated - select for diffs
Fri Nov 26 16:06:03 2010 UTC (17 months, 2 weeks ago) by hauke
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +3 -1
lines
Commit the one-liner os specific CFLAGS addition from pkg/43723
and add same for Darwin.
Revision 1.74: download - view: text, markup, annotated - select for diffs
Fri Mar 5 14:32:26 2010 UTC (2 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +2 -1
lines
"Solaris" has no LCHMOD, says Jörn Clausen in PR 42924.
Revision 1.73: download - view: text, markup, annotated - select for diffs
Wed Mar 3 16:27:57 2010 UTC (2 years, 2 months ago) by wiz
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +5 -9
lines
Update to 6.0:
New features in UnZip 6.0, released 20 April 2009:
* Support PKWARE ZIP64 extensions, allowing Zip archives and Zip
archive entries larger than 4 GiBytes and more than 65536 entries
within a single Zip archive. This support is currently only
available for Unix, OpenVMS and Win32/Win64.
* Support for bzip2 compression method.
* Support for UTF-8 encoded entry names, both through PKWARE's
"General Purpose Flags Bit 11" indicator and Info-ZIP's new "up"
unicode path extra field. (Currently, on Windows the UTF-8
handling is limited to the character subset contained in the
configured non-unicode "system code page".)
* Added "wrong implementation used" warning to error messages of
the MSDOS port when used under Win32, in an attempt to reduce
false bug reports.
* Fixed "Time of Creation/Time of Use" vulnerability when setting
attributes of extracted files, for Unix and Unix-like ports.
* Fixed memory leak when processing invalid deflated data.
* Fixed long-standing bug in unshrink (partial_clear), added
boundary checks against invalid compressed data.
* On Unix, keep inherited SGID attribute bit for extracted
directories unless restoration of owner/group id or SUID/SGID/Tacky
attributes was requested.
* On Unix, allow extracted filenames to contain embedded control
characters when explicitly requested by specifying the new command
line option "-^".
* On Unix, support restoration of symbolic link attributes.
* On Unix, support restoration of 32-bit UID/GID data using the
new "ux" IZUNIX3 extra field introduced with Zip 3.0.
* Support for ODS5 extended filename syntax on new OpenVMS systems.
* Support symbolic links zipped up on VMS.
* On VMS (only 8.x or better), support symbolic link creation.
* On VMS, support option to create converted text files in
Stream_LF format.
* New -D option to suppress restoration of timestamps for extracted
directory entries (on those ports that support setting of directory
timestamps). By specifying "-DD", this new option also allows
to suppress timestamp restoration for ALL extracted files on
all UnZip ports which support restoration of timestamps. On
VMS, the default behaviour is now to skip restoration of
directory timestamps; here, "--D" restores ALL timestamps,
"-D" restores none.
* On OS/2, Win32, and Unix, the (previously optional) feature
UNIXBACKUP to allow saving backup copies of overwritten files on
extraction is now enabled by default.
For the UnZip 6.0 release, we want to give special credit to Myles
Bennet, who started the job of supporting ZIP64 extensions and
Large-File (> 2GiB) and provided a first (alpha-state) port.
Revision 1.72: download - view: text, markup, annotated - select for diffs
Thu Jan 21 16:32:21 2010 UTC (2 years, 3 months ago) by heinz
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +2 -1
lines
Added LICENSE information for zip/unzip. The license is not approved by
OSI but it is derived from BSD so I added it to the acceptable set of
licenses.
Revision 1.71: download - view: text, markup, annotated - select for diffs
Sat Aug 8 16:01:31 2009 UTC (2 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +2 -2
lines
fcrackzip was changed and does not conflict any longer. Adapt pattern.
Revision 1.70: download - view: text, markup, annotated - select for diffs
Sun Aug 24 10:21:33 2008 UTC (3 years, 8 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
cube-native-xorg-base,
cube-native-xorg
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +3 -1
lines
Mark unzip and fcrackzip as mutually conflicting: both install bin/zipinfo.
Revision 1.69: download - view: text, markup, annotated - select for diffs
Sun Mar 23 13:05:31 2008 UTC (4 years, 1 month ago) by tron
Branches: MAIN
CVS tags: pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
cwrapper
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +2 -2
lines
Really bump the package revision.
Revision 1.68: download - view: text, markup, annotated - select for diffs
Tue Jun 5 05:54:51 2007 UTC (4 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +2 -1
lines
File on MASTER_SITE has changed EXTRACT_SUFX; checksum still the same.
Adapt. Noted by Zafer Aydogan.
Revision 1.67: download - view: text, markup, annotated - select for diffs
Fri Nov 3 19:14:25 2006 UTC (5 years, 6 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +9 -8
lines
DESTDIR support.
Revision 1.66: download - view: text, markup, annotated - select for diffs
Fri Nov 3 07:53:55 2006 UTC (5 years, 6 months ago) by rillig
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +3 -3
lines
unzipsfx does not need libz. Patch provided by Hrvoje Habjanic in
http://mail-index.netbsd.org/pkgsrc-users/2006/11/02/0003.html
Revision 1.65: download - view: text, markup, annotated - select for diffs
Sat Sep 9 02:41:54 2006 UTC (5 years, 8 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +2 -2
lines
Rename variable MAKEFILE to MAKE_FILE.
Revision 1.64: download - view: text, markup, annotated - select for diffs
Sun Jun 18 07:04:16 2006 UTC (5 years, 11 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +3 -3
lines
Fixed pkglint warnings.
Revision 1.63: download - view: text, markup, annotated - select for diffs
Thu Jun 15 13:34:27 2006 UTC (5 years, 11 months ago) by wiz
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +2 -2
lines
Take maintainership.
Revision 1.62: download - view: text, markup, annotated - select for diffs
Sat Mar 4 21:28:54 2006 UTC (6 years, 2 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -2
lines
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
Revision 1.61: download - view: text, markup, annotated - select for diffs
Sun Feb 5 23:08:05 2006 UTC (6 years, 3 months ago) by joerg
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +2 -2
lines
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.60: download - view: text, markup, annotated - select for diffs
Tue Dec 27 20:40:10 2005 UTC (6 years, 4 months ago) by reed
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +3 -3
lines
Honor PKGMANDIR.
Revision 1.59: download - view: text, markup, annotated - select for diffs
Sun Oct 23 20:52:08 2005 UTC (6 years, 6 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +5 -4
lines
Use "+=" for MAKE_FLAGS instead of "=". Properly quote CF and LF2.
Revision 1.58: download - view: text, markup, annotated - select for diffs
Sat Oct 15 20:24:53 2005 UTC (6 years, 7 months ago) by heinz
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +3 -1
lines
Added appropriate TEST_TARGET.
Revision 1.57: download - view: text, markup, annotated - select for diffs
Sun Oct 9 09:48:22 2005 UTC (6 years, 7 months ago) by rillig
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -2
lines
Don't create a new DIST_SUBDIR for every PKGREVISION.
Revision 1.55.2.1: download - view: text, markup, annotated - select for diffs
Thu Aug 4 15:22:01 2005 UTC (6 years, 9 months ago) by salo
Branches: pkgsrc-2005Q2
Diff to: previous 1.55: preferred, colored; next MAIN 1.56: preferred, colored
Changes since revision 1.55: +2 -2
lines
Pullup ticket 654 - requested by Matthias Scheler
security fix for unzip
Revisions pulled up:
- pkgsrc/archivers/unzip/Makefile 1.56
- pkgsrc/archivers/unzip/distinfo 1.14
- pkgsrc/archivers/unzip/patches/patch-ac 1.1
Module Name: pkgsrc
Committed By: tron
Date: Thu Aug 4 14:20:35 UTC 2005
Modified Files:
pkgsrc/archivers/unzip: Makefile distinfo
Added Files:
pkgsrc/archivers/unzip/patches: patch-ac
Log Message:
Add patch to fix the security problem described in SA16309.
Revision 1.56: download - view: text, markup, annotated - select for diffs
Thu Aug 4 14:20:35 2005 UTC (6 years, 9 months ago) by tron
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +2 -2
lines
Add patch to fix the security problem described in SA16309.
Revision 1.55: download - view: text, markup, annotated - select for diffs
Sun May 22 20:07:37 2005 UTC (6 years, 11 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2005Q2-base
Branch point for: pkgsrc-2005Q2
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -2
lines
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
Revision 1.54: download - view: text, markup, annotated - select for diffs
Mon Apr 11 21:44:50 2005 UTC (7 years, 1 month ago) by tv
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -2
lines
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.51.2.2: download - view: text, markup, annotated - select for diffs
Tue Mar 1 20:58:22 2005 UTC (7 years, 2 months ago) by snj
Branches: pkgsrc-2004Q4
Diff to: previous 1.51.2.1: preferred, colored; branchpoint 1.51: preferred, colored; next MAIN 1.52: preferred, colored
Changes since revision 1.51.2.1: +3 -1
lines
Pullup ticket 321 - requested by Lubomir Sedlacik
distfile update for unzip
Revisions pulled up:
- pkgsrc/archivers/unzip/Makefile 1.53
- pkgsrc/archivers/unzip/distinfo 1.13
Module Name: pkgsrc
Committed By: salo
Date: Tue Mar 1 07:45:28 UTC 2005
Modified Files:
pkgsrc/archivers/unzip: Makefile distinfo
Log Message:
Distfile changed after one day.. grrrrrrr.
Relevant change,
+5.52 (28 Feb 05):
+ - win32/win32.c - defer_dir_attribs(): fixed critical "mem-access to
+ nirwana" bug when processing directory entries without any local
+ extra field; added some explaining comments
Revision 1.53: download - view: text, markup, annotated - select for diffs
Tue Mar 1 07:45:28 2005 UTC (7 years, 2 months ago) by salo
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +3 -1
lines
Distfile changed after one day.. grrrrrrr.
Relevant change,
+5.52 (28 Feb 05):
+ - win32/win32.c - defer_dir_attribs(): fixed critical "mem-access to
+ nirwana" bug when processing directory entries without any local
+ extra field; added some explaining comments
Revision 1.51.2.1: download - view: text, markup, annotated - select for diffs
Mon Feb 28 21:22:01 2005 UTC (7 years, 2 months ago) by snj
Branches: pkgsrc-2004Q4
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +3 -4
lines
Pullup ticket 320 - requested by Lubomir Sedlacik
security fix for unzip
Revisions pulled up:
- pkgsrc/archivers/unzip/Makefile 1.52
- pkgsrc/archivers/unzip/distinfo 1.12
Module Name: pkgsrc
Committed By: salo
Date: Mon Feb 28 16:50:24 UTC 2005
Modified Files:
pkgsrc/archivers/unzip: Makefile distinfo
Log Message:
Update to version 5.52
Changes:
The 5.52 maintenance release fixes a few minor problems found in the 5.51
release, closes some more security holes, adds a new AtheOS port, and
contains a Win32 extra-field code cleanup that was not finished earlier.
The most important changes are:
- (re)enabled unshrinking support by default, the LZW patents have expired
- fixed an extraction size bug for encrypted stored entries (12 excess bytes
were written with 5.51)
- fixed false "uncompressed size mismatch" messages when extracting encrypted
archive entries
- do not restore SUID/SGID/Tacky attribute bits on Unix (BeOS, AtheOS) unless
explicitely requested by new "-K" command line qualifier
- optional support for "-W" qualifier to modify the pattern matching syntax
(with -W: "*" stops at directory delimiter, "**" matches unlimited)
- prevent buffer overflow caused by bogus extra-long Zipfile specification
- performance enhancements for VMS port
- fixed windll interface handling of its extraction mode qualifiers nfflag,
ExtractOnlyNewer, noflag, PromptToOverwrite; added detailed explanation of
their meanings and interactions to the windll documentation
Revision 1.52: download - view: text, markup, annotated - select for diffs
Mon Feb 28 16:50:24 2005 UTC (7 years, 2 months ago) by salo
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +3 -4
lines
Update to version 5.52
Changes:
The 5.52 maintenance release fixes a few minor problems found in the 5.51
release, closes some more security holes, adds a new AtheOS port, and
contains a Win32 extra-field code cleanup that was not finished earlier.
The most important changes are:
- (re)enabled unshrinking support by default, the LZW patents have expired
- fixed an extraction size bug for encrypted stored entries (12 excess bytes
were written with 5.51)
- fixed false "uncompressed size mismatch" messages when extracting encrypted
archive entries
- do not restore SUID/SGID/Tacky attribute bits on Unix (BeOS, AtheOS) unless
explicitely requested by new "-K" command line qualifier
- optional support for "-W" qualifier to modify the pattern matching syntax
(with -W: "*" stops at directory delimiter, "**" matches unlimited)
- prevent buffer overflow caused by bogus extra-long Zipfile specification
- performance enhancements for VMS port
- fixed windll interface handling of its extraction mode qualifiers nfflag,
ExtractOnlyNewer, noflag, PromptToOverwrite; added detailed explanation of
their meanings and interactions to the windll documentation
Revision 1.51: download - view: text, markup, annotated - select for diffs
Fri Dec 3 15:14:51 2004 UTC (7 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2004Q4-base
Branch point for: pkgsrc-2004Q4
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -2
lines
Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
Revision 1.50: download - view: text, markup, annotated - select for diffs
Sun Oct 3 00:13:04 2004 UTC (7 years, 7 months ago) by tv
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -1
lines
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
Revision 1.49: download - view: text, markup, annotated - select for diffs
Tue Jun 1 04:31:42 2004 UTC (7 years, 11 months ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +4 -12
lines
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.
Revision 1.48: download - view: text, markup, annotated - select for diffs
Thu Apr 22 04:02:24 2004 UTC (8 years ago) by tv
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +3 -3
lines
Obey CPPFLAGS.
Revision 1.47: download - view: text, markup, annotated - select for diffs
Mon Apr 5 14:06:00 2004 UTC (8 years, 1 month ago) by xtraeme
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -1
lines
This needs gmake to build under OpenBSD; pointed out by pancake.
Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Jan 22 12:25:59 2004 UTC (8 years, 3 months ago) by grant
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +3 -3
lines
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.
Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Jan 20 12:07:07 2004 UTC (8 years, 3 months ago) by agc
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -2
lines
Move WRKSRC definition away from the first paragraph in a Makefile.
Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Jan 5 11:42:20 2004 UTC (8 years, 4 months ago) by jlam
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +10 -4
lines
bl3ify
Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri Sep 5 19:00:58 2003 UTC (8 years, 8 months ago) by tron
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2
lines
Remove "/pub" from pathnames on "ftp.fu-berlin.de" because such a directory
doesn't exist. It's apparently only mapped in the FTP server configuration.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Tue Aug 26 13:02:15 2003 UTC (8 years, 8 months ago) by tron
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +3 -3
lines
Use Debian's revised patch for the directory traversal vulnerability
described in CAN-2003-0282. Bump package revision.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Wed Aug 20 12:23:49 2003 UTC (8 years, 8 months ago) by tron
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +7 -4
lines
Apply Debian's patch for the directory traversal vulnerability described in
CAN-2003-0282. Bump package revision.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Thu Jul 17 21:21:45 2003 UTC (8 years, 10 months ago) by grant
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2
lines
s/netbsd.org/NetBSD.org/
Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Jun 18 09:22:14 2003 UTC (8 years, 11 months ago) by agc
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2
lines
When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather than
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent
PKGREVISION changes. With thanks to jmc for the nudge.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Jun 2 01:21:43 2003 UTC (8 years, 11 months ago) by jschauma
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2
lines
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
Revision 1.37: download - view: text, markup, annotated - select for diffs
Sat May 17 06:23:44 2003 UTC (9 years ago) by grant
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2
lines
whitespace
Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue May 6 17:40:21 2003 UTC (9 years ago) by jmmv
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2
lines
Drop trailing whitespace. Ok'ed by wiz.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Dec 25 18:30:24 2002 UTC (9 years, 4 months ago) by grant
Branches: MAIN
CVS tags: netbsd-1-6-1-base,
netbsd-1-6-1
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +4 -4
lines
also pass '-DBSD' on Darwin.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Nov 25 22:17:16 2002 UTC (9 years, 5 months ago) by jschauma
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +7 -1
lines
Don't always pass pass '-DBSD' to MAKE_ENV.
Pointed out by Jeremy C. Reed (reed at reedmedia dot net) in
PR pkg/19170. Modification: assume that anything that calls itself
*BSD can deal with this flag instead of just dealing with Linux.
(Please check on Darwin and adjust.)
Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Aug 25 21:49:26 2002 UTC (9 years, 8 months ago) by jlam
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +3 -3
lines
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
Revision 1.31.2.3: download - view: text, markup, annotated - select for diffs
Wed Aug 21 22:42:04 2002 UTC (9 years, 8 months ago) by jlam
Branches: buildlink2
Diff to: previous 1.31.2.2: preferred, colored; branchpoint 1.31: preferred, colored; next MAIN 1.32: preferred, colored
Changes since revision 1.31.2.2: +2 -2
lines
Merge from pkgsrc-current in pkgsrc/archivers.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Jul 16 09:07:39 2002 UTC (9 years, 10 months ago) by grant
Branches: MAIN
CVS tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
buildlink2-base
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2
lines
add ${LDFLAGS} so that libz is found when it is not in a system
library path.
fixes build problem on zoularis.
Revision 1.31.2.2: download - view: text, markup, annotated - select for diffs
Fri Jun 21 23:04:54 2002 UTC (9 years, 10 months ago) by jlam
Branches: buildlink2
Diff to: previous 1.31.2.1: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.1: +2 -2
lines
Rename USE_BUILDLINK2_ONLY to USE_BUILDLINK2 for less verbosity. Also
convert a few more packages to use the buildlink2 framework.
Revision 1.31.2.1: download - view: text, markup, annotated - select for diffs
Sat May 11 02:08:56 2002 UTC (10 years ago) by jlam
Branches: buildlink2
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +3 -3
lines
First pass at conversion of various packages to use the buildlink2
framework. Add many buildlink2.mk files to add to the framework. Please
see buildlink2.txt for more details.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Feb 27 04:45:57 2002 UTC (10 years, 2 months ago) by yyamano
Branches: MAIN
CVS tags: netbsd-1-5-PATCH003
Branch point for: buildlink2
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2
lines
Replace -s with ${_STRIPFLAG_CC} to make this build on Darwin.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Feb 21 12:12:49 2002 UTC (10 years, 2 months ago) by wiz
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +6 -6
lines
Update to 5.50.
Extract from History.550:
- generic (inflate.c, globals.h, fileio.c, unzpriv.h): integrated support of
Deflate64
- added Deflate64 support to fUnZip
- SFX: made SFX_EXDIR default, added NO_SFXEXDIR option to allow switching
off the "-d exdir" support
- SFX: added simple "execute command after extraction" feature that uses a
command specification supplied with the Zip archive comment, controlled
by the CHEAP_SFX_AUTORUN compile time option
- SFX: slightly refined the CHEAP_SFX_AUTORUN code, switched off SFX_EXDIR
when CHEAP_SFX_AUTORUN is enabled, documented the new autorun feature
- extract.c, TestExtraField(): added crc32 check for PKVMS e.f. type
- extract.c, extract_or_test_entrylist(): added code for "stripping off
absolute path spec" when extracting
- unzip.h, unzip.c; mapname() in all ports except CMS/MVS, Tandem, TOPS20:
added code to strip "../" path components from extracted names and new
option "-:" to allow deactivating this security feature; changed mapname()
calling interface to allow reporting warning error levels to caller
- unzpriv.h, zipinfo.c: rudimentary support for recognizing PKWARE's new
"64-bit size specs" extra field
As well as bug fixes, including the USE_ZLIB problem.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Jun 21 21:08:49 2001 UTC (10 years, 10 months ago) by jlam
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -1
lines
Mark as USE_BUILDLINK_ONLY.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Feb 20 22:43:08 2001 UTC (11 years, 2 months ago) by martin
Branches: MAIN
CVS tags: netbsd-1-5-PATCH001
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2
lines
Change homepage from ftp: to http: URL.
Closes PR 12256.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Feb 17 16:06:15 2001 UTC (11 years, 3 months ago) by tron
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +3 -2
lines
Add german mirror site.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Feb 16 13:15:41 2001 UTC (11 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -1
lines
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Feb 15 18:10:48 2001 UTC (11 years, 3 months ago) by fredb
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -2
lines
Back out part of last change. Adding COMMENT=<comment> to the Makefile was
premature -- it breaks "make package".
Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Feb 15 17:51:46 2001 UTC (11 years, 3 months ago) by fredb
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +7 -5
lines
From the release notes:
The 5.42 maintance release fixes more bugs and cleans up the redistribution
conditions:
- removal of unreduce.c and amiga/timelib.c code to get rid of the last
distribution restrictions beyond the BSD-like Info-ZIP LICENSE
- new generic timelib replacement (currently used by AMIGA port)
- more reasonable mapping rules of UNIX "leading-dot" filenames to the
DOS 8.3 name convention
- repaired screensize detection in MORE paging code
(was broken for DOS/OS2/WIN32 in 5.41)
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Oct 21 20:50:57 2000 UTC (11 years, 6 months ago) by wiz
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -5
lines
Remove unnecessary lines.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Apr 20 03:13:55 2000 UTC (12 years ago) by wiz
Branches: MAIN
CVS tags: netbsd-1-5-RELEASE,
netbsd-1-4-PATCH003
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +12 -29
lines
Update to unzip-5.41. Includes decryption support by default. Other
changes include some bugfixes, a new BSD-like license, as well as
support for archives with more than 2^16-1 files.
Zlib support still broken, so we use the one coming with the distribution.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Dec 28 03:59:00 1999 UTC (12 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: netbsd-1-4-PATCH002
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2
lines
replaced some commands by their ${COMMAND} counterparts
Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Aug 18 09:20:00 1999 UTC (12 years, 9 months ago) by agc
Branches: MAIN
CVS tags: comdex-fall-1999
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -1
lines
Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1).
Add ZIP_ENCRYPTION to BUILD_DEFS
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Feb 20 22:48:24 1999 UTC (13 years, 2 months ago) by hubertf
Branches: MAIN
CVS tags: netbsd-1-4-RELEASE,
netbsd-1-4-PATCH001
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -3
lines
Fix CONFLICTS (remove redundancy, mostly)
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Jan 9 01:26:09 1999 UTC (13 years, 4 months ago) by tron
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -1
lines
Add missing conflict entry.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Jan 4 13:33:07 1999 UTC (13 years, 4 months ago) by tv
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -1
lines
Note why USE_ZLIB is not used.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Dec 30 04:06:35 1998 UTC (13 years, 4 months ago) by tv
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +7 -8
lines
OK, bring it back to 5.40, but this time don't use libz -- use the
compression routines shipped with unzip.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Dec 30 03:20:50 1998 UTC (13 years, 4 months ago) by tv
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +5 -5
lines
Back out previous. Unzip 5.40 has severe bugs, noted by tron and myself.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Dec 27 17:29:25 1998 UTC (13 years, 4 months ago) by hubertf
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +6 -6
lines
update to 5.40
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Oct 21 09:21:04 1998 UTC (13 years, 6 months ago) by frueauf
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +6 -5
lines
-DUNIX -> -Dunix, closes pr 6338 by Geoff C. Wing.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Aug 20 15:16:35 1998 UTC (13 years, 8 months ago) by tsarna
Branches: MAIN
CVS tags: netbsd-1-3-PATCH003
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -1
lines
The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
the home page of the software if it has one.
- The value of HOMEPAGE is used to add a link from the
README.html files.
- pkglint updated to know about it. The "correct" location for
HOMEPAGE in the Makefile is after MAINTAINER, in that same
section.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Aug 2 02:08:51 1998 UTC (13 years, 9 months ago) by tv
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -1
lines
Add "Building stage 1 of 2", "Building stage 2 of 2" messages when
ZIP_ENCRYPTION is set, so that the user is not confused by unzip building
twice.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Jun 20 23:26:06 1998 UTC (13 years, 10 months ago) by tv
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +25 -8
lines
Add encryption support to zip and unzip pkgs using ZIP_ENCRYPTION make
variable.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Jun 18 16:06:38 1998 UTC (13 years, 11 months ago) by agc
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -3
lines
Update package Makefiles for automatic manual page handling.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Jun 10 08:02:08 1998 UTC (13 years, 11 months ago) by agc
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2
lines
Remove the trailing '-f' from MAKE_FLAGS in bsd.pkg.mk, and include it
explicitly in the commands before ${MAKEFILE}; modify package
Makefiles to conform to this rationalisation. This was used
inconsistently in many packages, some including it, some not.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Apr 20 11:56:18 1998 UTC (14 years, 1 month ago) by frueauf
Branches: MAIN
CVS tags: netbsd-1-3-PATCH002
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Apr 15 10:38:09 1998 UTC (14 years, 1 month ago) by agc
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -7
lines
Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Mar 7 21:24:05 1998 UTC (14 years, 2 months ago) by hubertf
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
Use INSTALL_*_DIR macros.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Jan 15 14:11:18 1998 UTC (14 years, 4 months ago) by agc
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -6
lines
Upgrade to version 5.32, from John Darrow. Fixes PR 4825.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Oct 27 03:22:25 1997 UTC (14 years, 6 months ago) by hubertf
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1
lines
Restore FreeBSD RCS-IDs
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Oct 27 02:46:40 1997 UTC (14 years, 6 months ago) by hubertf
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1
lines
add FreeBSD RCS-Id
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Oct 27 02:19:06 1997 UTC (14 years, 6 months ago) by hubertf
Branches: FREEBSD
CVS tags: FreeBSD-current-1997-09-25
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0
lines
File archivers, ports from FreeBSD
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Oct 27 02:19:06 1997 UTC (14 years, 6 months ago) by hubertf
Branches: MAIN
Initial revision
NetBSD-CVSweb <admin[at]NetBSD[dot]se>