Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/web
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv19666/main/finkinfo/web

Modified Files:
        apache2.info 
Log Message:
New upstream versions (apr 0.9.12, apache2 2.0.59), for the 10.3 tree
(Dustin Sias is no longer maintaining packages in the 10.3 tree)


Index: apache2.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/web/apache2.info,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- apache2.info        31 May 2006 02:46:24 -0000      1.17
+++ apache2.info        3 Aug 2006 18:11:04 -0000       1.18
@@ -1,13 +1,13 @@
 Package: apache2
-Version: 2.0.55
-Revision: 11
+Version: 2.0.59
+Revision: 1
 ###
 Conflicts: apache, apache2 (<= 2.0.47-1), apache2-ssl
 Replaces: apache, apache2 (<= 2.0.47-1), apache2-ssl
 Provides: httpd
 ###
 # No C++ symbols used from these libs
-BuildDepends: apr (>= 0.9.7-1), db32-ssl | db43, expat (>= 1.95.6-2), gdbm3, 
libiconv-dev
+BuildDepends: apr (>= 0.9.12-1), db43-ssl | db43, expat (>= 1.95.6-2), gdbm3, 
libiconv-dev
 Depends: %N-mpm-worker (= %v-%r) | %N-mpm-perchild (= %v-%r) | %N-mpm-prefork 
(= %v-%r) | %N-mpm-leader (= %v-%r) | %N-mpm-threadpool (= %v-%r), %N-common (= 
%v-%r)
 ###
 CustomMirror: <<
@@ -16,7 +16,7 @@
 <<
 ###
 Source: mirror:custom:httpd-%v.tar.bz2
-Source-MD5: f1b5b65c8661db9ffe38b5a4a865a0e2
+Source-MD5: b0200a497d1c89daad680c676d32a6df
 ###
 PatchScript: <<
   sed -e 's,@FINKPREFIX@,%p,g' %a/%n.patch | patch -p1
@@ -45,31 +45,31 @@
     exit 1 
   fi
   rm -rf %d
-  export ac_cv_func_poll=no; export AWK=/usr/bin/awk; export SED=/usr/bin/sed; 
cat default-fink.conf | xargs ./configure --with-mpm=worker --without-ldap 
--without-ssl --disable-ldap --disable-auth-ldap --disable-dependency-tracking
+  export ac_cv_func_poll=no; export AWK=/usr/bin/awk; export SED=/usr/bin/sed; 
cat default-fink.conf | xargs ./configure --with-mpm=worker --without-ldap 
--without-ssl --with-dbm=db43 --with-expat=%p --with-iconv=%p --with-gdbm=%p 
--with-berkeley-db=%p --disable-ldap --disable-auth-ldap 
--disable-dependency-tracking
   make 
   make install DESTDIR=%d
   mv %i/sbin/httpd httpd-worker
   mv %i/lib/apache2/modules/httpd.exp httpd.exp-worker
   cd server; make clean; cd -
-  export ac_cv_func_poll=no; export AWK=/usr/bin/awk; export SED=/usr/bin/sed; 
cat default-fink.conf | xargs ./configure --with-mpm=perchild --without-ldap 
--without-ssl --disable-ldap --disable-auth-ldap --disable-dependency-tracking
+  export ac_cv_func_poll=no; export AWK=/usr/bin/awk; export SED=/usr/bin/sed; 
cat default-fink.conf | xargs ./configure --with-mpm=perchild --without-ldap 
--without-ssl --with-dbm=db43 --with-expat=%p --with-iconv=%p --with-gdbm=%p 
--with-berkeley-db=%p --disable-ldap --disable-auth-ldap 
--disable-dependency-tracking
   make 
   make install DESTDIR=%d
   mv %i/sbin/httpd httpd-perchild
   mv %i/lib/apache2/modules/httpd.exp httpd.exp-perchild
   cd server; make clean; cd -
-  export ac_cv_func_poll=no; export AWK=/usr/bin/awk; export SED=/usr/bin/sed; 
cat default-fink.conf | xargs ./configure --with-mpm=leader --without-ldap 
--without-ssl --disable-ldap --disable-auth-ldap --disable-dependency-tracking
+  export ac_cv_func_poll=no; export AWK=/usr/bin/awk; export SED=/usr/bin/sed; 
cat default-fink.conf | xargs ./configure --with-mpm=leader --without-ldap 
--without-ssl --with-dbm=db43 --with-expat=%p --with-iconv=%p --with-gdbm=%p 
--with-berkeley-db=%p --disable-ldap --disable-auth-ldap 
--disable-dependency-tracking
   make 
   make install DESTDIR=%d
   mv %i/sbin/httpd httpd-leader
   mv %i/lib/apache2/modules/httpd.exp httpd.exp-leader
   cd server; make clean; cd -
-  export ac_cv_func_poll=no; export AWK=/usr/bin/awk; export SED=/usr/bin/sed; 
cat default-fink.conf | xargs ./configure --with-mpm=threadpool --without-ldap 
--without-ssl --disable-ldap --disable-auth-ldap --disable-dependency-tracking
+  export ac_cv_func_poll=no; export AWK=/usr/bin/awk; export SED=/usr/bin/sed; 
cat default-fink.conf | xargs ./configure --with-mpm=threadpool --without-ldap 
--without-ssl --with-dbm=db43 --with-expat=%p --with-iconv=%p --with-gdbm=%p 
--with-berkeley-db=%p --disable-ldap --disable-auth-ldap 
--disable-dependency-tracking
   make 
   make install DESTDIR=%d
   mv %i/sbin/httpd httpd-threadpool
   mv %i/lib/apache2/modules/httpd.exp httpd.exp-threadpool
   cd server; make clean; cd -
-  export ac_cv_func_poll=no; export AWK=/usr/bin/awk; export SED=/usr/bin/sed; 
cat default-fink.conf | xargs ./configure --with-mpm=prefork --without-ldap 
--without-ssl --disable-ldap --disable-auth-ldap --disable-dependency-tracking
+  export ac_cv_func_poll=no; export AWK=/usr/bin/awk; export SED=/usr/bin/sed; 
cat default-fink.conf | xargs ./configure --with-mpm=prefork --without-ldap 
--without-ssl --with-dbm=db43 --with-expat=%p --with-iconv=%p --with-gdbm=%p 
--with-berkeley-db=%p --disable-ldap --disable-auth-ldap 
--disable-dependency-tracking
   make
   make install DESTDIR=%d
   mv %i/sbin/httpd httpd-prefork
@@ -105,7 +105,7 @@
 SplitOff: <<
   Package: %N-common
   Description: Apache2 Common Files (conf, icon, etc) 
-  Depends: daemonic, db43-ssl-shlibs | db43-shlibs, expat-shlibs (>= 
1.95.6-2), gdbm3-shlibs, apr-shlibs (>= 0.9.7-1), apr-common
+  Depends: daemonic, db43-ssl-shlibs | db43-shlibs, expat-shlibs (>= 
1.95.6-2), gdbm3-shlibs, apr-shlibs (>= 0.9.12-1), apr-common
   Replaces: apache2 (<= 2.0.47-1), apache, apache2-ssl-common, apache2-dev (<= 
2.0.47-4)
   Conflicts: apache2 (<= 2.0.47-1), apache, apache2-ssl-common
   Files: <<
@@ -1057,7 +1057,7 @@
     non-thread-safe libraries. It is also the best MPM for isolating each
     request, so that a problem with a single request will not affect any other.
 <<
-  Depends: db43-ssl-shlibs | db43-shlibs, apr-shlibs (>= 0.9.7-1), %N-common 
(= %v-%r), expat-shlibs (>= 1.95.6-2), gdbm3-shlibs
+  Depends: db43-ssl-shlibs | db43-shlibs, apr-shlibs (>= 0.9.12-1), %N-common 
(= %v-%r), expat-shlibs (>= 1.95.6-2), gdbm3-shlibs
   Replaces: apache2 (<= 2.0.47-1), apache, %N-mpm-worker, %N-mpm-perchild, 
%N-mpm-leader, %N-mpm-threadpool, apache2-ssl-mpm-worker, 
apache2-ssl-mpm-perchild, apache2-ssl-mpm-leader, apache2-ssl-mpm-threadpool, 
apache2-ssl-mpm-prefork
   Conflicts: apache2 (<= 2.0.47-1), apache, %N-mpm-worker, %N-mpm-perchild, 
%N-mpm-leader, %N-mpm-threadpool, apache2-ssl-mpm-worker, 
apache2-ssl-mpm-perchild, apache2-ssl-mpm-leader, apache2-ssl-mpm-threadpool, 
apache2-ssl-mpm-prefork
   Files: <<
@@ -1105,7 +1105,7 @@
 
     This mpm is still highly experimental, and should be used with care.
   <<
-  Depends: db43-ssl-shlibs | db43-shlibs, apr-shlibs (>= 0.9.7-1), %N-common 
(= %v-%r), expat-shlibs (>= 1.95.6-2), gdbm3-shlibs
+  Depends: db43-ssl-shlibs | db43-shlibs, apr-shlibs (>= 0.9.12-1), %N-common 
(= %v-%r), expat-shlibs (>= 1.95.6-2), gdbm3-shlibs
   Replaces: apache2 (<= 2.0.47-1), apache, %N-mpm-worker, %N-mpm-prefork, 
%N-mpm-leader, %N-mpm-threadpool, apache2-ssl-mpm-worker, 
apache2-ssl-mpm-perchild, apache2-ssl-mpm-leader, apache2-ssl-mpm-threadpool, 
apache2-ssl-mpm-prefork
   Conflicts: apache2 (<= 2.0.47-1), apache, %N-mpm-worker, %N-mpm-perfork, 
%N-mpm-leader, %N-mpm-threadpool, apache2-ssl-mpm-worker, 
apache2-ssl-mpm-perchild, apache2-ssl-mpm-leader, apache2-ssl-mpm-threadpool, 
apache2-ssl-mpm-prefork
   Files: <<
@@ -1140,7 +1140,7 @@
     process-based server by keeping multiple processes available, each with
     many threads.
   <<
-  Depends: db43-ssl-shlibs | db43-shlibs, apr-shlibs (>= 0.9.7-1), %N-common 
(= %v-%r), expat-shlibs (>= 1.95.6-2), gdbm3-shlibs
+  Depends: db43-ssl-shlibs | db43-shlibs, apr-shlibs (>= 0.9.12-1), %N-common 
(= %v-%r), expat-shlibs (>= 1.95.6-2), gdbm3-shlibs
   Replaces: apache2 (<= 2.0.47-1), apache, %N-mpm-prefork, %N-mpm-perchild, 
%N-mpm-leader, %N-mpm-threadpool, apache2-ssl-mpm-worker, 
apache2-ssl-mpm-perchild, apache2-ssl-mpm-leader, apache2-ssl-mpm-threadpool, 
apache2-ssl-mpm-prefork
   Conflicts: apache2 (<= 2.0.47-1), apache, %N-mpm-prefork, %N-mpm-perchild, 
%N-mpm-leader, %N-mpm-threadpool, apache2-ssl-mpm-worker, 
apache2-ssl-mpm-perchild, apache2-ssl-mpm-leader, apache2-ssl-mpm-threadpool, 
apache2-ssl-mpm-prefork
   Files: <<
@@ -1172,7 +1172,7 @@
     received as much testing. An experimental variant of the standard worker
     MPM.
   <<
-  Depends: db43-ssl-shlibs | db43-shlibs, apr-shlibs (>= 0.9.7-1), %N-common 
(= %v-%r), expat-shlibs (>= 1.95.6-2), gdbm3-shlibs
+  Depends: db43-ssl-shlibs | db43-shlibs, apr-shlibs (>= 0.9.12-1), %N-common 
(= %v-%r), expat-shlibs (>= 1.95.6-2), gdbm3-shlibs
   Replaces: apache2 (<= 2.0.47-1), apache, %N-mpm-worker, %N-mpm-perchild, 
%N-mpm-prefork, %N-mpm-threadpool, apache2-ssl-mpm-worker, 
apache2-ssl-mpm-perchild, apache2-ssl-mpm-leader, apache2-ssl-mpm-threadpool, 
apache2-ssl-mpm-prefork
   Conflicts: apache2 (<= 2.0.47-1), apache, %N-mpm-worker, %N-mpm-perchild, 
%N-mpm-prefork, %N-mpm-threadpool, apache2-ssl-mpm-worker, 
apache2-ssl-mpm-perchild, apache2-ssl-mpm-leader, apache2-ssl-mpm-threadpool, 
apache2-ssl-mpm-prefork
   Files: <<
@@ -1215,7 +1215,7 @@
     threadpool code is useful primarily as a research platform. For
     general-purpose use and for any production environments, use worker 
instead.
   <<
-  Depends: db43-ssl-shlibs | db43-shlibs, apr-shlibs (>= 0.9.7-1), %N-common 
(= %v-%r), expat-shlibs (>= 1.95.6-2), gdbm3-shlibs
+  Depends: db43-ssl-shlibs | db43-shlibs, apr-shlibs (>= 0.9.12-1), %N-common 
(= %v-%r), expat-shlibs (>= 1.95.6-2), gdbm3-shlibs
   Replaces: apache2 (<= 2.0.47-1), apache, %N-mpm-worker, %N-mpm-perchild, 
%N-mpm-leader, %N-mpm-prefork, apache2-ssl-mpm-worker, 
apache2-ssl-mpm-perchild, apache2-ssl-mpm-leader, apache2-ssl-mpm-threadpool, 
apache2-ssl-mpm-prefork
   Conflicts: apache2 (<= 2.0.47-1), apache, %N-mpm-worker, %N-mpm-perchild, 
%N-mpm-leader, %N-mpm-prefork, apache2-ssl-mpm-worker, 
apache2-ssl-mpm-perchild, apache2-ssl-mpm-leader, apache2-ssl-mpm-threadpool, 
apache2-ssl-mpm-prefork
   Files: <<
@@ -1265,7 +1265,9 @@
   daemonic script. Also added DSO building.  Addes a PatchScript to remove
   the internal expat in favor of fink's expat as there is no switch or way
   to disable it.  - Justin F. Hallett (Feb 7, 2003)
+
+  Maintainer for 10.4: Dustin Sias <[EMAIL PROTECTED]>
 <<
 License: BSD
 Homepage: http://www.apache.org
-Maintainer: Dustin Sias <[EMAIL PROTECTED]>
+Maintainer: None <fink-devel@lists.sourceforge.net>


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to