File zlib.changes of Package zlib
764
1
-------------------------------------------------------------------
2
Thu Oct 19 13:40:54 UTC 2023 - Danilo Spinella <oss@danyspin97.org>
3
4
- Fix CVE-2023-45853, integer overflow and resultant heap-based buffer
5
overflow in zipOpenNewFileInZip4_6, bsc#1216378
6
* CVE-2023-45853.patch
7
8
-------------------------------------------------------------------
9
Tue May 2 07:31:56 UTC 2023 - Danilo Spinella <danilo.spinella@suse.com>
10
11
- Fix deflateBound() before deflateInit(), bsc#1210593
12
bsc1210593.patch
13
14
-------------------------------------------------------------------
15
Tue Mar 21 14:30:25 UTC 2023 - Danilo Spinella <danilo.spinella@suse.com>
16
17
- Add DFLTCC support for using inflate() with a small window,
18
fixes bsc#1206513
19
* bsc1206513.patch
20
21
-------------------------------------------------------------------
22
Thu Dec 22 14:13:55 UTC 2022 - Danilo Spinella <danilo.spinella@suse.com>
23
24
- Follow up fix for bsc#1203652 due to libxml2 breakage
25
* bsc1203652-2.patch
26
27
-------------------------------------------------------------------
28
Mon Oct 10 10:22:26 UTC 2022 - Danilo Spinella <danilo.spinella@suse.com>
29
30
- Fix bsc#1203652, inflate() does not update strm.adler if DFLTCC is used
31
* bsc1203652.patch
32
33
-------------------------------------------------------------------
34
Thu Aug 11 01:33:00 UTC 2022 - Stanislav Brabec <sbrabec@suse.com>
35
36
- Fix heap-based buffer over-read or buffer overflow in inflate via
37
large gzip header extra field (bsc#1202175, CVE-2022-37434,
38
CVE-2022-37434-extra-header-1.patch,
39
CVE-2022-37434-extra-header-2.patch).
40
41
-------------------------------------------------------------------
42
Fri Mar 25 18:39:34 UTC 2022 - Danilo Spinella <danilo.spinella@suse.com>
43
44
- CVE-2018-25032: Fix memory corruption on deflate, bsc#1197459
45
* bsc1197459.patch
46
47
-------------------------------------------------------------------
48
Fri Dec 3 11:30:00 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>
49
50
- Update 410.patch to include new fixes from upstream,
51
fixes bsc#1192688
52
- Refresh bsc1174736-DFLTCC_LEVEL_MASK-set-to-0x1ff.patch
53
to match upstream commit
54
- Drop patches which changes have been merged in 410.patch:
55
* zlib-compression-switching.patch
56
* zlib-390x-z15-fix-hw-compression.patch
57
* bsc1174551-fxi-imcomplete-raw-streams.patch
58
59
-------------------------------------------------------------------
60
Thu Mar 4 00:17:17 UTC 2021 - Kristyna Streitova <kstreitova@suse.com>
61
62
- Fix hw compression on z15 bsc#1176201
63
- Add zlib-s390x-z15-fix-hw-compression.patch
64
65
-------------------------------------------------------------------
66
Fri Aug 28 07:58:23 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
67
68
- Add patch to fix compression level switching
69
bsc#1175811 bsc#1175830 bsc#1175831
70
* zlib-compression-switching.patch
71
72
-------------------------------------------------------------------
73
Thu Aug 27 06:55:29 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
74
75
- Set -DDFLTCC_LEVEL_MASK=0x7e on s390/s390x jsc#13776
76
77
-------------------------------------------------------------------
78
Thu Aug 6 08:36:48 UTC 2020 - Lidong Zhong <lidong.zhong@suse.com>
79
80
- Permit a deflateParams() parameter change as soon as possible(bsc#1174736)
81
* bsc1174736-DFLTCC_LEVEL_MASK-set-to-0x1ff.patch
82
Fix DFLTCC not flushing EOBS when creating raw streams(bsc#1174551)
83
* bsc1174551-fxi-imcomplete-raw-streams.patch
84
85
-------------------------------------------------------------------
86
Thu Apr 23 08:17:19 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
87
88
- Update 410.patch to contain latest fixes from IBM bsc#1166260
89
* The build behaviour changed
90
91
-------------------------------------------------------------------
92
Tue Oct 29 10:47:18 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
93
94
- Update the zlib-no-version-check.patch to be even more forgiving
95
with the versions on the zlib to allow updates without rebuilds
96
97
-------------------------------------------------------------------
98
Mon Oct 21 07:11:58 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
99
100
- Add SUSE specific patch to fix bsc#1138793, we simply don't want
101
to test if the app was linked with exactly same version of zlib
102
like the one that is present on the runtime:
103
* zlib-no-version-check.patch
104
105
-------------------------------------------------------------------
106
Wed Jul 17 07:26:35 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
107
108
- Update the s390 patchset bsc#1137624:
109
* 410.patch
110
111
-------------------------------------------------------------------
112
Thu Jul 11 16:09:34 UTC 2019 - Bruce Rogers <brogers@suse.com>
113
114
- Tweak zlib-power8-fate325307.patch to have type of crc32_vpmsum
115
conform to usage
116
bsc#1141059
117
118
-------------------------------------------------------------------
119
Tue Jul 2 07:22:36 UTC 2019 - Martin Liška <mliska@suse.cz>
120
121
- Use FAT LTO objects in order to provide proper static library.
122
123
-------------------------------------------------------------------
124
Fri Jun 7 11:24:35 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
125
126
- Do not enable the previous patchset on s390 but just s390x
127
bsc#1137624
128
129
-------------------------------------------------------------------
130
Thu Jun 6 09:43:12 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
131
132
- Add patchset for s390 improvements jsc#SLE-5807 bsc#1136717:
133
* 410.patch
134
135
-------------------------------------------------------------------
136
Tue Mar 19 14:11:48 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
137
138
- Try to safely abort if we get NULL ptr bsc#1110304 bsc#1129576:
139
* zlib-power8-fate325307.patch
140
141
-------------------------------------------------------------------
142
Wed Jun 20 14:51:07 UTC 2018 - tchvatal@suse.com
143
144
- Add patch for fate#325307 zlib speedup on power8:
145
* zlib-power8-fate325307.patch
146
147
-------------------------------------------------------------------
148
Tue May 15 10:56:20 UTC 2018 - tchvatal@suse.com
149
150
- Add patch to safeguard against negative values in uInt bsc#1071321:
151
* 0001-Do-not-try-to-store-negative-values-in-unsigned-int.patch
152
153
-------------------------------------------------------------------
154
Mon Jun 12 17:35:18 UTC 2017 - kah0922@gmail.com
155
156
- Added 32bit minizip support
157
158
-------------------------------------------------------------------
159
Thu Jun 1 13:34:38 UTC 2017 - mpluskal@suse.com
160
161
- Add gpg signature
162
- Re-enable profiling
163
164
-------------------------------------------------------------------
165
Wed May 10 13:43:08 UTC 2017 - mpluskal@suse.com
166
167
- Add s390 performance patch (fate#314093):
168
* zlib-1.2.11-optimized-s390.patch
169
170
-------------------------------------------------------------------
171
Tue Apr 4 08:31:28 UTC 2017 - schwab@suse.de
172
173
- baselibs.conf: add missing dependencies
174
175
-------------------------------------------------------------------
176
Mon Jan 16 09:57:59 UTC 2017 - mpluskal@suse.com
177
178
- Update to version 1.2.11:
179
* Fix deflate stored bug when pulling last block from window
180
* Permit immediate deflateParams changes before any deflate input
181
182
-------------------------------------------------------------------
183
Tue Jan 3 07:41:49 UTC 2017 - mpluskal@suse.com
184
185
- Update to version 1.2.10:
186
* Avoid warnings on snprintf() return value
187
* Fix bug in deflate_stored() for zero-length input
188
* Fix bug in gzwrite.c that produced corrupt gzip files
189
* Remove files to be installed before copying them in Makefile.in
190
* Add warnings when compiling with assembler code
191
192
-------------------------------------------------------------------
193
Mon Jan 2 09:08:50 UTC 2017 - mpluskal@suse.com
194
195
- Update to version 1.2.9:
196
* Improve compress() and uncompress() to support large lengths
197
* Allow building zlib outside of the source directory
198
* Fix bug when level 0 used with Z_HUFFMAN or Z_RLE
199
* Fix bugs in creating a very large gzip header
200
* Add uncompress2() function, which returns the input size used
201
* Dramatically speed up deflation for level 0 (storing)
202
* Add gzfread() and gzfwrite(), duplicating the interfaces of fread() and fwrite()
203
* Add crc32_z() and adler32_z() functions with size_t lengths
204
* Many portability improvements
205
- Drop patches included in upstream:
206
* zlib-bnc1003577.patch
207
* zlib-bnc1003579-part2.patch
208
* zlib-bnc1003579.patch
209
* zlib-bnc1003580.patch
210
* zlib-bnc1013882.patch
211
- Drop zlib-1.2.7-improve-longest_match-performance.patch
212
* not accepted by upstream for two releases
213
* rebasing no longer possible
214
215
-------------------------------------------------------------------
216
Sun Dec 4 12:47:51 UTC 2016 - tchvatal@suse.com
217
218
- Include fixes for bnc#1003580 bnc#1003579 bnc#1003577 bnc#1013882:
219
* zlib-bnc1003577.patch
220
* zlib-bnc1003579-part2.patch
221
* zlib-bnc1003579.patch
222
* zlib-bnc1003580.patch refreshed
223
* zlib-bnc1013882.patch CVE-2016-9843
224
225
-------------------------------------------------------------------
226
Thu Sep 24 20:21:46 UTC 2015 - jengelh@inai.de
227
228
- Trim descriptions to fit target audience. Update RPM group
229
classification.
230
231
-------------------------------------------------------------------
232
Mon Jul 13 11:58:44 UTC 2015 - tchvatal@suse.com
233
234
- Require zlib-devel in zlib-devel-static to fix previous change
235
236
-------------------------------------------------------------------
237
Tue Jun 30 11:30:37 UTC 2015 - tchvatal@suse.com
238
239
- Bring back zlib-devel-static. Needed by binutils
240
241
-------------------------------------------------------------------
242
Wed Jun 24 09:01:59 UTC 2015 - tchvatal@suse.com
243
244
- Remove zlib-devel-static, nothing should use libz.a anyway.
245
- Package minizip library, everything using it should now pull
246
minizip-devel and unbundle it bnc#935864
247
248
-------------------------------------------------------------------
249
Thu Sep 25 08:04:55 UTC 2014 - tchvatal@suse.com
250
251
- Install examples to cover another angle from bnc#890228
252
- Cleanup with spec-cleaner
253
254
-------------------------------------------------------------------
255
Mon Jul 29 12:37:19 UTC 2013 - mvyskocil@suse.com
256
257
- zlib-format.patch, backport missing sle11 feature back to openSUSE
258
bnc#831880
259
260
-------------------------------------------------------------------
261
Sat May 11 11:51:40 UTC 2013 - idonmez@suse.com
262
263
- Update to version 1.2.8
264
* Add new inflateGetDictionary() function
265
* Fix bug where gzopen() immediately followed by gzclose()
266
would write an empty file instead of an empty gzip stream.
267
* Fix bug in gzclose() when gzwrite() runs out of memory
268
269
-------------------------------------------------------------------
270
Tue Mar 5 10:00:58 UTC 2013 - mvyskocil@suse.com
271
272
- libz1-32bit obsoletes zlib-32bit <= 1.2.7 (fixes bnc#806310)
273
274
-------------------------------------------------------------------
275
Sat Dec 15 18:56:05 UTC 2012 - schwab@linux-m68k.org
276
277
- Add zlib-devel-static to baselibs.conf, needed for binutils testsuite
278
- Migrate zlib-<targettype> to libz1-<targettype>
279
280
-------------------------------------------------------------------
281
Thu Nov 22 01:17:59 UTC 2012 - jengelh@inai.de
282
283
- Replace %make_install by normal make install;
284
the former is a constant source of agony in older or non-SUSE.
285
286
-------------------------------------------------------------------
287
Mon Oct 22 05:10:48 UTC 2012 - coolo@suse.com
288
289
- buildignore checks for now to get bootstrapping working
290
291
-------------------------------------------------------------------
292
Mon Oct 15 07:39:29 UTC 2012 - mvyskocil@suse.com
293
294
- add longest_match performance patch (fate#314093)
295
* suggested by IBM, sent upstream
296
- rename the main library package to libz1 according Shared
297
Library Policy
298
- profiling build can be enabled via build --with profiling
299
- use the human-readable package description from zlib.net
300
- add rpmlintrc
301
302
-------------------------------------------------------------------
303
Mon May 7 12:34:45 UTC 2012 - joop.boonen@opensuse.org
304
305
- Update to 1.2.7
306
* Fix bug in gzclose_w() when gzwrite() fails to allocate memory
307
* Add "x" (O_EXCL) and "e" (O_CLOEXEC) modes support to gzopen()
308
* Add gzopen_w() in Windows for wide character path names
309
* Fix type mismatch between get_crc_table() and crc_table
310
- Passed the spec file through spec cleaner
311
312
-------------------------------------------------------------------
313
Thu Feb 9 16:17:55 UTC 2012 - jengelh@medozas.de
314
315
- Remove redundant tags/sections
316
317
-------------------------------------------------------------------
318
Thu Dec 22 14:31:42 CET 2011 - meissner@suse.de
319
320
- use configure options for library paths. Also fixes
321
the pkg-config file to not have /usr/local bnc#738169
322
323
-------------------------------------------------------------------
324
Wed Dec 7 15:29:27 UTC 2011 - coolo@suse.com
325
326
- zlib has it's own spdx license, so use it :)
327
328
-------------------------------------------------------------------
329
Sat Nov 19 20:00:11 UTC 2011 - crrodriguez@opensuse.org
330
331
- Do not include the codename in soversion.
332
333
-------------------------------------------------------------------
334
Sat Nov 19 18:42:12 UTC 2011 - crrodriguez@opensuse.org
335
336
- This is zlib 1.2.5.2 codename "motley"
337
- Fix bug and add consts in contrib/puff [Oberhumer]
338
- Fix static-only-build install in Makefile.in
339
- Add libz.a dependency to shared in Makefile.in for parallel builds
340
- Spell out "number" (instead of "nb") in zlib.h for total_in, total_out
341
- Fix bug in zlib.h for _FILE_OFFSET_BITS set and _LARGEFILE64_SOURCE not
342
- Add comment in zlib.h that adler32_combine with len2 < 0 makes no sense
343
- Make NO_DIVIDE option in adler32.c much faster (thanks to John Reiser)
344
- Fix zlib.h LFS support when Z_PREFIX used
345
- Avoid deflate sensitivity to volatile input data
346
- Avoid division in adler32_combine for NO_DIVIDE
347
- Clarify the use of Z_FINISH with deflateBound() amount of space
348
- Use u4 type for crc_table to avoid conversion warnings
349
- Apply casts in zlib.h to avoid conversion warnings
350
- Add OF to prototypes for adler32_combine_ and crc32_combine_ [Miller]
351
- Improve inflateSync() documentation to note indeterminancy
352
- Add deflatePending() function to return the amount of pending output
353
- Check that pointers fit in ints when gzprint() compiled old style
354
- Add dummy name before $(SHAREDLIBV) in Makefile [Bar-Lev, Bowler]
355
356
-------------------------------------------------------------------
357
Sun Nov 13 05:52:57 UTC 2011 - crrodriguez@opensuse.org
358
359
-open file descriptors with O_CLOEXEC but only in the·
360
gzopen() case, not in gzdopen() as that would change
361
the calling application' semantics.
362
It is responsability of the caller to ensure O_CLOEXEC is used
363
in such scenario.
364
365
-------------------------------------------------------------------
366
Tue Oct 4 09:10:46 UTC 2011 - uli@suse.com
367
368
- cross-build fix: use %__cc macro (not %configure, this is not
369
autoconf)
370
371
-------------------------------------------------------------------
372
Fri Aug 26 18:36:11 UTC 2011 - crrodriguez@opensuse.org
373
374
- Use __attribute__ target in SSE optimized functions
375
so the compiler defines __MMX__ __SSE__ etc, this probably
376
only matters in 32 bit. what version to use is still
377
determined at runtime by cpuid.
378
379
-------------------------------------------------------------------
380
Mon Jun 27 11:05:47 UTC 2011 - dimstar@opensuse.org
381
382
- bnc#652333: Change LICENSE text to not have version, which
383
changes too often and invalidates the text everytime.
384
385
-------------------------------------------------------------------
386
Mon May 30 19:38:43 UTC 2011 - crrodriguez@opensuse.org
387
388
- Fix two bugs that will break ia64 systems only.
389
390
-------------------------------------------------------------------
391
Fri May 27 09:13:31 UTC 2011 - mvyskocil@suse.cz
392
393
- fix bnc#679345: zlib segfaults when passing NULL to gzopen
394
* return NULL checks back to gz_open
395
396
-------------------------------------------------------------------
397
Thu May 12 20:02:26 UTC 2011 - crrodriguez@opensuse.org
398
399
- Update SSE patches, fixes bugs in PPC implementation
400
- X86 improvements.
401
402
-------------------------------------------------------------------
403
Sat May 7 18:25:48 UTC 2011 - crrodriguez@opensuse.org
404
405
- Update SSE2/MMX patches to their current version.
406
per request of the author.
407
* This are integrated now,including support for a number
408
of additional archs and fixes ARM patches bugs.
409
410
-------------------------------------------------------------------
411
Mon Apr 18 18:02:50 UTC 2011 - crrodriguez@opensuse.org
412
413
- Update SSE2/MMX patches tp version 3
414
now with comments,performance numbers,and ia64 support
415
416
-------------------------------------------------------------------
417
Wed Mar 30 19:47:30 UTC 2011 - crrodriguez@opensuse.org
418
419
- Update SSE2/MMX patches to version 2.
420
421
-------------------------------------------------------------------
422
Tue Mar 15 22:38:32 UTC 2011 - crrodriguez@opensuse.org
423
424
- Add highly experimental patches to use SSE2/SSSE3/MMX in zlib
425
this makes the library up to 6 times faster.
426
427
-------------------------------------------------------------------
428
Sun Jan 9 14:33:08 CET 2011 - meissner@suse.de
429
430
- do not use compiler profile information, as the testsuite fails
431
when using it.
432
433
-------------------------------------------------------------------
434
Tue Dec 21 16:12:56 CET 2010 - meissner@suse.de
435
436
- Add dependency to make it build in a parallel world.
437
438
-------------------------------------------------------------------
439
Tue Dec 7 17:18:43 UTC 2010 - cristian.rodriguez@opensuse.org
440
441
- use compiler profile information to make libz slightly faster.
442
443
-------------------------------------------------------------------
444
Tue Sep 21 21:48:23 UTC 2010 - dimstar@opensuse.org
445
446
- Simplified version of zlib-lfs.patch. Should also resolve issues
447
arising with various combination of LFS derinfes.
448
449
-------------------------------------------------------------------
450
Tue Sep 14 20:10:13 UTC 2010 - dimstar@opensuse.org
451
452
- Add zlib-lfs.patch: Fix Large File Support. Patch comes from the
453
zlib-devel mailinglist:
454
http://mail.madler.net/pipermail/zlib-devel_madler.net/2010-May/002303.html
455
456
-------------------------------------------------------------------
457
Tue Aug 10 16:04:54 CEST 2010 - dimstar@opensuse.org
458
459
- Update to version 1.2.5:
460
+ fixes bugs in gzseek() and gzeof()
461
- Changes from version 1.2.4:
462
+ Fixed bugs in adler32_combine(), compressBound(), and
463
deflateBound()
464
+ Wholesale replacement of gz* functions with faster versions
465
+ As part of that, added gzbuffer(), gzoffset(), gzclose_r(), and
466
gzclose_w() functions
467
+ Faster Z_HUFFMAN_ONLY and Z_RLE compression for images and
468
other specialized compression
469
+ Added flush options Z_BLOCK to deflate() and Z_TREES to
470
inflate() for finer control
471
+ Added inflateReset2() and inflateMark() functions, the latter
472
to aid in random access applications
473
+ Added LFS (Large File Summit) support for 64-bit file offsets
474
and many other portability improvements
475
+ Updated examples in examples/ and updated third-party
476
contributions in contrib/
477
- Drop obsolete patches:
478
+ zlib-1.2.1-make-test.patch
479
+ zlib-1.2.1-vsnprintf.patch
480
+ zlib-1.2.1-CFLAGS.dif
481
+ zlib-1.2.3-686.patch
482
+ zlib-1.2.3-visibility-support.patch
483
- Rebased zlib-1.2.2-format.patch
484
- Clean spec file using spec-cleaner.
485
- BuildRequire to have proper pkgconfig() provides.
486
487
-------------------------------------------------------------------
488
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
489
490
- use %_smp_mflags
491
492
-------------------------------------------------------------------
493
Sat Dec 12 18:41:52 CET 2009 - jengelh@medozas.de
494
495
- add baselibs.conf as a source
496
497
-------------------------------------------------------------------
498
Tue Nov 24 16:23:32 UTC 2009 - crrodriguez@opensuse.org
499
500
- refresh patches with fuzz=0
501
502
-------------------------------------------------------------------
503
Fri Apr 24 10:33:06 CEST 2009 - mseben@suse.cz
504
505
- added LICENSE file, for GPL licensed contrib files, however
506
they are not used to build our zlib library (bnc#490107)
507
- added zlib-1.2.3-686.patch - update license text (bnc#490107)
508
509
-------------------------------------------------------------------
510
Sat Mar 21 16:23:42 CET 2009 - crrodriguez@suse.de
511
512
- there is one valid use case of static zlib in "qemu" package
513
split a -devel-static subpackage, please do not BuildRequire
514
this package unless you are 100% sure you need it, if in doubt
515
mail either the security team or me.
516
517
-------------------------------------------------------------------
518
Fri Feb 27 19:58:04 CET 2009 - crrodriguez@suse.de
519
520
- add patch from gentoo that makes zlib to only export
521
its public API using GCC visibility features, this will
522
of course break wrong code that uses private symbols
523
- exclude static zlib, at least temporarily, in order to clearly know
524
what is using it.
525
526
-------------------------------------------------------------------
527
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de
528
529
- obsolete old -XXbit packages (bnc#437293)
530
531
-------------------------------------------------------------------
532
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
533
534
- added baselibs.conf file to build xxbit packages
535
for multilib support
536
537
-------------------------------------------------------------------
538
Sat Jan 12 03:41:39 CET 2008 - crrodriguez@suse.de
539
540
- fix library-without-ldconfig-* errors
541
- do not delete buildroot on install section
542
- run make test in the check section.
543
544
-------------------------------------------------------------------
545
Thu May 3 11:41:41 CEST 2007 - rguenther@suse.de
546
547
- move documentation files to zlib-devel package
548
549
-------------------------------------------------------------------
550
Wed Jan 31 13:02:30 CET 2007 - ro@suse.de
551
552
- remove libgz completely (obsolete long ago)
553
554
-------------------------------------------------------------------
555
Wed Jan 25 21:31:09 CET 2006 - mls@suse.de
556
557
- converted neededforbuild to BuildRequires
558
559
-------------------------------------------------------------------
560
Sat Dec 17 09:02:34 CET 2005 - kukuk@suse.de
561
562
- Remove unpackaged libz.so symlink
563
564
-------------------------------------------------------------------
565
Wed Jul 20 10:52:46 CEST 2005 - meissner@suse.de
566
567
- Upgraded to 1.2.3. Security fix is now in mainline.
568
569
-------------------------------------------------------------------
570
Mon Jul 4 10:03:17 CEST 2005 - meissner@suse.de
571
572
- fixed memory corruption problem #94926, CAN-2005-2096.
573
574
-------------------------------------------------------------------
575
Fri Apr 1 09:34:23 CEST 2005 - kukuk@suse.de
576
577
- Remove movage of setting CFLAGS
578
579
-------------------------------------------------------------------
580
Tue Mar 29 10:44:32 CEST 2005 - kukuk@suse.de
581
582
- Update to 1.2.2.2
583
- Fix compiling with gcc 3.3 and 4.0
584
585
-------------------------------------------------------------------
586
Mon Feb 28 10:03:18 CET 2005 - meissner@suse.de
587
588
- Use __printf__ in format attribute to avoid printf defines.
589
590
-------------------------------------------------------------------
591
Wed Feb 23 13:11:56 CET 2005 - meissner@suse.de
592
593
- supply format arguments to gzprintf().
594
595
-------------------------------------------------------------------
596
Tue Feb 8 10:13:30 CET 2005 - ro@suse.de
597
598
- update to 1.2.2
599
600
-------------------------------------------------------------------
601
Wed Aug 25 14:39:49 CEST 2004 - ro@suse.de
602
603
- updated crash patch to version from Dmitry (#44087)
604
605
-------------------------------------------------------------------
606
Mon Aug 23 15:54:02 CEST 2004 - ro@suse.de
607
608
- added fix for crash on invalid input (#44087)
609
610
-------------------------------------------------------------------
611
Thu Dec 4 01:59:05 CET 2003 - ro@suse.de
612
613
- update to 1.2.1
614
615
-------------------------------------------------------------------
616
Fri Nov 21 15:08:36 CET 2003 - kukuk@suse.de
617
618
- Use RPM_OPT_FLAGS
619
- Compile with no execstack
620
621
-------------------------------------------------------------------
622
Mon Oct 20 18:27:53 CEST 2003 - ro@suse.de
623
624
- don't build as root
625
626
-------------------------------------------------------------------
627
Mon May 12 18:55:18 CEST 2003 - kukuk@suse.de
628
629
- Add defattr
630
631
-------------------------------------------------------------------
632
Mon Mar 3 16:52:51 CET 2003 - ro@suse.de
633
634
- do use vsnprintf
635
636
-------------------------------------------------------------------
637
Sun Feb 16 10:37:37 CET 2003 - olh@suse.de
638
639
- no absolute symlinks for libz.so
640
641
-------------------------------------------------------------------
642
Thu Jul 25 08:40:28 CEST 2002 - kukuk@suse.de
643
644
- Rename to zlib
645
- Splitt off zlib-devel
646
647
-------------------------------------------------------------------
648
Fri Jul 5 12:50:05 MEST 2002 - bk@suse.de
649
650
- enable make test
651
652
-------------------------------------------------------------------
653
Mon May 27 09:13:31 CEST 2002 - ro@suse.de
654
655
- update to 1.1.4 including the previous security patch
656
- Returned incorrect error (Z_MEM_ERROR) on some invalid data
657
- Avoid accesses before window for invalid distances with inflate window
658
less than 32K.
659
- force windowBits > 8 to avoid a bug in the encoder for a window size
660
of 256 bytes. (A complete fix will be available in 1.1.5).
661
662
-------------------------------------------------------------------
663
Mon Feb 25 14:37:54 CET 2002 - ro@suse.de
664
665
- remove executable bits from manpage and include file
666
667
-------------------------------------------------------------------
668
Thu Feb 7 11:55:43 MET 2002 - draht@suse.de
669
670
- prevent double free() (security problem) with
671
zlib-1.1.3-zfree.dif
672
673
-------------------------------------------------------------------
674
Tue Dec 11 15:40:35 CET 2001 - froh@suse.de
675
676
- fixed specfile to use %_libdir for make install for
677
the sake of lib64 on S/390. also updated old sparc64 %ifarch at
678
this point.
679
680
-------------------------------------------------------------------
681
Tue Dec 4 17:54:00 CET 2001 - ro@suse.de
682
683
- added Provides zlib-devel for compatibility
684
685
-------------------------------------------------------------------
686
Tue May 1 18:12:26 CEST 2001 - kukuk@suse.de
687
688
- Minor spec file fixes for sparc64
689
690
-------------------------------------------------------------------
691
Thu Dec 7 13:55:36 CET 2000 - kukuk@suse.de
692
693
- Install only shared library in /%{_lib}
694
695
-------------------------------------------------------------------
696
Wed Dec 6 16:20:09 CET 2000 - ro@suse.de
697
698
- install main lib in /%{_lib} not /usr/%{_lib}
699
700
-------------------------------------------------------------------
701
Mon Oct 2 20:25:01 CEST 2000 - kukuk@suse.de
702
703
- Use %{_lib} macro
704
705
-------------------------------------------------------------------
706
Mon Sep 25 15:27:33 CEST 2000 - ro@suse.de
707
708
- sorted
709
710
-------------------------------------------------------------------
711
Wed Apr 5 01:01:37 CEST 2000 - bk@suse.de
712
713
- fixed BuildRoot support
714
715
-------------------------------------------------------------------
716
Mon Apr 3 15:12:01 MEST 2000 - bk@suse.de
717
718
- added buildroot for build with dynamically linked rpm which uses libz(s390)
719
720
-------------------------------------------------------------------
721
Thu Jan 20 15:38:46 CET 2000 - aj@suse.de
722
723
- /usr/man -> /usr/share/man
724
725
-------------------------------------------------------------------
726
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
727
728
- ran old prepare_spec on spec file to switch to new prepare_spec.
729
730
-------------------------------------------------------------------
731
Tue Jul 13 13:13:43 MEST 1999 - ro@suse.de
732
733
- added zutil.h
734
735
-------------------------------------------------------------------
736
Thu Mar 4 10:03:38 MET 1999 - ro@suse.de
737
738
- moved from /usr/X11R6 to usr
739
- libgz is now only a link to libz
740
- "libgz.so.1" is provided from specfile
741
742
-------------------------------------------------------------------
743
Tue Aug 25 17:11:04 MEST 1998 - ro@suse.de
744
745
- update to 1.1.3
746
747
-------------------------------------------------------------------
748
Fri Mar 20 13:58:12 MET 1998 - ro@suse.de
749
750
- update to 1.1.2
751
752
-------------------------------------------------------------------
753
Mon Mar 2 14:03:08 MET 1998 - ro@suse.de
754
755
- update to 1.1.1
756
757
-------------------------------------------------------------------
758
Fri Feb 27 11:17:44 MET 1998 - ro@suse.de
759
760
- update to version 1.0.9
761
created own specfile for easier maintenance
762
included man-pages
763
764