OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-web, openpkg-src Date: 23-Oct-2002 10:20:23
Branch: HEAD Handle: 2002102309202201
Modified files:
openpkg-src/curl curl.spec
openpkg-web news.txt
Log:
add official zlib support
Summary:
Revision Changes Path
1.32 +3 -2 openpkg-src/curl/curl.spec
1.1869 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-src/curl/curl.spec
============================================================
$ cvs diff -u -r1.31 -r1.32 curl.spec
--- openpkg-src/curl/curl.spec 11 Oct 2002 18:35:33 -0000 1.31
+++ openpkg-src/curl/curl.spec 23 Oct 2002 08:20:23 -0000 1.32
@@ -33,7 +33,7 @@
Group: Web
License: GPL
Version: 7.10.1
-Release: 20021011
+Release: 20021023
# list of sources
Source0: http://curl.haxx.se/download/curl-%{version}.tar.bz2
@@ -41,7 +41,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, openssl, make
+BuildPreReq: OpenPKG, openpkg >= 20020206, openssl, make, zlib
PreReq: OpenPKG, openpkg >= 20020206
AutoReq: no
AutoReqProv: no
@@ -66,6 +66,7 @@
--cache-file=config.cache \
--prefix=%{l_prefix} \
--with-ssl=%{l_prefix} \
+ --with-zlib=%{l_prefix} \
--disable-shared
%{l_make} %{l_mflags -O}
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.1868 -r1.1869 news.txt
--- openpkg-web/news.txt 23 Oct 2002 07:54:14 -0000 1.1868
+++ openpkg-web/news.txt 23 Oct 2002 08:20:22 -0000 1.1869
@@ -1,3 +1,4 @@
+23-Oct-2002: Upgraded package: P<curl-7.10.1-20021023>
23-Oct-2002: Upgraded package: P<gd-2.0.3-20021023>
23-Oct-2002: Upgraded package: P<ragel-1.3.3-20021023>
23-Oct-2002: Upgraded package: P<expect-5.38-20021023>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]