|
|
6f438a |
# disabled, per rhbz#1609830 and rhbz#1602742
|
|
|
6f438a |
%bcond_with minizip
|
|
|
6f438a |
|
|
|
6f438a |
Name: zlib
|
|
|
6f438a |
Version: 1.2.11
|
|
|
1df4e5 |
Release: 19%{?dist}
|
|
|
6f438a |
Summary: The compression and decompression library
|
|
|
6f438a |
# /contrib/dotzlib/ have Boost license
|
|
|
6f438a |
License: zlib and Boost
|
|
|
6f438a |
URL: http://www.zlib.net/
|
|
|
6f438a |
|
|
|
6f438a |
Source: http://www.zlib.net/zlib-%{version}.tar.xz
|
|
|
6f438a |
# https://github.com/madler/zlib/pull/210
|
|
|
6f438a |
Patch0: zlib-1.2.5-minizip-fixuncrypt.patch
|
|
|
6f438a |
# resolves: #805113
|
|
|
6f438a |
Patch1: zlib-1.2.11-optimized-s390.patch
|
|
|
04f4ee |
# IBM Z optimalizations
|
|
|
04f4ee |
Patch2: zlib-1.2.11-IBM-Z-hw-accelrated-deflate-s390x.patch
|
|
|
04f4ee |
# IBM CRC32 optimalization for POWER archs
|
|
|
04f4ee |
Patch3: zlib-1.2.11-optimized-CRC32-framework.patch
|
|
|
04f4ee |
# fixed firefox crash + added test case
|
|
|
04f4ee |
Patch4: zlib-1.2.11-firefox-crash-fix.patch
|
|
|
04f4ee |
# fixed covscan issues
|
|
|
04f4ee |
Patch5: zlib-1.2.11-covscan-issues.patch
|
|
|
254d01 |
# fix for IBM Z optimalizations
|
|
|
254d01 |
Patch6: zlib-1.2.11-IBM-Z-hw-accelrated-deflate-fix.patch
|
|
|
08b07c |
# permit a deflateParams() parameter change
|
|
|
08b07c |
Patch7: zlib-1.2.11-permit-deflateParams-change.patch
|
|
|
08b07c |
# fixed DFLTCC compression level switching issues
|
|
|
08b07c |
# enabled HW compression for compression levels 1 through 6
|
|
|
08b07c |
Patch8: zlib-1.2.11-IBM-DFLTCC-compression-level-switching-issues.patch
|
|
|
08b07c |
# fixed inflateSyncPoint() bad return value on z15
|
|
|
08b07c |
Patch9: zlib-1.2.11-inflateSyncPoint-return-value-fix.patch
|
|
|
a550b6 |
Patch10: zlib-1.2.11-CVE-2018-25032.patch
|
|
|
1df4e5 |
# Fix the compressBound() on z15
|
|
|
1df4e5 |
Patch11: zlib-1.2.11-IBM-Z-hw-accelrated-deflate-compressBound-fix.patch
|
|
|
6f438a |
|
|
|
6f438a |
BuildRequires: automake, autoconf, libtool
|
|
|
6f438a |
|
|
|
6f438a |
%description
|
|
|
6f438a |
Zlib is a general-purpose, patent-free, lossless data compression
|
|
|
6f438a |
library which is used by many different programs.
|
|
|
6f438a |
|
|
|
6f438a |
|
|
|
6f438a |
%package devel
|
|
|
6f438a |
Summary: Header files and libraries for Zlib development
|
|
|
6f438a |
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
6f438a |
|
|
|
6f438a |
%description devel
|
|
|
6f438a |
The zlib-devel package contains the header files and libraries needed
|
|
|
6f438a |
to develop programs that use the zlib compression and decompression
|
|
|
6f438a |
library.
|
|
|
6f438a |
|
|
|
6f438a |
|
|
|
6f438a |
%package static
|
|
|
6f438a |
Summary: Static libraries for Zlib development
|
|
|
6f438a |
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
|
|
6f438a |
|
|
|
6f438a |
%description static
|
|
|
6f438a |
The zlib-static package includes static libraries needed
|
|
|
6f438a |
to develop programs that use the zlib compression and
|
|
|
6f438a |
decompression library.
|
|
|
6f438a |
|
|
|
6f438a |
|
|
|
6f438a |
%if %{with minizip}
|
|
|
6f438a |
%package -n minizip
|
|
|
6f438a |
Summary: Library for manipulation with .zip archives
|
|
|
6f438a |
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
6f438a |
|
|
|
6f438a |
%description -n minizip
|
|
|
6f438a |
Minizip is a library for manipulation with files from .zip archives.
|
|
|
6f438a |
|
|
|
6f438a |
|
|
|
6f438a |
%package -n minizip-devel
|
|
|
6f438a |
Summary: Development files for the minizip library
|
|
|
6f438a |
Requires: minizip%{?_isa} = %{version}-%{release}
|
|
|
6f438a |
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
|
|
6f438a |
|
|
|
6f438a |
%description -n minizip-devel
|
|
|
6f438a |
This package contains the libraries and header files needed for
|
|
|
6f438a |
developing applications which use minizip.
|
|
|
6f438a |
%endif
|
|
|
6f438a |
|
|
|
6f438a |
|
|
|
6f438a |
%prep
|
|
|
6f438a |
%setup -q
|
|
|
6f438a |
%patch0 -p1 -b .fixuncrypt
|
|
|
6f438a |
%ifarch s390 s390x
|
|
|
6f438a |
%patch1 -p1 -b .optimized-deflate
|
|
|
6f438a |
%endif
|
|
|
04f4ee |
%patch2 -p1
|
|
|
04f4ee |
%patch3 -p1
|
|
|
04f4ee |
%patch4 -p1
|
|
|
04f4ee |
%patch5 -p1
|
|
|
254d01 |
%patch6 -p1
|
|
|
08b07c |
%patch7 -p1
|
|
|
08b07c |
%patch8 -p1
|
|
|
08b07c |
%patch9 -p1
|
|
|
a550b6 |
%patch10 -p1
|
|
|
1df4e5 |
%patch11 -p1
|
|
|
6f438a |
|
|
|
6f438a |
iconv -f iso-8859-2 -t utf-8 < ChangeLog > ChangeLog.tmp
|
|
|
6f438a |
mv ChangeLog.tmp ChangeLog
|
|
|
6f438a |
|
|
|
6f438a |
|
|
|
6f438a |
%build
|
|
|
6f438a |
export CFLAGS="$RPM_OPT_FLAGS"
|
|
|
6f438a |
%ifarch ppc64
|
|
|
6f438a |
CFLAGS+=" -O3"
|
|
|
6f438a |
%endif
|
|
|
04f4ee |
|
|
|
6f438a |
export LDFLAGS="$LDFLAGS -Wl,-z,relro -Wl,-z,now"
|
|
|
6f438a |
# no-autotools, %%configure is not compatible
|
|
|
254d01 |
%ifarch s390 s390x
|
|
|
254d01 |
./configure --libdir=%{_libdir} --includedir=%{_includedir} --prefix=%{_prefix} --dfltcc
|
|
|
254d01 |
%else
|
|
|
6f438a |
./configure --libdir=%{_libdir} --includedir=%{_includedir} --prefix=%{_prefix}
|
|
|
254d01 |
%endif
|
|
|
254d01 |
%make_build
|
|
|
6f438a |
|
|
|
6f438a |
%if %{with minizip}
|
|
|
6f438a |
cd contrib/minizip
|
|
|
6f438a |
autoreconf --install
|
|
|
6f438a |
%configure --enable-static=no
|
|
|
6f438a |
%make_build
|
|
|
6f438a |
%endif
|
|
|
6f438a |
|
|
|
6f438a |
|
|
|
6f438a |
%check
|
|
|
6f438a |
make test
|
|
|
6f438a |
|
|
|
6f438a |
|
|
|
6f438a |
%install
|
|
|
6f438a |
%make_install
|
|
|
6f438a |
|
|
|
6f438a |
%if %{with minizip}
|
|
|
6f438a |
%make_install -C contrib/minizip
|
|
|
6f438a |
# https://github.com/madler/zlib/pull/229
|
|
|
6f438a |
rm $RPM_BUILD_ROOT%_includedir/minizip/crypt.h
|
|
|
6f438a |
%endif
|
|
|
6f438a |
|
|
|
6f438a |
find $RPM_BUILD_ROOT -name '*.la' -delete
|
|
|
6f438a |
|
|
|
6f438a |
|
|
|
6f438a |
%files
|
|
|
6f438a |
%license README
|
|
|
6f438a |
%doc ChangeLog FAQ
|
|
|
6f438a |
%{_libdir}/libz.so.*
|
|
|
6f438a |
|
|
|
6f438a |
|
|
|
6f438a |
%files devel
|
|
|
6f438a |
%doc doc/algorithm.txt test/example.c
|
|
|
6f438a |
%{_libdir}/libz.so
|
|
|
6f438a |
%{_libdir}/pkgconfig/zlib.pc
|
|
|
6f438a |
%{_includedir}/zlib.h
|
|
|
6f438a |
%{_includedir}/zconf.h
|
|
|
6f438a |
%{_mandir}/man3/zlib.3*
|
|
|
6f438a |
|
|
|
6f438a |
|
|
|
6f438a |
%files static
|
|
|
6f438a |
%license README
|
|
|
6f438a |
%{_libdir}/libz.a
|
|
|
6f438a |
|
|
|
6f438a |
|
|
|
6f438a |
%if %{with minizip}
|
|
|
6f438a |
%files -n minizip
|
|
|
6f438a |
%doc contrib/minizip/MiniZip64_info.txt contrib/minizip/MiniZip64_Changes.txt
|
|
|
6f438a |
%{_libdir}/libminizip.so.*
|
|
|
6f438a |
|
|
|
6f438a |
|
|
|
6f438a |
%files -n minizip-devel
|
|
|
6f438a |
%dir %{_includedir}/minizip
|
|
|
6f438a |
%{_includedir}/minizip/*.h
|
|
|
6f438a |
%{_libdir}/libminizip.so
|
|
|
6f438a |
%{_libdir}/pkgconfig/minizip.pc
|
|
|
6f438a |
%endif
|
|
|
6f438a |
|
|
|
6f438a |
|
|
|
6f438a |
%changelog
|
|
|
1df4e5 |
* Mon May 16 2022 Lukas Javorsky <ljavorsk@redhat.com> - 1.2.11-19
|
|
|
1df4e5 |
- Apply IBM patch for compressBound() function
|
|
|
1df4e5 |
- Source from https://github.com/madler/zlib/issues/410#issuecomment-947212824
|
|
|
1df4e5 |
- Resolves: #2056900
|
|
|
1df4e5 |
|
|
|
a550b6 |
* Tue Mar 29 2022 Matej Mužila <mmuzila@redhat.com> - 1.2.11-18
|
|
|
a550b6 |
- Resolves: CVE-2018-25032
|
|
|
a550b6 |
|
|
|
08b07c |
* Mon Jun 15 2020 Ondrej Dubaj <odubaj@redhat.com> - 1.2.11-17
|
|
|
08b07c |
- Fixed DFLTCC compression level switching issues (#1875492)
|
|
|
08b07c |
- Enabled HW compression for compression levels 1 through 6 (#1847438)
|
|
|
08b07c |
- Fixed inflateSyncPoint() bad return value on z15 (#1888930)
|
|
|
08b07c |
|
|
|
08b07c |
* Mon Jun 15 2020 Ondrej Dubaj <odubaj@redhat.com> - 1.2.11-16
|
|
|
08b07c |
- Permit a deflateParams() parameter change
|
|
|
08b07c |
- Another fix for Z hardware-accelerated deflate for s390x architectures
|
|
|
08b07c |
- according to previous change by upstream
|
|
|
08b07c |
|
|
|
311c81 |
* Mon Jun 15 2020 Ondrej Dubaj <odubaj@redhat.com> - 1.2.11-15
|
|
|
311c81 |
- Another fix for Z hardware-accelerated deflate for s390x architectures
|
|
|
311c81 |
|
|
|
254d01 |
* Mon May 25 2020 Ondrej Dubaj <odubaj@redhat.com> - 1.2.11-14
|
|
|
254d01 |
- Fix for Z hardware-accelerated deflate for s390x architectures
|
|
|
254d01 |
|
|
|
04f4ee |
* Tue Oct 29 2019 Ondrej Dubaj <odubaj@redhat.com> - 1.2.11-13
|
|
|
04f4ee |
- Added -DDFLTCC parameter to configure to enable
|
|
|
254d01 |
- Z hardware-accelerated deflate for s390x architectures (#1659433)
|
|
|
04f4ee |
|
|
|
04f4ee |
* Tue Oct 15 2019 Ondrej Dubaj <odubaj@redhat.com> - 1.2.11-12
|
|
|
04f4ee |
- fixed covscan issues
|
|
|
04f4ee |
|
|
|
04f4ee |
* Mon Oct 14 2019 Ondrej Dubaj <odubaj@redhat.com> - 1.2.11-11
|
|
|
04f4ee |
- IBM Z hardware-accelerated deflate for s390x architectures
|
|
|
04f4ee |
- IBM CRC32 optimalization for POWER 8+ architectures
|
|
|
04f4ee |
- fixed firefox crash due to zlib (#1741266)
|
|
|
04f4ee |
- added test for crc32
|
|
|
04f4ee |
|
|
|
6f438a |
* Fri Aug 03 2018 Pavel Raiskup <praiskup@redhat.com> - 1.2.11-10
|
|
|
6f438a |
- sync with fedora rawhide
|
|
|
6f438a |
|
|
|
6f438a |
* Fri May 25 2018 Pavel Raiskup <praiskup@redhat.com> - 1.2.11-9
|
|
|
6f438a |
- revert previous aarch64 changes (rhbz#1582444, rhbz#1578798)
|
|
|
6f438a |
|
|
|
6f438a |
* Mon Apr 30 2018 Peter Robinson <pbrobinson@fedoraproject.org> 1.2.11-8
|
|
|
6f438a |
- Optimisations for aarch64
|
|
|
6f438a |
- Minor spec cleanups
|
|
|
6f438a |
|
|
|
6f438a |
* Thu Mar 15 2018 Pavel Raiskup <praiskup@redhat.com> - 1.2.11-7
|
|
|
6f438a |
- don't install crypt.h (rhbz#1424609)
|
|
|
6f438a |
|
|
|
6f438a |
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.11-6
|
|
|
6f438a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
6f438a |
|
|
|
6f438a |
* Fri Feb 02 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.2.11-5
|
|
|
6f438a |
- Switch to %%ldconfig_scriptlets
|
|
|
6f438a |
|
|
|
6f438a |
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.11-4
|
|
|
6f438a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
6f438a |
|
|
|
6f438a |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.11-3
|
|
|
6f438a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
6f438a |
|
|
|
6f438a |
* Thu Feb 09 2017 Pavel Raiskup <praiskup@redhat.com> - 1.2.11-2
|
|
|
6f438a |
- fix s390(x) optimizing patch (FTBFS on s390(x))
|
|
|
6f438a |
- simplify ppc64 hack with -O3
|
|
|
6f438a |
|
|
|
6f438a |
* Mon Jan 30 2017 Pavel Raiskup <praiskup@redhat.com> - 1.2.11-1
|
|
|
6f438a |
- latest upstream release (rhbz#1409372)
|
|
|
6f438a |
- cleanup rpmlint
|
|
|
6f438a |
- revert fix for rhbz#985344
|
|
|
6f438a |
- requires with %%_isa tag
|
|
|
6f438a |
- drop zlib Z_BLOCK flush patch (rhbz#1417355)
|
|
|
6f438a |
|
|
|
6f438a |
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.8-10
|
|
|
6f438a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
6f438a |
|
|
|
6f438a |
* Fri Aug 14 2015 Adam Jackson <ajax@redhat.com> 1.2.8-9
|
|
|
6f438a |
- Link with -z now for full RELRO
|
|
|
6f438a |
|
|
|
6f438a |
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.8-8
|
|
|
6f438a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
6f438a |
|
|
|
6f438a |
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.8-7
|
|
|
6f438a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
6f438a |
|
|
|
6f438a |
* Wed Aug 6 2014 Tom Callaway <spot@fedoraproject.org> - 1.2.8-6
|
|
|
6f438a |
- fix license handling
|
|
|
6f438a |
|
|
|
6f438a |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.8-5
|
|
|
6f438a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
6f438a |
|
|
|
6f438a |
* Wed Feb 12 2014 jchaloup <jchaloup@redhat.com> - 1.2.8-4
|
|
|
6f438a |
- resolves: #1064213
|
|
|
6f438a |
recompiled with -O3 flag for ppc64 arch
|
|
|
6f438a |
|
|
|
6f438a |
* Sat Aug 10 2013 Kalev Lember <kalevlember@gmail.com> - 1.2.8-3
|
|
|
6f438a |
- resolves: #985344
|
|
|
6f438a |
add a patch to fix missing minizip include
|
|
|
6f438a |
|
|
|
6f438a |
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.8-2
|
|
|
6f438a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
6f438a |
|
|
|
6f438a |
* Fri Jun 7 2013 Peter Schiffer <pschiffe@redhat.com> - 1.2.8-1
|
|
|
6f438a |
- resolves: #957680
|
|
|
6f438a |
updated to 1.2.8
|
|
|
6f438a |
|
|
|
6f438a |
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.7-10
|
|
|
6f438a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
6f438a |
|
|
|
6f438a |
* Thu Oct 4 2012 Peter Schiffer <pschiffe@redhat.com> - 1.2.7-9
|
|
|
6f438a |
- updated patch optimizing deflate on s390(x) architectures
|
|
|
6f438a |
|
|
|
6f438a |
* Wed Aug 29 2012 Peter Schiffer <pschiffe@redhat.com> - 1.2.7-8
|
|
|
6f438a |
- related: #832545
|
|
|
6f438a |
reverted changes for this bug, static libraries shouldn't be compiled with
|
|
|
6f438a |
-fPIC flag
|
|
|
6f438a |
|
|
|
6f438a |
* Mon Aug 27 2012 Peter Schiffer <pschiffe@redhat.com> - 1.2.7-7
|
|
|
6f438a |
- resolves: #844791
|
|
|
6f438a |
rank Z_BLOCK flush below Z_PARTIAL_FLUSH only when last flush was Z_BLOCK
|
|
|
6f438a |
- done some minor .spec file cleanup
|
|
|
6f438a |
|
|
|
6f438a |
* Mon Aug 13 2012 Peter Schiffer <pschiffe@redhat.com> - 1.2.7-6
|
|
|
6f438a |
- added patch from IBM which optimizes deflate on s390(x) architectures
|
|
|
6f438a |
|
|
|
6f438a |
* Thu Aug 02 2012 Peter Schiffer <pschiffe@redhat.com> - 1.2.7-5
|
|
|
6f438a |
- resolves: #832545
|
|
|
6f438a |
recompiled with -fPIC flag
|
|
|
6f438a |
|
|
|
6f438a |
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.7-4
|
|
|
6f438a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
6f438a |
|
|
|
6f438a |
* Mon Jun 11 2012 Peter Schiffer <pschiffe@redhat.com> - 1.2.7-3
|
|
|
6f438a |
- moved /lib* to /usr/lib*
|
|
|
6f438a |
|
|
|
6f438a |
* Mon Jun 11 2012 Peter Schiffer <pschiffe@redhat.com> - 1.2.7-2
|
|
|
6f438a |
- recompiled with -Wl,-z,relro flags
|
|
|
6f438a |
|
|
|
6f438a |
* Thu May 10 2012 Peter Schiffer <pschiffe@redhat.com> - 1.2.7-1
|
|
|
6f438a |
- resolves: #785726
|
|
|
6f438a |
- resolves: #805874
|
|
|
6f438a |
update to 1.2.7
|
|
|
6f438a |
|
|
|
6f438a |
* Tue Jan 10 2012 Peter Schiffer <pschiffe@redhat.com> - 1.2.5-6
|
|
|
6f438a |
- resolves: #719139
|
|
|
6f438a |
Zlib fails to read zip64 files on 64-bit system
|
|
|
6f438a |
|
|
|
6f438a |
* Fri Nov 11 2011 Tom Callaway <spot@fedoraproject.org> - 1.2.5-5
|
|
|
6f438a |
- fix minizip to permit uncrypt when NOUNCRYPT is not defined
|
|
|
6f438a |
|
|
|
6f438a |
* Wed Apr 6 2011 Ivana Hutarova Varekova <varekova@redhat.com> - 1.2.5-4
|
|
|
6f438a |
- Resolves: #678603
|
|
|
6f438a |
zlib from minizip allowed NULL pointer parameter of function unzGetCurrentFileInfo
|
|
|
6f438a |
|
|
|
6f438a |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.5-3
|
|
|
6f438a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
6f438a |
|
|
|
6f438a |
* Wed Jun 16 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 1.2.5-2
|
|
|
6f438a |
- Resolves: #591317
|
|
|
6f438a |
pdfedit fails to compile on i686 with zlib.h errors
|
|
|
6f438a |
|
|
|
6f438a |
* Thu Apr 22 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 1.2.5-1
|
|
|
6f438a |
- update to 1.2.5
|
|
|
6f438a |
|
|
|
6f438a |
* Mon Mar 29 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 1.2.4-1
|
|
|
6f438a |
- update to 1.2.4
|
|
|
6f438a |
use the upstream make/configure files for zlib,
|
|
|
6f438a |
change additional makefile/configure file to be used only to minizip
|
|
|
6f438a |
add pkgconfig to zlib
|
|
|
6f438a |
|
|
|
6f438a |
* Mon Mar 8 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 1.2.3-25
|
|
|
6f438a |
- add Boost license
|
|
|
6f438a |
|
|
|
6f438a |
* Tue Aug 11 2009 Ville Skyttä <ville.skytta@iki.fi> - 1.2.3-24
|
|
|
6f438a |
- Use bzipped upstream tarball.
|
|
|
6f438a |
|
|
|
6f438a |
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-23
|
|
|
6f438a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
6f438a |
|
|
|
6f438a |
* Wed Mar 18 2009 Stepan Kasal <skasal@redhat.com> - 1.2.3-22
|
|
|
6f438a |
- fix the libz.so symlink
|
|
|
6f438a |
|
|
|
6f438a |
* Tue Mar 17 2009 Stepan Kasal <skasal@redhat.com> - 1.2.3-21
|
|
|
6f438a |
- consolidate the autoconfiscation patches into one and clean it up
|
|
|
6f438a |
- consequently, clean up the %%build and %%install sections
|
|
|
6f438a |
- zconf.h includes unistd.h again (#479133)
|
|
|
6f438a |
|
|
|
6f438a |
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-20
|
|
|
6f438a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
6f438a |
|
|
|
6f438a |
* Mon Dec 1 2008 Ivana Varekova <varekova@redhat.com> - 1.2.3-19
|
|
|
6f438a |
- fix 473490 - unchecked malloc
|
|
|
6f438a |
|
|
|
6f438a |
* Wed Feb 13 2008 Ivana Varekova <varekova@redhat.com> - 1.2.3-18
|
|
|
6f438a |
- change license tag (226671#c29)
|
|
|
6f438a |
|
|
|
6f438a |
* Mon Feb 11 2008 Ivana Varekova <varekova@redhat.com> - 1.2.3-17
|
|
|
6f438a |
- spec file changes
|
|
|
6f438a |
|
|
|
6f438a |
* Fri Nov 23 2007 Ivana Varekova <varekova@redhat.com> - 1.2.3-16
|
|
|
6f438a |
- remove minizip headers to minizip-devel
|
|
|
6f438a |
- spec file cleanup
|
|
|
6f438a |
- fix minizip.pc file
|
|
|
6f438a |
|
|
|
6f438a |
* Wed Nov 14 2007 Ivana Varekova <varekova@redhat.com> - 1.2.3-15
|
|
|
6f438a |
- separate static subpackage
|
|
|
6f438a |
|
|
|
6f438a |
* Wed Aug 15 2007 Ivana Varekova <varekova@redhat.com> - 1.2.3-14
|
|
|
6f438a |
- create minizip subpackage
|
|
|
6f438a |
|
|
|
6f438a |
* Mon May 21 2007 Ivana Varekova <varekova@redhat.com> - 1.2.3-13
|
|
|
6f438a |
- remove .so,.a
|
|
|
6f438a |
|
|
|
6f438a |
* Mon May 21 2007 Ivana Varekova <varekova@redhat.com> - 1.2.3-12
|
|
|
6f438a |
- Resolves #240277
|
|
|
6f438a |
Move libz to /lib(64)
|
|
|
6f438a |
|
|
|
6f438a |
* Mon Apr 23 2007 Ivana Varekova <varekova@redhat.com> - 1.2.3-11
|
|
|
6f438a |
- Resolves: 237295
|
|
|
6f438a |
fix Summary tag
|
|
|
6f438a |
|
|
|
6f438a |
* Fri Mar 23 2007 Ivana Varekova <varekova@redhat.com> - 1.2.3-10
|
|
|
6f438a |
- remove zlib .so.* packages to /lib
|
|
|
6f438a |
|
|
|
6f438a |
* Fri Mar 9 2007 Ivana Varekova <varekova@redhat.com> - 1.2.3-9
|
|
|
6f438a |
- incorporate package review feedback
|
|
|
6f438a |
|
|
|
6f438a |
* Wed Feb 21 2007 Adam Tkac <atkac redhat com> - 1.2.3-8
|
|
|
6f438a |
- fixed broken version of libz
|
|
|
6f438a |
|
|
|
6f438a |
* Tue Feb 20 2007 Adam Tkac <atkac redhat com> - 1.2.3-7
|
|
|
6f438a |
- building is now automatized
|
|
|
6f438a |
- specfile cleanup
|
|
|
6f438a |
|
|
|
6f438a |
* Tue Feb 20 2007 Ivana Varekova <varekova@redhat.com> - 1.2.3-6
|
|
|
6f438a |
- remove the compilation part to build section
|
|
|
6f438a |
some minor changes
|
|
|
6f438a |
|
|
|
6f438a |
* Mon Feb 19 2007 Ivana Varekova <varekova@redhat.com> - 1.2.3-5
|
|
|
6f438a |
- incorporate package review feedback
|
|
|
6f438a |
|
|
|
6f438a |
* Mon Oct 23 2006 Ivana Varekova <varekova@redhat.com> - 1.2.3-4
|
|
|
6f438a |
- fix #209424 - fix libz.a permissions
|
|
|
6f438a |
|
|
|
6f438a |
* Wed Jul 19 2006 Ivana Varekova <varekova@redhat.com> - 1.2.3-3
|
|
|
6f438a |
- add cflags (#199379)
|
|
|
6f438a |
|
|
|
6f438a |
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.2.3-2
|
|
|
6f438a |
- rebuild
|
|
|
6f438a |
|
|
|
6f438a |
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.2.3-1.2.1
|
|
|
6f438a |
- bump again for double-long bug on ppc(64)
|
|
|
6f438a |
|
|
|
6f438a |
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.2.3-1.2
|
|
|
6f438a |
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
6f438a |
|
|
|
6f438a |
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
6f438a |
- rebuilt
|
|
|
6f438a |
|
|
|
6f438a |
* Wed Aug 24 2005 Florian La Roche <laroche@redhat.com>
|
|
|
6f438a |
- update to 1.2.3
|
|
|
6f438a |
|
|
|
6f438a |
* Fri Jul 22 2005 Ivana Varekova <varekova@redhat.com> 1.2.2.2-5
|
|
|
6f438a |
- fix bug 163038 - CAN-2005-1849 - zlib buffer overflow
|
|
|
6f438a |
|
|
|
6f438a |
* Thu Jul 7 2005 Ivana Varekova <varekova@redhat.com> 1.2.2.2-4
|
|
|
6f438a |
- fix bug 162392 - CAN-2005-2096
|
|
|
6f438a |
|
|
|
6f438a |
* Wed Mar 30 2005 Ivana Varekova <varekova@redhat.com> 1.2.2.2-3
|
|
|
6f438a |
- fix bug 122408 - zlib build process runs configure twice
|
|
|
6f438a |
|
|
|
6f438a |
* Fri Mar 4 2005 Jeff Johnson <jbj@redhat.com> 1.2.2.2-2
|
|
|
6f438a |
- rebuild with gcc4.
|
|
|
6f438a |
|
|
|
6f438a |
* Sat Jan 1 2005 Jeff Johnson <jbj@jbj.org> 1.2.2.2-1
|
|
|
6f438a |
- upgrade to 1.2.2.2.
|
|
|
6f438a |
|
|
|
6f438a |
* Fri Nov 12 2004 Jeff Johnson <jbj@jbj.org> 1.2.2.1-1
|
|
|
6f438a |
- upgrade to 1.2.2.1.
|
|
|
6f438a |
|
|
|
6f438a |
* Sun Sep 12 2004 Jeff Johnson <jbj@redhat.com> 1.2.1.2-1
|
|
|
6f438a |
- update to 1.2.1.2 to fix 2 DoS problems (#131385).
|
|
|
6f438a |
|
|
|
6f438a |
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
6f438a |
- rebuilt
|
|
|
6f438a |
|
|
|
6f438a |
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
6f438a |
- rebuilt
|
|
|
6f438a |
|
|
|
6f438a |
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
6f438a |
- rebuilt
|
|
|
6f438a |
|
|
|
6f438a |
* Sun Jan 18 2004 Jeff Johnson <jbj@jbj.org> 1.2.1.1-1
|
|
|
6f438a |
- upgrade to zlib-1.2.1.1.
|
|
|
6f438a |
|
|
|
6f438a |
* Sun Nov 30 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
6f438a |
- update to 1.2.1 release
|
|
|
6f438a |
|
|
|
6f438a |
* Mon Oct 13 2003 Jeff Johnson <jbj@jbj.org> 1.2.0.7-3
|
|
|
6f438a |
- unrevert zlib.h include constants (#106291), rejected upstream.
|
|
|
6f438a |
|
|
|
6f438a |
* Wed Oct 8 2003 Jeff Johnson <jbj@jbj.org> 1.2.0.7-2
|
|
|
6f438a |
- fix: gzeof not set when reading compressed file (#106424).
|
|
|
6f438a |
- fix: revert zlib.h include constants for now (#106291).
|
|
|
6f438a |
|
|
|
6f438a |
* Tue Sep 23 2003 Jeff Johnson <jbj@redhat.com> 1.2.0.7-1
|
|
|
6f438a |
- update to 1.2.0.7, penultimate 1.2.1 release candidate.
|
|
|
6f438a |
|
|
|
6f438a |
* Tue Jul 22 2003 Jeff Johnson <jbj@redhat.com> 1.2.0.3-0.1
|
|
|
6f438a |
- update to release candidate.
|
|
|
6f438a |
|
|
|
6f438a |
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
6f438a |
- rebuilt
|
|
|
6f438a |
|
|
|
6f438a |
* Mon May 19 2003 Jeff Johnson <jbj@redhat.com> 1.1.4-9
|
|
|
6f438a |
- rebuild, revert from 1.2.0.1.
|
|
|
6f438a |
|
|
|
6f438a |
* Mon Feb 24 2003 Jeff Johnson <jbj@redhat.com> 1.1.4-8
|
|
|
6f438a |
- fix gzprintf buffer overrun (#84961).
|
|
|
6f438a |
|
|
|
6f438a |
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 1.1.4-7
|
|
|
6f438a |
- rebuilt
|
|
|
6f438a |
|
|
|
6f438a |
* Thu Nov 21 2002 Elliot Lee <sopwith@redhat.com> 1.1.4-6
|
|
|
6f438a |
- Make ./configure use $CC to ease cross-compilation
|
|
|
6f438a |
|
|
|
6f438a |
* Tue Nov 12 2002 Jeff Johnson <jbj@redhat.com> 1.1.4-5
|
|
|
6f438a |
- rebuild from cvs.
|
|
|
6f438a |
|
|
|
6f438a |
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
6f438a |
- automated rebuild
|
|
|
6f438a |
|
|
|
6f438a |
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
|
6f438a |
- automated rebuild
|
|
|
6f438a |
|
|
|
6f438a |
* Fri Apr 26 2002 Jakub Jelinek <jakub@redhat.com> 1.1.4-2
|
|
|
6f438a |
- remove glibc patch, it is no longer needed (zlib uses gcc -shared
|
|
|
6f438a |
as it should)
|
|
|
6f438a |
- run tests and only build the package if they succeed
|
|
|
6f438a |
|
|
|
6f438a |
* Thu Apr 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.1.4-1
|
|
|
6f438a |
- 1.1.4
|
|
|
6f438a |
|
|
|
6f438a |
* Wed Jan 30 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.1.3-25.7
|
|
|
6f438a |
- Fix double free
|
|
|
6f438a |
|
|
|
6f438a |
* Sun Aug 26 2001 Trond Eivind Glomsrød <teg@redhat.com> 1.1.3-24
|
|
|
6f438a |
- Add example.c and minigzip.c to the doc files, as
|
|
|
6f438a |
they are listed as examples in the README (#52574)
|
|
|
6f438a |
|
|
|
6f438a |
* Mon Jun 18 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
|
|
6f438a |
- Updated URL
|
|
|
6f438a |
- Add version dependency for zlib-devel
|
|
|
6f438a |
- s/Copyright/License/
|
|
|
6f438a |
|
|
|
6f438a |
* Wed Feb 14 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
|
|
6f438a |
- bumped version number - this is the old version without the performance enhancements
|
|
|
6f438a |
|
|
|
6f438a |
* Fri Sep 15 2000 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
6f438a |
- add -fPIC for shared libs (patch by Fritz Elfert)
|
|
|
6f438a |
|
|
|
6f438a |
* Thu Sep 7 2000 Jeff Johnson <jbj@redhat.com>
|
|
|
6f438a |
- on 64bit systems, make sure libraries are located correctly.
|
|
|
6f438a |
|
|
|
6f438a |
* Thu Aug 17 2000 Jeff Johnson <jbj@redhat.com>
|
|
|
6f438a |
- summaries from specspo.
|
|
|
6f438a |
|
|
|
6f438a |
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
|
|
|
6f438a |
- automatic rebuild
|
|
|
6f438a |
|
|
|
6f438a |
* Sun Jul 02 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
|
|
6f438a |
- rebuild
|
|
|
6f438a |
|
|
|
6f438a |
* Tue Jun 13 2000 Jeff Johnson <jbj@redhat.com>
|
|
|
6f438a |
- FHS packaging to build on solaris2.5.1.
|
|
|
6f438a |
|
|
|
6f438a |
* Wed Jun 07 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
|
|
6f438a |
- use %%{_mandir} and %%{_tmppath}
|
|
|
6f438a |
|
|
|
6f438a |
* Fri May 12 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
|
|
6f438a |
- updated URL and source location
|
|
|
6f438a |
- moved README to main package
|
|
|
6f438a |
|
|
|
6f438a |
* Mon Feb 7 2000 Jeff Johnson <jbj@redhat.com>
|
|
|
6f438a |
- compress man page.
|
|
|
6f438a |
|
|
|
6f438a |
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
6f438a |
- auto rebuild in the new build environment (release 5)
|
|
|
6f438a |
|
|
|
6f438a |
* Wed Sep 09 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
6f438a |
- link against glibc
|
|
|
6f438a |
|
|
|
6f438a |
* Mon Jul 27 1998 Jeff Johnson <jbj@redhat.com>
|
|
|
6f438a |
- upgrade to 1.1.3
|
|
|
6f438a |
|
|
|
6f438a |
* Fri May 08 1998 Prospector System <bugs@redhat.com>
|
|
|
6f438a |
- translations modified for de, fr, tr
|
|
|
6f438a |
|
|
|
6f438a |
* Wed Apr 08 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
6f438a |
- upgraded to 1.1.2
|
|
|
6f438a |
- buildroot
|
|
|
6f438a |
|
|
|
6f438a |
* Tue Oct 07 1997 Donnie Barnes <djb@redhat.com>
|
|
|
6f438a |
- added URL tag (down at the moment so it may not be correct)
|
|
|
6f438a |
- made zlib-devel require zlib
|
|
|
6f438a |
|
|
|
6f438a |
* Thu Jun 19 1997 Erik Troan <ewt@redhat.com>
|
|
|
6f438a |
- built against glibc
|