[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Re: Apache 2.0.50-8 upgrade breaks WebDAV (?)



I also have the same problem. Don't bother with 2.0.50-9. it's still broken in that version.

>My interest in now piqued. As I'm not on top of debian development, where can I find a diff between 2.0.50-7 and -8 ?

I made one.  here it is:

diff -urN apache2_2.0.50-7/apache2-2.0.50/debian/changelog apache2_2.0.50-8/apache2-2.0.50/debian/changelog --- apache2_2.0.50-7/apache2-2.0.50/debian/changelog 2004-08-18 23:05:48.716555026 -0400 +++ apache2_2.0.50-8/apache2-2.0.50/debian/changelog 2004-08-18 23:04:59.006900328 -0400
@@ -1,3 +1,9 @@
+apache2 (2.0.50-8) unstable; urgency=low
+
+  * Ensure we link against the correct version of DB42
+
+ -- Thom May <thom@debian.org>  Mon,  9 Aug 2004 14:37:38 +0100
+
 apache2 (2.0.50-7) unstable; urgency=high

   * Fix up linking of apr-util (Closes: #262009)
diff -urN apache2_2.0.50-7/apache2-2.0.50/debian/rules apache2_2.0.50-8/apache2-2.0.50/debian/rules --- apache2_2.0.50-7/apache2-2.0.50/debian/rules 2004-08-18 23:05:48.677560788 -0400 +++ apache2_2.0.50-8/apache2-2.0.50/debian/rules 2004-08-18 23:04:59.013899294 -0400
@@ -24,7 +24,7 @@
 export DH_OPTIONS

 AP2_COMMON_CONFARGS = --enable-layout=Debian --enable-so \
-                      --with-program-name=apache2 --with-dbm=db4 \
+                      --with-program-name=apache2 --with-dbm=db42 \
                       --enable-logio --enable-userdir=shared \
                      --enable-ssl=shared --enable-deflate=shared \
                      --with-ldap=yes --with-ldap-include=/usr/include \


It's a one line change.  any idea why it breaks things?

-Tim



Reply to: