Summary: | net-analyzer/sarg-{2.2.7.1,2.3.1} version bump | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | cpa <cpasoft> |
Component: | Current packages | Assignee: | Peter Volkov (RETIRED) <pva> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | maxbritov, netmon |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://sarg.sourceforge.net/sarg.php | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
ebuild for 2.3. Works for me, but.. you shouldn't use it in production :)
sarg-2.2.5-r5-2.3.ebuild.patch |
Description
cpa
2010-05-02 07:44:16 UTC
errr....no one concerns about this? Sarg 2.3 released today. -pre5 works fine on my x86 Gentoo. http://sourceforge.net/projects/sarg/files/sarg/sarg-2.3/sarg-2.3.tar.gz/download Much faster and smaller (with external_css). Can be used now with:sarg -d day-1 /var/log/squid/access.log* instead of many -L External css file can be generated: sarg --css > css.tpl Created attachment 236149 [details]
ebuild for 2.3. Works for me, but.. you shouldn't use it in production :)
please, can you consider to add the 2.2.7 or 2.3 ebuild to portage tree? (masked, etc). thanks! 2.3 is out too. Created attachment 245153 [details]
sarg-2.2.5-r5-2.3.ebuild.patch
Gets rid of a lot of extra stuff 2.2.5 needed to be doing, so the default build system is a lot better in terms of portability.
What it doesn't yet do is set proper default paths in the runtime configuration files.
sarg 2.3.1 released Thank you guys. Sorry it took so long time but now 2.3.1 was added to the tree. Enjoy. BTW, if you really need 2.2.7, please, open new bug and tell me why you need it. By default exclude_codes installed in /etc/sarg 's:/usr/local/sarg/exclude_codes:/etc/sarg/exclude_codes:' And I prefer UTF8 by default 's:charset Latin1:charset UTF-8:' It was in my removed ebuild here. (In reply to comment #9) > By default exclude_codes installed in /etc/sarg > 's:/usr/local/sarg/exclude_codes:/etc/sarg/exclude_codes:' > > And I prefer UTF8 by default > 's:charset Latin1:charset UTF-8:' > > It was in my removed ebuild here. Thank you. I've added sed for exclude_codes, but I've kept charset. charset line is commented out and the value there points on default, which is Latin1. If you want to change it on UTF-8, please, push this upstream and then you'll need to update charset.c (to add Latin-1 there) and set correct default in log.c. |