Home | History | Annotate | Download | only in gzip
History log of /src/usr.bin/gzip/Makefile
RevisionDateAuthorComments
 1.19  01-Apr-2024  christos make it work as a tool
 1.18  13-Nov-2013  pettai Add zfgrep that fell off from last update
 1.17  12-Nov-2013  pettai Added zless(1) - comes in the lastest version of zmore(1) from OpenBSD
(OKed by tron@)
 1.16  21-Jun-2011  joerg branches: 1.16.2; 1.16.4; 1.16.8;
Add a few explicit casts for sign mismatches.
 1.15  20-Jun-2011  mrg remove most of the remaining HAVE_GCC tests that are always true in
the modern world.
 1.14  19-Jun-2011  christos Add lzma (.xz) support. Somehow this does not decode after the first read yet.
 1.13  14-Apr-2009  lukem branches: 1.13.4;
Enable WARNS=4 by default for usr.bin, except for:
awk bdes checknr compile_et error gss hxtool kgetcred kinit
klist ldd less lex locale login m4 man menuc mk_cmds
mklocale msgc openssl rpcgen rpcinfo sdiff spell ssh
string2key telnet tn3270 verify_krb5_conf xlint
 1.12  29-Aug-2008  gmcgarry branches: 1.12.2; 1.12.4; 1.12.6; 1.12.12;
Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a few flags for PCC.
 1.11  28-May-2007  tls branches: 1.11.12;
Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the
FORTIFY_SOURCE feature of libssp, thus checking the size of arguments to
various string and memory copy and set functions (as well as a few system
calls and other miscellany) where known at function entry. RedHat has
evidently built all "core system packages" with this option for some time.

This option should be used at the top of Makefiles (or Makefile.inc where
this is used for subdirectories) but after any setting of LIB.

This is only useful for userland code, and cannot be used in libc or in
any code which includes the libc internals, because it overrides certain
libc functions with macros. Some effort has been made to make USE_FORT=yes
work correctly for a full-system build by having the bsd.sys.mk logic
disable the feature where it should not be used (libc, libssp iteself,
the kernel) but no attempt has been made to build the entire system with
USE_FORT and doing so will doubtless expose numerous bugs and misfeatures.

Adjust the system build so that all programs and libraries that are setuid,
directly handle network data (including serial comm data), perform
authentication, or appear likely to have (or have a history of having)
data-driven bugs (e.g. file(1)) are built with USE_FORT=yes by default,
with the exception of libc, which cannot use USE_FORT and thus uses
only USE_SSP by default. Tested on i386 with no ill results; USE_FORT=no
per-directory or in a system build will disable if desired.
 1.10  12-May-2006  mrg apply -Wno-pointer-sign with GCC4.
 1.9  21-May-2004  agc WARNS=3: add some const poisoning, and sort out local variable
definitions shadowing other variables.

Pass storage for file names into the file_compress and file_uncompress
functions, so that we don't run the risk of leaking memory. Remove a global
variable that's no longer needed.
 1.8  01-Jan-2004  mrg branches: 1.8.2;
port simonb's bzip2 support.
misc cleanups.
 1.7  28-Dec-2003  wiz Add a BSD licensed zgrep written by me.
Much nicer than the old one, if I may say so.

Thanks go to atatat for testing and suggestions.
 1.6  28-Dec-2003  mrg fix an error in the previous
 1.5  28-Dec-2003  mrg zdiff is also zcmp (from wiz)
 1.4  28-Dec-2003  mrg install gzexe, zdiff, zforce, zmore and znew scripts and manual pages.

XXX: now only missing zgrep.
 1.3  23-Dec-2003  jdolecek remove one extra backslash from MLINKS
 1.2  23-Dec-2003  mrg install gunzip, zcat & gzcat links.
 1.1  23-Dec-2003  mrg branches: 1.1.1;
Initial revision
 1.1.1.1  23-Dec-2003  mrg import distrib/utils/x_gzip into usr.bin/gzip, with these enhancements:
- fully updated manual
- -n/-N support
- time stamp/owner/etc saved properly
- GNU gzip --long-options supported (missing --ascii, --list
and --licence)
- various cleanups & fixes

note that "-n" (save filename) support is currently disabled due to
depending on API changes in zlib. for now, this support is disabled
(however "gzip -N -d" works.)

this gzip(1) replacement is ready for serious testing. issues are:
- might implement --list one day
- zlib API addition
 1.8.2.1  30-May-2004  tron Pull up revision 1.9 (requested by mrg in ticket #420):
WARNS=3: add some const poisoning, and sort out local variable
definitions shadowing other variables.
Pass storage for file names into the file_compress and file_uncompress
functions, so that we don't run the risk of leaking memory. Remove a global
variable that's no longer needed.
 1.11.12.1  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.12.12.1  15-Mar-2015  snj Pull up following revision(s) (requested by mrg in ticket #1951):
usr.bin/gzip/Makefile: patch
usr.bin/gzip/gzip.1: revisions 1.20-1.24
usr.bin/gzip/gzip.c: revisions 1.98-1.107
usr.bin/gzip/zuncompress.c: revisions 1.7-1.8
Sync gzip core with HEAD.
 1.12.6.1  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.12.4.2  15-Mar-2015  snj Pull up following revision(s) (requested by mrg in ticket #1951):
usr.bin/gzip/Makefile: patch
usr.bin/gzip/gzip.1: revisions 1.20-1.24
usr.bin/gzip/gzip.c: revisions 1.98-1.107
usr.bin/gzip/zuncompress.c: revisions 1.7-1.8
Sync gzip core with HEAD.
 1.12.4.1  17-Nov-2013  bouyer Pull up following revision(s) (requested by pettai in ticket #1889):
distrib/sets/lists/base/mi: revision 1.1049
distrib/sets/lists/man/mi: revision 1.1449
usr.bin/gzip/Makefile: revision 1.17
usr.bin/gzip/Makefile: revision 1.18
usr.bin/gzip/zmore: revision 1.4
usr.bin/gzip/zmore.1: revision 1.4
Added zless(1) - comes in the lastest version of zmore(1) from OpenBSD
(OKed by tron@)
Add zfgrep that fell off from last update
 1.12.2.1  15-Mar-2015  snj Pull up following revision(s) (requested by mrg in ticket #1951):
usr.bin/gzip/Makefile: patch
usr.bin/gzip/gzip.1: revisions 1.20-1.24
usr.bin/gzip/gzip.c: revisions 1.98-1.107
usr.bin/gzip/zuncompress.c: revisions 1.7-1.8
Sync gzip core with HEAD.
 1.13.4.1  23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.16.8.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.16.4.1  17-Nov-2013  bouyer Pull up following revision(s) (requested by pettai in ticket #982):
distrib/sets/lists/base/mi: revision 1.1049
distrib/sets/lists/man/mi: revision 1.1449
usr.bin/gzip/Makefile: revision 1.17
usr.bin/gzip/Makefile: revision 1.18
usr.bin/gzip/zmore: revision 1.4
usr.bin/gzip/zmore.1: revision 1.4
Added zless(1) - comes in the lastest version of zmore(1) from OpenBSD
(OKed by tron@)
Add zfgrep that fell off from last update
 1.16.2.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")

RSS XML Feed