summaryrefslogtreecommitdiff
path: root/security/clamav (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Update to 0.87.1Marcus Alves Grando2005-11-053-20/+3
| | | | | | | | | | PR: 88482 Submitted by: garga Approved by: rob@debank.tv (simon bypass maintainer timeout) Security: CAN-2005-3303, http://www.zerodayinitiative.com/advisories/ZDI-05-002.html Notes: svn path=/head/; revision=147374
* Fix package list when use LIBUNRARMarcus Alves Grando2005-10-143-40/+18
| | | | | | | | | | | | If use LIBUNRAR don't need archivers/unrar Remake patches to work without autotools Bump PORTREVISION PR: 87338 Approved by: Rob <rob@debank.tv> (maintainer) Notes: svn path=/head/; revision=145376
* Fix using of libunrar in OPTIONS variable.Vsevolod Stakhov2005-10-121-1/+1
| | | | | | | Noted by: ache Notes: svn path=/head/; revision=145086
* Allow clamav to use rar 3 archives using archivers/libunrar.Vsevolod Stakhov2005-10-112-1/+3255
| | | | | | | | | PR: 86510 Submitted by: Alex Samorukov <samm@os2.kiev.ua>, Rob <r.evers@nedstat.com> (maintainer) Notes: svn path=/head/; revision=145036
* - presrve downloaded cvd files on deinstallDirk Meyer2005-09-221-3/+3
| | | | | | | Approved by: Rob Evers Notes: svn path=/head/; revision=143358
* Fix build with milter on FreeBSD 4.X.Simon L. B. Nielsen2005-09-201-0/+16
| | | | Notes: svn path=/head/; revision=143237
* - Update to 0.87Pav Lucistnik2005-09-206-38/+4
| | | | | | | | | | | | PR: ports/86276 Submitted by: dawnshade <h-k@mail.ru> Approved by: maintainer timeout (3 days) timeout rushed by simon (secteam hat) Security: CAN-2005-2919, CAN-2005-2920, http://www.secunia.com/advisories/16848/ Notes: svn path=/head/; revision=143194
* - Bandaid compilation on FreeBSD 5.2.1Pav Lucistnik2005-08-301-0/+4
| | | | | | | | | PR: ports/84131 Submitted by: Thorolf <thorolf@grid.einherjar.de> Approved by: maintainer timeout (1 month) Notes: svn path=/head/; revision=141500
* - Fix startup script for milterSergey Matveychuk2005-07-272-2/+3
| | | | | | | | | PR: ports/84104 Submitted by: maintainer Reported by: Erin Fortenberry <kahn@deadbbs.com> Notes: svn path=/head/; revision=140261