[Lunar-commits] CVS: moonbase/crypto/cyrus-sasl DEPENDS,1.5,1.6

Moritz Heiber moe at lunar-linux.org
Mon Jan 24 19:58:02 UTC 2005


Update of /var/cvs/lunar/moonbase/crypto/cyrus-sasl
In directory espresso.foo-projects.org:/tmp/cvs-serv5069/crypto/cyrus-sasl

Modified Files:
	DEPENDS 
Log Message:
This is the big db rehaul. Some migration code (meh!) ..
but since we haven't got the 'is_at_latest_version'
function yet it is necessary (/me nudges sofar)

* Changed the db module to 4.x (going to remove db4 later)
  and made sure nothing breaks incase db 3.x had been 
  installed before. Turned any db4 dependency into a db dependency
  (All of them have been tested and approved to work with db 4.x)
* Tiny crimson and gift-cvs sneaking in behind your backs.


Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/crypto/cyrus-sasl/DEPENDS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- DEPENDS	20 Aug 2004 01:26:13 -0000	1.5
+++ DEPENDS	24 Jan 2005 19:57:59 -0000	1.6
@@ -1,4 +1,4 @@
 depends openssl    &&
 depends Linux-PAM  &&
-depends db4        &&
+depends db         &&
 optional_depends "mysql" "--with-mysql" "--without-mysql" "for mysql support"



More information about the Lunar-commits mailing list