[Lunar-commits] <moonbase> dillo: update to 2.2 + CONFIGURE ssl-plugin
Duncan Gibson
engelsman at lunar-linux.org
Tue Apr 20 21:16:24 CEST 2010
commit 89f6c51ac90427a70b7231694e8586cd653924c7
Author: v4hn <me at v4hn.de>
Date: Tue Apr 20 21:16:24 2010 +0200
dillo: update to 2.2 + CONFIGURE ssl-plugin
---
web/dillo/CONFIGURE | 5 ++++-
web/dillo/DETAILS | 6 +++---
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/web/dillo/CONFIGURE b/web/dillo/CONFIGURE
index d1d451c..0602bdd 100644
--- a/web/dillo/CONFIGURE
+++ b/web/dillo/CONFIGURE
@@ -9,7 +9,10 @@ if ! grep -q CONFIGURED $MODULE_CONFIG; then
OPTS="$OPTS --enable-ipv6"
else
OPTS="$OPTS --disable-ipv6"
- fi
+ fi
+ if query "Enable SSL" y; then
+ OPTS="$OPTS --enable-ssl"
+ fi
echo 'OPTS='\"$OPTS\" >> $MODULE_CONFIG
echo 'CONFIGURED="y"' >> $MODULE_CONFIG
diff --git a/web/dillo/DETAILS b/web/dillo/DETAILS
index 19d9eae..8af6de5 100644
--- a/web/dillo/DETAILS
+++ b/web/dillo/DETAILS
@@ -1,11 +1,11 @@
MODULE=dillo
- VERSION=2.1.1
+ VERSION=2.2
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=http://www.dillo.org/download
- SOURCE_VFY=sha1:eb252663b9480e53e0376d75b81130404ccf40ce
+ SOURCE_VFY=sha1:06b325a246a639d936dabfc73d005f951d23c151
WEB_SITE=http://www.dillo.org
ENTERED=20010922
- UPDATED=20090817
+ UPDATED=20100420
SHORT="A very fast, extremely small web browser"
cat << EOF
More information about the Lunar-commits
mailing list