Commit Graph

59 Commits

Author SHA1 Message Date
ajacoutot
436b56adbc Make the default config work without eating all FDs. 2010-11-04 11:29:44 +00:00
sthen
9ecca9774d remove unnecessary MESSAGE 2010-11-04 11:19:40 +00:00
sthen
e1c7a100e8 add rc scripts. "go ahead" ajacoutot@ 2010-11-04 11:18:12 +00:00
sthen
8ccff15042 update ClamAV to 0.96.4.
as the release notes say, "a bugfix release recommended for all users"
(or as ChangeLog says, "fix stack smash")
2010-10-25 23:36:38 +00:00
espie
2ef1026971 USE_GROFF=Yes 2010-10-18 21:41:44 +00:00
naddy
8d07663180 remove -Lxxx/.libs workarounds required with GNU libtool 2010-09-26 13:40:11 +00:00
sthen
946d828a16 update clamav to 0.96.3, ok pea@ 2010-09-21 13:18:26 +00:00
jasper
4a04b25bef hump de bump for pythonp 2010-08-30 21:16:17 +00:00
sthen
dfc04c81ae update ClamAV to 0.96.2; earlier version ok pea@ (with some port
Makefile cleanup since then), feedback giovanni@

- better performance and reduced memory use
- various other fixes and minor enhancements
- new pdf parser
2010-08-19 09:17:41 +00:00
sthen
1e5b2f45c4 clamav picks up gcc4 if it's installed to build some extra things;
add stdc++ to WANTLIB. (This will result in an Extra: on !gcc4 arch
but that's not a problem). Discussed with espie@
2010-05-27 09:54:09 +00:00
sthen
6a8f0966c2 update to 0.96.1 2010-05-23 21:24:09 +00:00
sthen
777b626c72 update to 0.96, ok pea@ 2010-04-01 13:18:54 +00:00
sthen
1f19ef7388 update to 0.95.3, partly from pea@. 2009-10-30 01:09:34 +00:00
sthen
12f5486800 take MAINTAINER on these. ok jasper@ 2009-09-15 18:06:28 +00:00
jasper
20696471fe remove marc balmer as maintainer of all of his ports, to take away the
illusion marc still maintains them. as requested by himself.
2009-09-15 17:37:21 +00:00
sthen
4798b9d98b update to 0.95.2; ok giovanni@
"This version improves handling of archives, adds support for --file-list
in clamscan and clamdscan, and fixes various issues found in previous
releases."
2009-06-11 10:50:49 +00:00
sthen
650ff6f285 it seems something was fixed between 0.95 and 0.95.1 meaning the bundled
libltdl no longer needs be used, so switch back to the usual one and add
the dependency on ports-tree libltdl.

prompted by a diff from Mikolaj Kucharski, ok with mbalmer (maintainer).
2009-04-12 09:28:45 +00:00
sthen
323a3affc3 security update to 0.95.1. it doesn't build with ports-tree libtool,
so use the bundled one and mark with XXX until it can be fixed better.
commit requested by mbalmer (maintainer).
2009-04-11 14:13:58 +00:00
mbalmer
6dfc7d1679 Update to ClamAV 0.94.2 2008-12-13 10:19:09 +00:00
sthen
95b3f55f50 update to 0.94.1; sundry fixes
ok mbalmer (maintainer)
2008-11-07 22:33:06 +00:00
sthen
9e5aaab242 SECURITY and other bug fixes.
- A vulnerability in ClamAV's chm-parser allowed remote attackers to
cause a denial of service (application crash) via a malformed CHM file
(CVE-2008-1389).

- A vulnerability in libclamav would allow attackers to cause a
denial of service via vectors related to an out-of-memory condition
(CVE-2008-3912).

- Multiple memory leaks were found in ClamAV that could possibly allow
attackers to cause a denial of service via excessive memory consumption
(CVE-2008-3913).

- A number of unspecified vulnerabilities in ClamAV were reported that
have an unknown impact and attack vectors related to file descriptor
leaks (CVE-2008-3914).

various OpenBSD patches rolled in upstream. thanks to sturm@
for looking over systrace.filter (needed for the test of sendmsg()
in configure to enable FD passing).
2008-09-14 15:00:43 +00:00
sthen
d66238e14d update clamav to 0.93.3. possible SECURITY. since 0.93:
- fixes DoS with MailFollowURLs (CVE-2008-2713)
- improves handling of PDF, CAB, RTF, OLE2 and HTML files
and includes various bugfixes for 0.93 issues.

"if it works" mbalmer@
2008-07-08 22:38:12 +00:00
mbalmer
fa0e2fef8f Update ClamAV to version 0.93, which fixes mostly security problems, at
least one highly critical (remote). See http://secunia.com/advisories/29000
for details.

Thanks to kurt@ for helping analyzing the threaded code issues.
2008-04-16 19:46:01 +00:00
mbalmer
18185b762f Update to ClamAV 0.92.1.
ok sthen, rui
2008-02-12 10:42:17 +00:00
bernd
dfbe3aff60 Disable rar until the license has been checked.
Noticed by sturm@, thanks!

ok mbalmer@ (MAINTAINER)
2008-01-02 18:10:50 +00:00
bernd
d731731e89 Security update to clamav-0.92. (CVE-2007-6335)
"ClamAV libclamav MEW PE File Integer Overflow Vulnerability"

More info:
http://labs.idefense.com/intelligence/vulnerabilities/display.php?id=634

Similar diff submitted by grunk@ on ports@.

test & ok mbalmer@ (MAINTAINER)
2007-12-30 22:42:38 +00:00
ajacoutot
a7a7925bf6 - use "_clamav" user as default in the config files (not "clamav")
"of course" mbalmer@
2007-09-17 21:13:13 +00:00
mbalmer
e2e2236f4d Update ClamAV to version 0.91.2.
Note to -stable ports maintainers:  This should probably be put into -stable
since the ClamAV people do not provide virus data to outdated scan engines.

ok simon
2007-08-25 10:08:28 +00:00
aanriot
2ec9466f64 - fix the configure script so that TCP Wrappers support gets enabled.
- bump SHARED_LIBS / PKGNAME.
- while there, remove quotes from COMMENT.

ok mbalmer@
2007-08-02 18:12:55 +00:00
aanriot
fdf6706e9f - more @sample directories, needed by clamd.
- bump PKGNAME.

ok mbalmer@
2007-06-13 17:25:00 +00:00
aanriot
e9607385e3 Security Update to ClamAV 0.90.3.
This release contains various bugfixes, see ChangeLog for details.

ok mbalmer@
2007-05-31 16:02:27 +00:00
naddy
a220ed62dc chase wantlib changes after curl update 2007-05-15 15:09:12 +00:00
mbalmer
ca153939f5 Security update to ClamAV 0.90.2. This containe three import security
fixes:

- ClamAV CAB File Unstore Buffer Overflow Vulnerability
- File descriptor leak in CHM handler
- PDF fd leak

From the original annoucement:

**Important note**: on April 16th CHM, CAB and PDF handlers will be
disabled for 0.90 and 0.90.1 users through the dynamic engine
configuration module (DCONF). Please upgrade to 0.90.2 immediately.
2007-04-13 06:17:47 +00:00
mbalmer
52872ea99e Port maintenance:
- Build a new version even if the old one is still installed
- Only chmod 700 the /var/clamav/quantine directory

From Jeremy Evans <jeremyevans0@gmail.com>
2007-04-11 17:54:10 +00:00
mbalmer
af156b7204 Update to ClamAV 0.90.1. Work done mostly by Stuart Henderson, with some
tweaks by myself.
2007-03-25 11:24:02 +00:00
mbalmer
473c1e5a05 Update to ClamAV 0.90. A lot of improvments and bugfixes, see www.clamav.net
for all details.

ok nikolay
2007-02-28 20:31:08 +00:00
mbalmer
f94fafa89f Implement scanning by filedescriptor passing. Makes it much simpler to
configure a mail scanning gateway using ClamAV and smtp-vilter.

ok jsg (who also had the idea for this)
2007-01-17 08:27:20 +00:00
mbalmer
b28316e88d Remove two RUN_DEPENDS to software that is only available by manually
installing ports.  This makes using the clamav package much easier.
ok ajacoutot
2007-01-13 13:13:11 +00:00
mbalmer
a5aaded3ec Maintenance update to version 0.88.7, improvements in mail scanning.
Bump the major SHARED_LIBS number because exposed structs and interfaces
changed.
2006-12-17 15:19:30 +00:00
mbalmer
816d073c4b Update to ClamAV 0.88.6.
Changes in this release include better handling of network problems in
freshclam and other minor bugfixes.
2006-11-05 22:17:28 +00:00
mbalmer
688ff4b21b ClamAV 0.88.5
Security:
ClamAV 0.88.5 fixes a crash in the CHM unpacker and a heap overflow in
the function rebuilding PE files after unpacking.
2006-10-16 07:03:42 +00:00
mbalmer
c1909e4a9e security update to 0.88.4
ok pvalchev
2006-08-15 18:48:22 +00:00
espie
444cc3c520 new lib specs 2006-08-03 23:28:11 +00:00
mbalmer
6613921f8d Update to ClamAV 0.88.2
This release improves virus detection and fixes zip handling on 64-bit
architectures.

SECURITY
This release fixes a possible security problem in freshclam.
See http://www.clamav.net/security/0.88.2.html for a full security report.
2006-04-30 06:38:25 +00:00
mbalmer
e348c49c9a Update to ClamAV 0.88.1. 2006-04-06 06:20:16 +00:00
mbalmer
5816a0c096 Update to ClamAV 0.88.
SECURITY:  A possible heap overflow in the UPX code has been fixed.
The security of the UPX, FSG and Petite modules has been improved, too.
2006-01-10 09:26:28 +00:00
sturm
7c759dbddd SHARED_LIBS
USE_LIBTOOL where appropriate
2005-12-24 20:52:58 +00:00
mbalmer
1baad9fefc Update to ClamAV 0.87.1
This release includes major bugfixes for problems with handling TNEF
attachments, cabinet files and FSG compressed executables.
2005-11-06 19:31:43 +00:00
mbalmer
3dbc61ffba libmilter is now a shared lib. Add it to WANTLIB and bump the package name.
Reported by espie@
2005-11-01 16:22:40 +00:00
sturm
430fb160d2 bump PKGNAMEs to permit the same in -stable, needed for new packages
after recent libcurl update
2005-10-27 20:03:25 +00:00