OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 30-Jan-2004 10:25:20
Branch: HEAD Handle: 2004013009251802
Modified files:
openpkg-src/apache apache.spec
openpkg-web news.txt
Log:
go the OpenPKG independence way and use own ndbm compatiblity provided
by gdbm. This might break existing installations due to gdbm_ndbm not
being file format compatible to vendor ndbm. Existing ndbm files must
be rebuild or applications must explicitly use vendor ndbm (if
available) by being build with no gdbm_ndbm.
Summary:
Revision Changes Path
1.203 +2 -2 openpkg-src/apache/apache.spec
1.8371 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.202 -r1.203 apache.spec
--- openpkg-src/apache/apache.spec 27 Jan 2004 12:32:23 -0000 1.202
+++ openpkg-src/apache/apache.spec 30 Jan 2004 09:25:20 -0000 1.203
@@ -61,7 +61,7 @@
Group: Web
License: ASF
Version: %{V_apache}
-Release: 20040127
+Release: 20040130
# package options (suexec related)
%option with_suexec yes
@@ -132,7 +132,7 @@
%option with_mod_php_iconv no
# package options (braindead ones only)
-%option with_gdbm_ndbm no
+%option with_gdbm_ndbm yes
%option with_shared_core no
%option with_shared_chain no
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.8370 -r1.8371 news.txt
--- openpkg-web/news.txt 30 Jan 2004 09:24:54 -0000 1.8370
+++ openpkg-web/news.txt 30 Jan 2004 09:25:18 -0000 1.8371
@@ -1,3 +1,4 @@
+30-Jan-2004: Upgraded package: P<apache-1.3.29-20040130>
30-Jan-2004: Upgraded package: P<gdbm-1.8.3-20040130>
30-Jan-2004: Upgraded package: P<gettext-0.14.1-20040130>
29-Jan-2004: Upgraded package: P<multitail-3.0.6-20040129>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]