Data Compression Library
ftp://ds.internic.net/rfc/rfc1950.txt (zlib format), rfc1951.txt
(deflate format) and rfc1952.txt (gzip format). These documents are
also available in other formats from
ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html.
- Developed at devel:libraries:c_c++
- Sources inherited from project openSUSE:Factory
-
11
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:LegacyX86/zlib && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
LICENSE | 0000018469 18 KB | |
baselibs.conf | 0000000080 80 Bytes | |
zlib-1.2.2-format.patch | 0000000585 585 Bytes | |
zlib-1.2.5-gzopen-null-check.patch | 0000000469 469 Bytes | |
zlib-1.2.5_git201105272030.tar.bz2 | 0000513637 502 KB | |
zlib-adler-target-attr.patch | 0000001918 1.87 KB | |
zlib-lfs.patch | 0000000990 990 Bytes | |
zlib-ocloexec.patch | 0000000268 268 Bytes | |
zlib-parallel.patch | 0000000493 493 Bytes | |
zlib.changes | 0000013843 13.5 KB | |
zlib.spec | 0000004797 4.68 KB |
Revision 41 (latest revision is 92)
Stephan Kulow (coolo)
accepted
request 91199
from
Cristian Rodríguez (elvigia)
(revision 41)
-open file descriptors with O_CLOEXEC but only in the· gzopen() case, not in gzdopen() as that would change the calling application' semantics. It is responsability of the caller to ensure O_CLOEXEC is used in such scenario. only matters in 32 bit. what version to use is still - Fix two bugs that will break ia64 systems only. * This are integrated now,including support for a number now with comments,performance numbers,and ia64 support - Update SSE2/MMX patches to version 2. this makes the library up to 6 times faster. - use compiler profile information to make libz slightly faster. contributions in contrib/ - refresh patches with fuzz=0 - added LICENSE file, for GPL licensed contrib files, however mail either the security team or me. - add patch from gentoo that makes zlib to only export - run make test in the check section. - remove libgz completely (obsolete long ago) - supply format arguments to gzprintf(). - update to 1.2.2 - update to 1.2.1 - remove executable bits from manpage and include file - prevent double free() (security problem) with - added Provides zlib-devel for compatibility - install main lib in /%{_lib} not /usr/%{_lib} - sorted (forwarded request 91106 from elvigia)
Comments 0