[Lunar-commits] CVS: moonbase/mail/squirrelmail BUILD, 1.2,
1.3 DETAILS, 1.4, 1.5
Florin Braescu
florin at lunar-linux.org
Tue Jan 25 03:52:32 UTC 2005
Update of /var/cvs/lunar/moonbase/mail/squirrelmail
In directory espresso.foo-projects.org:/tmp/cvs-serv32013/mail/squirrelmail
Modified Files:
BUILD DETAILS
Log Message:
bump the version from 1.4.3a to 1.4.4. security release.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/mail/squirrelmail/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD 16 Oct 2003 04:19:25 -0000 1.2
+++ BUILD 25 Jan 2005 03:52:30 -0000 1.3
@@ -6,17 +6,17 @@
DATADIR=$PREFIX/data
ATTCHDIR=$PREFIX/attach
- mkdir -p $DATADIR $ATTCHDIR &&
+ mkdir -p $DATADIR $ATTCHDIR &&
for STUFF in index.php class config data functions help images include index.php locale plugins po src themes ; do
verbose_msg "Copying: $STUFF"
cp -a $STUFF $PREFIX
- done &&
+ done &&
if [ ! -f $PREFIX/config/config.php ] ; then
cp $PREFIX/config/config_default.php $PREFIX/config/config.php
- fi &&
- chown -R nobody:nogroup $DATADIR &&
- chgrp -R nogroup $ATTCHDIR &&
+ fi &&
+ chown -R nobody:nogroup $DATADIR &&
+ chgrp -R nogroup $ATTCHDIR &&
chmod 730 $ATTCHDIR
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/mail/squirrelmail/DETAILS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DETAILS 5 Oct 2004 09:30:12 -0000 1.4
+++ DETAILS 25 Jan 2005 03:52:30 -0000 1.5
@@ -1,12 +1,13 @@
MODULE=squirrelmail
- VERSION=1.4.3a
+ VERSION=1.4.4
SOURCE=$MODULE-$VERSION.tar.bz2
-SOURCE_URL=$SFORGE_URL/$MODULE/
-SOURCE_VFY=md5:9564fed8b8dc6fc75d5ac31825569a77
+ SOURCE_URL=$SFORGE_URL/$MODULE/
+ SOURCE_VFY=sha1:52bdb31e826e845464d7d53e0745c50ead9ba6fe
ENTERED=20030920
- UPDATED=20040706
+ UPDATED=20050125
WEB_SITE=http://squirrelamil.org/
SHORT="Web-based imap mail gateway"
+
cat << EOF
SquirrelMail is a standards-based webmail package written in PHP4. It
includes built-in pure PHP support for the IMAP and SMTP protocols,
More information about the Lunar-commits
mailing list