auto-import changelog data from zlib-1.1.3-25.7.src.rpm
Wed Jan 30 2002 Trond Eivind Glomsrd <teg@redhat.com> 1.1.3-25.7 - Fix double free
This commit is contained in:
parent
050e865160
commit
60b7d1bc7d
@ -1,10 +1,11 @@
|
|||||||
Summary: The zlib compression and decompression library.
|
Summary: The zlib compression and decompression library.
|
||||||
Name: zlib
|
Name: zlib
|
||||||
Version: 1.1.3
|
Version: 1.1.3
|
||||||
Release: 24
|
Release: 25.7
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: ftp://ftp.info-zip.org/pub/infozip/zlib/zlib-%{version}.tar.gz
|
Source: ftp://ftp.info-zip.org/pub/infozip/zlib/zlib-%{version}.tar.gz
|
||||||
Patch0: zlib-1.1.3-glibc.patch
|
Patch0: zlib-1.1.3-glibc.patch
|
||||||
|
Patch1: zlib-1.1.3-sec.patch
|
||||||
URL: http://www.gzip.org/zlib/
|
URL: http://www.gzip.org/zlib/
|
||||||
License: BSD
|
License: BSD
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
@ -27,10 +28,10 @@ library.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .glibc
|
%patch0 -p1 -b .glibc
|
||||||
|
%patch1 -p1 -b .free
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
|
|
||||||
CFLAGS="$RPM_OPT_FLAGS -fPIC" ./configure --shared --prefix=%{_prefix}
|
CFLAGS="$RPM_OPT_FLAGS -fPIC" ./configure --shared --prefix=%{_prefix}
|
||||||
make
|
make
|
||||||
# now build the static lib
|
# now build the static lib
|
||||||
@ -78,6 +79,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_mandir}/man3/zlib.3*
|
%{_mandir}/man3/zlib.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 30 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.1.3-25.7
|
||||||
|
- Fix double free
|
||||||
|
|
||||||
* Sun Aug 26 2001 Trond Eivind Glomsrød <teg@redhat.com> 1.1.3-24
|
* Sun Aug 26 2001 Trond Eivind Glomsrød <teg@redhat.com> 1.1.3-24
|
||||||
- Add example.c and minigzip.c to the doc files, as
|
- Add example.c and minigzip.c to the doc files, as
|
||||||
they are listed as examples in the README (#52574)
|
they are listed as examples in the README (#52574)
|
||||||
|
Loading…
Reference in New Issue
Block a user