WEB_SITE=http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem.html
ENTERED=20050212
diff --git a/mail/gmailfs/HISTORY b/mail/gmailfs/HISTORY
index f5ac09f..ed1f94b 100644
--- a/mail/gmailfs/HISTORY
+++ b/mail/gmailfs/HISTORY
@@ -1,3 +1,6 @@
+2006-06-12 David Kowis <dkowis AT shlrm.org>
+ * DETAILS: updated to latest version
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS
diff --git a/mail/libgmail/DETAILS b/mail/libgmail/DETAILS
index 9feaa03..1a33484 100755
--- a/mail/libgmail/DETAILS
+++ b/mail/libgmail/DETAILS
@@ -1,9 +1,9 @@
SPELL=libgmail
if [ "$CVS" != "y" ]; then
- VERSION=0.1.3.3
+ VERSION=0.1.4
SOURCE=$SPELL-$VERSION.tgz
SOURCE_URL[0]=$SOURCEFORGE_URL/libgmail/$SOURCE
-
SOURCE_HASH=sha512:175e179f12c81f31a542035f7fd8acb23b069d538f772ae0d261ae6befd7ed8f0a38efca76030bf377d436aa890e835033489d1f7d474c429a5aca16fe643454
+
SOURCE_HASH=sha512:f3d3675461d6a529d1f1b52ee2ba3e8066dfd61a2e2f1a89fcb847706a14743e5ba2181684ba167f508574a1a3b4a6f49847695bf81aea668611028382671f6a
else
VERSION=cvs
SOURCE=$SPELL-sf$VERSION.tar.bz2
@@ -13,7 +13,7 @@
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-sf$VERSION
BUILD_API=2
LICENSE[0]=GPL
-
+ URL=http://libgmail.sourceforge.net/
KEYWORDS="mail python"
SHORT="libgmail, Python binding for Google's Gmail service"
cat << EOF
diff --git a/mail/libgmail/HISTORY b/mail/libgmail/HISTORY
index a117393..b2d2205 100644
--- a/mail/libgmail/HISTORY
+++ b/mail/libgmail/HISTORY
@@ -1,3 +1,6 @@
+2006-06-12 David Kowis <dkowis AT shlrm.org>
+ * DETAILS: bumped to latest stable version and added url
+
2006-05-26 David Kowis <dkowis AT shlrm.org>
* DETAILS: fixed sourceforge cvs url
diff --git a/mail/qwikmail/BUILD b/mail/qwikmail/BUILD
index dd055c7..27d1846 100755
--- a/mail/qwikmail/BUILD
+++ b/mail/qwikmail/BUILD
@@ -1,7 +1,2 @@
-(
-
- make &&
- prepare_install &&
- make install
-
-) > ${C_FIFO} 2>&1
+patch < $SPELL_DIRECTORY/qwik-smtpd-0.3.patch &&
+default_build
diff --git a/mail/qwikmail/DETAILS b/mail/qwikmail/DETAILS
index 171dbbe..837e827 100755
--- a/mail/qwikmail/DETAILS
+++ b/mail/qwikmail/DETAILS
@@ -7,16 +7,15 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/qwik-s
ENTERED=20020820
UPDATED=20020820
LICENSE[0]=GPL
- MAINTAINER=m.l AT compaqnet.fr
+ SECURITY_PATCH=1
+ URL=http://qwikmail.sourceforge.net/smtpd/
KEYWORDS="server mail"
- BUILD_API=1
SHORT="qwikmail is lightweight, simple MTA."
cat << EOF
-Qwikmail is a lightweight, simple and easy to configure Mail-Transport Agent.
-
-It's suitable for local delivery only and remote delivery.
-
-The configuration file is really easy to setup (a few lines).
-
-This mailer daemon is recomended if you don't know much about how email
works, or if you need local delivery only (not connected to the Internet).
+The QwikMail SMTP server (qwik-smtpd) is intended to be a fast, secure, and
+efficient mail server (MTA). A word of warning before using this on a
production
+system: DON'T. Until the code reaches 1.0 status, the author makes no
guarantee
+of security. In the meantime, qwik-smtpd is a playground for unique SMTP
server
+implementations that support extensions and/or quirks not found in other
+production-quality servers.
EOF
diff --git a/mail/qwikmail/HISTORY b/mail/qwikmail/HISTORY
index a50125f..99096dd 100644
--- a/mail/qwikmail/HISTORY
+++ b/mail/qwikmail/HISTORY
@@ -1,3 +1,7 @@
+2006-06-12 David Kowis <dkowis AT shlrm.org>
+ * BUILD, DETAILS: updated to BUILD_API=2
+ * qwik-smtpd-0.3.patch: Security patch!
+
2006-06-12 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DETAILS: inserted BUILD_API=1 line