aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/squid
AgeCommit message (Collapse)Author
2010-07-29squid: fix obsolete "-D" cli option warning for squid version 3Roman I Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-07-29squid: fix missing /etc/squid.conf message from initRoman I Khimov
Like this: /etc/init.d/squid: line 18: /etc/squid.conf: No such file or directory We actually have squid config in /etc/squid/squid.conf Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-07-29squid: add version 3.1.4Roman I Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-07-29squid: remove SQUID_MAJOR, determine SRC_URI path from PVRoman I Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-07-29squid: remove -native recipesRoman I Khimov
They were only used for cf_gen compilation which is unnecessary with a little patch for squid build system. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-20squid: build with LDAP authentication supportRoman I Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-20squid: enable null store for non-caching proxiesRoman I Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-20squid: enable ssl supportRoman I Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-20squid: revamp initRoman I Khimov
Configure squid to create PID file by default, use SQUID_ARGS variable, wait for it to actually stop when stopping (takes some time for squid to do it). Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-20squid: add volatiles for log directoryRoman I Khimov
Should be owned by the same user squid runs. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-20squid: introduce version 2.7.STABLE8Roman I Khimov
Enable epoll for this version, it's available on all 2.6 kernels, so disabling it is a bit strange for 2010. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-20squid: move config files to /etc/squidRoman I Khimov
Squid installs 5 files into /etc so it deserves a separate dir for it. Similar setup is used by other distros. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-20squid: move potentially reusable in other versions parts to .inc filesRoman I Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>