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: 02-Feb-2004 23:50:27
Branch: HEAD Handle: 2004020222502402
Modified files:
openpkg-src/apache apache.spec
openpkg-web news.txt
Log:
fix once again this ugly unversioned mod_auth_ldap stuff; it happend
again that some proxy cache gave us an outdated version; this time,
not only correct it but do not let it happen again by *always*
unpacking this stuff, whether needed or not, just to see it failing
Summary:
Revision Changes Path
1.204 +1 -3 openpkg-src/apache/apache.spec
1.8415 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.203 -r1.204 apache.spec
--- openpkg-src/apache/apache.spec 30 Jan 2004 09:25:20 -0000 1.203
+++ openpkg-src/apache/apache.spec 2 Feb 2004 22:50:26 -0000 1.204
@@ -61,7 +61,7 @@
Group: Web
License: ASF
Version: %{V_apache}
-Release: 20040130
+Release: 20040202
# package options (suexec related)
%option with_suexec yes
@@ -395,9 +395,7 @@
%if "%{with_mod_relocate}" == "yes"
%setup13 -q -T -D -a 13
%endif
-%if "%{with_mod_auth_ldap}" == "yes"
%setup14 -q -T -D -a 14
-%endif
%if "%{with_suphp}" == "yes"
%setup15 -q -T -D -a 15
%endif
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.8414 -r1.8415 news.txt
--- openpkg-web/news.txt 2 Feb 2004 21:32:33 -0000 1.8414
+++ openpkg-web/news.txt 2 Feb 2004 22:50:24 -0000 1.8415
@@ -1,3 +1,4 @@
+02-Feb-2004: Upgraded package: P<apache-1.3.29-20040202>
02-Feb-2004: Upgraded package: P<amd-6.0.9-20040202>
02-Feb-2004: Upgraded package: P<imapd-2.2.3-20040202>
02-Feb-2004: Upgraded package: P<vim-6.2.225-20040202>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]