summaryrefslogtreecommitdiff
path: root/recipes/squid
AgeCommit message (Collapse)AuthorFiles
2010-03-20squid: build with LDAP authentication supportRoman I Khimov1
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-20squid: enable null store for non-caching proxiesRoman I Khimov1
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-20squid: enable ssl supportRoman I Khimov1
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-20squid: revamp initRoman I Khimov2
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 Khimov2
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 Khimov4
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 Khimov1
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 Khimov4
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko4
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>