Bug 111130 - [security/clamav] clamav-milter rc script have hardcoded timeout for waiting clamd
Summary: [security/clamav] clamav-milter rc script have hardcoded timeout for waiting ...
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: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-02 09:20 UTC by Denis Eremenko <moonshade@pnhz.kz>
Modified: 2007-04-13 18:50 UTC (History)
0 users

See Also:


Attachments
patch-rc_clamav-milter (937 bytes, text/plain)
2007-04-02 09:20 UTC, Denis Eremenko <moonshade@pnhz.kz>
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Eremenko <moonshade@pnhz.kz> 2007-04-02 09:20:05 UTC

clamav-milter rc script have hardcoded 10 sec timeout for waiting clamd which is not enough on slow machines.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-04-02 09:20:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-04-13 18:49:14 UTC
garga       2007-04-13 17:49:09 UTC

  FreeBSD ports repository

  Modified files:
    security/clamav      Makefile distinfo pkg-plist 
    security/clamav/files clamav-milter.in 
  Added files:
    security/clamav/files patch-libclamav__matcher-ac.c 
  Log:
  - Update to 0.90.2
  - Add a patch to increase performance of clamd in threaded systems [1]
  - Change clamav-milter rc.d script to use a var to determine seconds of timeout
    to wait clamd socket be started [2]
  - Add support to gethostbyname_r() on FreeBSD 6 and above [3]
  - Install clamav-config.h [3]
  - Fix all dependencies for klamav work fine [3]
  
  PR:             ports/111130 [2], ports/111478 [3]
  Submitted by:   Anton Yuzhaninov <citrin@rambler-co.ru> [1]
                  Denis Eremenko <moonshade@pnhz.kz> [2]
                  Anderson S. Ferreira <anderson@cnpm.embrapa.br> [3]
  Obtained from:  https://wwws.clamav.net/bugzilla/show_bug.cgi?id=434 [1]
  
  Revision  Changes    Path
  1.96      +8 -3      ports/security/clamav/Makefile
  1.38      +3 -3      ports/security/clamav/distinfo
  1.3       +15 -2     ports/security/clamav/files/clamav-milter.in
  1.1       +65 -0     ports/security/clamav/files/patch-libclamav__matcher-ac.c (new)
  1.32      +2 -1      ports/security/clamav/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Renato Botelho freebsd_committer freebsd_triage 2007-04-13 18:49:58 UTC
State Changed
From-To: open->closed

Committed. Thanks!