[oe-commits] Eduardo Silva : monkey: new v1.5.1 release.

git at git.openembedded.org git at git.openembedded.org
Mon Jun 16 14:17:15 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 9fa922379fef1e6a16637b7483b437ce7e75ec97
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=9fa922379fef1e6a16637b7483b437ce7e75ec97

Author: Eduardo Silva <eduardo at monkey.io>
Date:   Sat Jun 14 08:40:40 2014 -0600

monkey: new v1.5.1 release.

This patch add the minor release fix of Monkey HTTP Server v1.5.1. It fixes
some problems when switching user when started as root.

monkey/yocto: 7a702d00c5e48d1e03d8bbd2c7bd93a0d26f701e

Signed-off-by: Eduardo Silva <eduardo at monkey.io>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-httpd/monkey/monkey_1.5.1.bb           | 36 ++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/meta-webserver/recipes-httpd/monkey/monkey_1.5.1.bb b/meta-webserver/recipes-httpd/monkey/monkey_1.5.1.bb
new file mode 100644
index 0000000..172d4f7
--- /dev/null
+++ b/meta-webserver/recipes-httpd/monkey/monkey_1.5.1.bb
@@ -0,0 +1,36 @@
+SUMMARY = "Fast and Lightweight HTTP Server for Linux"
+HOMEPAGE = "http://monkey-project.com"
+BUGTRACKER = "https://github.com/monkey/monkey/issues"
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
+
+SECTION = "net"
+
+SRC_URI = "http://monkey-project.com/releases/1.5/monkey-${PV}.tar.gz"
+SRC_URI[md5sum] = "2fe04135728f5c3a86c3a412059e0da3"
+SRC_URI[sha256sum] = "28dfc5e57bbcd305727e7af6a1a0587868db1c1286498757bfeb72edddf457e7"
+
+EXTRA_OECONF = " \
+             --plugdir=${libdir}/monkey/ \
+             --logdir=${localstatedir}/log/monkey/ \
+             --pidfile=${localstatedir}/run/monkey.pid \
+             --default-user=www-data \
+             --datadir= ${localstatedir}/www/monkey/ \
+             --sysconfdir=${sysconfdir}/monkey/ \
+             --enable-plugins=* \
+             --disable-plugins=polarssl \
+             --debug \
+             --malloc-libc \
+"
+
+inherit autotools-brokensep pkgconfig update-rc.d systemd
+
+INITSCRIPT_NAME = "monkey"
+INITSCRIPT_PARAMS = "defaults 70"
+
+SYSTEMD_SERVICE_${PN} = "monkey.service"
+
+FILES_${PN} += "${localstatedir}/www/monkey/"
+
+CONFFILES_${PN} = "${sysconfdir}/monkey/"



More information about the Openembedded-commits mailing list