aboutsummaryrefslogtreecommitdiff
path: root/security/clamav/files
Commit message (Collapse)AuthorAgeFilesLines
* security/clamav: upgrade to 0.100.0Larry Rosenman2018-04-122-56/+0
| | | | | | | | | | Release notes: https://blog.clamav.net/2018/04/clamav-01000-has-been-released.html PR: 227420 Submitted by: nevecherya@gmail.com Notes: svn path=/head/; revision=467147
* security/clamav: upgrade to 0.99.3.Larry Rosenman2018-01-262-25/+2
| | | | | | | | | | | | | | | * Update to 0.99.3. * Fix following portlint warnings. ** Move position of USES in Makefile. ** Remove reference of undefined LLVM option. ** Regenerate files/patch-libclamav_regex_pcre.c by 'make makepatch ** add USES=ssl PR: 225461 Submitted by: yasu@utahime.org Notes: svn path=/head/; revision=459972
* security/clamav: handle memfs/tmpfs /var/run.Larry Rosenman2017-12-302-1/+20
| | | | | | | | PR: 224728 Submitted by: O. Harmann <ohartmann@walstatt.org> Notes: svn path=/head/; revision=457649
* security/clamav: incorrect type size on amd64 in pcre2.Larry Rosenman2017-11-291-0/+12
| | | | | | | | PR: 223945 Submitted by: coyote@bks.tv Notes: svn path=/head/; revision=455091
* security/clamav: Compile-time test fails during portinstallLarry Rosenman2017-09-223-17/+52
| | | | | | | | | | Apply patch from upstream. PR: 221513 Submitted by: jny@jny.dk, fsbruva@yahoo.com Notes: svn path=/head/; revision=450394
* Fix zlib version detect to make sure it doesn't consider 1.2.10 as badRenato Botelho2017-01-091-4/+16
| | | | | | | version. It fixes build on 12-CURRENT Notes: svn path=/head/; revision=430948
* Update to 0.98.6Renato Botelho2015-01-281-84/+0
| | | | Notes: svn path=/head/; revision=378063
* - Fix error building clamav when old version is installed and openssl from baseRenato Botelho2014-11-211-0/+84
| | | | | | | | | | | | | is also installed [1] - Fix library version decrease that happened when moved to 0.98.5 [2] - Bump PORTREVISION PR: 195182 Obtained from: https://bugzilla.clamav.net/show_bug.cgi?id=11194 [1] (based on) https://bugzilla.clamav.net/show_bug.cgi?id=11193 [2] Notes: svn path=/head/; revision=373003
* Update to 0.98.5Renato Botelho2014-11-182-34/+0
| | | | Notes: svn path=/head/; revision=372751
* Update to 0.98.4Renato Botelho2014-06-252-24/+4
| | | | Notes: svn path=/head/; revision=359217
* Add a patch to fix an error many users reported. When you have an old clamavRenato Botelho2014-06-091-0/+11
| | | | | | | | | version installed and have openssl installed from ports, clamav cannot be built. It happened because SSL_CPPFLAGS was being set before internal includes, so it tried to use old clamav headers. Notes: svn path=/head/; revision=357190
* . Drop pkg-install and move directories to pkg-plistRenato Botelho2014-05-161-48/+0
| | | | | | | | . Use USERS and GROUPS . Remove old check for FreeBSD > 7.x Notes: svn path=/head/; revision=354251
* Fix major version number calculationRenato Botelho2014-05-152-5/+25
| | | | | | | | Submitted by: Shawn Webb <lattera@gmail.com> Obtained from: https://github.com/vrtadmin/clamav-devel/commit/d17ee49f75e23b43fadf745c27dc4dd16ee372e5 Notes: svn path=/head/; revision=354178
* . Add USES=libtool on security/clamavRenato Botelho2014-05-152-2/+2
| | | | | | | | | . Drop .la files . Since lib version was downgraded, bump portrevision on ports that depends of clamav . Fix REQUIRE names on rc.d scripts Notes: svn path=/head/; revision=354141
* Re-add a patch that I accidentaly removed on last commit, and bump PORTREVISIONRenato Botelho2014-05-121-0/+62
| | | | Notes: svn path=/head/; revision=353824
* . Update to 0.98.3Renato Botelho2014-05-081-72/+0
| | | | | | | | . Use @sample to deal with config files . Use INSTALL_TARGET=install-strip Notes: svn path=/head/; revision=353283
* milter rc script was broken after last updates.Mark Felder2014-05-061-3/+3
| | | | | | | | | | | conf_file was used before it was declared. While we're at it let's make conf_file configurable as clamav_milter_conf Approved by: garga Sponsored by: SupraNet Communications, Inc Notes: svn path=/head/; revision=353090
* rc script spring cleaning -- now passes rclintMark Felder2014-05-053-35/+30
| | | | | | | | | | Previously it would try to launch even if there were no rc.conf entries Reviewed by: garga Sponsored by: SupraNet Communications, Inc Notes: svn path=/head/; revision=353008
* Update to 0.98.1Renato Botelho2014-01-161-32/+0
| | | | Notes: svn path=/head/; revision=339996
* - Add a patch to fix bundled LLVM to build with libc++Renato Botelho2014-01-071-0/+72
| | | | | | | | | | - Remove USE_GCC=any PR: ports/185366 Submitted by: tijl@ Notes: svn path=/head/; revision=339019
* - Fix issue on sparc64 (maybe other architetures?) that prevent clamav to verifyRenato Botelho2013-10-151-0/+32
| | | | | | | | | | | | database integrity - Bump PORTREVISION PR: ports/182975 Submitted by: Henry Jalonen <henkka@spheroid.fi> Obtained from: clamav git repo (a9d40672390a82e91a8d5c21ee2fe172fca4d2f8) Notes: svn path=/head/; revision=330384
* - Update to 0.98Renato Botelho2013-09-241-18/+0
| | | | | | | | - Add new IPV6 option, on by default - Support stage Notes: svn path=/head/; revision=328164
* Fix error message that is showing a wrong dirRenato Botelho2013-07-131-1/+1
| | | | | | | Reported by: Will McCutcheon <will@toyingwithfate.com> Notes: svn path=/head/; revision=322970
* - Fix CL_FORMAT bug introducted by clamav in version 0.97.5 (their bug #5252)Michael Scheidell2012-06-221-0/+23
| | | | | | | | | Submitted by: scheidell@ (me) Approved by: Renato Botelho <garga@FreeBSD.org> (maintainer, via private email) Obtained from: https://bugzilla.clamav.net/show_bug.cgi?id=5252 Notes: svn path=/head/; revision=299786
* - Update to 0.97.4Renato Botelho2012-03-171-135/+0
| | | | | | | | | | | | - Mark WITH_LLVM_PORTS as broken since it doesn't build with llvm 3.0 - Move LICENSE to correct place PR: ports/166160 (based on) Submitted by: scheidell@ Feature safe: yes Notes: svn path=/head/; revision=293457
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-143-3/+3
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Update to 0.97.3Renato Botelho2011-10-181-0/+135
| | | | | | | | | | - Fix build with external llvm [1] PR: ports/160185 [1] Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com> [1] Notes: svn path=/head/; revision=283815
* - Update to 0.97.2Renato Botelho2011-07-262-159/+0
| | | | | | | | PR: ports/159185 (based on) Submitted by: Michael Scheidell <scheidell@secnap.net> Notes: svn path=/head/; revision=278387
* Fix build with llvm from portsRenato Botelho2011-07-061-0/+135
| | | | | | | | PR: ports/157147 Submitted by: Lapo Luchini <lapo@lapo.it> Notes: svn path=/head/; revision=277156
* Remove bashism from the unit tests, and also check that chosen random port isChris Rees2011-06-291-0/+24
| | | | | | | | | closed first to avoid intermittent failures when testing Approved by: rene (mentor), garga (maintainer, via IRC) Notes: svn path=/head/; revision=276678
* Update to 0.97Renato Botelho2011-02-082-41/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268786
* - On 0.96.5, clamav was leaving some zombie proccess of freshclam, fix it.Renato Botelho2010-12-162-0/+41
| | | | | | | | | | | - Bump PORTREVISION Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> Obtained from: http://git.clamav.net/gitweb?p=clamav-devel.git;a=commitdiff;h=2e136dcd0d7c34dc742475529db022d80d0dde2e http://git.clamav.net/gitweb?p=clamav-devel.git;a=commitdiff;h=3c91587c8c894e898345086ef8e7a072fdf7b1bc Notes: svn path=/head/; revision=266440
* Update to 0.96.4Renato Botelho2010-10-251-11/+0
| | | | Notes: svn path=/head/; revision=263584
* Fix a mmap() error scanning PDF files, as described on clamav's git repo commitRenato Botelho2010-09-281-0/+11
| | | | | | | | | | | | | | | | | | log: off_t is 64-bit, size_t is still 32-bit and that causes unexpected integer promotion here: map_off = map->len - 2048 First the unsigned subtraction is performed, and then the unsigned (!) value is sign-extended to 64-bit. Hence a negative value becomes positive, which is wrong. Reported by: Franz Schwartau <franz@electromail.org> Obtained from: https://wwws.clamav.net/bugzilla/show_bug.cgi?id=2300 Notes: svn path=/head/; revision=262044
* Update to 0.96.3Renato Botelho2010-09-203-56/+0
| | | | Notes: svn path=/head/; revision=261500
* - Fix bytecode problem on FreeBSD 7.1Renato Botelho2010-09-032-0/+46
| | | | | | | | | | | - Bump PORTREVISION PR: ports/150243 Submitted by: Frank Wall <fw@moov.de> Obtained from: https://wwws.clamav.net/bugzilla/show_bug.cgi?id=2235 Notes: svn path=/head/; revision=260480
* - Fix CPU assumptions for amd64Renato Botelho2010-08-161-0/+10
| | | | | | | | | | | - Bump PORTREVISION PR: ports/149637 Submitted by: Michael Scheidell <scheidell@secnap.net> Obtained from: https://wwws.clamav.net/bugzilla/show_bug.cgi?id=2201 Notes: svn path=/head/; revision=259347
* Update to 0.96.1Renato Botelho2010-05-191-30/+0
| | | | Notes: svn path=/head/; revision=254600
* - Update to 0.96Renato Botelho2010-04-063-37/+30
| | | | | | | | | | | - Fix error on make check when LC_ALL != en and subversion is installed [1] PR: ports/145340 [1] Submitted by: Alexander Wittig <alexander@wittig.name> [1] Obtained from: https://wwws.clamav.net/bugzilla/show_bug.cgi?id=1922 [1] Notes: svn path=/head/; revision=252317
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-273-3/+3
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* After some requests, change permission of clamav-milter socket to 0777Renato Botelho2010-01-221-1/+1
| | | | Notes: svn path=/head/; revision=248356
* Update to 0.95.3Renato Botelho2009-10-293-4/+41
| | | | Notes: svn path=/head/; revision=243443
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-152-4/+4
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* - Add reload option to startup script, it calls clamdscan --reload, a fasterRenato Botelho2009-04-211-0/+8
| | | | | | | | | | | way to reload clam data without need restart - Bump PORTREVISION PR: ports/133868 Submitted by: Michael Scheidell <scheidell@secnap.net> Notes: svn path=/head/; revision=232421
* - Remove wrong patch added on last commitRenato Botelho2009-04-031-372/+0
| | | | Notes: svn path=/head/; revision=231546
* - Mark clamav-milter as BROKEN since it's not working. I updated clamav-develRenato Botelho2009-04-031-0/+372
| | | | | | | | to a version that have the fix and won't update it anymore until 0.95.1 is released Notes: svn path=/head/; revision=231545
* - Update to 0.95Renato Botelho2009-03-274-35/+11
| | | | Notes: svn path=/head/; revision=231107
* - Update to 0.94.1Renato Botelho2008-11-031-8/+8
| | | | | | | - Add --libdir to CONFIGURE_ARGS to fix libdir detection under 6.x Notes: svn path=/head/; revision=222366
* - Update security/clamav to 0.94 [1] and fix a remote DoS [2]Renato Botelho2008-09-151-22/+22
| | | | | | | | | | | | | | - Chase libclamav version bump on all dependant ports - Bump necessary PORTREVISIONS - Fix some BROKEN messages from ports that were already broken with clamav-0.93 - Mark security/klamav as BROKEN since it doesn't build with clamav-0.94 PR: ports/127122 [1], ports/127310 [2] Submitted by: Gary Palmer <freebsd-gnats@in-addr.com> [1], delphij [2] Approved by: portmgr (pav) Notes: svn path=/head/; revision=220390
* - Permit to ser owner and group to clamav milter socket [1]Renato Botelho2008-08-181-1/+4
| | | | | | | | | | | | - Remove @ to show some install commands, and add -v to cp - Install clamav-milter doc - User CHOWN and CHMOD from bsd.commands.mk PR: ports/126069 [1] Submitted by: Matthew D. Fuller <fullermd@over-yonder.net> [1] Notes: svn path=/head/; revision=218781