aboutsummaryrefslogtreecommitdiff
path: root/security/clamsmtp
Commit message (Collapse)AuthorAgeFilesLines
* - update master-site and www in pkg-descrCheng-Lung Sung2011-09-282-2/+2
| | | | | | | | | PR: ports/160697 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Reported by: Juergen Dankoweit <Juergen.Dankoweit at T-Online dot de> via ports@ Notes: svn path=/head/; revision=282535
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* - Sync clamav socket with security/clamav defaultsPhilip M. Gollucci2010-09-091-1/+5
| | | | | | | | | PR: ports/143095 Submitted by: Denny Lin <dennylin93@cnmc32.hs.ntnu.edu.tw> Approved by: maintainer timeout (clsung ; 222 days) Notes: svn path=/head/; revision=260791
* Chase clamav's lib bumpRenato Botelho2010-04-061-1/+1
| | | | Notes: svn path=/head/; revision=252318
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Bump necessary PORTREVISIONS and fix some ports to new clamav APIRenato Botelho2009-03-271-0/+1
| | | | Notes: svn path=/head/; revision=231108
* - Update to 1.10Cheng-Lung Sung2008-09-262-5/+4
| | | | Notes: svn path=/head/; revision=220832
* - Update security/clamav to 0.94 [1] and fix a remote DoS [2]Renato Botelho2008-09-151-0/+1
| | | | | | | | | | | | | | - 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
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-1/+1
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* - 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 1.9Cheng-Lung Sung2007-07-093-7/+7
| | | | | | | | | PR: ports/113829 Submitted by: Thomas Abthorpe <thomas_AT_goodking dot ca> Reviewed by: clsung Notes: svn path=/head/; revision=195252
* - Update clamav to 0.90.1Renato Botelho2007-03-131-0/+1
| | | | | | | | | - 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
* - Update to 1.8Cheng-Lung Sung2006-09-112-4/+4
| | | | Notes: svn path=/head/; revision=172751
* - Update to 1.7Cheng-Lung Sung2006-08-252-5/+4
| | | | Notes: svn path=/head/; revision=171356
* - Respect DESTDIRCheng-Lung Sung2006-08-141-1/+1
| | | | | | | | PR: ports/101866 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170530
* Clean up sig_stop values. In most cases this means removing a leading -,Doug Barton2006-07-191-1/+1
| | | | | | | | since rc.subr adds that already. In 3 cases it meant removing a wrongly specified TERM, since that is the default. Notes: svn path=/head/; revision=168253
* - ": ...." section in rc.d script misorderedCheng-Lung Sung2006-02-212-7/+7
| | | | | | | | | | - bump PORTREVISION PR: 93618 Submitted by: Yoshisato YANAGISAWA <yanagisawa AT csg.is.titech.ac dot jp> Notes: svn path=/head/; revision=156569
* - files/clamsmtpd.sh.in cause start-up errorCheng-Lung Sung2006-02-212-6/+7
| | | | | | | | | | | - bump PORTREVISION PR: 93541 Submitted by: KIMURA Yasuhiro <yasu AT utahime dot org> Reviewed by: mnag Notes: svn path=/head/; revision=156554
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+0
| | | | | | | | | | 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
* - bump PORTREVISION for plist change.Cheng-Lung Sung2006-02-174-18/+44
| | | | | | | | | | | | | | | | | | | | | - Add WITH_LOCAL_CLAMAV[_DEVEL] to run-depend on security/clamav[-devel]; default LOCAL_CLAMAV on to restore the way port behaved until last update. Depend on installed package rather that clamd to register depends correctly. - If one of the clam options is on, make rc.d script to REQUIRE: clamd Actually use clamsmtp_debug var. Also make rc.d script to look more like the example in PH. - Install example script in EXAMPLESDIR rather that DOCSDIR; - Moved: pkg-message --> files/pkg-message.in - Drop USE_REINPLACE while here. PR: 93157 Submitted by: Ion-Mihai Tetcu <itetcu AT people dot tecnik93 dot com> Notes: svn path=/head/; revision=156203
* - Update to 1.6Cheng-Lung Sung2006-01-135-75/+15
| | | | | | | | | | | | | | | | | - Use USE_RC_SUBR=clamsmtpd.sh instead =YES - Use PORTDOCS=* not need test NOPORTDOCS - Only depend of security/clamav if already installed. clamsmtp can run in another machine then clamav. Tinderbox test: http://marcus.grupos.com.br:8080/logs/4-STABLE-FreeBSD/clamsmtp-1.6.log http://marcus.grupos.com.br:8080/logs/6-STABLE-FreeBSD/clamsmtp-1.6.log PR: 91713 Submitted by: mnag Notes: svn path=/head/; revision=153385
* - clamsmtp 1.5 works only in debug mode.Cheng-Lung Sung2005-09-053-3/+60
| | | | | | | | | | | | | Included patch fix this bug by moving socket creation after daemonizing as suggested in mailing list clamsmtp-users@lists.sourceforge.net http://sourceforge.net/mailarchive/forum.php?thread_id=8060741&forum_id=42732 - bump PORTREVISION PR: ports/85706 Submitted by: Alex L. Demidov <alexd AT vinf dot ru> Notes: svn path=/head/; revision=141968
* - version 1.5 must start with '-d 4'Cheng-Lung Sung2005-09-032-3/+3
| | | | | | | | (Thanks to Jack Raats <jack AT raats dot org>) - bump PORTREVISION Notes: svn path=/head/; revision=141835
* - Update to 1.5Cheng-Lung Sung2005-08-292-3/+3
| | | | | | | | PR: 85404 Submitted by: Marcus Grando <marcus AT corp dot grupos dot com dot br> Notes: svn path=/head/; revision=141229
* - respect PTHREAD_LIBSCheng-Lung Sung2005-04-202-1/+4
| | | | | | | Noted by: kris Notes: svn path=/head/; revision=133731
* - update to 1.4.1Cheng-Lung Sung2005-04-203-3/+14
| | | | | | | | | | - prefer -pthread than lthread PR: 80071 Submitted by: Marcus Grando <marcus AT corp dot grupos dot com dot br> Notes: svn path=/head/; revision=133729
* - update to 1.4Cheng-Lung Sung2005-04-072-3/+3
| | | | | | | | | | | | - from Changelog - Documentation fixes - Don't leak file descriptors when clamsmtpd can't connect to outgoing SMTP server - Now accepts special format arguments on 'Header' line - Supress weird warnings when looking up names of local unix connections. Notes: svn path=/head/; revision=132703
* - update to 1.3Cheng-Lung Sung2005-03-043-14/+5
| | | | | | | | | | - prune pkg-message PR: 78157 Submitted by: Marcus Grando <marcus AT corp dot grupos dot com dot br> Notes: svn path=/head/; revision=130313
* - update to 1.2Cheng-Lung Sung2004-12-282-3/+12
| | | | | | | | | | | + Install README in $DOCSDIR + Install scripts/virus_action.sh in $DOCSDIR PR: ports/75406 Submitted by: Marcus Grando <marcus AT corp.grupos.com.br> Notes: svn path=/head/; revision=125300
* - update to 1.1Cheng-Lung Sung2004-11-012-3/+3
| | | | | | | | | | | | | - From ChangeLog - Added CLIENT and SERVER variables to VirusAction script environment. - Even better logging for network errors. - Print out clamsmtp version in debug logs - Allow configuration of server keep alives (NOOPs). Default to none Approved by: co-mentor (vanilla) Notes: svn path=/head/; revision=120571
* - update to 1.0Cheng-Lung Sung2004-10-272-4/+4
| | | | | | | | | PR: ports/73181 Submitted by: Marcus Grando <marcus AT corp dot grupos dot com dot br> Approved by: co-mentor (vanilla) Notes: svn path=/head/; revision=120291
* - bump PORTREVISIONCheng-Lung Sung2004-10-142-1/+2
| | | | | | | | | | | - -d option only works as a daemon now. - remove it from startup script and wait for future release. - Noticed by <richard AT boysoncom dot com> Approved by: co-mentor (vanilla) Notes: svn path=/head/; revision=119407
* - update to 0.9.6Cheng-Lung Sung2004-10-145-26/+24
| | | | | | | | | | - use configure file since 0.8 - lots of options move from rc_sub to conf file Approved by: co-mentor (vanilla) Notes: svn path=/head/; revision=119351
* - update to 0.7Cheng-Lung Sung2004-09-012-3/+3
| | | | | | | | | | | | | | | | - From ChangeLog - Added support for ESMTP [Andreas Steinmetz] - Fixed crash when too many connections established - Announce ourselves as 'clamsmtp' in EHLO/HELO responses which fixes 'loopback' problems with certain versions of Postfix 1.x - Better IO performance under heavy load - Fixed most warnings when compiled with -Wall - Fixed other minor bugs Approved by: vanilla (co-mentor) Notes: svn path=/head/; revision=117806
* I forgot to change filename, which md5 info is correct for 0.6.Cheng-Lung Sung2004-08-261-2/+2
| | | | | | | Approved by: vanilla (co-mentor) Notes: svn path=/head/; revision=117286
* - update to 0.6Cheng-Lung Sung2004-08-252-3/+3
| | | | | | | | | | - Proper adding of customized header - Fixes to documentation Approved by: vanilla (co-mentor) Notes: svn path=/head/; revision=117233
* My territory, suggested by ijliao. :pCheng-Lung Sung2004-08-201-1/+1
| | | | | | | Approved by: vanilla (co-mentor) Notes: svn path=/head/; revision=116729
* Fix RUN_DEPENDSKirill Ponomarev2004-08-131-1/+1
| | | | | | | | PR: ports/70419 Submitted by: maintainer Notes: svn path=/head/; revision=116130
* [MAINTAINER] security/clamsmtp: update to 0.5Edwin Groothuis2004-08-042-3/+3
| | | | | | | | | | | | | | | | - I'm maintainer (with another email) - Update to 0.5 - C&P from ChnageLog - Announce ourselves as 'clamsmtp' in banner to prevent loop warnings - Fixed endless loop that occurred on failure to connect out - Added option for leaving all files in temp directory (debugging purposes) - Prints version number when run with -v PR: ports/69971 Submitted by: Cheng-Lung Sung <clsung@freebsd.csie.nctu.edu.tw> Notes: svn path=/head/; revision=115375
* Add clamsmtp 0.4, an ClamAV anti-virus SMTP Filter.Vanilla I. Shu2004-07-306-0/+114
PR: ports/69739 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=115047