Commit Graph

86 Commits

Author SHA1 Message Date
sthen
cc1714daad SECURITY update to ClamAV 0.97.8
"ClamAV 0.97.8 addresses several reported potential security bugs.
Thanks to Felix Groebert of the Google Security Team for finding and
reporting these issues."

- fixes in PE and autoit decoding
- off by one malloc in SIS format handler
- minor changes to freshclam
- add error checking in md5 (memcpy etc.)
2013-04-23 20:34:16 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
sthen
a79d743a9d SECURITY update to ClamAV 0.97.7
"addresses several reported potential security bugs." (full details not
available yet, but there are some added checks for pointer out of bounds
in WWPack decompression).
2013-03-15 15:10:06 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
sthen
1aa55f717f update to clamav 0.97.6, minor bug fixes and detection improvements 2012-09-17 21:13:44 +00:00
espie
6fdca43594 fix non-sensible libtool parameters, allows us to drop some very weird
libtool code.
2012-08-04 14:24:23 +00:00
giovanni
e6cdd4e74c Use devel/llvm instead of the bundled one on $LLVM_ARCHS
help & ok sthen@ (Maintainer)
2012-07-08 21:24:58 +00:00
sthen
cc7f90c406 SECURITY update to clamav 0.97.5
ClamAV 0.97.5 addresses possible evasion cases in some archive formats
(CVE-2012-1457, CVE-2012-1458, CVE-2012-1459).  It also addresses stability
issues in portions of the bytecode engine.  This release is recommended for all
users.
2012-06-16 10:34:54 +00:00
sthen
418282d256 update to ClamAV 0.97.4, minor bugfixes and detection improvements
- merge PFRAG.shared into PLIST, this is SHARED_ONLY
2012-03-15 22:04:44 +00:00
ajacoutot
b941f6d166 /usr/local -> ${TRUEPREFIX} 2012-01-21 23:13:59 +00:00
sthen
a58fb78b01 Add an rc.d script for clamav-milter, from Benny 2012-01-21 23:02:57 +00:00
sthen
91faa22c52 Where a program with an rc script _requires_ a certain command line
parameter to daemonize, move the parameter from daemon to daemon_flags,
so that the user cannot inadvertently prevent it from daemonizing by
adjusting the flags.

Discussed with ajacoutot and schwarze, this method was suggested
by schwarze@ as a simpler alternative to my diff. ok aja@
2011-12-17 22:01:12 +00:00
jasper
db3e86623f - add missing build dependency
- zap trailing whitespace

ok sthen@ (MAINTAINER)
2011-12-07 09:29:02 +00:00
sthen
1e6bea521f update to clamav 0.97.3.
in typical clamav tradition, release notes say "ClamAV 0.97.3 is a
minor bugfix release and is recommended for all users", secunia says:

   A vulnerability has been reported in ClamAV, which can be exploited by
   malicious people to cause a DoS (Denial of Service) and potentially
   compromise a vulnerable system.
   The vulnerability is caused due to errors related to the handling of
   recursion levels within the "cli_bcapi_extract_new()"
   (libclamav/bytecode_api.c) and "cli_bytecode_runhook()"
   (libclamav/bytecode.c) functions, which can be exploited to e.g. cause
   a crash via specially crafted files.
2011-10-18 18:48:39 +00:00
sthen
02d1ade3c5 update to clamav 0.97.2; fixes problems with the bytecode engine, Safebrowsing
detection, hash matcher, and other minor issues. ok giovanni@ pea@
2011-07-26 14:23:45 +00:00
sthen
5be2d3139d bugfix update to clamav 0.97.1 2011-06-10 22:20:20 +00:00
kili
27f99a5541 --disable-silent-rules is now added to CONFIGURE_ARGS per default,
if CONFIGURE_STYLE = gnu.
2011-06-02 17:09:31 +00:00
ajacoutot
2d702b0153 Sanitize some @unexec/@extraunexec calls to rm: move them up in the
PLIST and delete everything under the @sample'd directory instead of the
directory itself to prevent a warning from pkg_delete(1) trying to
remove a non existing directory and to help preventing left-over files
and directories.
2011-05-11 08:24:40 +00:00
sthen
a701885c9b update to 0.97 2011-03-02 14:36:49 +00:00
ajacoutot
484787c33c Rename rc scripts to follow our usual naming.
ok sthen@
2011-01-05 06:06:48 +00:00
ajacoutot
4ec44530ca Simplify after recent rc.subr change.
The framework is now stable and we will start documenting it (at last).
2010-12-27 14:50:22 +00:00
ajacoutot
b28452a489 Cope with recent rc.subr changes. 2010-12-24 10:40:04 +00:00
ajacoutot
8a39ef78ea Move these to rc_reload=NO. 2010-12-11 12:57:37 +00:00
sthen
ff0cde62d4 update ClamAV to 0.96.5 2010-12-01 22:59:35 +00:00
espie
6c283d7e98 new depends 2010-11-20 17:22:40 +00:00
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