Bug 55042 - [update] www/mod_accounting: import cvs patch (fixes and new features)
Summary: [update] www/mod_accounting: import cvs patch (fixes and new features)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-30 11:20 UTC by Clement Laforet
Modified: 2003-07-30 11:30 UTC (History)
1 user (show)

See Also:


Attachments
mod_accounting.diff (3.77 KB, patch)
2003-07-30 11:20 UTC, Clement Laforet
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Clement Laforet 2003-07-30 11:20:09 UTC
ports changes: 
        - update to cvs version        
        - fix typo
        - Don't update to 0.6 (cvs snapshot)                      
         

mod_accounting changes:

  - Added a placeholder for the request URI (%R)   
  - Added a placeholder for the request status (%S)
  - Added a placeholder for the client IP (%i)
  - Added a placeholder for the referrer (%e) 
  - Included russian documentation by NetCross
  - Fixed segmentation fault when the client let the
    connection timeout without sending a request
        (Aleksey E. Shugurov)
  - Added Makefile to build mod_accounting as a static module
    (Paul Civati)
  - Patched set_driver() as per Timo Ballin's suggestion: it should
    avoid some problems with bugged compilers ;-)
  - Added plaintext driver (Michael Krelin)
  - A single DB connection is now used (Maxim Zakharov)

note for mod_accounting port user :
next version won't enable mysql and postgresql support by default.

How-To-Repeat: 	N/A.
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2003-07-30 11:29:57 UTC
State Changed
From-To: open->closed

Committed, thanks!