aboutsummaryrefslogtreecommitdiff
path: root/security/clamav
Commit message (Collapse)AuthorAgeFilesLines
* - Fix checking of database viruses at startup script that i broke on lastRenato Botelho2008-06-172-2/+2
| | | | | | | | | | | commit - Bump PORTREVISION again Submitted by: George L. Yermulnik <yz@iptcom.net> Pointyhat to: me Notes: svn path=/head/; revision=215001
* - Fix clamd startup script to support cld containers for virus databasesRenato Botelho2008-06-162-3/+4
| | | | | | | | | - Bump PORTREVISION Reported by: Robert Huff <roberthuff@rcn.com> Notes: svn path=/head/; revision=214967
* - Forgot to remove one conditional about PTHREAD_LIB on last commitRenato Botelho2008-06-091-8/+4
| | | | Notes: svn path=/head/; revision=214598
* - Remove < 6.1 conditional since it's no longer supportedRenato Botelho2008-06-091-6/+1
| | | | Notes: svn path=/head/; revision=214597
* - Update to 0.93.1Renato Botelho2008-06-092-5/+4
| | | | Notes: svn path=/head/; revision=214587
* - Fix default clamd socket name: clamd -> clamd.sockRenato Botelho2008-05-203-14/+24
| | | | | | | | | | | - Some cosmetic changes (indentation) - sort pkg-plist - Add option on clamav-milter startup script to change socket permissions (tested on clamav-devel) - Bump PORTREVISION Notes: svn path=/head/; revision=213398
* - Update to 0.93Renato Botelho2008-04-164-8/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This version fixes lock problem reported at ports/122534 Most important changes: *libclamav: - New logic in scan limits: provides much more efficient protection against DoS attacks but also results in different command line and config options to clamscan and clamd (see below) - New/improved modules: unzip, SIS, cabinet, CHM, SZDD, text normalisator, entity converter - Improved filetype detection; filetype definitions can be remotely updated - Support for .cld containers (which replace .inc directories) - Improved pattern matcher and signature formats - More efficient scanning of HTML files - Many other improvements * clamd: - NEW CONFIG FILE OPTIONS: MaxScanSize, MaxFileSize, MaxRecursion, MaxFiles - ** THE FOLLOWING OPTIONS ARE NO LONGER SUPPORTED **: MailMaxRecursion, ArchiveMaxFileSize, ArchiveMaxRecursion, ArchiveMaxFiles, ArchiveMaxCompressionRatio, ArchiveBlockMax * clamscan: - NEW CMDLINE OPTIONS: --max-filesize, --max-scansize - REMOVED OPTIONS: --block-max, --max-space, --max-ratio * freshclam: - NEW CONFIG OPTION CompressLocalDatabase - NEW CMDLINE SWITCH --no-warnings - main.inc and daily.inc directories are no longer used by ClamAV; please remove them manually from your database directory PR: ports/122770 [1] (based on) ports/122534 [2] Submitted by: Michael Scheidell <scheidell@secnap.net> [1] Sebastian Inacker <inacker@fmsweb.de> [2] Security: http://secunia.com/advisories/29000 Notes: svn path=/head/; revision=211374
* - Fix a thread problem on FreeBSD 5.x forcing it to use -lpthread [1]Renato Botelho2008-02-212-12/+7
| | | | | | | | | | | | | - Fix a problem on pkg-install, when umask is not default, it create dirs with wrong permissions [2] - Bump PORTREVISION PR: ports/120885 [2] Submitted by: dmx@dmx.org.ru [2] Noticed by: havp pointyhat via pav Notes: svn path=/head/; revision=207721
* - Update to 0.92.1 (bugfix release) [1]Renato Botelho2008-02-132-7/+4
| | | | | | | | | | - Fix distinfo, removing unrar.diff entry since this file don't exist more. [2] PR: ports/120547 [1], ports/120574 [2] Submitted by: Michael Scheidell <scheidell@secnap.net> [1], delphij [2] Notes: svn path=/head/; revision=207162
* - Add an OPTION ICONV to fix a problem that can be caused by auto detection.Renato Botelho2008-01-241-0/+7
| | | | | | | No PORTREVISION bump necessary since it's off by default. Notes: svn path=/head/; revision=206139
* - Update security/clamav to 0.92Renato Botelho2007-12-193-11/+32
| | | | | | | | | | | | | - Add a new OPTION (RAR) because unrar code is optional to fix a license issue - Some cosmetic changes - Chase library version bump and bump PORTREVISION of all dependant ports Approved by: portmgr (pav) Security: CVE-2007-6335, CVE-2007-6336, CVE-2007-6337 Notes: svn path=/head/; revision=204156
* Unbreak pthread-related issues on 5.xAde Lovett2007-11-261-6/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=202839
* - Update to 0.91.2Renato Botelho2007-08-212-4/+4
| | | | | | | | PR: ports/115682 Submitted by: Michael Scheidell <scheidell@secnap.net> Notes: svn path=/head/; revision=198071
* Fix clamav-milter startup script to don't wait clamd socket when it's using tcpRenato Botelho2007-08-141-1/+1
| | | | | | | | | | socket PR: ports/115353 (Based on) Submitted by: Alexander Shikoff <minotaur@crete.org.ua> Notes: svn path=/head/; revision=197652
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Update to 0.91.1Renato Botelho2007-07-172-4/+4
| | | | | | | | PR: ports/114643 Submitted by: Michael Scheidell <scheidell@secnap.net> Notes: svn path=/head/; revision=195804
* - Update to 0.91Renato Botelho2007-07-112-12/+4
| | | | | | | - Remove CURL option because it's not needed anymore Notes: svn path=/head/; revision=195419
* - Change clamav-milter rc.d script, now it just wait for clamd socket ifRenato Botelho2007-06-051-15/+19
| | | | | | | | | | clamav_clamd_enable is set. PR: ports/111545 Submitted by: Craig Leres <leres@ee.lbl.gov> Notes: svn path=/head/; revision=192851
* - Update to 0.90.3Renato Botelho2007-06-013-74/+4
| | | | | | | | | | - Remove unzoo support (clam doesn't support it anymore) PR: ports/113174 Submitted by: Michael Scheidell <scheidell@secnap.net> Notes: svn path=/head/; revision=192544
* - Make arc, arj, lha and unzoo achives support dependency as OPTIONS enabled byRenato Botelho2007-05-281-5/+18
| | | | | | | | | | | default. Clamav can run fine without these guys. PORTREVISION bump is not needed since final package is the same. PR: ports/113087 Submitted by: baptiste.daroussin@gmail.com Notes: svn path=/head/; revision=192184
* - Fix build with gethostbyname_r just after 601103 instead 600000Renato Botelho2007-04-161-1/+2
| | | | | | | | | | - Bump PORTREVISION Reported by: security <security@jim-liesl.org> Submitted by: Craig Butler <craig001@lerwick.hopto.org> Notes: svn path=/head/; revision=190104
* - Update to 0.90.2Renato Botelho2007-04-135-7/+91
| | | | | | | | | | | | | | | | | | - Add a patch to increase performance of clamd in threaded systems [1] - Change clamav-milter rc.d script to use a var to determine seconds of timeout to wait clamd socket be started [2] - Add support to gethostbyname_r() on FreeBSD 6 and above [3] - Install clamav-config.h [3] - Fix all dependencies for klamav work fine [3] PR: ports/111130 [2], ports/111478 [3] Submitted by: Anton Yuzhaninov <citrin@rambler-co.ru> [1] Denis Eremenko <moonshade@pnhz.kz> [2] Anderson S. Ferreira <anderson@cnpm.embrapa.br> [3] Obtained from: https://wwws.clamav.net/bugzilla/show_bug.cgi?id=434 [1] Notes: svn path=/head/; revision=189917
* Bump PORTREVISION for last changesRenato Botelho2007-03-161-0/+1
| | | | | | | Pointy Hat to: mbr Notes: svn path=/head/; revision=187530
* And unbreak support for older FreeBSDs where libthr/libpthread did not exist.Martin Blapp2007-03-161-5/+9
| | | | | | | PR: 110334 Notes: svn path=/head/; revision=187504
* Only use libthr for FreeBSD > 6.1Martin Blapp2007-03-161-1/+1
| | | | Notes: svn path=/head/; revision=187497
* - Update clamav to 0.90.1Renato Botelho2007-03-134-12/+15
| | | | | | | | | - Use -lthr to build clamav since it has problems with libpthread - Bump PORTREVISION of dependant ports, libclamav version was bumped - Fix clamcour to build with clamav-0.90.x using patch sent by maintainer Notes: svn path=/head/; revision=187337
* Fix pthread lib for clamav-milterRenato Botelho2007-03-051-1/+10
| | | | | | | | PR: ports/109792 Submitted by: Eugene Grosbein <eugen@kuzbass.ru> Notes: svn path=/head/; revision=186571
* Change the way to patch configure to respect ${PTHREAD_LIBS} to a better one.Renato Botelho2007-03-012-4/+13
| | | | Notes: svn path=/head/; revision=186303
* - Fix problems with thread caused by a bad REINPLACE_CMD.Renato Botelho2007-03-011-2/+2
| | | | | | | | | - Bump PORTREVISION Reported by: many users Notes: svn path=/head/; revision=186302
* Fix clamav-milter startup script like was done on clamav-devel, to make it waitRenato Botelho2007-02-281-0/+6
| | | | | | | | | clamd socket before start. Submitted by: ache@ Notes: svn path=/head/; revision=186210
* - Fix 'integer constant is too large for "long" type' warning [1]Renato Botelho2007-02-183-45/+34
| | | | | | | | | | | | | | | - Convert one patch to REINPLACE_CMD - Force to use ${PREFIX}/lib/libmilter.a if it's installed - Fix sendmail binary detection using --with-sendmail instead SENDMAIL envvar - Add EXPERIMENTAL OPTION to build with --enable-experimental - Remove DESTDIR/TARGETDIR since it's useless for now - Bump PORTREVISION Submitted by: stas@ at #bsdports [1] Thanks to: stas@ and simon@ [1] Notes: svn path=/head/; revision=185452
* - Fix sed used on (clamd|freshclam).conf to new formatRenato Botelho2007-02-161-4/+6
| | | | | | | | | | - Add LDAP as an OPTION - Bump PORTREVISION Spoted by: ache@ Notes: svn path=/head/; revision=185309
* - Update to 0.90Renato Botelho2007-02-1610-3342/+44
| | | | | | | | | | - Cleanup a little bit PR: ports/109185 (Based on) Submitted by: Michael Scheidell <scheidell@secnap.net> Notes: svn path=/head/; revision=185267
* Update the ftp/curl port to 7.16.0.Peter Pentchev2006-12-131-1/+2
| | | | | | | | | | | | | Bump PORTREVISION of all dependent ports. Fix the build errors in the few ports that still use the long deprecated, and now obsoleted, cURL options. Thanks to everyone who took the time to look over the patch! Discussed on: -ports Notes: svn path=/head/; revision=179653
* - Update clamav to 0.88.7Marcus Alves Grando2006-12-122-4/+4
| | | | | | | | | | | PR: 106620 Submitted by: Michael Scheidell <scheidell___secnap.net> Approved by: maintainer timeout (18 hours) With hat: secteam Security: http://secunia.com/advisories/23347/, http://www.quantenblog.net/security/virus-scanner-bypass Notes: svn path=/head/; revision=179580
* Update to 0.88.6Renato Botelho2006-11-062-4/+4
| | | | Notes: svn path=/head/; revision=176594
* - Update to 0.88.5Marcus Alves Grando2006-10-163-7/+7
| | | | | | | | | | | - portlint(1) Approved by: portmgr (mnag with secteam hat), garga (maintainer) Security: http://lurker.clamav.net/message/20061016.015114.dc6a8930.en.html, http://secunia.com/advisories/22370/ Notes: svn path=/head/; revision=175354
* Respect DESTDIRRenato Botelho2006-08-082-36/+46
| | | | | | | | Reworked by: gabor Tested by: gabor Notes: svn path=/head/; revision=170142
* - Update to 0.88.4Renato Botelho2006-08-082-7/+6
| | | | | | | | | | - Use USE_LDCONFIG instead obsolete INSTALLS_SHLIB - Use new MASTER_SITES magic to SF Security: http://www.clamav.net/security/0.88.4.html Notes: svn path=/head/; revision=170090
* Update to 0.88.3Renato Botelho2006-07-032-5/+5
| | | | Notes: svn path=/head/; revision=166835
* - Add an option to print logs on stderr instead stdout, it's useful to catchRenato Botelho2006-05-262-2/+26
| | | | | | | | | | | logs and use on smtp log. In preparation to update spamcontro to 2.4 series. - s/unarj/arj/ on clamscan man [1] - Bump PORTREVISION because man change Reported by: Anton Yuzhaninov <citrin at citrin.ru> [1] Notes: svn path=/head/; revision=163504
* Depend of archivers/arj instead archivers/unarjRenato Botelho2006-05-241-2/+2
| | | | Notes: svn path=/head/; revision=163277
* Use archivers/unzoo on DEPENDS instead zooRenato Botelho2006-05-231-2/+2
| | | | | | | Proposed by: Anton Yuzhaninov <citrin at citrin.ru> Notes: svn path=/head/; revision=163193
* Chase gmp library and bump PORTREVISION.Alex Dupre2006-05-101-1/+2
| | | | Notes: svn path=/head/; revision=161929
* Update to 0.88.2Renato Botelho2006-04-302-4/+4
| | | | Notes: svn path=/head/; revision=160869
* Take over maintainershipRenato Botelho2006-04-071-1/+1
| | | | | | | Approved by: maintainer by email Notes: svn path=/head/; revision=159030
* - Update to 0.88.1 -- Fix multiple vulnerabilitiesRenato Botelho2006-04-066-32/+11
| | | | | | | | | | | | | | | | | | | | | | | * CVE-2006-1614 Damian Put discovered an integer overflow in the PE header parser. This is only exploitable if the ArchiveMaxFileSize option is disabled. * CVE-2006-1615 Format string vulnerabilities in the logging code have been discovered, which might lead to the execution of arbitrary code. * CVE-2006-1630 David Luyer discovered, that ClamAV can be tricked into an invalid memory access in the cli_bitset_set() function, which may lead to a denial of service. - Use USE_RC_SUBR=script PR: ports/95403 Submitted by: garga Approved by: maintainer timeout (mnag on behalf of secteam) Security: VuXML 6a5174bd-c580-11da-9110-00123ffe8333 Notes: svn path=/head/; revision=158963
* Conversion to a single libtool environment.Ade Lovett2006-02-232-0/+2
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-203-6/+6
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* Update to 0.88, a possible heap overflow in the UPX code has been fixedEmanuel Haupt2006-01-113-4/+5
| | | | | | | | | | PR: 91593 Submitted by: Boris B. Samorodov <bsam@ipt.ru> Approved by: simon (secteam) Security: 612a34ec-81dc-11da-a043-0002a5c3d308 (VuXML) Notes: svn path=/head/; revision=153243