gunnar: server cvs-kolab.sh,1.27,1.28

cvs at kolab.org cvs at kolab.org
Thu Sep 10 12:06:01 CEST 2009


Author: gunnar

Update of /kolabrepository/server
In directory doto:/tmp/cvs-serv32024

Modified Files:
	cvs-kolab.sh 
Log Message:
Update for Kolab Server 2.2.2

Index: cvs-kolab.sh
===================================================================
RCS file: /kolabrepository/server/cvs-kolab.sh,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- cvs-kolab.sh	24 Mar 2009 16:29:41 -0000	1.27
+++ cvs-kolab.sh	10 Sep 2009 10:05:58 -0000	1.28
@@ -2,15 +2,19 @@
 #
 # $Id$
 #
-# Copyright (C) 2007 by Gunnar Wrobel
-#
 # Authors:
-# Gunnar Wrobel <wrobel at pardus.de>
-# Thomas Arendsen Hein <thomas at intevation.de>
+#
+# (c) 2007 - 2009  Thomas Arendsen Hein <thomas at intevation.de>
+# (c) 2007 - 2009  Gunnar Wrobel <wrobel at pardus.de>
+#
+# Companies:
+#
+# (c) 2007 - 2009  Intevation GmbH
+# (c) 2007 - 2009  p at rdus
 #
 # This program is free software under the GNU GPL (>=v2)
 
-KOLAB_VERSION="2.2.0"
+KOLAB_VERSION="2.2.2"
 
 KOLAB_PACKAGES=/kolab-packages
 KOLAB_DEV_USER=kolabdevel
@@ -62,8 +66,8 @@
     echo "Verifying source authenticity ..."
 
     gpg -q --keyserver hkp://subkeys.pgp.net --recv-key 5816791A || die "Failed to retrieve signature key!"
-    gpg -q --verify MD5SUMS.sig || die "Invalid signature on the MD5SUMS file!"
-    md5sum --status -c MD5SUMS || die "The md5 hashes do not match. You should try to download the packages again."
+    gpg -q --verify SHA1SUMS.sig || die "Invalid signature on the MD5SUMS file!"
+    sha1sum --status -c SHA1SUMS || die "The md5 hashes do not match. You should try to download the packages again."
     chmod u+x install-kolab.sh
 }
 





More information about the commits mailing list