Hi,
this is an update of clamsmtp to version 1.6.

ChangeLog:
  - IMPORTANT: Removed support for listening on ports under < 1024
  - Support embedded NULLs in email data.
  - Fix problems with not listening properly when in daemon mode
  - Fix warnings when compiled with gcc 4.0
  - Handle empty addresses properly in logs.
  - Don't let exchange send it's strange binary data through the proxy
  - More Solaris fixes :(
  - Don't reject emails when server is overloaded or errors.
  - Don't reject emails when starting the filter command fails.

Tested on amd64 and sparc64.


Kind Regards

Simon
Index: Makefile
===================================================================
RCS file: /cvs/ports/mail/clamsmtp/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile    1 Nov 2005 18:20:03 -0000       1.4
+++ Makefile    2 Nov 2005 18:24:25 -0000
@@ -2,8 +2,8 @@
 
 COMMENT=       "SMTP virus filter"
 
-DISTNAME=      clamsmtp-1.5
-PKGNAME=       ${DISTNAME}p1
+DISTNAME=      clamsmtp-1.6
+PKGNAME=       ${DISTNAME}
 CATEGORIES=            mail
 
 HOMEPAGE=      http://memberwebs.com/nielsen/software/clamsmtp/
Index: distinfo
===================================================================
RCS file: /cvs/ports/mail/clamsmtp/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo    1 Oct 2005 10:48:41 -0000       1.2
+++ distinfo    2 Nov 2005 18:24:25 -0000
@@ -1,4 +1,4 @@
-MD5 (clamsmtp-1.5.tar.gz) = 521e43f5872cab8e53c21285041a759f
-RMD160 (clamsmtp-1.5.tar.gz) = 459d975c4501a63d485e22d98654073ef7eaf768
-SHA1 (clamsmtp-1.5.tar.gz) = 01880b3f1b9aad84c4db5632ff1c4afaafe5a606
-SIZE (clamsmtp-1.5.tar.gz) = 148067
+MD5 (clamsmtp-1.6.tar.gz) = 19fed666c77bb26039c5412c2559249d
+RMD160 (clamsmtp-1.6.tar.gz) = f051732e6d75852c73cc9aefa4eb55aaddaa2987
+SHA1 (clamsmtp-1.6.tar.gz) = 235e44a956140cd60781e37da3491618bb4a42cc
+SIZE (clamsmtp-1.6.tar.gz) = 149113

Reply via email to