From 60b7d1bc7d0f9344d350512fac83a6e3007bdb98 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 15:18:28 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20zlib-1.?= =?UTF-8?q?1.3-25.7.src.rpm=20Wed=20Jan=2030=202002=20Trond=20Eivind=20Glo?= =?UTF-8?q?msr=F8d=20=201.1.3-25.7=20-=20Fix=20double=20fr?= =?UTF-8?q?ee?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zlib.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/zlib.spec b/zlib.spec index f066c70..d5140c9 100644 --- a/zlib.spec +++ b/zlib.spec @@ -1,10 +1,11 @@ Summary: The zlib compression and decompression library. Name: zlib Version: 1.1.3 -Release: 24 +Release: 25.7 Group: System Environment/Libraries Source: ftp://ftp.info-zip.org/pub/infozip/zlib/zlib-%{version}.tar.gz Patch0: zlib-1.1.3-glibc.patch +Patch1: zlib-1.1.3-sec.patch URL: http://www.gzip.org/zlib/ License: BSD Prefix: %{_prefix} @@ -27,10 +28,10 @@ library. %prep %setup -q %patch0 -p1 -b .glibc +%patch1 -p1 -b .free %build - CFLAGS="$RPM_OPT_FLAGS -fPIC" ./configure --shared --prefix=%{_prefix} make # now build the static lib @@ -78,6 +79,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man3/zlib.3* %changelog +* Wed Jan 30 2002 Trond Eivind Glomsrød 1.1.3-25.7 +- Fix double free + * Sun Aug 26 2001 Trond Eivind Glomsrød 1.1.3-24 - Add example.c and minigzip.c to the doc files, as they are listed as examples in the README (#52574)