Bug 115752 - [PATCH] By ftp/proftpd added support for clamav
Summary: [PATCH] By ftp/proftpd added support for clamav
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: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-23 12:30 UTC by viper
Modified: 2007-08-30 19:40 UTC (History)
0 users

See Also:


Attachments
file.diff (9.22 KB, patch)
2007-08-23 12:30 UTC, viper
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description viper 2007-08-23 12:30:01 UTC
Trying to add to the port support clamav.
Used mod_clamav (http://www.uglyboxindustries.com/mod_clamav.html) with the minor revisions

Fix: Apply patch

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-08-23 13:11:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-08-30 19:33:36 UTC
beech       2007-08-30 18:33:30 UTC

  FreeBSD ports repository

  Modified files:
    ftp/proftpd          Makefile distinfo 
  Added files:
    ftp/proftpd/files    extra-patch-contrib-mod_ldap.c 
  Removed files:
    ftp/proftpd/files    extra_patch-ldap-tls-mod_ldap.c 
  Log:
  - Add support for clamav
  - Fix ldap support
  
  PR:             ports/115752, ports/115867
  Submitted by:   Vladimir Korkodinov <viper@perm.raid.ru> (ports/115752),
                  Thomas Vogt <thomas@bsdunix.ch> (ports/115867)
  Approved by:    sat (mantor)
  
  Revision  Changes    Path
  1.116     +31 -11    ports/ftp/proftpd/Makefile
  1.39      +3 -0      ports/ftp/proftpd/distinfo
  1.1       +51 -0     ports/ftp/proftpd/files/extra-patch-contrib-mod_ldap.c (new)
  1.3       +0 -11     ports/ftp/proftpd/files/extra_patch-ldap-tls-mod_ldap.c (dead)
_______________________________________________
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 Beech Rintoul freebsd_committer freebsd_triage 2007-08-30 19:33:53 UTC
State Changed
From-To: open->closed

Committed, Thanks!