Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2006-11-19 | cherokee 0.5.5: Minor fix to configure.in. Should be using "no" and not | Jamie Lenehan | 2 | |
"false" when checking autoconf variables. This prevented you marking sendfile as broken via the site file. | ||||
2006-11-19 | cherokee: In the init script pass the config file as a parameter. This | Jamie Lenehan | 3 | |
currently matches the default so makes no actual difference. However in the case where you want to run multiple instances of cherokee it makes it clear how you specify an alternate configuration file. | ||||
2006-11-19 | cherokee: Move the .la files and the .so files associated with shared | Jamie Lenehan | 3 | |
libraries (not those that are plugins) into from the main package into the -dev package since they are not required to run cherokee. | ||||
2006-11-19 | cherokee: Factor out common parts to cherokee.inc and fix up the packaging | Jamie Lenehan | 4 | |
for cherokee-nossl which is even more broken then before after this change. | ||||
2006-11-19 | cherokee 0.5.5: Add version 0.5.5 which fixes a large number of bugs | Jamie Lenehan | 6 | |
and improves performance a lot. My requirement was for authentication on the root of the site which was unsupported in earlier releases. This version patches the configure input files, unlike the previous version which patched the output files. Tested on i486 and sh4. | ||||
2006-11-17 | cherokee 0.5.3: Pass through oe-stylize.py. | Jamie Lenehan | 1 | |
2006-11-17 | cherokee 0.5.3: Specify the configuration files so that local changes | Jamie Lenehan | 1 | |
don't get wiped out during an upgrade. | ||||
2006-11-17 | cherokee: Add an initscript for the cherokee http server so it'll start on | Jamie Lenehan | 2 | |
boot, so it'll be stopped when removing it etc. | ||||
2006-11-05 | cherokee 0.5.3: Update the HOMEPAGE for the web site move so other | Jamie Lenehan | 1 | |
people don't have spend time trying to find out where it has gone. Somelse else update the SRC_URI a few days to take into account this change. | ||||
2006-10-30 | cherokee: update download URL due to website move | Cliff Brake | 1 | |
2006-09-10 | cherokee: Add SECTION. | Paul Sokolovsky | 2 | |
2006-09-09 | many recipes: change pcre to libpcre in DEPENDS | Philipp Zabel | 3 | |
2006-08-05 | packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks! | Holger Freyther | 1 | |
Use require for the BitBake files within packages. In contrast to the conf files the authors of these files expected these files to be included. | ||||
2006-06-19 | cherokee-nossl 0.5.3: remove gnutls from DEPENDS | Cliff Brake | 1 | |
2006-05-30 | cherokee: added 'nossl' version - WARNING: subpackages have same names as in ↵ | Marcin Juszkiewicz | 2 | |
SSL enabled one | ||||
2006-05-29 | cherokee: granular packaging, enabled PARALLEL_MAKE | Marcin Juszkiewicz | 1 | |
2006-05-25 | cherokee: added 0.5.3 with GnuTLS support | Marcin Juszkiewicz | 6 | |
2005-11-22 | cherokee: release 0.4.29 | John Bowler | 7 | |
- this release works with patches to classes/base.bbclass oe_libinstall - to install libpcre.la in staging with 'installed=no', otherwise the - package will fail to compile. The commit does not include the bbclass - fixes (they require more testing) - to use it hand hack libpcre.la in - the staging directory. |