aboutsummaryrefslogtreecommitdiff
path: root/security/clamav-devel/files
Commit message (Collapse)AuthorAgeFilesLines
* Change clamav-milter startup script and make it wait for clamd socket.Renato Botelho2007-02-241-0/+6
| | | | | | | Submitted by: ache@ Notes: svn path=/head/; revision=185805
* - Update to 20070218Renato Botelho2007-02-184-71/+36
| | | | | | | | - Make all cleanups and changes i made on security/clamav port - Add CURL and LDAP OPTION Notes: svn path=/head/; revision=185461
* - Fix build on 7-CURRENTRenato Botelho2006-09-261-0/+13
| | | | | | | Thanks to: mnag Notes: svn path=/head/; revision=173900
* - Add an option to print logs on stderr instead stdout, it's useful to catchRenato Botelho2006-05-261-0/+17
| | | | | | | | | | | 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
* Update to 20060503Renato Botelho2006-05-031-13/+0
| | | | Notes: svn path=/head/; revision=161273
* Add a forgotten patch to fix build on 4.xRenato Botelho2006-04-271-0/+13
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=160583
* Remove uneeded patch, it was added to sourceRenato Botelho2006-04-261-11/+0
| | | | Notes: svn path=/head/; revision=160521
* - Update to 20060406 snapshot -- fix multiple vulnerabilitiesRenato Botelho2006-04-0711-62/+153
| | | | | | | | | | | | | | | | | | | | | | * 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. - Synchronize with clamav port using SUB_FILES, USE_RC_SUBR PR: ports/95425 Submitted by: garga Security: VuXML 6a5174bd-c580-11da-9110-00123ffe8333 Notes: svn path=/head/; revision=159031
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-203-3/+3
| | | | | | | | | | 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 20050704.Roman Bogorodskiy2005-07-041-28/+19
| | | | | | | | | PR: 82972 Submitted by: Renato Botelho <freebsd@galle.com.br> Approved by: Rob Evers (maintainer) Notes: svn path=/head/; revision=138474
* Fix compilation of the milter interface.Jean-Yves Lefort2005-06-281-3/+22
| | | | Notes: svn path=/head/; revision=138133
* - Fix compilation of the milter interfaceJean-Yves Lefort2005-06-231-3/+12
| | | | | | | - Unconditionally define PORTDOCS, as bsd.port.mk now tests ${NOPORTDOCS} Notes: svn path=/head/; revision=137930
* Finish incorporating the changes proposed inYaroslav Tykhiy2005-01-123-5/+6
| | | | | | | | | | | | | | ports/75607 into clamav-devel. In particular, the last change to this port makes use of the clamav-milter pidfile, which wouldn't be recorded without the present change. PR: ports/75607 Approved by: maintainer Notes: svn path=/head/; revision=126246
* Unbreak security/clamav-devel by updating it to 20050110 (maintainer update)Niels Heinen2005-01-121-11/+2
| | | | | | | | | PR: ports/76086 Submitted by: maintainer Approved by: nectar (mentor) Notes: svn path=/head/; revision=126225
* Fix ports: security/clamav and security/clamav-devel (change dbEdwin Groothuis2004-12-223-3/+3
| | | | | | | | | | | | | | | directory to /var/db/clamav and fix removal of db on deinstall) For the sake of coherence, the ClamAV database should be installed in /var/db/clamav, not /usr/local/share/clamav. Also fixes the database removal on package deinstallation. PR: ports/74172 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> Approved by: Rob Evers <rob@debank.tv> Notes: svn path=/head/; revision=124772
* Update to 20041213 snapshot.Alex Dupre2004-12-151-22/+11
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=124088
* Update to 20041201 snapshot.Alex Dupre2004-12-031-4/+24
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=123032
* - Update to 20041101Pav Lucistnik2004-11-046-54/+42
| | | | | | | | | | - Configuration file was renamed to clamd.conf! PR: ports/73491 Submitted by: Rob Evers <rob@debank.tv> (maintainer) Notes: svn path=/head/; revision=120820
* - Update to 20040826 snapshotVolker Stolz2004-09-022-84/+35
| | | | | | | | | | | | - Fix fetching - Fix -pthread/-lc_r issue for good (courtesy of bsd.autotools.mk, who'd have guessed...) PR: ports/71168 Submitted by: Rob Evers (maintainer), me Notes: svn path=/head/; revision=117945
* - Update to 20040610Pav Lucistnik2004-06-111-1/+1
| | | | | | | | PR: ports/67792 Submitted by: Rob Evers <rob@debank.tv> (maintainer) Notes: svn path=/head/; revision=111302
* - Update to 20040524Pav Lucistnik2004-05-241-5/+7
| | | | | | | | | | | | | - Rename rc script freshclam.sh -> clamav-freshclam.sh for consistency BEWARE if you're using freshclam daemon you must update your rc.conf! - Chmod 770 socket directory - Diff reduction against security/clamav port PR: ports/67125 Submitted by: Rob Evers <rob@debank.tv> (maintainer) Notes: svn path=/head/; revision=109907
* Upgrade to 20040229 snapshot.Martin Blapp2004-03-013-41/+61
| | | | | | | Submitted by: Rob Evers <rob@debank.tv> (maintainer) Notes: svn path=/head/; revision=102616
* - Unbreak threading issueDirk Meyer2004-02-181-10/+0
| | | | | | | | | | | | | | | PR: 63022 Submitted by: rob@debank.tv - Use fixStaleSocket by default - Add clamav user to mail group (for exim users) - clean up DOCSDIR variable PR: 63022 Submitted by: rob@debank.tv Suggested by: eik Notes: svn path=/head/; revision=101346
* - update to 20040210Dirk Meyer2004-02-112-0/+41
| | | | | | | | | | | | | | | | | | - The install doesn't delete the database anymore - Don't remove the database on deinstall - Use OPTIONS target - handle all config install via the port You have to run freshclam manually once after upgrade to restore the database. PR: 62653 Submitted by: rob@debank.tv - Fix deinstall when no database was installed. Submitted by: dinoex Notes: svn path=/head/; revision=100662
* - Update to 0.9.1Clement Laforet2004-01-161-3/+3
| | | | | | | | | | | - Revert to clamav_milter_enable (rc.subr) PR: 61431 Submitted by: Rob Evers <rob@debank.tv> (maintainer) Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=98318
* - Update to 20040113Dirk Meyer2004-01-132-1/+36
| | | | | | | | | | | | Add freshclam daemon startup script Modify freshclam.conf with sane values Milter script cleanup (Milter socket changed) PR: 61313 Submitted by: rob@debank.tv Notes: svn path=/head/; revision=98084
* - Use the correct patch, I forgot to sync dir before commit.Dirk Meyer2003-10-032-11/+12
| | | | Notes: svn path=/head/; revision=90128
* - Upgrade to 20031001Dirk Meyer2003-10-033-41/+107
| | | | | | | | | | - added RC-ng scripts - Fix build on CURENT PR: 57451 Submitted by: rob@debank.tv, eikemeier@fillmore-labs.com, dinoex Notes: svn path=/head/; revision=90126
* Update to 20030928Dirk Meyer2003-09-301-0/+23
| | | | | | | | | | | | | | | | | | - use included libtool (seems heavily patched) - make packageable and include a working configure file - don't install useless .la files - use DATADIR - 510001 is FreeBSD 5.10, 5.1-CURRENT is 501100 - Change log and pid file location to more universal one - RC-ng scripts for clamd and clamav-milter are planned - Thanks to Oliver Eikemeier from whom I stole most (clamav-port) PR: 57371 Submitted by: rob@debank.tv Notes: svn path=/head/; revision=89867
* - add sample rc-script for clamav-clamd and clamav-milterDirk Meyer2003-09-262-0/+46
| | | | | | | | | - Fix path to sendmail binary - Fix pthread on current Approved by: rob@debank.tv Notes: svn path=/head/; revision=89447
* - Update to 20030829Dirk Meyer2003-09-041-13/+0
| | | | | | | | | - Fix build under stable PR: 56374 Submitted by: rob@debank.tv Notes: svn path=/head/; revision=88474
* The clamav-people do nightly snapshots now, hence the port must be updatedYen-Ming Lee2003-08-081-0/+13
| | | | | | | | | | | | every day or snapshots have to be preserved elsewhere, this patch changes the master_sites to a mirror which keeps the clamav-devel package for a longer time. And while we're at it update to the latest snapshot. PR: 55294 Submitted by: Rob Evers <rob@debank.tv> Notes: svn path=/head/; revision=86599
* Upgrade security/clamav-devel to 20030803Yen-Ming Lee2003-08-042-36/+0
| | | | | | | | PR: 55224 Submitted by: Rob Evers <rob@debank.tv> Notes: svn path=/head/; revision=86265
* maintainer-update: security/clamav to 0.54Edwin Groothuis2003-02-052-0/+36
PR: ports/47291 Submitted by: TERAMOTO Masahiro <markun@onohara.to> Notes: svn path=/head/; revision=74860