summaryrefslogtreecommitdiffstats
path: root/main/squid/APKBUILD
Commit message (Collapse)AuthorAgeFilesLines
* main/squid: update to 2.7.STABLE7Timo Teras2009-10-071-4/+7
| | | | | | | | | additionally add a patch that prevents modification of Content-Type header on If-Modified-Since request 304 replies. RFC says those replies are invalid, but some broken servers return bogus data anyway, so ignoring the reply fixes some issues. (cherry picked from commit c447b3590d5fb3500e9ee67936893091cf1d565a)
* main/squid: remove pidfile if squis is not runningNatanael Copa2009-10-021-2/+2
| | | | fixes #174
* main/squid: start service after firewallNatanael Copa2009-09-161-2/+2
|
* main/squid: new try to add squid to winbind group on upgradesNatanael Copa2009-09-031-2/+2
|
* Revert "main/squid: add squid user to winbind group in post-upgrade too"Natanael Copa2009-09-031-2/+2
| | | | This reverts commit d4b37cea91a8379b608ea48f77129cb77dc8ec6e.
* main/squid: add squid user to winbind group in post-upgrade tooNatanael Copa2009-09-031-2/+2
|
* main/squid: add squid user to winbind groupNatanael Copa2009-09-031-2/+4
| | | | This allows Active Directory authentication
* main/squid: fix for squid initscript and pidfileNatanael Copa2009-09-011-6/+10
| | | | fixes #133
* main/squid: enable negotiate supportNatanael Copa2009-07-241-2/+3
| | | | fixes #88
* moved extra/* to main/Natanael Copa2009-07-241-0/+278
and fixed misc build issues