cvs commit: ports/mail/dspam-devel Makefile distinfo pkg-message pkg-plist ports/mail/dspam-devel/files UPDATING dspam-devel.sh.in patch-CHANGELOG patch-src_ldap_client.c patch-src_libdspam.c patch-src_mysql_drv.c patch-src_pgsql_drv.c

Sam Lawrance lawrance at FreeBSD.org
Sun Dec 11 23:25:37 PST 2005


lawrance    2005-12-12 07:25:35 UTC

  FreeBSD ports repository

  Modified files:
    mail/dspam-devel     Makefile distinfo pkg-message pkg-plist 
    mail/dspam-devel/files UPDATING dspam-devel.sh.in 
  Added files:
    mail/dspam-devel/files patch-CHANGELOG patch-src_ldap_client.c 
                           patch-src_mysql_drv.c 
                           patch-src_pgsql_drv.c 
  Removed files:
    mail/dspam-devel/files patch-src_libdspam.c 
  Log:
  Update to 3.6.2:
  
    BUGFIX: segfaults in daemon mode with hash_drv plus other hash_dvr fixes
    BUGFIX: for how token values are calculated, cutting false positives nearly
    in half plus fixes for LDAP (close LDAP connection after calls, create database even
    if LDAP fails)
  
  Drop local patch files/patch-src_libdspam.c incorporated upstream.
  
  Since we could be running clamd on an other server make CLAMAV* options to only
  enable clam support in dspam and provide an other option CLAMAV_LOCAL to
  RUN_DEPEND on it locally; for POLA make this option default to on. RUN_DEPENDS
  on package instead of clamd.conf in CLAMAV_LOCAL case.
  
  Add MYSQL_LOCAL and POSTGRESQL_LOCAL options to RUN_DEPEND on servers.
  
  REQUIRE mysql, postgresql or clam in rc script only if WITH_LOCAL_* is defined.
  
  PR:             ports/90265
  Submitted by:   Ion-Mihai "IOnut" Tetcu <itetcu at people.tecnik93.com> (maintainer)
  
  Revision  Changes    Path
  1.41      +53 -37    ports/mail/dspam-devel/Makefile
  1.22      +3 -3      ports/mail/dspam-devel/distinfo
  1.14      +21 -2     ports/mail/dspam-devel/files/UPDATING
  1.3       +3 -3      ports/mail/dspam-devel/files/dspam-devel.sh.in
  1.1       +22 -0     ports/mail/dspam-devel/files/patch-CHANGELOG (new)
  1.1       +25 -0     ports/mail/dspam-devel/files/patch-src_ldap_client.c (new)
  1.2       +0 -23     ports/mail/dspam-devel/files/patch-src_libdspam.c (dead)
  1.1       +23 -0     ports/mail/dspam-devel/files/patch-src_mysql_drv.c (new)
  1.1       +23 -0     ports/mail/dspam-devel/files/patch-src_pgsql_drv.c (new)
  1.11      +10 -3     ports/mail/dspam-devel/pkg-message
  1.23      +2 -0      ports/mail/dspam-devel/pkg-plist


More information about the cvs-ports mailing list