[Lunar-commits] <moonbase> libmicrohttpd: bump back to 0.9.6
Christian Krause
wookietreiber at lunar-linux.org
Mon May 30 23:19:51 CEST 2011
commit caeafd7c951e03b5d43c1a640fd7282438d7abcc
Author: Christian Krause <wookietreiber at lunar-linux.org>
Date: Mon May 30 23:19:51 2011 +0200
libmicrohttpd: bump back to 0.9.6
- latest version that works with coming gnunet (nothing else needs this)
- gnutls is really optional depends
- no static libs
---
zbeta/libmicrohttpd/BUILD | 7 +++++++
zbeta/libmicrohttpd/DEPENDS | 2 +-
zbeta/libmicrohttpd/DETAILS | 6 +++---
3 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/zbeta/libmicrohttpd/BUILD b/zbeta/libmicrohttpd/BUILD
new file mode 100644
index 0000000..e2fbd21
--- /dev/null
+++ b/zbeta/libmicrohttpd/BUILD
@@ -0,0 +1,7 @@
+(
+
+ OPTS+=" --disable-static" &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/libmicrohttpd/DEPENDS b/zbeta/libmicrohttpd/DEPENDS
index b028e94..88c56a4 100644
--- a/zbeta/libmicrohttpd/DEPENDS
+++ b/zbeta/libmicrohttpd/DEPENDS
@@ -1 +1 @@
-depends gnutls
+optional_depends "gnutls" "--enable-https" "--disable-https" "for HTTPS/TLS/SSL support"
diff --git a/zbeta/libmicrohttpd/DETAILS b/zbeta/libmicrohttpd/DETAILS
index faa81b1..d498ab4 100644
--- a/zbeta/libmicrohttpd/DETAILS
+++ b/zbeta/libmicrohttpd/DETAILS
@@ -1,11 +1,11 @@
MODULE=libmicrohttpd
- VERSION=0.9.8
+ VERSION=0.9.6
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=$GNU_URL/$MODULE/
- SOURCE_VFY=sha1:2abeee486a9ff936f7aca0ba6f173a7208ab94f8
+ SOURCE_VFY=sha1:3bc13249e46ab692e39b009693be3f2a87886dbf
WEB_SITE="http://www.gnu.org/software/libmicrohttpd/"
ENTERED=20100904
- UPDATED=20110304
+ UPDATED=20110530
SHORT="small httpd service library"
cat << EOF
GNU libmicrohttpd is a small C library that is supposed to make it
More information about the Lunar-commits
mailing list