]> git.cworth.org Git - gzip/blob - debian/changelog
Imported Debian patch 1.3.2-3woody3
[gzip] / debian / changelog
1 gzip (1.3.2-3woody3) stable-security; urgency=high
2
3   * Non-maintainer upload by the Security Team
4   * Revert patches for zdiff and znew since the use of 'set -C' should
5     indeed be sufficient.
6
7  -- Martin Schulze <joey@infodrom.org>  Thu,  4 Nov 2004 12:55:03 +0100
8
9 gzip (1.3.2-3woody2) stable-security; urgency=high
10
11   * Non-maintainer upload by the Security Team
12   * Applied Trustix patch to correct insecure temporary file use in zdiff
13     and znew [zdiff.in, znew.in, CAN-2004-0970, Bugtraq Id 11288]
14
15  -- Martin Schulze <joey@infodrom.org>  Sun, 31 Oct 2004 20:02:13 +0100
16
17 gzip (1.3.2-3woody1) stable-security; urgency=high
18
19   * Non-maintainer upload by the Security Team
20   * Fix multiple instances of insecure temporary files
21     - gzexe.in (CVE-1999-1332), which became un-fixed sometime since potato
22     - znew (CAN-2003-0367)
23
24  -- Matt Zimmerman <mdz@debian.org>  Sat, 31 May 2003 17:41:06 -0400
25
26 gzip (1.3.2-3) unstable; urgency=low
27
28   * modify gzexe.in to hard-code /bin/gzip instead of trying to use BINDIR
29     which yields /usr/bin/gzip.  Don't use PATH since we have no idea what it
30     might be when the gzexe'd executable gets run.  Closes: #119641
31
32  -- Bdale Garbee <bdale@gag.com>  Wed, 14 Nov 2001 23:00:59 -0700
33
34 gzip (1.3.2-2) unstable; urgency=low
35
36   * fix silly mistake made when moving man pages from hard to soft links, so
37     man pages for zegrep, zfgrep, and uncompress work again, closes: #118325
38
39  -- Bdale Garbee <bdale@gag.com>  Mon,  5 Nov 2001 00:53:40 -0700
40
41 gzip (1.3.2-1) unstable; urgency=low
42
43   * new upstream release, incorporating my diffs to 1.3.1
44
45  -- Bdale Garbee <bdale@gag.com>  Sun,  4 Nov 2001 09:47:40 -0700
46
47 gzip (1.3.1-2) unstable; urgency=low
48
49   * add build dependencies on autoconf and automake
50   * fix infodir spec so we install in the build tree, not the system directory
51
52  -- Bdale Garbee <bdale@gag.com>  Sat,  3 Nov 2001 02:18:06 -0700
53
54 gzip (1.3.1-1) unstable; urgency=low
55
56   * new upstream version!  From alpha.gnu.org, on the explicit advice of the 
57     current upstream maintainers, who are working with Debian to prepare a new
58     stable release that addresses many of the open issues in our BTS.  
59     .
60     large file support handled in configure, closes: #108612, #83061, #113000
61     it appears the subtle problem with concatenation is fixed, closes: #114591
62     various segfault problems appear fixed, closes: #46312
63     gzip -r issues fixed, closes: #53645, #106186
64     problem with --no-filename option fixed, closes: #59067
65     zgrep -r disallowed - "I did not use the patch as it was not a complete 
66     . fix for the problem and I thought it would cause more problems than
67     . it would cure.  Instead, I simply disallowed zgrep -r", closes: #81288
68     error message reworded, closes: #76238
69     compression factor output fixed, closes: #80362
70     zgrep -H fixed, closes: #84371
71     permission issue when forced to compress linked file fixed, closes: #88918
72     manpage hardlinks fixed, closes: #94733
73     gzip --help now goes to stdout, closes: #97020
74     zless no longer runs less if file doesn't exist, closes: #109097
75     problem with -best fixed, closes: #17650
76     zgrep now understands --, closes: #28475
77     file size output by gzip fixed for large files, closes: #40721
78   * fix location referenced for GPL on Debian systems, closes: #112095
79   * move install-info remove call from from postrm to prerm
80
81  -- Bdale Garbee <bdale@gag.com>  Sat,  3 Nov 2001 01:01:02 -0700
82
83 gzip (1.2.4-33) unstable; urgency=low
84
85   * update to current policy
86
87  -- Bdale Garbee <bdale@gag.com>  Thu,  2 Dec 1999 01:10:58 -0700
88
89 gzip (1.2.4-32) unstable; urgency=low
90
91   * update prototype for and definition of basename function for compatibility
92     with glibc2.0, still in use on m68k.  Closes: #45058
93
94  -- Bdale Garbee <bdale@gag.com>  Wed, 15 Sep 1999 02:01:47 -0600
95
96 gzip (1.2.4-31) unstable; urgency=medium
97
98   * fix problems I induced while merging the upstream patch in the last upload,
99     most notably omitting zless from the package. 
100     Closes: #44883, #44885, #44890, #44882, #44887, #44895, #44896
101  
102  -- Bdale Garbee <bdale@gag.com>  Sun, 12 Sep 1999 12:06:00 -0600
103
104 gzip (1.2.4-30) unstable; urgency=low
105
106   * upstream patch, closes: #28872
107       1998-11-18  Paul Eggert  <eggert@twinsun.com>
108       gzip.c (get_method): Don't complain about trailing zeros at
109       the end of a gzipped file, as they're commonly appended to fill
110       out a block (e.g. by GNU tar).
111   * update to FHS compliance
112
113  -- Bdale Garbee <bdale@gag.com>  Fri, 10 Sep 1999 21:34:07 -0600
114
115 gzip (1.2.4-29) unstable; urgency=low
116
117   * apply patch from Vincent Renardias that improves behavior when trying to
118     decompress a corrupted .gz file.  Closes 7472, 16385
119
120  -- Bdale Garbee <bdale@gag.com>  Wed, 27 Jan 1999 20:50:12 -0700
121
122 gzip (1.2.4-28) frozen unstable; urgency=medium
123
124   * patch zforce to make it work at all, closes 22760
125   * patch to fix decompression of concatenated gzip files, closes 30537
126
127  -- Bdale Garbee <bdale@gag.com>  Fri, 22 Jan 1999 10:43:09 -0700
128
129 gzip (1.2.4-27) frozen unstable; urgency=low
130
131   * patch from Jean-loup (upstream maintainer) for zgrep.in to fix the
132     problems with -A and -B successfully passing to grep.  Closes 21209.
133
134  -- Bdale Garbee <bdale@gag.com>  Sat, 25 Apr 1998 22:47:15 -0600
135
136 gzip (1.2.4-26) frozen unstable; urgency=low
137
138   * fix FSF address in copyright file, lintian now reports no errors
139   * minor tweak to Makefile to fix warnings during dh_installmanpages run
140
141  -- Bdale Garbee <bdale@gag.com>  Tue, 24 Mar 1998 00:40:48 -0700
142
143 gzip (1.2.4-25) frozen unstable; urgency=low
144
145   * update znew.in and zdiff.in to do save tempfile handling, closes 19794
146
147  -- Bdale Garbee <bdale@gag.com>  Sat, 21 Mar 1998 23:48:26 -0700
148
149 gzip (1.2.4-24) unstable; urgency=low
150
151   * minor fix for complaints about short files, closes 19159
152
153  -- Bdale Garbee <bdale@gag.com>  Wed, 11 Mar 1998 02:21:50 -0700
154
155 gzip (1.2.4-23) unstable; urgency=high
156
157   * respond to security advisory from Alan Cox via Christian Hudon, fixes
158     an obscure possibility to get gzip to execute code
159
160  -- Bdale Garbee <bdale@gag.com>  Wed, 11 Mar 1998 02:16:59 -0700
161
162 gzip (1.2.4-22) unstable; urgency=high
163
164   * gzexe modified to use tempfile in response to security advisory
165
166  -- Bdale Garbee <bdale@gag.com>  Sat, 31 Jan 1998 14:30:20 -0700
167
168 gzip (1.2.4-21) unstable; urgency=low
169
170   * fix from the upstream maintainer for voluminous "Broken Pipe" messages
171     when using 'zgrep -l' or equivalent.  Closes bug 15178.
172
173  -- Bdale Garbee <bdale@gag.com>  Sun,  4 Jan 1998 00:56:21 -0700
174
175 gzip (1.2.4-20) unstable; urgency=low
176
177   * freshen rules file to match current debhelper
178   * improve handling of undocumented executables.  Closes bug 13578.
179
180  -- Bdale Garbee <bdale@gag.com>  Sun,  4 Jan 1998 00:56:21 -0700
181
182 gzip (1.2.4-19) unstable; urgency=low
183
184   * change dependency to Pre-Depends, to keep dpkg from getting hosed during
185     libc6 upgrades.  Closes 15091.
186   * switch from debmake to debhelper.  In the process, closes 15412.
187
188  -- Bdale Garbee <bdale@gag.com>  Mon,  8 Dec 1997 23:42:49 -0700
189
190 gzip (1.2.4-18) unstable; urgency=low
191
192   * don't install INSTALL in the doc directory, closes bug 13224.
193
194  -- Bdale Garbee <bdale@gag.com>  Fri,  5 Sep 1997 15:06:35 -0600
195
196 gzip (1.2.4-17) unstable; urgency=low
197
198   * fix distribution problem in changelog file
199
200  -- Bdale Garbee <bdale@gag.com>  Fri,  5 Sep 1997 15:06:35 -0600
201
202 gzip (1.2.4-16) stable frozen unstable; urgency=low
203
204   * libc6
205   * tweaks to rules file to install Changelog, closes bug 12488
206
207  -- Bdale Garbee <bdale@gag.com>  Thu,  4 Sep 1997 22:46:28 -0600
208
209 gzip (1.2.4-15) stable frozen unstable; urgency=low
210
211   * fix minor security issue - race condition reported on bugtraq list
212   * rework debian/rules to build with debugging then strip
213
214  -- Bdale Garbee <bdale@gag.com>  Fri, 14 Mar 1997 21:14:44 -0700
215
216 gzip (1.2.4-14) stable frozen unstable; urgency=medium
217
218   * The -13 upload was built against a libc5 too new for 'stable'.  
219
220  -- Bdale Garbee <bdale@gag.com>  Thu, 28 Nov 1996 11:37:31 -0700
221
222 gzip (1.2.4-13) stable frozen unstable; urgency=medium
223
224   * Fix missing "essential" flag on package, lost during standards update.
225   * Push this version back into stable to solve the 'compress' link problem.
226
227  -- Bdale Garbee <bdale@gag.com>  Tue, 19 Nov 1996 09:14:14 -0700
228
229 gzip (1.2.4-12) unstable; urgency=low
230
231   * New packag format.
232
233  -- Bdale Garbee <bdale@gag.com>  Sat, 02 Nov 1996 14:47:42 -0800
234
235
236 Thu Jul 18 01:30:22 MDT 1996    Bdale Garbee    <bdale@gag.com>
237
238         * add zegrep and zfgrep links in /usr/bin (Bug#3326)
239         * add an extended description (Bug#3591)
240         * tweak control files to use dpkg-name, etc.
241
242 Fri May 24 07:37:54 MDT 1996    Bdale Garbee    <bdale@gag.com>
243
244         * don't provide a 'compress' link since it breaks things, but provide
245           an 'uncompress' link since it's useful.
246         * fix some administrivia
247
248 Sun Apr 14 20:39:19 MDT 1996    Bdale Garbee    <bdale@gag.com>
249
250         * change gzexe.in to not use BINDIR, but assume gzip is in PATH
251         * add Architecture field in the control file
252
253 Wed Jan 17 00:07:00 MST 1996    Bdale Garbee    <bdale@gag.com>
254
255         * switch targets in the Makefile to also install the links called
256           'compress' and 'uncompress' since some utilities care about these,
257           and we're unlikely to ever have a 'compress' package because of the
258           intellectual property issues.
259
260 Sat Dec  2 23:45:40 MST 1995    Bdale Garbee    <bdale@gag.com>
261
262         * building for ELF
263         * add 'zless' as a near-clone of 'zmore', closes bug 1776
264         * unable to duplicate bug 1090, something has improved since then?
265         * add libc5 dependency
266         * new maintainer
267