zlib-devel-1.2.11-150000.3.36.1<>,0cPLp9|V ٞy+c'T2͞r%JWB5W~ Voٿ 'j+p<3UTG:].ᦗx-AKzb K]bE^O0Cfg,ЊX00蹆Vmrw{cPbzdm3nGyB#vV}OA?E- w*inQ=Ջ y68irD9-{p -#,K?My2%J92~BweΤ#>>&?&d  " Y %FK am  @   .  \  "    < X ( 8 9 :F ^G tH I!$X!<Y!H\!|]!^"b#_c$d$e$f$l$u$v$w%x%y&Lz&T&d&h&n&Czlib-devel1.2.11150000.3.36.1Development files for zlib, a data compression libraryzlib is a general-purpose lossless data-compression library, implementing an API for the DEFLATE algorithm, the latter of which is being used by, for example, gzip and the ZIP archive format. This subpackage holds the development headers for the library. The zlib data format is itself portable across platforms. Unlike the LZW compression method used in unix compress(1) and in the GIF image format, the compression method currently used in zlib essentially never expands the data. (LZW can double or triple the file size in extreme cases.) zlib's memory footprint is also independent of the input data and can be reduced, if necessary, at some cost in compression.cPLs390zl31SUSE Linux Enterprise 15SUSE LLC Zlibhttps://www.suse.com/Unspecifiedhttp://www.zlib.net/linuxs390x?xJ 2C_!eWBQ74t@Y0YXX|Xk@Xj@XD@VU@UUdanilo.spinella@suse.comsbrabec@suse.comdanilo.spinella@suse.comdanilo.spinella@suse.comkstreitova@suse.comtchvatal@suse.comtchvatal@suse.comlidong.zhong@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.combrogers@suse.commliska@suse.cztchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comkah0922@gmail.commpluskal@suse.commpluskal@suse.comschwab@suse.dempluskal@suse.commpluskal@suse.commpluskal@suse.comtchvatal@suse.comjengelh@inai.detchvatal@suse.comtchvatal@suse.comtchvatal@suse.com- Fix bsc#1203652, inflate() does not update strm.adler if DFLTCC is used * bsc1203652.patch- Fix heap-based buffer over-read or buffer overflow in inflate via large gzip header extra field (bsc#1202175, CVE-2022-37434, CVE-2022-37434-extra-header-1.patch, CVE-2022-37434-extra-header-2.patch).- CVE-2018-25032: Fix memory corruption on deflate, bsc#1197459 * bsc1197459.patch- Update 410.patch to include new fixes from upstream, fixes bsc#1192688 - Refresh bsc1174736-DFLTCC_LEVEL_MASK-set-to-0x1ff.patch to match upstream commit - Drop patches which changes have been merged in 410.patch: * zlib-compression-switching.patch * zlib-390x-z15-fix-hw-compression.patch * bsc1174551-fxi-imcomplete-raw-streams.patch- Fix hw compression on z15 bsc#1176201 - Add zlib-s390x-z15-fix-hw-compression.patch- 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- 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- Update 410.patch to contain latest fixes from IBM bsc#1166260 * The build behaviour changed- Update the zlib-no-version-check.patch to be even more forgiving with the versions on the zlib to allow updates without rebuilds- 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- Update the s390 patchset bsc#1137624: * 410.patch- Tweak zlib-power8-fate325307.patch to have type of crc32_vpmsum conform to usage bsc#1141059- Use FAT LTO objects in order to provide proper static library.- 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- Try to safely abort if we get NULL ptr bsc#1110304 bsc#1129576: * zlib-power8-fate325307.patch- Add patch for fate#325307 zlib speedup on power8: * zlib-power8-fate325307.patch- Add patch to safeguard against negative values in uInt bsc#1071321: * 0001-Do-not-try-to-store-negative-values-in-unsigned-int.patch- Added 32bit minizip support- Add gpg signature - Re-enable profiling- Add s390 performance patch (fate#314093): * zlib-1.2.11-optimized-s390.patch- baselibs.conf: add missing dependencies- Update to version 1.2.11: * Fix deflate stored bug when pulling last block from window * Permit immediate deflateParams changes before any deflate input- Update to version 1.2.10: * Avoid warnings on snprintf() return value * Fix bug in deflate_stored() for zero-length input * Fix bug in gzwrite.c that produced corrupt gzip files * Remove files to be installed before copying them in Makefile.in * Add warnings when compiling with assembler code- Update to version 1.2.9: * Improve compress() and uncompress() to support large lengths * Allow building zlib outside of the source directory * Fix bug when level 0 used with Z_HUFFMAN or Z_RLE * Fix bugs in creating a very large gzip header * Add uncompress2() function, which returns the input size used * Dramatically speed up deflation for level 0 (storing) * Add gzfread() and gzfwrite(), duplicating the interfaces of fread() and fwrite() * Add crc32_z() and adler32_z() functions with size_t lengths * Many portability improvements - Drop patches included in upstream: * zlib-bnc1003577.patch * zlib-bnc1003579-part2.patch * zlib-bnc1003579.patch * zlib-bnc1003580.patch * zlib-bnc1013882.patch - Drop zlib-1.2.7-improve-longest_match-performance.patch * not accepted by upstream for two releases * rebasing no longer possible- Include fixes for bnc#1003580 bnc#1003579 bnc#1003577 bnc#1013882: * zlib-bnc1003577.patch * zlib-bnc1003579-part2.patch * zlib-bnc1003579.patch * zlib-bnc1003580.patch refreshed * zlib-bnc1013882.patch CVE-2016-9843- Trim descriptions to fit target audience. Update RPM group classification.- Require zlib-devel in zlib-devel-static to fix previous change- Bring back zlib-devel-static. Needed by binutils- Remove zlib-devel-static, nothing should use libz.a anyway. - Package minizip library, everything using it should now pull minizip-devel and unbundle it bnc#935864s390zl31 1666241868 1.2.111.2.11-150000.3.36.11.2.11-150000.3.36.1zconf.hzlib.hzutil.hlibz.sozlib.pczlibzlib-develChangeLogREADMEexamplesREADME.examplesenough.cfitblk.cgun.cgzappend.cgzjoin.cgzlog.cgzlog.hzlib_how.htmlzpipe.czran.czlib.3.gz/usr/include//usr/lib64//usr/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/zlib-devel//usr/share/doc/packages/zlib//usr/share/doc/packages/zlib/examples//usr/share/man/man3/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:26517/SUSE_SLE-15_Update/716fc7dc9b46a0568b4cd5e4a60c2a44-zlib.SUSE_SLE-15_Updatedrpmxz5s390x-suse-linuxC source, ASCII textpkgconfig filedirectoryUTF-8 Unicode textASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PRm)PMQk߄>utf-82285a1f1092e6b951cb9d72c73778d0ae52ed2da8ba5d809ea188ab0965d033b? 7zXZ !t/r]"k%jżRI~ 3}T{|=/2|' ?9ø__et#[Z` ]ybbmWBQAZ5Es - ơqAy1gJ 84B$^ ^&N"G 緑 t0{IO=Or!kS BWR?ŗ|aAEcՊƹq)|RΩi -#5 決EɧYlocTe[>܏x> c~7')"XdtYQ[x4gy,1ͤ_v* 6"a0m$ē?T1ɀQOgE-۟nqI|{ZY÷ f[5ӫ{ڋ*diqFzQt2F%cZ׵]:IB7{v;.cp]"tHxe.M_-">rk*e6,RMw& VZv@̴wa&Wazf@y.Y-C,5}`HǦKTm[?8`iO>1eOhziy K+<#ZG^2 RuW֓F#4'%z9hCM=7c3H~:ٺf)^) `k;BnsEPv׌5ǺHSÔ1fHr[K]]- 2O0߯O%s \-6ٷJ(cw& UT mHD{M &jY@;修7Y(w]QA?)ߑ6e:bޟ~ofU鈩X-(wuA_t@ƔN_J+D8 G(YKl } uQK#lGj@jMR̒xx9_f-WJFѡi r}o\c%y~yAݯCSbT\g#XQMH\'Қp8"pxQtrhoc[]W_ѕ\"5ڒctm"4K <7Eպ|S3U/޻̓^s[ʸ(^1i& :O7cUByBf)F;b7O+w{ DaUG '3euD߀,O(q9 DۘL4\E bq{6o)JmvЉvbsڿpƦe;S%lo\rS*|!u^I\+1wqxQmx$܍iS[fpYNO]%? -UU# YZ