-if [ "$EXIM_FROZEN" == "y" ]
+if [[ "$EXIM_FROZEN" == "y" ]]
then
echo "SUPPORT_MOVE_FROZEN_MESSAGES=yes" >> Local/Makefile
fi &&
diff --git a/mail/exim/DEPENDS b/mail/exim/DEPENDS
index 4d553cb..66b7ee1 100755
--- a/mail/exim/DEPENDS
+++ b/mail/exim/DEPENDS
@@ -38,7 +38,9 @@ if [ "$EXIM_OPENSSL" == "y" ]; then
fi &&
if [ "$EXIM_GNUTLS" == "y" ]; then
- depends gnutls
+ depends gnutls &&
+ depends libgcrypt &&
+ depends libtasn1
fi &&
if [ "$EXIM_SASL" == "y" ]; then
diff --git a/mail/exim/DETAILS b/mail/exim/DETAILS
index 870613c..c413e7a 100755
--- a/mail/exim/DETAILS
+++ b/mail/exim/DETAILS
@@ -1,5 +1,5 @@
SPELL=exim
- VERSION=4.62
+ VERSION=4.66
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sig
SOURCE_GPG="exim.gpg:$SOURCE2:VERIFIED_UPSTREAM_KEY"
diff --git a/mail/exim/HISTORY b/mail/exim/HISTORY
index 90dca50..cf00c65 100644
--- a/mail/exim/HISTORY
+++ b/mail/exim/HISTORY
@@ -1,3 +1,8 @@
+2007-01-28 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: update to 4.66
+ * BUILD: fixed OpenSSL/GNUTLS support
+ * DEPENDS: added some more depends for GNUTLS
+
2006-07-13 Eric Sandall <eric AT sandall.us>
* DETAILS: Updated to 4.62.
Use if/elif instead of a lot of ifs for SOURCE_URLs.
[SM-Commit] GIT changes to master grimoire by Andra?? Levstik (9b43086b66bea839222cabf5074b5f4513424bca),
Andra?? Levstik, 01/31/2007