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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Tomáš Chvátal
3685577878
- Try to safely abort if we get NULL ptr bsc#1110304:
...
* zlib-power8-fate325307.patch
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=48
2019-03-19 14:12:42 +00:00
Tomáš Chvátal
9c41df0cbb
- Add patch for fate#325307 zlib speedup on power8:
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=47
2018-06-20 15:18:20 +00:00
Tomáš Chvátal
7dd779cd8a
- Add patch for fate#325307:
...
* zlib-power8-fate325307.patch
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=46
2018-06-20 15:04:42 +00:00
Tomáš Chvátal
3edc4c98b3
- Add patch to safeguard against negative values in uInt bsc#1071321:
...
* 0001-Do-not-try-to-store-negative-values-in-unsigned-int.patch
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=45
2018-05-15 10:57:38 +00:00
Tomáš Chvátal
1af3908d79
Accepting request 503238 from home:kah0922
...
This adds 32bit minizip support for gens-gs. The changes have been noted in the changelog.
OBS-URL: https://build.opensuse.org/request/show/503238
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=44
2017-06-12 18:25:00 +00:00
Tomáš Chvátal
75dd41b720
Accepting request 500406 from home:pluskalm:branches:devel:libraries:c_c++
...
- Add gpg signature
- Re-enable profiling
OBS-URL: https://build.opensuse.org/request/show/500406
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=43
2017-06-01 14:22:52 +00:00
Tomáš Chvátal
20b10f1999
Accepting request 494280 from home:pluskalm:branches:devel:libraries:c_c++
...
- Add s390 performance patch (fate#314093):
* zlib-1.2.11-optimized-s390.patch
OBS-URL: https://build.opensuse.org/request/show/494280
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=42
2017-05-11 07:48:12 +00:00
Tomáš Chvátal
b2e20fca2d
Accepting request 485055 from home:Andreas_Schwab:Factory
...
- baselibs.conf: add missing dependencies
OBS-URL: https://build.opensuse.org/request/show/485055
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=41
2017-04-04 09:09:02 +00:00
Ismail Dönmez
7a18facc7d
Accepting request 450482 from home:pluskalm:branches:devel:libraries:c_c++
...
- Update to version 1.2.11:
* Fix deflate stored bug when pulling last block from window
* Permit immediate deflateParams changes before any deflate input
OBS-URL: https://build.opensuse.org/request/show/450482
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=40
2017-01-16 10:25:54 +00:00
Tomáš Chvátal
470f0b85bb
Accepting request 448568 from home:pluskalm:branches:devel:libraries:c_c++
...
- Update to version 1.2.10:
OBS-URL: https://build.opensuse.org/request/show/448568
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=39
2017-01-03 09:51:25 +00:00
Tomáš Chvátal
15e133c89d
Accepting request 448535 from home:pluskalm
...
OBS-URL: https://build.opensuse.org/request/show/448535
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=38
2017-01-02 19:04:48 +00:00
Tomáš Chvátal
c871182653
Accepting request 448463 from home:pluskalm:branches:devel:libraries:c_c++
...
- Update to version 1.2.9:
OBS-URL: https://build.opensuse.org/request/show/448463
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=37
2017-01-02 09:46:41 +00:00
Tomáš Chvátal
2f9a1a311f
* zlib-bnc1003580.patch refreshed
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=36
2016-12-12 12:16:10 +00:00
Tomáš Chvátal
70a41d45b7
- Include fixes for bnc#1003580 bnc#1003579 bnc#1003577 bnc#1013882:
...
* zlib-bnc1003580.patch
* zlib-bnc1013882.patch CVE-2016-9843
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=35
2016-12-12 12:15:08 +00:00
Tomáš Chvátal
99f0f688c8
* zlib-bnc1003580.patch CVE-2016-9843
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=34
2016-12-12 10:56:26 +00:00
Tomáš Chvátal
6c4d47582b
- Add fix for bnc#1013882 CVE-2016-9843:
...
* zlib-CVE-2016-9843.patch
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=33
2016-12-12 10:54:09 +00:00
Tomáš Chvátal
991162792f
- Include fixes for bnc#1003580 bnc#1003579 bnc#1003577:
...
* zlib-bnc1003577.patch
* zlib-bnc1003579-part2.patch
* zlib-bnc1003579.patch
* zlib-bnc1003580.patch
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=32
2016-12-04 12:53:56 +00:00
Ismail Dönmez
8fe85a2bcf
Accepting request 333516 from home:jengelh:branches:devel:libraries:c_c++
...
- Trim descriptions to fit target audience. Update RPM group
classification.
OBS-URL: https://build.opensuse.org/request/show/333516
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=31
2015-09-25 16:04:36 +00:00
Tomáš Chvátal
b842c514a4
- Require zlib-devel in zlib-devel-static to fix previous change
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=30
2015-07-13 11:59:05 +00:00
Tomáš Chvátal
df80c71819
- Bring back zlib-devel-static. Needed by binutils
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=29
2015-06-30 11:31:09 +00:00
Tomáš Chvátal
ab2da93a7d
minizip-devel and unbundle it bnc#935864
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=26
2015-06-24 09:03:59 +00:00
Tomáš Chvátal
9c39bd5f66
- Remove zlib-devel-static, nothing should use libz.a anyway.
...
- Package minizip library, everything using it should now pull
minizip-devel and unbundle it
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=25
2015-06-24 09:03:38 +00:00
Tomáš Chvátal
5b7bbe7563
- Install examples to cover another angle from bnc#890228
...
- Cleanup with spec-cleaner
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=23
2014-09-25 08:07:29 +00:00
Michal Vyskocil
77dce2c25a
- zlib-format.patch, backport missing sle11 feature back to openSUSE
...
bnc#831880
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=21
2013-07-29 12:38:12 +00:00
Michal Vyskocil
ab9e011239
Accepting request 175023 from home:namtrac:branches:devel:libraries:c_c++
...
- Update to version 1.2.8
* Add new inflateGetDictionary() function
* Fix bug where gzopen() immediately followed by gzclose()
would write an empty file instead of an empty gzip stream.
* Fix bug in gzclose() when gzwrite() runs out of memory
OBS-URL: https://build.opensuse.org/request/show/175023
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=18
2013-05-13 18:37:49 +00:00
Michal Vyskocil
c7d17d69d7
- libz1-32bit obsoletes zlib-32bit <= 1.2.7 (fixes bnc#806310)
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=16
2013-03-05 13:43:20 +00:00