aboutsummaryrefslogtreecommitdiff
path: root/security/clamav
Commit message (Collapse)AuthorAgeFilesLines
* Remove patches to build with clang and force clamav and clamav-devel to use GCC.Renato Botelho2013-02-111-0/+1
| | | | | | | | | | | According clamav developers ClamAV's detection is not tested when compiled with clang. PR: ports/175784 Submitted by: tj@ Notes: svn path=/head/; revision=312036
* Change headers of all ports maintained by me to new formatRenato Botelho2012-10-051-5/+1
| | | | Notes: svn path=/head/; revision=305298
* Update to 0.97.6Renato Botelho2012-09-172-4/+3
| | | | Notes: svn path=/head/; revision=304418
* Add DOCS, EXAMPLES and NLS to OPTIONS_DEFINE to my portsRenato Botelho2012-08-031-2/+2
| | | | Notes: svn path=/head/; revision=301957
* - Move to OPTIONSngRenato Botelho2012-06-291-40/+30
| | | | | | | | - Remove LLVM_PORT option, it requires llvm 2.9 and we have 3.1 - Remove GMAKE, it's not really necessary Notes: svn path=/head/; revision=300225
* - Fix CL_FORMAT bug introducted by clamav in version 0.97.5 (their bug #5252)Michael Scheidell2012-06-222-0/+24
| | | | | | | | | 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.5Renato Botelho2012-06-152-3/+3
| | | | Notes: svn path=/head/; revision=299348
* - Update to 0.97.4Renato Botelho2012-03-173-141/+9
| | | | | | | | | | | | - 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
* - Remove unecessary dependency (libcheck) when option TESTS is off [1]Renato Botelho2011-11-191-2/+2
| | | | | | | | | | | - Add clamav-milter as CONFLICTS, this new meta port will be added soon PR: ports/161872 Submitted by: Alexey Markov <redrat@mail.ru> Feature safe: yes Notes: svn path=/head/; revision=286064
* Clamav project people offers a new version tarball for package maintainersRenato Botelho2011-10-192-2/+3
| | | | | | | | | | | | | | | few days before the release, i made tests with that tarball, but it was changed before release, and the distinfo was wrong. I compared both tarballs and the difference was part of this commit [1] was missing on the one i used. Update distinfo to match 0.97.3 official tarball and bump PORTREVISION Reported by: many people Notes: svn path=/head/; revision=283901
* - Update to 0.97.3Renato Botelho2011-10-183-3/+138
| | | | | | | | | | - 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
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+0
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Update to 0.97.2Renato Botelho2011-07-264-162/+3
| | | | | | | | 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-062-1/+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.97.1Renato Botelho2011-06-152-4/+6
| | | | | | | | | | | - Mark OPTION LLVM_PORTS as BROKEN since it's not building with llvm-2.9 from ports PR: ports/157736 Submitted by: Gary Palmer <freebsd-gnats@in-addr.com> Notes: svn path=/head/; revision=275619
* - s/CONF_FILES/CLAM_CONF_FILES/ to avoid a conflict in the future with newRenato Botelho2011-05-191-3/+3
| | | | | | | | | | options with the same name that will be added to bsd.port.mk PR: ports/157161, ports/157162 Submitted by: Chris Rees <utisoft@gmail.com> Notes: svn path=/head/; revision=274301
* Add a new option to build JIT bytecode compiler using llvm installed from portsRenato Botelho2011-02-231-3/+11
| | | | | | | | | | | instead of build clamav's own llvm. The option is off by default, so, no PORTREVISION bum is required PR: ports/154900 Submitted by: Denny Lin <dennylin93@hs.ntnu.edu.tw> Notes: svn path=/head/; revision=269542
* Fix detection if python was built with threads support and run make checkRenato Botelho2011-02-211-1/+1
| | | | | | | | | | accordingly PR: ports/154848 Submitted by: Martin Simmons <martin@lispworks.com> Notes: svn path=/head/; revision=269431
* Update to 0.97Renato Botelho2011-02-084-45/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268786
* Restrict LLVM to i386 and amd64 since it doesn't build on sparc64, ia64 andRenato Botelho2011-01-261-1/+1
| | | | | | | | | | probably on ppc Submitted by: Anton Shterenlikht <mexas@bristol.ac.uk> Feature safe: yes Notes: svn path=/head/; revision=268252
* - On 0.96.5, clamav was leaving some zombie proccess of freshclam, fix it.Renato Botelho2010-12-163-0/+42
| | | | | | | | | | | - 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
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Update to 0.96.5Renato Botelho2010-12-012-4/+3
| | | | Notes: svn path=/head/; revision=265507
* Update to 0.96.4Renato Botelho2010-10-253-16/+4
| | | | Notes: svn path=/head/; revision=263584
* Fix a mmap() error scanning PDF files, as described on clamav's git repo commitRenato Botelho2010-09-282-1/+12
| | | | | | | | | | | | | | | | | | 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
* - Remove GCC 4.2+ dependency, now it builds file with 3.4.6Renato Botelho2010-09-271-10/+13
| | | | | | | | | | | | | - Add a new OPTION to TESTS, since it requires python on build time and some people don't like this. Leave it ON by default to run tests on package building - Bump PORTREVISION because gcc dependency has changed PR: ports/150984 (based on) Submitted by: Eugene Grosbein <eugen@grosbein.pp.ru> Notes: svn path=/head/; revision=261960
* Update to 0.96.3Renato Botelho2010-09-205-61/+4
| | | | Notes: svn path=/head/; revision=261500
* - Add missing dependency (libltdl) to clamav and clamav-devel portsRenato Botelho2010-09-131-1/+2
| | | | | | | | | | - Bump PORTREVISION PR: ports/150512 Submitted by: Philippe Pepiot <phil@philpep.org> Notes: svn path=/head/; revision=261071
* - Fix bytecode problem on FreeBSD 7.1Renato Botelho2010-09-033-1/+47
| | | | | | | | | | | - 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
* Add LICENSERenato Botelho2010-08-241-0/+2
| | | | Notes: svn path=/head/; revision=259917
* - Fix CPU assumptions for amd64Renato Botelho2010-08-162-0/+11
| | | | | | | | | | | - 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
* pav@ noted LICENSE code don't work fine with ports using @cwd in plist, andRenato Botelho2010-08-131-2/+0
| | | | | | | it'll be fixed soon. Remove LICENSE from clamav ports for now. Notes: svn path=/head/; revision=259168
* Update to 0.96.2Renato Botelho2010-08-132-4/+4
| | | | Notes: svn path=/head/; revision=259167
* Add LICENSERenato Botelho2010-08-101-0/+2
| | | | Notes: svn path=/head/; revision=259066
* Gcc 4.2+ is only needed to build clamav with LLVM/JIT support, remove thisRenato Botelho2010-05-211-1/+1
| | | | | | | | | dependency when LLVM is not set. Submitted by: Guy Antony Halse <G.Halse@ru.ac.za> Notes: svn path=/head/; revision=254723
* Update to 0.96.1Renato Botelho2010-05-193-36/+6
| | | | Notes: svn path=/head/; revision=254600
* Disable LLVM/JIT build for sparc64, it should unbreak it on this archRenato Botelho2010-05-041-1/+1
| | | | Notes: svn path=/head/; revision=253689
* - Use ${TOUCH} instead of touchRenato Botelho2010-04-122-1/+3
| | | | | | | | | | | - Fix pkg-plist to delete directories installed out of PREFIX (on /var) [1] - Bump PORTREVISION because of [1] PR: ports/145448 [1] Submitted by: sahil@ [1] Notes: svn path=/head/; revision=252591
* Unit tests require python built with thread support, disable make check whenRenato Botelho2010-04-121-1/+17
| | | | | | | | | | local python doesn't have this PR: ports/145520 Submitted by: Michael Scheidell <scheidell at secnap.net> Notes: svn path=/head/; revision=252590
* Python and gmaker are needed just if LLVM option is setRenato Botelho2010-04-091-14/+16
| | | | Notes: svn path=/head/; revision=252484
* - Reduce differences between it and security/clamav-develRenato Botelho2010-04-061-10/+16
| | | | | | | | | | - Make JIT bytecode compiler as an OPTION, On by default [1] PR: ports/145435 [1] Submitted by: Alexander Wittig <alexander at wittig.name> [1] Notes: svn path=/head/; revision=252330
* - Remove duplicated BUILD_DEPENDSRenato Botelho2010-04-061-2/+0
| | | | Notes: svn path=/head/; revision=252326
* - Update to 0.96Renato Botelho2010-04-066-54/+62
| | | | | | | | | | | - 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
* Execute a "make check" at post-build target, add libcheck as a dependency for itRenato Botelho2010-01-271-0/+6
| | | | Notes: svn path=/head/; revision=248701
* 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-295-8/+45
| | | | 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