aboutsummaryrefslogtreecommitdiffstats
path: root/packages/cherokee
AgeCommit message (Collapse)Author
2009-01-24cherokee: update to 0.98.0Koen Kooi
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe
2006-11-19cherokee 0.5.5: Minor fix to configure.in. Should be using "no" and notJamie Lenehan
"false" when checking autoconf variables. This prevented you marking sendfile as broken via the site file.
2006-11-19cherokee: In the init script pass the config file as a parameter. ThisJamie Lenehan
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-19cherokee: Move the .la files and the .so files associated with sharedJamie Lenehan
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-19cherokee: Factor out common parts to cherokee.inc and fix up the packagingJamie Lenehan
for cherokee-nossl which is even more broken then before after this change.
2006-11-19cherokee 0.5.5: Add version 0.5.5 which fixes a large number of bugsJamie Lenehan
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-17cherokee 0.5.3: Pass through oe-stylize.py.Jamie Lenehan
2006-11-17cherokee 0.5.3: Specify the configuration files so that local changesJamie Lenehan
don't get wiped out during an upgrade.
2006-11-17cherokee: Add an initscript for the cherokee http server so it'll start onJamie Lenehan
boot, so it'll be stopped when removing it etc.
2006-11-05cherokee 0.5.3: Update the HOMEPAGE for the web site move so otherJamie Lenehan
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-30cherokee: update download URL due to website moveCliff Brake
2006-09-10cherokee: Add SECTION.Paul Sokolovsky
2006-09-09many recipes: change pcre to libpcre in DEPENDSPhilipp Zabel
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther
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-19cherokee-nossl 0.5.3: remove gnutls from DEPENDSCliff Brake
2006-05-30cherokee: added 'nossl' version - WARNING: subpackages have same names as in ↵Marcin Juszkiewicz
SSL enabled one
2006-05-29cherokee: granular packaging, enabled PARALLEL_MAKEMarcin Juszkiewicz
2006-05-25cherokee: added 0.5.3 with GnuTLS supportMarcin Juszkiewicz
2005-11-22cherokee: release 0.4.29John Bowler
- 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.