[Lunar-commits] CVS: moonbase/mail/dovecot BUILD, 1.1, 1.2 DEPENDS, 1.1, 1.2 DETAILS, 1.1, 1.2

Moritz Heiber moe at lunar-linux.org
Mon Dec 27 17:10:48 UTC 2004


Update of /var/cvs/lunar/moonbase/mail/dovecot
In directory espresso.foo-projects.org:/tmp/cvs-serv17126

Modified Files:
	BUILD DEPENDS DETAILS 
Log Message:
I like the good stuff. Therefore, I like dovecot.

* Bumped to 0.9.12.1
* Removed gnutls as an optional dependency
  since it doesn't work out right
* Modified the init script to actually work
  with chkconfig


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/mail/dovecot/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	4 Dec 2004 16:38:27 -0000	1.1
+++ BUILD	27 Dec 2004 17:10:45 -0000	1.2
@@ -1,4 +1,5 @@
 (
+  OPTS="$OPTS --with-ssl=openssl"
 
   add_priv_user dovecot:dovecot
 

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/mail/dovecot/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS	4 Dec 2004 16:38:27 -0000	1.1
+++ DEPENDS	27 Dec 2004 17:10:45 -0000	1.2
@@ -1,5 +1,5 @@
-optional_depends "gnutls" "--with-ssl=gnutls" "--with-ssl=openssl" \
-                 "For alternative SSL/TLS support" &&
+depends openssl &&
+
 optional_depends "postgresql" "--with-pgsql" "--without-pgsql" \
                  "For Postgresql support" &&
 optional_depends "mysql" "--with-mysql" "--without-mysql" \

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/mail/dovecot/DETAILS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DETAILS	4 Dec 2004 16:38:27 -0000	1.1
+++ DETAILS	27 Dec 2004 17:10:45 -0000	1.2
@@ -1,11 +1,12 @@
           MODULE=dovecot
-         VERSION=0.99.11
-          SOURCE=$MODULE-$VERSION.tar.gz
+         VERSION=0.99.12
+          SUBVER=1
+          SOURCE=${MODULE}-${VERSION}.${SUBVER}.tar.gz
       SOURCE_URL=http://www.dovecot.org/releases/
-      SOURCE_VFY=sha1:3553d705ea1f3975be704ca976eaa43c380aaab0
+      SOURCE_VFY=sha1:a587ffdefbf9a90fa91ed506645c9d962112f1b0
         WEB_SITE=http://www.dovecot.org/
          ENTERED=20041204
-         UPDATED=20041204
+         UPDATED=20041227
            SHORT="A small, fast and secure (SSL) Maildir capable imap daemon"
 cat << EOF
 Dovecot is an IMAP and POP3 server for Linux/UNIX-like systems,



More information about the Lunar-commits mailing list