Commit graph

36 commits

Author SHA1 Message Date
Cheng-Lung Sung
3c8aa5325d - update master-site and www in pkg-descr
PR:		ports/160697
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Reported by:    Juergen Dankoweit <Juergen.Dankoweit at T-Online dot de> via ports@
2011-09-28 01:39:55 +00:00
Philip M. Gollucci
2c8e1ae6e9 - Sync clamav socket with security/clamav defaults
PR:             ports/143095
Submitted by:   Denny Lin <dennylin93@cnmc32.hs.ntnu.edu.tw>
Approved by:    maintainer timeout (clsung ; 222 days)
2010-09-09 00:16:31 +00:00
Renato Botelho
33d9de8958 Chase clamav's lib bump 2010-04-06 12:01:56 +00:00
Renato Botelho
b5a9f42350 - Bump necessary PORTREVISIONS and fix some ports to new clamav API 2009-03-27 11:53:07 +00:00
Cheng-Lung Sung
176dbc5f42 - Update to 1.10 2008-09-26 13:14:33 +00:00
Renato Botelho
37c88c8e12 - Update security/clamav to 0.94 [1] and fix a remote DoS [2]
- 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)
2008-09-15 19:56:38 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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)
2008-08-21 06:18:49 +00:00
Gabor Kovesdan
42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
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
2007-07-23 09:36:51 +00:00
Cheng-Lung Sung
c547c0e028 - Update to 1.9
PR:		ports/113829
Submitted by:	Thomas Abthorpe <thomas_AT_goodking dot ca>
Reviewed by:	clsung
2007-07-09 02:25:27 +00:00
Renato Botelho
6dee7aadd2 - Update clamav to 0.90.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
2007-03-13 20:11:19 +00:00
Cheng-Lung Sung
4ae500d823 - Update to 1.8 2006-09-11 02:47:09 +00:00
Cheng-Lung Sung
b1c6598427 - Update to 1.7 2006-08-25 03:39:10 +00:00
Cheng-Lung Sung
e3f8eb0ad7 - Respect DESTDIR
PR:		ports/101866
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-14 04:10:38 +00:00
Cheng-Lung Sung
7922f1ad2c - ": ...." section in rc.d script misordered
- bump PORTREVISION

PR:		93618
Submitted by:	Yoshisato YANAGISAWA <yanagisawa AT csg.is.titech.ac dot jp>
2006-02-21 09:41:06 +00:00
Cheng-Lung Sung
a6d8d63efe - files/clamsmtpd.sh.in cause start-up error
- bump PORTREVISION

PR:		93541
Submitted by:	KIMURA Yasuhiro <yasu AT utahime dot org>
Reviewed by:	mnag
2006-02-21 01:43:31 +00:00
Cheng-Lung Sung
c8a5beb928 - bump PORTREVISION for plist change.
- 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>
2006-02-17 02:45:40 +00:00
Cheng-Lung Sung
401856a261 - Update to 1.6
- 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
2006-01-13 07:24:34 +00:00
Cheng-Lung Sung
97cb38e987 - clamsmtp 1.5 works only in debug mode.
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>
2005-09-05 03:16:20 +00:00
Cheng-Lung Sung
4c5617f46c - version 1.5 must start with '-d 4'
(Thanks to Jack Raats <jack AT raats dot org>)
- bump PORTREVISION
2005-09-03 07:48:10 +00:00
Cheng-Lung Sung
c096b52233 - Update to 1.5
PR:		85404
Submitted by:	Marcus Grando <marcus AT corp dot grupos dot com dot br>
2005-08-29 04:08:55 +00:00
Cheng-Lung Sung
5fc1acb3f1 - respect PTHREAD_LIBS
Noted by:   kris
2005-04-20 08:17:07 +00:00
Cheng-Lung Sung
bf007f80d9 - update to 1.4.1
- prefer -pthread than lthread

PR:		80071
Submitted by:	Marcus Grando <marcus AT corp dot grupos dot com dot br>
2005-04-20 07:48:40 +00:00
Cheng-Lung Sung
00db1f5939 - update to 1.4
- 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.
2005-04-07 16:18:18 +00:00
Cheng-Lung Sung
fbaded33c5 - update to 1.3
- prune pkg-message

PR:		78157
Submitted by:	Marcus Grando <marcus AT corp dot grupos dot com dot br>
2005-03-04 03:12:53 +00:00
Cheng-Lung Sung
5122d6cb09 - update to 1.2
+ Install README in $DOCSDIR
    + Install scripts/virus_action.sh in $DOCSDIR

PR:		ports/75406
Submitted by:	Marcus Grando <marcus AT corp.grupos.com.br>
2004-12-28 01:03:03 +00:00
Cheng-Lung Sung
05f2bfcc09 - update to 1.1
- 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)
2004-11-01 08:36:37 +00:00
Cheng-Lung Sung
f65891b6eb - update to 1.0
PR:		ports/73181
Submitted by:	Marcus Grando <marcus AT corp dot grupos dot com dot br>
Approved by:	co-mentor (vanilla)
2004-10-27 02:15:22 +00:00
Cheng-Lung Sung
dab65494b8 - bump PORTREVISION
- -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)
2004-10-14 12:31:22 +00:00
Cheng-Lung Sung
267ea11079 - update to 0.9.6
- use configure file since 0.8
- lots of options move from rc_sub to conf file

Approved by:	co-mentor (vanilla)
2004-10-14 02:28:25 +00:00
Cheng-Lung Sung
2505b8d5d9 - update to 0.7
- 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)
2004-09-01 07:50:15 +00:00
Cheng-Lung Sung
8cead906a1 - update to 0.6
- Proper adding of customized header
- Fixes to documentation

Approved by:	vanilla (co-mentor)
2004-08-25 08:53:21 +00:00
Cheng-Lung Sung
6adf115354 My territory, suggested by ijliao. :p
Approved by:	vanilla (co-mentor)
2004-08-20 02:56:44 +00:00
Kirill Ponomarev
e7ffe66e0d Fix RUN_DEPENDS
PR:		ports/70419
Submitted by:	maintainer
2004-08-13 17:01:05 +00:00
Edwin Groothuis
11713991a4 [MAINTAINER] security/clamsmtp: update to 0.5
- 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>
2004-08-04 03:21:17 +00:00
Vanilla I. Shu
ad8f963bdc Add clamsmtp 0.4, an ClamAV anti-virus SMTP Filter.
PR:		ports/69739
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2004-07-30 00:35:57 +00:00