File bzip2.changes of Package bzip2
489
1
-------------------------------------------------------------------
2
Wed Jul 24 14:04:37 UTC 2019 - Kristyna Streitova <kstreitova@suse.com>
3
4
- update bzip2-1.0.6-CVE-2019-12900.patch to accept as many
5
selectors as the file format allows. This relaxes the previous
6
fix for CVE-2019-12900 so that bzip2 allows decompression of bz2
7
files that use (too) many selectors again. It fixes a bzip2 and
8
lbzip2 incompatibility caused by previous patch [bsc#1139083]
9
[CVE-2019-12900]
10
11
-------------------------------------------------------------------
12
Mon Jul 8 12:01:19 UTC 2019 - Kristyna Streitova <kstreitova@suse.com>
13
14
- add bzip2-1.0.6-CVE-2019-12900.patch to fix an out-of-bounds
15
write in decompress.c when there are many nSelectors used in a
16
loop to access selectorMtf [bsc#1139083] [CVE-2019-12900]
17
18
-------------------------------------------------------------------
19
Thu Apr 18 10:33:22 UTC 2019 - Kristýna Streitová <kstreitova@suse.com>
20
21
- add bzip2-1.0.6-CVE-2016-3189.patch to fix a heap use after
22
free vulnerability that was reported in bzip2recover [bsc#985657]
23
[CVE-2016-3189]
24
25
-------------------------------------------------------------------
26
Wed Feb 28 11:23:11 UTC 2018 - tchvatal@suse.com
27
28
- Update autotools patchset:
29
D bzip2-1.0.6-autoconfiscated.patch
30
A bzip2-1.0.6.2-autoconfiscated.patch
31
32
-------------------------------------------------------------------
33
Thu Feb 22 15:10:29 UTC 2018 - fvogt@suse.com
34
35
- Use %license (boo#1082318)
36
37
-------------------------------------------------------------------
38
Sat Nov 4 06:35:46 UTC 2017 - bwiedemann@suse.com
39
40
- Fix build on Fedora and Mageia
41
42
-------------------------------------------------------------------
43
Tue Oct 31 18:09:43 CET 2017 - sbrabec@suse.com
44
45
- Update bzip2-1.0.6-autoconfiscated.patch:
46
* Bump version to 1.0.6.
47
* Fix script symlinks on platforms with EXEEXT.
48
49
-------------------------------------------------------------------
50
Tue Jun 6 10:32:06 UTC 2017 - mpluskal@suse.com
51
52
- Drop implicit pie building
53
- Try profiled build
54
- Move autoreconf to build section
55
56
-------------------------------------------------------------------
57
Thu Mar 23 15:14:20 UTC 2017 - kstreitova@suse.com
58
59
- cleanup with spec-cleaner
60
61
-------------------------------------------------------------------
62
Thu Mar 24 15:44:52 UTC 2016 - kstreitova@suse.com
63
64
- add bzip2-1.0.6-bzgrep_return_value.patch to fix bzgrep wrapper
65
that always returns 0 as an exit code when grepping multiple
66
archives [bsc#970260]
67
68
-------------------------------------------------------------------
69
Wed Jan 13 08:12:20 UTC 2016 - idonmez@suse.com
70
71
- Remove bzip2-faster.patch, it causes a crash with libarchive and
72
valgrind points out uninitialized memory. See
73
https://github.com/libarchive/libarchive/issues/637#issuecomment-170612576
74
75
-------------------------------------------------------------------
76
Thu Jan 8 12:04:24 UTC 2015 - olaf@aepfle.de
77
78
- Avoid noarch sub package in SLE_11
79
80
-------------------------------------------------------------------
81
Mon Dec 29 16:48:23 UTC 2014 - tchvatal@suse.com
82
83
- Cleanup a bit.
84
- Remove the profiling stuff as it should not be used nowdays.
85
At least even factory builds without it.
86
- Provide libbz2.so.1.0 as other distros do, so we can run tiny
87
things like steam.
88
- Respect cflags again, borked by previous commit.
89
90
-------------------------------------------------------------------
91
Fri Dec 19 11:01:43 UTC 2014 - meissner@suse.com
92
93
- build with PIE
94
95
-------------------------------------------------------------------
96
Mon Nov 03 16:19:00 UTC 2014 - Led <ledest@gmail.com>
97
98
- fix basisms in bzgrep and bznew
99
- add patches:
100
* bzip2-1.0.6-fix-bashisms.patch
101
102
-------------------------------------------------------------------
103
Tue Sep 2 15:16:50 UTC 2014 - vcizek@suse.com
104
105
- revert the bzip2-handle_pipe_input_with-f_option.patch because it
106
breaks other programs using the bzip2 library
107
108
-------------------------------------------------------------------
109
Wed Aug 6 10:51:03 UTC 2014 - idonmez@suse.com
110
111
- Implement %check
112
113
-------------------------------------------------------------------
114
Tue Aug 5 10:39:56 UTC 2014 - vcizek@suse.com
115
116
- handle pipe input with the -f option (bnc#884004)
117
* added bzip2-handle_pipe_input_with-f_option.patch
118
119
-------------------------------------------------------------------
120
Thu Jul 31 12:39:28 UTC 2014 - dimstar@opensuse.org
121
122
- Rename rpmlintrc to %{name}-rpmlintrc.
123
Follow the packaging guidelines.
124
125
-------------------------------------------------------------------
126
Thu Mar 21 09:01:17 UTC 2013 - mmeister@suse.com
127
128
- Added url as source.
129
Please see http://en.opensuse.org/SourceUrls
130
131
-------------------------------------------------------------------
132
Mon Jan 21 22:09:52 UTC 2013 - idonmez@suse.com
133
134
- Add %{version} to Obsoletes/Provides
135
136
-------------------------------------------------------------------
137
Mon Jan 21 19:15:09 UTC 2013 - jengelh@inai.de
138
139
- Executing autoreconf requires autoconf
140
- Set RPM groups to the common ones we use for library and
141
"-devel" packages
142
143
-------------------------------------------------------------------
144
Sun Feb 12 23:00:21 UTC 2012 - crrodriguez@opensuse.org
145
146
- Put libraries back into %{_libdir}, /usr merge project.
147
148
-------------------------------------------------------------------
149
Thu Jan 26 09:38:00 UTC 2012 - sitter@kde.org
150
151
- Drop bzip2-maxlen20.patch as pre-2005 compatibility should not
152
be a concern anymore.
153
154
-------------------------------------------------------------------
155
Sat Jan 7 19:26:14 UTC 2012 - crrodriguez@opensuse.org
156
157
- bzlib: open file descriptors with O_CLOEXEC, but just like
158
the zlib case, only when bzopen() is used and not bzdopen()
159
to avoid messing up with the caller's semantics.
160
It is responsability of to initiator to set that flag in such case.
161
- Replace error prone list of exported symbols with proper use of
162
GCC visibility features.
163
164
-------------------------------------------------------------------
165
Fri Sep 30 20:07:46 UTC 2011 - coolo@suse.com
166
167
- add libtool as buildrequire to make the spec file more reliable
168
169
-------------------------------------------------------------------
170
Sat Sep 17 21:13:00 UTC 2011 - jengelh@medozas.de
171
172
- Remove redundant tags/sections from specfile
173
174
-------------------------------------------------------------------
175
Wed Aug 10 17:43:49 UTC 2011 - puzel@novell.com
176
177
- package all documentation files referenced by README; also
178
point to bzip2-doc package (bnc#709260)
179
180
-------------------------------------------------------------------
181
Tue Jul 26 11:43:49 UTC 2011 - jengelh@medozas.de
182
183
- Update baselibs.conf to ship libbz2-devel-32bit
184
185
-------------------------------------------------------------------
186
Mon Nov 29 14:33:39 UTC 2010 - cristian.rodriguez@opensuse.org
187
188
- extend bzip2-1.0.6-autoconfiscated.patch to support
189
an LD version script so we export only public symbols
190
191
-------------------------------------------------------------------
192
Wed Nov 3 11:43:52 UTC 2010 - puzel@novell.com
193
194
- use new version of autoconfiscate patch (by sbrabec)
195
196
-------------------------------------------------------------------
197
Thu Sep 23 09:27:21 UTC 2010 - puzel@novell.com
198
199
- update to bzip2-1.0.6
200
- fixes CVE-2010-0405
201
- drop bzip2-CVE-2010-0405 (upstream)
202
203
-------------------------------------------------------------------
204
Tue Sep 21 13:54:31 UTC 2010 - puzel@novell.com
205
206
- add bzip2-CVE-2010-0405.patch (bnc#636978)
207
- fix copy-paste error in profile_bzip2()
208
209
-------------------------------------------------------------------
210
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
211
212
- use %_smp_mflags
213
214
-------------------------------------------------------------------
215
Wed Dec 16 10:53:20 CET 2009 - jengelh@medozas.de
216
217
- package documentation as noarch
218
219
-------------------------------------------------------------------
220
Sat Dec 12 18:04:29 CET 2009 - jengelh@medozas.de
221
222
- add baselibs.conf as a source
223
224
-------------------------------------------------------------------
225
Tue Nov 24 16:40:35 CET 2009 - sbrabec@suse.cz
226
227
- Package migrated to autoconf.
228
229
-------------------------------------------------------------------
230
Sun Jun 7 16:40:59 CEST 2009 - crrodriguez@suse.de
231
232
- remove static libraries see bnc#509945 for details
233
234
-------------------------------------------------------------------
235
Wed Dec 10 12:34:56 CET 2008 - olh@suse.de
236
237
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
238
(bnc#437293)
239
240
-------------------------------------------------------------------
241
Thu Oct 30 12:34:56 CET 2008 - olh@suse.de
242
243
- obsolete old -XXbit packages (bnc#437293)
244
245
-------------------------------------------------------------------
246
Fri Aug 1 02:51:44 CEST 2008 - jw@suse.de
247
248
- added missing header to bznew [bnc#413261]
249
250
-------------------------------------------------------------------
251
Wed May 14 08:11:07 CEST 2008 - coolo@suse.de
252
253
- fix rename of xxbit packages
254
255
-------------------------------------------------------------------
256
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
257
258
- added baselibs.conf file to build xxbit packages
259
for multilib support
260
261
-------------------------------------------------------------------
262
Thu Apr 3 17:12:42 CEST 2008 - lmichnovic@suse.cz
263
264
- update to version 1.5
265
* Fixes CERT-FI 20469 as it applies to bzip2
266
which obsoletes bzip2-CVE-2008-1372-CERT-FI-20469.patch
267
- installing scripts bzdiff, bzgrep, bzmore
268
and symlinks bzless, bzcmp [bnc#376464]
269
- addded CFLAGS in Makefile-libbz2_so (cflags.patch)
270
- fix unsafe strcpy in bzip2recover (unsafe_strcpy.patch)
271
Thanks to Red Hat.
272
273
-------------------------------------------------------------------
274
Wed Mar 19 18:34:23 CET 2008 - nadvornik@suse.cz
275
276
- fixed buffer overflows CVE-2008-1372 [bnc#372047]
277
278
-------------------------------------------------------------------
279
Thu Dec 6 11:23:02 CET 2007 - lmichnovic@suse.cz
280
281
- bznew can now repack also .tar.gz files [#342612]
282
The dot in suffix is explicitly checked
283
284
-------------------------------------------------------------------
285
Thu Nov 8 11:04:02 CET 2007 - lmichnovic@suse.cz
286
287
- added README, LICENSE, CHANGES files to libbz2-1 package
288
289
-------------------------------------------------------------------
290
Sun Jun 3 23:05:45 CEST 2007 - schwab@suse.de
291
292
- Fix dependency.
293
294
-------------------------------------------------------------------
295
Wed May 30 11:53:18 CEST 2007 - lmichnovic@suse.cz
296
297
- renamed lib to libbz2-1 according to Shared Library Packaging
298
Policy
299
- calling ldconfig for libbz2-1 package
300
301
-------------------------------------------------------------------
302
Fri May 25 23:28:01 CEST 2007 - dmueller@suse.de
303
304
- build with profile feedback enabled (7-15% speedup)
305
306
-------------------------------------------------------------------
307
Fri Mar 30 10:14:57 CEST 2007 - rguenther@suse.de
308
309
- Add PreReq to libbz2 from bzip2 to work around update problems
310
311
-------------------------------------------------------------------
312
Fri Mar 23 16:42:26 CET 2007 - rguenther@suse.de
313
314
- Split off doc, libbz2 and libbz2-devel packages
315
316
-------------------------------------------------------------------
317
Mon Jan 15 13:50:53 CET 2007 - lmichnovic@suse.cz
318
319
- Update to version 1.0.4
320
321
* Fixes some minor bugs since the last version, 1.0.3.
322
* Fix file permissions race problem (CAN-2005-0953).
323
* Avoid possible segfault in BZ2_bzclose. From Coverity's NetBSD
324
scan.
325
* 'const'/prototype cleanups in the C code.
326
* Change default install location to /usr/local, and handle
327
multiple 'make install's without error.
328
* Sanitise file names more carefully in bzgrep. Fixes
329
CAN-2005-0758 to the extent that applies to bzgrep.
330
* Use 'mktemp' rather than 'tempfile' in bzdiff.
331
* Tighten up a couple of assertions in blocksort.c following
332
automated analysis.
333
* Fix minor doc/comment bugs.
334
335
-------------------------------------------------------------------
336
Mon Oct 16 12:15:05 CEST 2006 - dmueller@suse.de
337
338
- strip .la files
339
340
-------------------------------------------------------------------
341
Wed Jan 25 21:30:02 CET 2006 - mls@suse.de
342
343
- converted neededforbuild to BuildRequires
344
345
-------------------------------------------------------------------
346
Tue Jan 17 23:42:23 CET 2006 - schwab@suse.de
347
348
- Don't strip binaries.
349
350
-------------------------------------------------------------------
351
Fri Aug 12 14:18:28 CEST 2005 - mls@suse.de
352
353
- make decompress much faster
354
- compile with -O3
355
- go back to maxlen=20 when compressing
356
357
-------------------------------------------------------------------
358
Fri Aug 5 01:04:15 CEST 2005 - ro@suse.de
359
360
- next libdir: only package lib*
361
362
-------------------------------------------------------------------
363
Fri Aug 5 00:14:47 CEST 2005 - ro@suse.de
364
365
- do not package all of libdir (debuginfo)
366
367
-------------------------------------------------------------------
368
Mon Aug 1 17:20:37 CEST 2005 - mjancar@suse.cz
369
370
- update to 1.0.3
371
372
-------------------------------------------------------------------
373
Tue Jun 28 17:59:41 CEST 2005 - kukuk@suse.de
374
375
- Move shared libraries to /%{_lib}
376
377
-------------------------------------------------------------------
378
Thu Mar 24 14:13:05 CET 2005 - werner@suse.de
379
380
- Add bznew, a changeed version of the gzip znew.
381
382
-------------------------------------------------------------------
383
Tue Apr 20 09:12:22 CEST 2004 - mmj@suse.de
384
385
- Fix strict aliasing
386
387
-------------------------------------------------------------------
388
Sun Jan 11 10:14:36 CET 2004 - adrian@suse.de
389
390
- add %defattr and %run_ldconfig
391
392
-------------------------------------------------------------------
393
Wed Jul 23 19:52:00 CEST 2003 - tcrhak@suse.cz
394
395
- fixed URL
396
397
-------------------------------------------------------------------
398
Tue Jul 23 19:29:34 CEST 2002 - tcrhak@suse.cz
399
400
- renamed to bzip2
401
402
-------------------------------------------------------------------
403
Tue Feb 5 19:21:21 CET 2002 - tcrhak@suse.cz
404
405
- update to version 1.0.2
406
- bziped tarball
407
408
-------------------------------------------------------------------
409
Thu Mar 8 15:39:23 CET 2001 - nadvornik@suse.cz
410
411
- re-added /usr/include/bzlib.h
412
413
-------------------------------------------------------------------
414
Thu Mar 8 12:02:58 CET 2001 - bk@suse.de
415
416
- Replaced the -malign options with -mcpu=pentiumpro
417
418
-------------------------------------------------------------------
419
Tue Mar 6 22:08:52 CET 2001 - bk@suse.de
420
421
- add version info to libbz2 link to fix the library version number
422
- if i386, add -malign-loops=2 -malign-jumps=2 -malign-functions=2
423
424
-------------------------------------------------------------------
425
Thu Nov 30 14:38:26 CET 2000 - aj@suse.de
426
427
- New version, compile with LFS support.
428
429
-------------------------------------------------------------------
430
Tue Oct 3 20:52:10 CEST 2000 - kukuk@suse.de
431
432
- Set libdir for 64bit architectures
433
434
-------------------------------------------------------------------
435
Mon May 22 10:55:31 CEST 2000 - nadvornik@suse.cz
436
437
- update to 1.0.0
438
439
-------------------------------------------------------------------
440
Wed Apr 26 15:06:40 MEST 2000 - nadvornik@suse.cz
441
442
- changed Group
443
444
-------------------------------------------------------------------
445
Mon Apr 10 10:18:22 CEST 2000 - nadvornik@suse.cz
446
447
- added URL
448
449
-------------------------------------------------------------------
450
Tue Apr 4 12:05:42 CEST 2000 - nadvornik@suse.cz
451
452
- fixed to compile
453
454
-------------------------------------------------------------------
455
Mon Apr 3 18:34:38 CEST 2000 - bk@suse.de
456
457
- added libbz2 shared library support for s390
458
459
-------------------------------------------------------------------
460
Thu Mar 2 10:19:10 MET 2000 - fehr@suse.de
461
462
- moved man pages to /usr/share/man
463
464
-------------------------------------------------------------------
465
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
466
467
- ran old prepare_spec on spec file to switch to new prepare_spec.
468
469
-------------------------------------------------------------------
470
Mon Sep 13 11:20:20 MEST 1999 - fehr@suse.de
471
472
- update to 0.9.5d
473
474
-------------------------------------------------------------------
475
Thu Jul 1 16:53:06 MEST 1999 - ro@suse.de
476
477
- update to 0.9.0c
478
479
-------------------------------------------------------------------
480
Fri Sep 18 10:28:19 MEST 1998 - ro@suse.de
481
482
- update to 0.9.0b (including libbz2 and bzlib.h)
483
484
----------------------------------------------------------------------------
485
Thu Oct 30 19:11:36 CET 1997 - fehr@suse.de
486
487
- add bzip package to S.u.S.E. distribution
488
489