Commit Graph

144 Commits

Author SHA256 Message Date
Dominique Leuenberger
dab4e4a105 Accepting request 1059549 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1059549
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib?expand=0&rev=86
2023-01-21 18:09:42 +00:00
Danilo Spinella
de997e08c9 Accepting request 1059548 from home:dspinella:branches:devel:libraries:c_c++
- Update to 1.13:
  * Fix configure issue that discarded provided CC definition
  * Correct incorrect inputs provided to the CRC functions
  * Repair prototypes and exporting of new CRC functions
  * Fix inflateBack to detect invalid input with distances too far
  * Have infback() deliver all of the available output up to any error
  * Fix a bug when getting a gzip header extra field with inflate()
  * Fix bug in block type selection when Z_FIXED used
  * Tighten deflateBound bounds
  * Remove deleted assembler code references
  * Various portability and appearance improvements
- Added patches:
  * zlib-1.2.13-IBM-Z-hw-accelerated-deflate-s390x.patch
  * zlib-1.2.13-fix-bug-deflateBound.patch
  * zlib-1.2.13-optimized-s390.patch
- Refreshed patches:
  * zlib-1.2.12-add-optimized-slide_hash-for-power.patch
  * zlib-1.2.12-add-vectorized-longest_match-for-power.patch
  * zlib-1.2.12-s390-vectorize-crc32.patch
- Removed patches:
  * zlib-1.2.12-fix-configure.patch
  * zlib-1.2.12-IBM-Z-hw-accelerated-deflate-s390x.patch
  * zlib-1.2.12-optimized-crc32-power8.patch
  * zlib-1.2.12-correct-inputs-provided-to-crc-func.patch
  * zlib-1.2.12-fix-CVE-2022-37434.patch
  * zlib-1.2.11-optimized-s390.patch

OBS-URL: https://build.opensuse.org/request/show/1059548
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=86
2023-01-19 11:29:57 +00:00
Dominique Leuenberger
c4c769e769 Accepting request 1042314 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1042314
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib?expand=0&rev=85
2022-12-15 18:23:27 +00:00
Danilo Spinella
713fb06ad2 Accepting request 1042192 from home:dirkmueller:branches:openSUSE:Factory:Rings:1-MinimalX
- build zlib with optflags again

OBS-URL: https://build.opensuse.org/request/show/1042192
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=84
2022-12-12 10:46:22 +00:00
Dominique Leuenberger
783d40e928 Accepting request 1009787 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1009787
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib?expand=0&rev=84
2022-10-13 13:39:38 +00:00
f6c5a01beb Accepting request 1009574 from home:dspinella:branches:devel:libraries:c_c++
- Add Power8 optimizations:
  * zlib-1.2.12-add-optimized-slide_hash-for-power.patch
  * zlib-1.2.12-add-vectorized-longest_match-for-power.patch
  * zlib-1.2.12-adler32-vector-optimizations-for-power.patch
  * zlib-1.2.12-fix-invalid-memory-access-on-ppc-and-ppc64.patch
- Update zlib-1.2.12-IBM-Z-hw-accelerated-deflate-s390x.patch

OBS-URL: https://build.opensuse.org/request/show/1009574
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=82
2022-10-11 12:40:29 +00:00
Dominique Leuenberger
bbaafa0ff8 Accepting request 1000401 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1000401
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib?expand=0&rev=83
2022-09-02 19:55:58 +00:00
Danilo Spinella
91abbb8bfa Accepting request 1000400 from home:dspinella:branches:devel:libraries:c_c++
Add missing patch:
    * zlib-1.2.5-minizip-fixuncrypt.patch

OBS-URL: https://build.opensuse.org/request/show/1000400
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=80
2022-08-31 08:14:50 +00:00
Danilo Spinella
2a16479848 Accepting request 1000394 from home:dspinella:branches:devel:libraries:c_c++
- Update to 1.2.12:
  * A lot of bug fixes
  * Improve speed of crc32 functions
  * Use ARM crc32 instructions if the ARM architecture has them
  For the complete changes, see ChangeLog
- Fixes CVE-2022-37434,  heap-based buffer over-read or buffer overflow in
  inflate.c via a large gzip header extra field
  (CVE-2022-37434, bsc#1202175)
- Added patches:
  * zlib-1.2.11-covscan-issues-rhel9.patch
  * zlib-1.2.11-covscan-issues.patch
  * zlib-1.2.12-s390-vectorize-crc32.patch
  * zlib-1.2.12-optimized-crc32-power8.patch
  * zlib-1.2.12-IBM-Z-hw-accelerated-deflate-s390x.patch
  * zlib-1.2.12-fix-configure.patch
  * zlib-1.2.12-correct-inputs-provided-to-crc-func.patch
  * zlib-1.2.12-fix-CVE-2022-37434.patch
- Removed patches:
  * bsc1197459.patch (upstreamed)
  * zlib-power8-fate325307.patch
    (replaced by zlib-1.2.12-optimized-crc32-power8.patch)
  * bsc1174736-DFLTCC_LEVEL_MASK-set-to-0x1ff.patch
    (replaced by zlib-1.2.12-IBM-Z-hw-accelrated-deflate-s390x.patch)
  * 410.patch
    (replaced by zlib-1.2.12-IBM-Z-hw-accelrated-deflate-s390x.patch)
- Refreshed patches:
  * zlib-format.patch
  * zlib-no-version-check.patch
- Disable profiling since it breaks tests
- Update zlib-rpmlintrc

OBS-URL: https://build.opensuse.org/request/show/1000394
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=79
2022-08-31 07:52:46 +00:00
0821aaab53 - switch to https urls
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=78
2022-07-02 10:00:56 +00:00
Dominique Leuenberger
740b6f4b53 Accepting request 965637 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/965637
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib?expand=0&rev=82
2022-04-01 19:34:49 +00:00
b3f8f2cda3 Accepting request 965634 from home:Guillaume_G:CVE-2018-25032
Add CVE-2018-25032 reference

OBS-URL: https://build.opensuse.org/request/show/965634
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=76
2022-03-29 12:07:38 +00:00
2ffa311a46 Accepting request 964926 from home:dspinella:branches:devel:libraries:c_c++
* minizip-dont-install-crypt-header.patch

OBS-URL: https://build.opensuse.org/request/show/964926
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=75
2022-03-26 13:49:20 +00:00
e5dabeac6e Accepting request 964906 from home:dspinella:branches:devel:libraries:c_c++
- Fix memory corruption on deflate, bsc#1197459
  * bsc1197459.patch
- Update 410.patch
  * Remove included patches:
    bsc1174551-fxi-imcomplete-raw-streams.patch
    zlib-compression-switching.patch
    zlib-s390x-z15-fix-hw-compression.patch
- Refresh bsc1174736-DFLTCC_LEVEL_MASK-set-to-0x1ff.patch

OBS-URL: https://build.opensuse.org/request/show/964906
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=74
2022-03-25 18:14:59 +00:00
Danilo Spinella
6fd2806b77 Accepting request 961115 from home:adkorte
- Don't install (internal) crypt.h header in minizip

OBS-URL: https://build.opensuse.org/request/show/961115
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=73
2022-03-11 17:51:58 +00:00
Dominique Leuenberger
3f38cd4a6a Accepting request 851291 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/851291
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib?expand=0&rev=81
2020-12-03 17:38:03 +00:00
9c94b73321 Accepting request 851093 from home:lnussel:usrmove
- install to /usr (boo#1029961)

OBS-URL: https://build.opensuse.org/request/show/851093
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=71
2020-11-27 10:49:41 +00:00
Dominique Leuenberger
29633376d4 Accepting request 849446 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/849446
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib?expand=0&rev=80
2020-11-26 22:08:35 +00:00
df94fc0a2a add patch name for the bot
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=70
2020-11-19 14:09:21 +00:00
36ba017e87 Accepting request 847067 from home:alix82:branches:devel:libraries:c_c++
Fix hw compression on z15 bsc#1176201

OBS-URL: https://build.opensuse.org/request/show/847067
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=69
2020-11-19 14:06:55 +00:00
Dominique Leuenberger
10674fea63 Accepting request 834969 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/834969
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib?expand=0&rev=79
2020-09-23 16:39:17 +00:00
Tomáš Chvátal
3ab26512eb Accepting request 834942 from home:coolo:branches:openSUSE:Factory
- Provide a testsuite subpackage to run post-build validation

OBS-URL: https://build.opensuse.org/request/show/834942
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=68
2020-09-16 17:25:26 +00:00
Dominique Leuenberger
6a683a888f Accepting request 830216 from devel:libraries:c_c++
- Add patch to fix compression level switching
  bsc#1175811 bsc#1175830 bsc#1175831
  * zlib-compression-switching.patch

- Set -DDFLTCC_LEVEL_MASK=0x7e on s390/s390x jsc#13776

OBS-URL: https://build.opensuse.org/request/show/830216
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib?expand=0&rev=78
2020-08-31 14:47:31 +00:00
Tomáš Chvátal
41ca660d5c - Add patch to fix compression level switching
bsc#1175811 bsc#1175830 bsc#1175831
  * zlib-compression-switching.patch

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=67
2020-08-28 08:08:43 +00:00
Tomáš Chvátal
d9276df283 - Set -DDFLTCC_LEVEL_MASK=0x7e on s390/s390x jsc#13776
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=66
2020-08-27 06:56:05 +00:00
Dominique Leuenberger
125568d90f Accepting request 824669 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/824669
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib?expand=0&rev=77
2020-08-17 09:58:55 +00:00
Tomáš Chvátal
7fc14866c9 Accepting request 824656 from home:zhonglidong:branches:devel:libraries:c_c++
- Permit a deflateParams() parameter change as soon as possible(bsc#1174736)
    * bsc1174736-DFLTCC_LEVEL_MASK-set-to-0x1ff.patch
  Fix DFLTCC not flushing EOBS when creating raw streams(bsc#1174551)
    * bsc1174551-fxi-imcomplete-raw-streams.patch

OBS-URL: https://build.opensuse.org/request/show/824656
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=65
2020-08-06 10:07:22 +00:00
Dominique Leuenberger
242da485e4 Accepting request 796443 from devel:libraries:c_c++
- Update 410.patch to contain latest fixes from IBM bsc#1166260
  * The build behaviour changed

OBS-URL: https://build.opensuse.org/request/show/796443
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib?expand=0&rev=76
2020-04-27 21:27:55 +00:00
Tomáš Chvátal
7dd1c112a1 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=64 2020-04-23 08:21:02 +00:00
Tomáš Chvátal
4ae3c87bd7 - Update 410.patch to contain latest fixes from IBM bsc#1166260
* The build behaviour changed

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=63
2020-04-23 08:19:24 +00:00
Dominique Leuenberger
69e0734bb1 Accepting request 743812 from devel:libraries:c_c++
- Update the zlib-no-version-check.patch to be even more forgiving
  with the versions on the zlib to allow updates without rebuilds

OBS-URL: https://build.opensuse.org/request/show/743812
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib?expand=0&rev=75
2019-11-03 09:47:30 +00:00
Tomáš Chvátal
5ad2848cad - Update the zlib-no-version-check.patch to be even more forgiving
with the versions on the zlib to allow updates without rebuilds

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=62
2019-10-29 09:47:48 +00:00
Dominique Leuenberger
4a1f4551dd Accepting request 741412 from devel:libraries:c_c++
- Add SUSE specific patch to fix bsc#1138793, we simply don't want
  to test if the app was linked with exactly same version of zlib
  like the one that is present on the runtime:
  * zlib-no-version-check.patch

OBS-URL: https://build.opensuse.org/request/show/741412
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib?expand=0&rev=74
2019-10-25 16:37:54 +00:00
Tomáš Chvátal
06a0242efd - Add SUSE specific patch to fix bsc#1138793, we simply don't want
to test if the app was linked with exactly same version of zlib
  like the one that is present on the runtime:
  * zlib-no-version-check.patch

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=61
2019-10-21 07:13:47 +00:00
Dominique Leuenberger
56d4121aac Accepting request 715995 from devel:libraries:c_c++
- Update the s390 patchset bsc#1137624:
  * 410.patch

OBS-URL: https://build.opensuse.org/request/show/715995
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib?expand=0&rev=73
2019-08-05 09:17:41 +00:00
Tomáš Chvátal
992bcd72c2 - Split out configuration to separate package to not mess up the
library packaging and coinstallation

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=60
2019-07-17 07:31:40 +00:00
Dominique Leuenberger
380c747c11 Accepting request 714702 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/714702
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib?expand=0&rev=72
2019-07-16 06:28:32 +00:00
Tomáš Chvátal
0fc5ad03cf Accepting request 714685 from home:bfrogers:branches:devel:libraries:c_c++
- Tweak zlib-power8-fate325307.patch to have type of crc32_vpmsum
  conform to usage
  bsc#1141059

OBS-URL: https://build.opensuse.org/request/show/714685
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=59
2019-07-11 18:34:11 +00:00
Dominique Leuenberger
290a29fc34 Accepting request 712987 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/712987
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib?expand=0&rev=71
2019-07-08 13:09:28 +00:00
Tomáš Chvátal
7a53ad4872 Accepting request 712985 from home:marxin:branches:devel:libraries:c_c++
- Use FAT LTO objects in order to provide proper static library.

OBS-URL: https://build.opensuse.org/request/show/712985
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=58
2019-07-02 07:28:17 +00:00
Dominique Leuenberger
62e5294096 Accepting request 708284 from devel:libraries:c_c++
- Do not enable the previous patchset on s390 but just s390x
  bsc#1137624

- Add patchset for s390 improvements jsc#SLE-5807 bsc#1136717:
  * 410.patch

OBS-URL: https://build.opensuse.org/request/show/708284
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib?expand=0&rev=70
2019-06-26 13:59:01 +00:00
Tomáš Chvátal
27ac9b3b86 bsc#1137624
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=57
2019-06-07 11:25:49 +00:00
Tomáš Chvátal
a92508f4e5 - Do not enable the previous patchset on s390 but just s390x
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=56
2019-06-07 11:24:56 +00:00
Tomáš Chvátal
82c6201403 - Add patchset for s390 improvements jsc#SLE-5807 bsc#1136717:
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=55
2019-06-06 10:09:04 +00:00
Tomáš Chvátal
ad9eb7a4c1 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=54 2019-06-06 09:59:27 +00:00
Tomáš Chvátal
d78414383d OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=53 2019-06-06 09:47:36 +00:00
Tomáš Chvátal
93bd7af12d - Add patchset for s390 improvements jsc#SLE-5807
* 410.patch

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=52
2019-06-06 09:44:46 +00:00
Dominique Leuenberger
bb5c8151d4 Accepting request 686469 from devel:libraries:c_c++
- Try to safely abort if we get NULL ptr bsc#1110304 bsc#1129576:
  * zlib-power8-fate325307.patch

OBS-URL: https://build.opensuse.org/request/show/686469
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib?expand=0&rev=69
2019-03-25 08:47:11 +00:00
Tomáš Chvátal
67a5099b2d OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=51 2019-03-19 15:47:00 +00:00
Tomáš Chvátal
e98e373122 - Try to safely abort if we get NULL ptr bsc#1110304 bsc#1129576:
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=50
2019-03-19 15:33:25 +00:00