aboutsummaryrefslogtreecommitdiffstats
path: root/security/clamav
Commit message (Expand)AuthorAgeFilesLines
* Fix build with llvm from portsgarga2011-07-062-1/+135
* Remove bashism from the unit tests, and also check that chosen random port iscrees2011-06-301-0/+24
* - Update to 0.97.1garga2011-06-152-4/+6
* - s/CONF_FILES/CLAM_CONF_FILES/ to avoid a conflict in the future with newgarga2011-05-191-3/+3
* Add a new option to build JIT bytecode compiler using llvm installed from portsgarga2011-02-231-3/+11
* Fix detection if python was built with threads support and run make checkgarga2011-02-211-1/+1
* Update to 0.97garga2011-02-084-45/+3
* Restrict LLVM to i386 and amd64 since it doesn't build on sparc64, ia64 andgarga2011-01-261-1/+1
* - On 0.96.5, clamav was leaving some zombie proccess of freshclam, fix it.garga2010-12-173-0/+42
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
* Update to 0.96.5garga2010-12-012-4/+3
* Update to 0.96.4garga2010-10-263-16/+4
* Fix a mmap() error scanning PDF files, as described on clamav's git repo commitgarga2010-09-292-1/+12
* - Remove GCC 4.2+ dependency, now it builds file with 3.4.6garga2010-09-281-10/+13
* Update to 0.96.3garga2010-09-215-61/+4
* - Add missing dependency (libltdl) to clamav and clamav-devel portsgarga2010-09-131-1/+2
* - Fix bytecode problem on FreeBSD 7.1garga2010-09-033-1/+47
* Add LICENSEgarga2010-08-251-0/+2
* - Fix CPU assumptions for amd64garga2010-08-162-0/+11
* pav@ noted LICENSE code don't work fine with ports using @cwd in plist, andgarga2010-08-131-2/+0
* Update to 0.96.2garga2010-08-132-4/+4
* Add LICENSEgarga2010-08-101-0/+2
* Gcc 4.2+ is only needed to build clamav with LLVM/JIT support, remove thisgarga2010-05-211-1/+1
* Update to 0.96.1garga2010-05-203-36/+6
* Disable LLVM/JIT build for sparc64, it should unbreak it on this archgarga2010-05-051-1/+1
* - Use ${TOUCH} instead of touchgarga2010-04-122-1/+3
* Unit tests require python built with thread support, disable make check whengarga2010-04-121-1/+17
* Python and gmaker are needed just if LLVM option is setgarga2010-04-101-14/+16
* - Reduce differences between it and security/clamav-develgarga2010-04-071-10/+16
* - Remove duplicated BUILD_DEPENDSgarga2010-04-071-2/+0
* - Update to 0.96garga2010-04-066-54/+62
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-273-3/+3
* Execute a "make check" at post-build target, add libcheck as a dependency for itgarga2010-01-281-0/+6
* After some requests, change permission of clamav-milter socket to 0777garga2010-01-221-1/+1
* Update to 0.95.3garga2009-10-295-8/+45
* Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-162-4/+4
* - Update to 0.95.2garga2009-06-122-5/+4
* - Add reload option to startup script, it calls clamdscan --reload, a fastergarga2009-04-212-0/+9
* - Update to 0.95.1 and fix clamav-miltergarga2009-04-092-5/+4
* - Remove wrong patch added on last commitgarga2009-04-031-372/+0
* - Mark clamav-milter as BROKEN since it's not working. I updated clamav-develgarga2009-04-032-0/+373
* - Update to 0.95garga2009-03-277-53/+33
* - Mark MAKE_JOBS_SAFE for SMP compilationmm2009-03-231-0/+1
* - Update to 0.94.2garga2008-11-272-4/+4
* - Remove libtools from depends and use its own version, without it nextgarga2008-11-181-2/+1
* - Update to 0.94.1garga2008-11-043-14/+14
* - Fix pkg-plistgarga2008-09-162-3/+4
* - Update security/clamav to 0.94 [1] and fix a remote DoS [2]garga2008-09-163-26/+26
* - Change pre-install: target to pre-su-install: since user and group aregarga2008-08-211-1/+1
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
* - Permit to ser owner and group to clamav milter socket [1]garga2008-08-192-6/+14
* - Fix wrong error message in clamav-milter startup scriptgarga2008-08-181-1/+1
* - Last change on clamav-milter startup script doesn't work if used with inet[6]garga2008-07-141-16/+26
* - Update to 0.93.3garga2008-07-083-5/+20
* - Fix checking of database viruses at startup script that i broke on lastgarga2008-06-172-2/+2
* - Fix clamd startup script to support cld containers for virus databasesgarga2008-06-172-3/+4
* - Forgot to remove one conditional about PTHREAD_LIB on last commitgarga2008-06-101-8/+4
* - Remove < 6.1 conditional since it's no longer supportedgarga2008-06-101-6/+1
* - Update to 0.93.1garga2008-06-102-5/+4
* - Fix default clamd socket name: clamd -> clamd.sockgarga2008-05-213-14/+24
* - Update to 0.93garga2008-04-174-8/+17
* - Fix a thread problem on FreeBSD 5.x forcing it to use -lpthread [1]garga2008-02-212-12/+7
* - Update to 0.92.1 (bugfix release) [1]garga2008-02-132-7/+4
* - Add an OPTION ICONV to fix a problem that can be caused by auto detection.garga2008-01-251-0/+7
* - Update security/clamav to 0.92garga2007-12-203-11/+32
* Unbreak pthread-related issues on 5.xade2007-11-271-6/+1
* - Update to 0.91.2garga2007-08-222-4/+4
* Fix clamav-milter startup script to don't wait clamd socket when it's using tcpgarga2007-08-141-1/+1
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+0
* - Update to 0.91.1garga2007-07-172-4/+4
* - Update to 0.91garga2007-07-112-12/+4
* - Change clamav-milter rc.d script, now it just wait for clamd socket ifgarga2007-06-051-15/+19
* - Update to 0.90.3garga2007-06-023-74/+4
* - Make arc, arj, lha and unzoo achives support dependency as OPTIONS enabled bygarga2007-05-281-5/+18
* - Fix build with gethostbyname_r just after 601103 instead 600000garga2007-04-161-1/+2
* - Update to 0.90.2garga2007-04-145-7/+91
* Bump PORTREVISION for last changesgarga2007-03-171-0/+1
* And unbreak support for older FreeBSDs where libthr/libpthread did not exist.mbr2007-03-161-5/+9
* Only use libthr for FreeBSD > 6.1mbr2007-03-161-1/+1
* - Update clamav to 0.90.1garga2007-03-144-12/+15
* Fix pthread lib for clamav-miltergarga2007-03-051-1/+10
* Change the way to patch configure to respect ${PTHREAD_LIBS} to a better one.garga2007-03-022-4/+13
* - Fix problems with thread caused by a bad REINPLACE_CMD.garga2007-03-011-2/+2
* Fix clamav-milter startup script like was done on clamav-devel, to make it waitgarga2007-03-011-0/+6
* - Fix 'integer constant is too large for "long" type' warning [1]garga2007-02-193-45/+34
* - Fix sed used on (clamd|freshclam).conf to new formatgarga2007-02-161-4/+6
* - Update to 0.90garga2007-02-1610-3342/+44
* Update the ftp/curl port to 7.16.0.roam2006-12-131-1/+2
* - Update clamav to 0.88.7mnag2006-12-132-4/+4
* Update to 0.88.6garga2006-11-062-4/+4
* - Update to 0.88.5mnag2006-10-163-7/+7
* Respect DESTDIRgarga2006-08-092-36/+46
* - Update to 0.88.4garga2006-08-082-7/+6
* Update to 0.88.3garga2006-07-032-5/+5
* - Add an option to print logs on stderr instead stdout, it's useful to catchgarga2006-05-272-2/+26
* Depend of archivers/arj instead archivers/unarjgarga2006-05-241-2/+2
* Use archivers/unzoo on DEPENDS instead zoogarga2006-05-241-2/+2
* Chase gmp library and bump PORTREVISION.ale2006-05-101-1/+2
* Update to 0.88.2garga2006-04-302-4/+4
* Take over maintainershipgarga2006-04-071-1/+1
* - Update to 0.88.1 -- Fix multiple vulnerabilitiesgarga2006-04-066-32/+11
* Conversion to a single libtool environment.ade2006-02-232-0/+2
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-213-6/+6
* Update to 0.88, a possible heap overflow in the UPX code has been fixedehaupt2006-01-113-4/+5
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
* Update to 0.87.1mnag2005-11-053-20/+3
* Fix package list when use LIBUNRARmnag2005-10-143-40/+18
* Fix using of libunrar in OPTIONS variable.vsevolod2005-10-121-1/+1
* Allow clamav to use rar 3 archives using archivers/libunrar.vsevolod2005-10-122-1/+3255
* - presrve downloaded cvd files on deinstalldinoex2005-09-221-3/+3
* Fix build with milter on FreeBSD 4.X.simon2005-09-211-0/+16
* - Update to 0.87pav2005-09-206-38/+4
* - Bandaid compilation on FreeBSD 5.2.1pav2005-08-311-0/+4
* - Fix startup script for miltersem2005-07-282-2/+3
* - Update to 0.86.2sem2005-07-252-3/+3
* Fix the fix of the compilation of the milter interface.jylefort2005-06-292-30/+28
* Fix compilation of the milter interface.jylefort2005-06-291-0/+28
* Remove mtree dir from pkg-plistlawrance2005-06-281-1/+0
* - Update to 0.86.1lawrance2005-06-253-13/+3
* - Bump PORTREVISIONsem2005-06-241-0/+1
* - Fix compilation of the milter interface [1]jylefort2005-06-232-6/+13
* - Update to 0.86 [1]jylefort2005-06-223-3/+6
* Do not remove libdata/pkgconfig since it is now part of mtree.marcus2005-05-221-1/+0
* Update to 0.85.1.novel2005-05-172-3/+3
* - Update to 0.85 [1]jylefort2005-05-1312-37/+74
* Update security/clamav to version 0.84.vanilla2005-05-032-3/+3
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
* - Update to 0.83pav2005-02-183-22/+9
* - Fix crashing of milter by turning off SESSION support [1]pav2005-02-092-2/+20
* - Update to 0.82sem2005-02-082-5/+8
* Remove unexisting directory from PORTDOCS.krion2005-02-061-1/+2
* Upgrade to 0.81.obraun2005-01-312-7/+5
* Introduce a variable LOGDIR instead of using a literal log directoryyar2005-01-273-9/+11
* Don't leave the pkgconfig data directory rotting thereyar2005-01-251-0/+1
* Do the things I forgot about in my previous commit:yar2005-01-132-7/+7
* 1. Make clamav-milter write its pidfile.yar2005-01-135-12/+16
* Fix ports: security/clamav and security/clamav-devel (change dbedwin2004-12-226-15/+18
* - Fix plistpav2004-11-062-1/+2
* - don't delete the virus database on deinstalldinoex2004-10-211-2/+2
* - update to 0.80 releaseeik2004-10-182-3/+3
* - update to 0.80rc4eik2004-10-1411-147/+121
* - Update to 0.75.1pav2004-08-082-3/+3
* - Update to 0.75pav2004-07-292-4/+4
* Update security/clamav to 0.74 releaseeik2004-07-042-3/+3
* update to 0.73eik2004-06-155-6/+11
* Update security/clamav to 0.72 releaseeik2004-06-043-9/+8
* - Use fixed UID/GIDpav2004-05-301-2/+4
* - Change location of milter socket to match clamav-devel port. This does notpav2004-05-262-11/+9
* Update clamav to rev 0.71silby2004-05-222-10/+8
* - Fix dependencieskrion2004-05-201-5/+3
* Update security/clamv to 0.70eik2004-04-193-14/+7
* Hand maintainership over to Rob Evers.eik2004-04-121-4/+1
* Update to clamav 0.70eik2004-04-0213-178/+83
* - Revert revision 1.22pav2004-03-281-1/+1
* use included libtooleik2004-03-252-8/+36
* Convert all but one port that uses libtool14 to use libtool15, in readinessade2004-03-251-1/+1
* ... and remove my experimental bsd.port.mk hacks :)eik2004-03-071-2/+2
* - update to version 0.67-1eik2004-03-077-52/+65
* - If WITH_MILTER is set and NO_SENDMAIL is defined, don't try to build milter.pav2004-02-281-1/+1
* *** SECURITY update ***eik2004-02-103-5/+32
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
* 1. Add a freshclam rc.d script to start freshclam so the AV database isglewis2004-02-033-3/+48
* . Add a pkg-deinstall script telling people how they can get rid of theglewis2004-02-031-0/+13
* . Add $FreeBSD$glewis2004-02-031-27/+34
* Fix the comment in the startup-script regarding how to enable clamav-milternetchild2004-01-302-2/+2
* Fix some bugs in the previous commit...netchild2003-12-102-4/+5
* BEWARE: As rcoder(8) isn't present on FreeBSD 4 but clamd must benetchild2003-12-0813-69/+214
* Correct the OSVERSION check for the libgmp depedency; libgmp was removedsilby2003-11-301-1/+2
* Clamav 0.65 uses libgmp for digital signature calculations;silby2003-11-281-0/+6
* Fix build on -CURRENT.marcus2003-11-251-0/+11
* * Update to 0.65marcus2003-11-203-7/+6
* - ensure that an stale clamd socket will be deleted. [1]dinoex2003-10-262-2/+19
* - don't remove clamav account on deinstalldinoex2003-09-286-27/+150
* - Fix for STABLEdinoex2003-09-251-8/+18
* Use clamav-milter, but support only gcc30 or higher.nork2003-07-073-0/+11
* * Upgrade to 0.60.obraun2003-06-253-7/+7
* o Add mirror site.nork2003-06-183-12/+24
* Fix install error.nork2003-06-121-0/+3
* Enable pthread support using devel/pth.leeym2003-06-093-4/+8
* PR: 52226foxfair2003-05-182-4/+4
* De-pkg-comment.knu2003-02-212-1/+1
* maintainer-update: security/clamav to 0.54edwin2003-02-056-6/+56
* new port: security/clamavedwin2003-01-206-0/+73