Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 234798 - net-proxy/squid in any version should allow user to use database backend
Summary: net-proxy/squid in any version should allow user to use database backend
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Network Proxy Developers (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-15 10:24 UTC by Tomáš Chvátal (RETIRED)
Modified: 2008-09-14 09:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch adding mysql use flag (squid-2.7.4.diff,1.77 KB, text/plain)
2008-08-15 10:26 UTC, Tomáš Chvátal (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Chvátal (RETIRED) gentoo-dev 2008-08-15 10:24:39 UTC
Users want to use db backend to do auth.
It should be really nice for them to include it into ebuild in portage and not force them to patch it every time.

Reproducible: Always
Comment 1 Tomáš Chvátal (RETIRED) gentoo-dev 2008-08-15 10:26:55 UTC
Created attachment 162949 [details]
patch adding mysql use flag

it might work for postgres, sqlite and so on also, but i didn't test those so feel free to add uses, only stuff needed when adding those is add use and rdep on correct backend DB module is still the same
Comment 2 Alin Năstac (RETIRED) gentoo-dev 2008-09-14 09:15:53 UTC
Fixed in 2.6.7-r2 and 3.0.9.

Actually the run-time dependencies looks like this:
        mysql? ( dev-perl/DBD-mysql )
        postgres? ( dev-perl/DBD-Pg )
        sqlite? ( dev-perl/DBD-SQLite )
Comment 3 Alin Năstac (RETIRED) gentoo-dev 2008-09-14 09:17:19 UTC
(In reply to comment #2)
> Fixed in 2.6.7-r2 and 3.0.9.
Correction: first version is 2.7.4-r2, not 2.6.7-r2.