Subject: PR/29139 CVS commit: pkgsrc/mail/clamav
To: None <grant@netbsd.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org>
From: grant beattie <grant@netbsd.org>
List: pkgsrc-bugs
Date: 02/13/2005 07:25:01
The following reply was made to PR pkg/29139; it has been noted by GNATS.

From: grant beattie <grant@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/29139 CVS commit: pkgsrc/mail/clamav
Date: Sun, 13 Feb 2005 07:24:23 +0000 (UTC)

 Module Name:	pkgsrc
 Committed By:	grant
 Date:		Sun Feb 13 07:24:22 UTC 2005
 
 Modified Files:
 	pkgsrc/mail/clamav: Makefile buildlink3.mk distinfo
 	pkgsrc/mail/clamav/patches: patch-ad patch-ah
 
 Log Message:
 update clamav to 0.82. closes PR pkg/29139, PR pkg/29319.
 
 changes since 0.80 (summarized to include only the significant
 changes. other changes are documentation updates and misc. bug fixes.
 see the full ChangeLog for details).
 
 Sat Feb  5 16:48:46 CET 2005 (tk)
 ---------------------------------
   * libclamav: activate RIFF code (patch by Trog)
 
 Sat Feb  5 16:17:41 CET 2005 (tk)
 ---------------------------------
   * libclamav/scanners.c: do not report Suspected.Zip on standard breaking zip
 			  archives created by ICEOWS (problem reported by
 			  Hamacker <sirhamacker*vidy.com.br> and Dirk Mueller
 			  <mueller*kde.org>)
 
 Sat Feb  5 09:39:48 GMT 2005 (trog)
 -----------------------------------
   * libclamav/special.c: support for big-endian system in RIFF code.
 
 Fri Feb  4 10:02:08 GMT 2005 (trog)
 -----------------------------------
   * libclamav/special.c: check RIFF files for MS05-002. Not yet activated.
 
 Thu Feb  3 21:09:34 GMT 2005 (njh)
 ----------------------------------
   * libclamav/mbox.c:	Speed improvements in the handling of bounce messages
 
 Wed Feb  2 08:32:46 GMT 2005 (njh)
 ----------------------------------
   * clamav-milter:	Call watchdog when neither SESSION nor --external is
 				given
 
 Tue Feb  1 14:47:21 GMT 2005 (njh)
 ----------------------------------
   * libclamav/blob.c:	Sanitise tab characters in filenames ("Heinz Martin"
 				<Martin*hemag.ch>)
 			Decode encapsulated messages that have for some reason
 				been base64 encoded (even though they're already
 				7 bit)
 
 Tue Feb  1 08:54:46 GMT 2005 (njh)
 ----------------------------------
   * clamav-milter:	Delete X-Virus-Status in clamfi_eom not in
 				clamfi_header. Patch by Jef Poskanzer
 				<jef*acme.com>
 			X-Virus-Status now says that virus that it's infected
 				with. Suggestion by "Hank Beatty"
 				<hbeatty*starband.net>
 
 Mon Jan 31 11:05:20 GMT 2005 (njh)
 ----------------------------------
   * libclamav/mbox.c:	Empty lines should the end of the headers,
 				but some base64 decoders, e.g. uudeview, are
 				broken and will handle this type of entry,
 				decoding the base64 content that's after the
 				text that's after the header
 
 Sun Jan 30 15:18:02 GMT 2005 (njh)
 ----------------------------------
   * clamav-milter:	SESSION is on now by default, to test clamd
 			PACKADDR is now uses unsinged to remove warning on
 				Sun's C compiler, patch by
 				"Dugal James P." <jpd*louisiana.edu>
 			Don't check compatibility with sendmail.cf if sendmail
 				is running on a different machine
 
 Fri Jan 28 08:51:08 GMT 2005 (njh)
 ----------------------------------
   * clamav-milter:	Some error messages still talked about --internal
 			Scanmail not set warning is now only given if
 				DisableDefaultScanOptions is set
 
 Thu Jan 27 14:11:13 GMT 2005 (njh)
 ----------------------------------
   * libclamav/mbox.c:	Scan sendmail queue df* files
 
 Thu Jan 27 10:55:35 GMT 2005 (njh)
 ----------------------------------
   * clamav-milter:	Don't scan emails intended for the --quarantine address,
 				that stops scanning of emails generated with
 				viruses if --outgoing has been set
 			Downgraded scanmail not defined if --external isn't
 				given from error to warning
 			Added -i flag when calling sendmail, suggested by
 				Michal Jaegermann <michal*harddata.com>
 
 Thu Jan 27 01:35:35 CET 2005 (tk)
 ---------------------------------
   * freshclam/manager.c: add support for HTTP/1.0 ansers in IMS (--no-dns) mode
 			 (patch by Sven Strickroth <sstrickroth*gym-oha.de>)
 
 Wed Jan 26 19:27:57 CET 2005 (tk)
 ---------------------------------
   V 0.81
 
 Tue Jan 25 08:12:51 GMT 2005 (njh)
 ----------------------------------
   * clamav-milter:	Internal mode is now the default. Removed --internal
 				option, added --external.
 			Don't use clamd's SESSION mode, since that causes
 				problems with clamd/freshclam when freshclam
 				is run. SESSION mode can be enabled from
 				the source code. Most people can use SESSION
 				mode safely, but it has caused problems on BSD
 
 Mon Jan 24 13:56:19 GMT 2005 (njh)
 ----------------------------------
   * libclamav/message.c:	Some Exploit.IE.CrashSOS were not being caught,
 			found by Carsten.Borchardt*drs-systemberatung.de
 
 Sat Jan 22 13:45:42 GMT 2005 (njh)
 ----------------------------------
   * clamav-milter:	If forwarding to a quarantine user fails log as LOG_ERR
 				not LOG_DEBUG
 			Try to santity check that the input socket name is the
 				same as the same given to sendmail
 			Redirect stdout and stderr to LogFile, if that is set
 			--quarantine didn't redirect to the given email address
 				if --internal was used (reported by N Fung
 				<nsfung*yahoo.com>)
 
 Sun Jan 16 06:28:59 CET 2005 (tk)
 ---------------------------------
   * libclamav/pe.c: attempt to detect W32.Parite.B using cryptanalysis (thanks
 		    to aCaB for info on detection)
 
 Fri Jan 14 16:12:21 GMT 2005 (trog)
 -----------------------------------
   * libclamav/filetypes.c: add a few more HTML filetype markers
 
 Fri Jan 14 14:53:59 GMT 2005 (trog)
 -----------------------------------
   * libclamav/htmlnorm.c: RFC2397 ("data" URL scheme) support.
   * libclamav/scanner.c: scan RFC2397 data.
 
 Wed Jan 12 08:58:29 GMT 2005 (njh)
 ----------------------------------
   * clamav-milter:	Fixed DNS resolution error messages which could print
 		the incorrect hostname that is not being resolved. Patch from
 		Yar Tikhiy <yar*comp.chem.msu.su>
 
 Tue Jan 11 02:27:24 CET 2005 (tk)
 ---------------------------------
   * libclamav/scanners.c: Fix possible crash when handling file information in
 			  corrupted zip archives (problem reported by
 			  Reinhard Max <max*suse.de>)
 
 Sun Jan  9 21:24:58 GMT 2005 (njh)
 ----------------------------------
   * libclamav/mbox.c:	Some HTML.Phishing.Bank-41 were getting through
 
 Sun Jan  9 11:38:39 GMT 2005 (njh)
 ----------------------------------
   * libclamav/mbox.c:	Add support for messages that break RFC2047
 
 Sat Jan  8 02:53:20 CET 2005 (tk)
 ---------------------------------
   * libclamav/filetypes.c: Add support for mail files parsed by CMU Sieve
 			   (samples provided by Stefan Kaltenbrunner
 			   <stefan*kaltenbrunner.cc>)
 
 Wed Jan  5 21:09:14 GMT 2005 (njh)
 ----------------------------------
   * libclamav/message.c:	Fix crash caused when looking for non-existant
 			uuencoded files. This happens when the stated encoding
 			method is wrong so we have to try all methods and
 			including those which will fail
 
 Mon Dec 27 05:01:54 CET 2004 (tk)
 ---------------------------------
   * freshclam/manager.c: use If-Modified-Since in --no-dns mode (based on code
 			 by Reini Urban <rurban*x-ray.at>)
 
 Mon Dec 27 01:09:20 CET 2004 (tk)
 ---------------------------------
   * libclamav/scanners.c: Add missing ArchiveBlockMax rule for recursion limit
 			  (reported by HR <haavard*zyf.no-ip.org>)
 
 Sun Dec 19 17:01:56 GMT 2004 (njh)
 ----------------------------------
   * clamav-milter: Correctly warn that --max_childen must be given in SESSION
 		mode if LocalSocket is used and MaxThreads isn't given in
 		clamd.conf. max_children is needed to know how many sessions
 		to initiate to clamd(s)
 
 Tue Dec 14 11:36:43 GMT 2004 (trog)
 -----------------------------------
   * libclamav/vba_extract.c:
 	- Add signature for MacOffice 2004
 	- Guess endianness of unknown versions of MS Office.
 
 Tue Dec 14 11:15:22 GMT 2004 (trog)
 -----------------------------------
   * sigtool/options.c sigtool/sigtool.c: New options: --vba and --vba-hex
   * sigtool/vba.c sigtool/vba.h: New files. Code to extract VBA/Word6 macros
 
 Tue Dec  7 23:40:30 CET 2004 (tk)
 ---------------------------------
   * configure: added --disable-zlib-vcheck (allows building on potentially
 	       buggy zlib versions (1.2.0 & 1.2.1))
 
 Tue Dec  7 19:25:06 GMT 2004 (njh)
 ----------------------------------
   * clamav-milter:	Ensure that the daily quarantine directory is created
 
 Tue Dec  7 02:48:08 CET 2004 (tk)
 ---------------------------------
   * clamd: added support for file descriptor passing (patch by Richard Lyons
 	   <frob-clamav*webcentral.com.au>)
 
 Mon Dec  6 22:33:26 GMT 2004 (njh)
 ----------------------------------
   * clamav-milter:	Ensure the date is kept in the quarantine path
 
 Wed Dec  1 22:29:33 GMT 2004 (njh)
 ----------------------------------
   * clamav-milter:	Added --internal flag (some functionality to do)
 			SESSIONS: Don't hang when StreamMaxLength is hit
 
 Wed Dec  1 13:14:33 GMT 2004 (njh)
 ----------------------------------
   * libclamav/mbox.c:	Decode text/plain parts marked as being encoded,
 		reported by Trog
 
 Mon Nov 29 00:23:55 CET 2004 (tk)
 ---------------------------------
   * clamdscan: add support for --move and --remove options
 
 Sun Nov 28 16:30:18 GMT 2004 (njh)
 ----------------------------------
   * libclamav/message.c:	Allow lower case hex in quoted-printable
 			messages
 
 Sat Nov 27 14:40:55 GMT 2004 (njh)
 ----------------------------------
  * libclamav/mbox.c:	Honour section 7.2.6 of RFC1521
 
 Sat Nov 27 13:18:42 GMT 2004 (njh)
 ----------------------------------
  * libclamav:	Assume x-uue is the same as x-uuencode
 		If uudecoding fails and other possibilities have been
 			registered, don't take the failure as fatal, also try
 			the other decoding methods
 
 Thu Nov 25 18:38:06 CET 2004 (tk)
 ---------------------------------
   * clamd: new directives StreamMinPort and StreamMaxPort (allow port range
 	   specification for stream mode). Patch by Alexander Marx
 	   <mad-ml*madness.at>)
 
 Thu Nov 18 20:28:13 CET 2004 (tk)
 ---------------------------------
   * libclamav: add support for Mac's HQX file format (patch by Nigel)
 
 Thu Nov 18 11:03:14 CET 2004 (tk)
 ---------------------------------
   * libclamav: try to detect (and mark as Suspected.Zip) zip archives with
 	       modified information in local header
 
 Fri Nov 12 09:44:23 GMT 2004 (njh)
 ----------------------------------
   * libclamav/mbox.c:		Draft of RFC1341 support is now on by default.
 			Fragments arriving out of order are not scanned (yet).
 			If you use clamav-milter to load balance clamd across
 				servers you will need to ensure that the partial
 				directory is on a shared directory (e.g. NFS)
 
 Mon Nov  8 15:24:18 CET 2004 (tk)
 ---------------------------------
   * clamd: new directive ExitOnOOM (stop deamon when libclamav reports out of
 	   memory condition)
 
 Wed Nov  3 12:47:41 GMT 2004 (njh)
 ----------------------------------
   * libclamav/clamav-milter:	Save the original subject as X-Original-Subject
 			when running in advisory or qurantine mode
 			SESSION mode: warn when no clamd can be reached
 
 Wed Oct 27 13:36:14 BST 2004 (njh)
 ----------------------------------
   * clamav-milter:	Remove X-VIRUS-STATUS on incoming messages
 			Plug remote possibility of file descriptor leak
 			Return EX_OSERR if fork fails, not EX_TEMPFAIL
 			If clamav-milter points to more than one server, ensure
 				that the version information for that server is
 				added to the header
 			Update version information in the watchdog. There may
 				therefore be a delay between the server updating
 				and this being reflected in the headers
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.33 -r1.34 pkgsrc/mail/clamav/Makefile
 cvs rdiff -r1.3 -r1.4 pkgsrc/mail/clamav/buildlink3.mk
 cvs rdiff -r1.20 -r1.21 pkgsrc/mail/clamav/distinfo
 cvs rdiff -r1.7 -r1.8 pkgsrc/mail/clamav/patches/patch-ad
 cvs rdiff -r1.1 -r1.2 pkgsrc/mail/clamav/patches/patch-ah
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.