<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <link>http://nxr.netbsd.org/rss/src/usr.bin/gzip/Makefile</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>Don't include zstd in the rescue version of gzip. Simplifies things until<br/>we decide how to handle the zstd build.</title>
    <description>/src/usr.bin/gzip/Makefile - 1.21</description>
    <pubDate>Thu Apr 30 20:49:55 UTC 2026</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Add support for decompressing zstd files.<br/><br/>From FreeBSD.</title>
    <description>/src/usr.bin/gzip/Makefile - 1.20</description>
    <pubDate>Thu Apr 30 13:35:32 UTC 2026</pubDate>
    <dc:creator>simonb</dc:creator>
</item>

<item>
    <title>make it work as a tool</title>
    <description>/src/usr.bin/gzip/Makefile - 1.19</description>
    <pubDate>Mon Apr 01 02:21:39 UTC 2024</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Add zfgrep that fell off from last update</title>
    <description>/src/usr.bin/gzip/Makefile - 1.18</description>
    <pubDate>Wed Nov 13 11:12:24 UTC 2013</pubDate>
    <dc:creator>pettai</dc:creator>
</item>

<item>
    <title>Added zless(1) - comes in the lastest version of zmore(1) from OpenBSD<br/>(OKed by tron@)</title>
    <description>/src/usr.bin/gzip/Makefile - 1.17</description>
    <pubDate>Tue Nov 12 21:58:37 UTC 2013</pubDate>
    <dc:creator>pettai</dc:creator>
</item>

<item>
    <title>branches:  1.16.2;  1.16.4;  1.16.8;<br/>Add a few explicit casts for sign mismatches.</title>
    <description>/src/usr.bin/gzip/Makefile - 1.16</description>
    <pubDate>Tue Jun 21 13:25:45 UTC 2011</pubDate>
    <dc:creator>joerg</dc:creator>
</item>

<item>
    <title>remove most of the remaining HAVE_GCC tests that are always true in<br/>the modern world.</title>
    <description>/src/usr.bin/gzip/Makefile - 1.15</description>
    <pubDate>Mon Jun 20 07:44:01 UTC 2011</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>Add lzma (.xz) support. Somehow this does not decode after the first read yet.</title>
    <description>/src/usr.bin/gzip/Makefile - 1.14</description>
    <pubDate>Sun Jun 19 00:43:54 UTC 2011</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.13.4;<br/>Enable WARNS=4 by default for usr.bin, except for:<br/>	awk  bdes  checknr  compile_et  error  gss  hxtool  kgetcred  kinit<br/>	klist  ldd  less  lex  locale  login  m4  man  menuc  mk_cmds<br/>	mklocale  msgc  openssl  rpcgen  rpcinfo  sdiff  spell  ssh<br/>	string2key  telnet  tn3270  verify_krb5_conf  xlint</title>
    <description>/src/usr.bin/gzip/Makefile - 1.13</description>
    <pubDate>Tue Apr 14 22:15:20 UTC 2009</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>branches:  1.12.2;  1.12.4;  1.12.6;  1.12.12;<br/>Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a few flags for PCC.</title>
    <description>/src/usr.bin/gzip/Makefile - 1.12</description>
    <pubDate>Fri Aug 29 00:02:24 UTC 2008</pubDate>
    <dc:creator>gmcgarry</dc:creator>
</item>

<item>
    <title>branches:  1.11.12;<br/>Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the<br/>FORTIFY_SOURCE feature of libssp, thus checking the size of arguments to<br/>various string and memory copy and set functions (as well as a few system<br/>calls and other miscellany) where known at function entry.  RedHat has<br/>evidently built all "core system packages" with this option for some time.<br/><br/>This option should be used at the top of Makefiles (or Makefile.inc where<br/>this is used for subdirectories) but after any setting of LIB.<br/><br/>This is only useful for userland code, and cannot be used in libc or in<br/>any code which includes the libc internals, because it overrides certain<br/>libc functions with macros.  Some effort has been made to make USE_FORT=yes<br/>work correctly for a full-system build by having the bsd.sys.mk logic<br/>disable the feature where it should not be used (libc, libssp iteself,<br/>the kernel) but no attempt has been made to build the entire system with<br/>USE_FORT and doing so will doubtless expose numerous bugs and misfeatures.<br/><br/>Adjust the system build so that all programs and libraries that are setuid,<br/>directly handle network data (including serial comm data), perform<br/>authentication, or appear likely to have (or have a history of having)<br/>data-driven bugs (e.g. file(1)) are built with USE_FORT=yes by default,<br/>with the exception of libc, which cannot use USE_FORT and thus uses<br/>only USE_SSP by default.  Tested on i386 with no ill results; USE_FORT=no<br/>per-directory or in a system build will disable if desired.</title>
    <description>/src/usr.bin/gzip/Makefile - 1.11</description>
    <pubDate>Mon May 28 00:06:26 UTC 2007</pubDate>
    <dc:creator>tls</dc:creator>
</item>

<item>
    <title>apply -Wno-pointer-sign with GCC4.</title>
    <description>/src/usr.bin/gzip/Makefile - 1.10</description>
    <pubDate>Fri May 12 02:01:15 UTC 2006</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>WARNS=3: add some const poisoning, and sort out local variable<br/>definitions shadowing other variables.<br/><br/>Pass storage for file names into the file_compress and file_uncompress<br/>functions, so that we don't run the risk of leaking memory. Remove a global<br/>variable that's no longer needed.</title>
    <description>/src/usr.bin/gzip/Makefile - 1.9</description>
    <pubDate>Fri May 21 00:16:10 UTC 2004</pubDate>
    <dc:creator>agc</dc:creator>
</item>

<item>
    <title>branches:  1.8.2;<br/>port simonb's bzip2 support.<br/>misc cleanups.</title>
    <description>/src/usr.bin/gzip/Makefile - 1.8</description>
    <pubDate>Thu Jan 01 02:44:09 UTC 2004</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>Add a BSD licensed zgrep written by me.<br/>Much nicer than the old one, if I may say so.<br/><br/>Thanks go to atatat for testing and suggestions.</title>
    <description>/src/usr.bin/gzip/Makefile - 1.7</description>
    <pubDate>Sun Dec 28 17:26:00 UTC 2003</pubDate>
    <dc:creator>wiz</dc:creator>
</item>

<item>
    <title>fix an error in the previous</title>
    <description>/src/usr.bin/gzip/Makefile - 1.6</description>
    <pubDate>Sun Dec 28 13:40:56 UTC 2003</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>zdiff is also zcmp (from wiz)</title>
    <description>/src/usr.bin/gzip/Makefile - 1.5</description>
    <pubDate>Sun Dec 28 13:37:23 UTC 2003</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>install gzexe, zdiff, zforce, zmore and znew scripts and manual pages.<br/><br/>XXX: now only missing zgrep.</title>
    <description>/src/usr.bin/gzip/Makefile - 1.4</description>
    <pubDate>Sun Dec 28 00:37:42 UTC 2003</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>remove one extra backslash from MLINKS</title>
    <description>/src/usr.bin/gzip/Makefile - 1.3</description>
    <pubDate>Tue Dec 23 07:56:01 UTC 2003</pubDate>
    <dc:creator>jdolecek</dc:creator>
</item>

<item>
    <title>install gunzip, zcat &amp; gzcat links.</title>
    <description>/src/usr.bin/gzip/Makefile - 1.2</description>
    <pubDate>Tue Dec 23 06:23:32 UTC 2003</pubDate>
    <dc:creator>mrg</dc:creator>
</item>
</channel></rss>

