Commit graph

122 commits

Author SHA1 Message Date
Rong-En Fan
3578d3b125 - If there is no gnupg installed, install 2.x. If there is, use it. [1]
- DKIM plugin and Mail::DKIM do not need Mail::DomainKeys [2]
- Fix sa-learn with stdin [3]
  https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5336
- Bump PORTREVISON

PR:		ports/109434 [1]
Submitted by:	Michele Possamai <possamai at xs4all.nl> [1],
		Mark Martinec (amavisd-new writer) [2], takefu [3]
Approved by:	Michael Scheidell <scheidell at secnap.net> (maintainer)
2007-02-24 09:01:03 +00:00
Cheng-Lung Sung
d0d3d51f0e - Update to 3.1.8
- submitter now become maintainer
- Changes
  http://svn.apache.org/repos/asf/spamassassin/branches/3.1/Changes

PR:		ports/109186
Submitted by:	maintainer (Michael Scheidell)
2007-02-16 08:53:08 +00:00
Erwin Lansing
b4f5fd2644 Add support for DKIM in addition to DomainKeys.
PR:		107191
Submitted by:	Michael Scheidell <scheidell@secnap.net>
2006-12-25 16:52:04 +00:00
Erwin Lansing
f64eca9ca0 Make GnuPG support for sa-update optional.
PR:		105692
Submitted by:	shaun
2006-12-25 13:38:41 +00:00
Jun Kuriyama
265500d7d8 - Since security/gnupg (2.x) installs symlink $PREFIX/bin/gpg,
depending on $PREFIX/bin/gpg for security/gnupg1 (1.4.x) is not
  correct.  To work around this, change dependency line from bin/gpg
  to bin/gpgv which exists in security/gnupg1 port only.

Spotted by:	ume
2006-12-22 02:51:16 +00:00
Jun Kuriyama
fc5b96f1a8 - Upgrade gnupg to 2.0.1. Old stable version (1.4.6) was repocopied
to security/gnupg1.

Thanks to:	dougb, lofi
2006-12-21 13:31:56 +00:00
Cheng-Lung Sung
dbd50d4103 - fix the [Bug 4594]
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4594
- bump PORTREVISION

PR:		ports/105213
Submitted by:	Larry Rosenman <ler_AT_lerctr dot org>
2006-11-07 03:34:43 +00:00
Cheng-Lung Sung
5b7d2493ba - Update to 3.1.7
- note : 3.1.7 is a "quick-fix" release; it contains only a fix for one bug,
         introduced accidentally in 3.1.6:
         if admins had set rule scores in the site configuration in
         /etc, sa-update would fail. Back out this change

PR:		ports/104314
Submitted by:	Yoshito Uchiyama<gato_AT_intaa dot net>
2006-10-31 02:10:14 +00:00
Rong-En Fan
38038d34de - Remove two patches that are merged to upstream
Reported by:	erwin
2006-10-09 08:44:37 +00:00
Rong-En Fan
a849bb4654 - Update to 3.1.6
PR:		ports/104192
Submitted by:	Yoshito Uchiyama <gato at intaa.net>
2006-10-09 02:07:49 +00:00
Cheng-Lung Sung
ad9f9335fe - fix the issue
"SpamAssassin's sa-learn --mbx is broken"
  http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5101

PR:		ports/103308
Submitted by:	Larry Rosenman <ler_AT_lerctr dot org>
2006-10-02 01:11:06 +00:00
Mathieu Arnold
19bd94eb11 Update to 3.1.5 2006-09-06 15:19:51 +00:00
David E. O'Brien
db058b54a8 Restore the -q[uiet] flag to 'sa-learn' that was lost in the 3.1.3 update. 2006-08-23 16:15:46 +00:00
Mathieu Arnold
1823f0b6c8 Update to 3.1.4 2006-08-08 09:30:22 +00:00
Pav Lucistnik
d84f85f32c - Update to 3.1.3
PR:		ports/98574
Submitted by:	Yoshito Uchiyama <gato@intaa.net>
Security:	remote code execution vulnerability
		http://www.nabble.com/ANNOUNCE%3A-Apache-SpamAssassin-3.1.3-available%21-p4717543.html
2006-06-07 08:42:56 +00:00
Cheng-Lung Sung
5a56e978cc - Vilpul's Razor no longer closed for commercial use (2.81 +)
Patched Makefile to require minimum 2.81 version
  New DomainKeys requires DomainKeys version .80 or greater
  Patched Makefile for that
- bump PORTREVISION
- fix IGNORE warning by portlint

PR:		95315
Submitted by:	Michael Scheidell <scheidell AT secnap dot net>
2006-05-02 05:38:03 +00:00
Sergey Matveychuk
c072378d70 - Turn Razor2 support on by default.
There are no restrictions of its usage again.
  See: http://sourceforge.net/mailarchive/forum.php?thread_id=10079360&forum_id=4258
2006-04-10 08:42:43 +00:00
Sergey Matveychuk
3881c721c7 - Add missing depends for sa-update works
Reported by:	Bob Johnson <fbsdlists@gmail.com>
2006-03-31 21:21:38 +00:00
Renato Botelho
542662de27 Fix rc.d startup script installation, it was really wrong committed last
commit

Reported by:	krismail
Approved by:	perl (sem) via email
No donuts to:	garga
2006-03-29 11:35:41 +00:00
Renato Botelho
6fa3181f11 Use USE_RC_SUBR=sa-spamd.sh and remove some SED's using PLIST_SUB instead
Approved by:	maintainer on ICQ
2006-03-20 13:03:33 +00:00
Sergey Matveychuk
77f887ab13 - Update to 3.1.1 2006-03-18 14:05:27 +00:00
Sergey Matveychuk
59d7d5f7ce - Startup script: remove FreeBSD from KEYWORDS 2006-02-09 07:38:20 +00:00
Edwin Groothuis
0416031c9b Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 02:20:05 +00:00
Pav Lucistnik
79ecf8cad1 - Properly treat v310.pre configuration file
- Fix SPF dependency

PR:		ports/91379, ports/91864
Submitted by:	Petr Rehor <prehor@gmail.com>,
		Jarrod Sayers <jarrod@netleader.com.au>
Approved by:	perl (tobez, mat)
2006-01-20 22:55:43 +00:00
Erwin Lansing
f3e3260182 Fix path to local.cf
Submitted by:	ceri
2006-01-07 11:13:05 +00:00
Edwin Groothuis
29d436816e [patch] mail/p5-Mail-SpamAssassin - properly set pidfile in rc.d script
- PID file name in rc.d scripts must be set to "pidfile" variable,
	  not to "<name>_pidfile" variable.
	- Placing -r (and -d too) options to command_args is more suitable because
	  they mustn't be overwrited by spamd_flags

PR:		ports/90625
Submitted by:	Petr Rehor <prehor@gmail.com>
Approved by:	maintainer timeout
2006-01-04 06:35:12 +00:00
Sam Lawrance
eb6f33e8a7 - Add missing dependency on p5-libwww (bump PORTREVISION). This had
prevented sa-update from working.
- Add note to pkg-message regarding post-install configuration.

PR:		ports/87933 [1], ports/90090 [2]
Submitted by:	Igor Roshchin <str@komkon.org> [1], grog [2]
Approved by:	perl (maintainer, timeout 6 weeks)
2005-12-16 05:05:47 +00:00
David E. O'Brien
c8d7895895 Restore the -q[uiet] flag to 'sa-learn' that was lost in the 3.0.0 update. 2005-12-05 00:47:16 +00:00
Mathieu Arnold
b71157a2ae Take a perl@ hat and add SHA256 checksums 2005-11-14 15:05:17 +00:00
Anton Berezin
47690343d0 Fix RUN_DEPENDS, which was broken with WITH_RELAY_COUNTRY turned on.
Submitted by:	Michael Schout <mschout@gkg.net>
PR:		87051
2005-10-07 13:46:16 +00:00
Volker Stolz
8a550d7b36 Introduce a versioned dependency on p5-Net-DNS. Earlier versions look fishy
though it might not be a real problem.

Reviewed by: perl
2005-10-05 16:28:27 +00:00
Yen-Ming Lee
d8327159f6 - enable RelayCountry if WITH_RELAY_COUNTRY is defined
- bump PORTREVISION
2005-09-30 00:31:51 +00:00
Anton Berezin
871063b018 Add RELAY_COUNTRY support.
Submitted by:	Zach Thompson <hideo@lastamericanempire.com>
PR:		86689
2005-09-29 09:41:46 +00:00
Yen-Ming Lee
b64085b4c7 - update to 3.1.0
Note: Razor is disabled by default in this version. Please read the license
      and decide if you are able to re-enable it (in OPTIONS).
      http://razor.sourceforge.net/docs/doc.php?type=text&name=SERVICE_POLICY

      DomainKeys support added, and is disabled by default, too.
      You may enable it by using OPTIONS.
2005-09-17 15:05:19 +00:00
Sergey Matveychuk
702459d51a - Update to 3.0.4
changes in SA: since 3.03:
bug 4080: FORGED_YAHOO_RCVD now failing on new Yahoo internal host layout, fixed
bug 4385: .xxx is a new tld, so support it in RegistrarBoundaries (joy)
bug 4171: new way of determining header/body separation w/out needing to look for MIME boundary
bug 4367: SORBS lists are mixed up

Submitted by:	Michael Scheidell <scheidell@secnap.net> (perl@)
2005-06-08 08:04:07 +00:00
Sergey Matveychuk
675861eff7 - Master site subdir was changed.
Reported on:	ports@
2005-06-07 07:48:07 +00:00
Sergey Matveychuk
7ce88f2875 - Make depends on razor-agents optional
PR:		ports/81112
Submitted by:	Jeremy Chadwick <freebsd@jdc.parodius.com>
2005-05-26 16:50:34 +00:00
Sergey Matveychuk
1e3fea2599 - Back to run as root by default and add options to change it
- Fix plist when install no tools
2005-05-10 13:00:22 +00:00
Sergey Matveychuk
219fafe445 - Fix typo: OPENSSL->SSL
- Fix OPTIONS message
- Add depend on p5-IO-Socket-SSL module

Submitted by:	Olli Hauer <ohauer@gmx.de> (perl@)
2005-05-08 14:58:19 +00:00
Sergey Matveychuk
a252e2e546 - Implement OPTIONS
- Install spamassasin tools (*)
- Make mkdir silent in pkg-install script
- PORTREVISION bump

Requested by:	Jonathan Noack <noackjr@alumni.rice.edu> (perl@) (*)
2005-05-08 09:40:39 +00:00
Sergey Matveychuk
9330ea9576 - Fix depends on DBD::Pg module
Submitted by:	Gary Bajaj <b05@interbaun.com> (perl@)
2005-05-07 20:09:29 +00:00
Sergey Matveychuk
dc2973ac8a - Update to 3.0.3 (1)
- Don't run spamd from root anymore. Use spamd user instead.
  Put PID file in /var/run/spamd/ as result.
- A patch for fixing spamd that did not drop privileges for children (2)
- Rename SQL variable to more clean SQL_FLAG.

PR:		ports/80556 (1)
Submitted by:	Linh Pham <question+fbsdports@closedsrc.org> (1)
		Brandon Kuczenski <brandon@301south.net> (perl@) (2)
Obtained from:	http://bugzilla.spamassassin.org/show_bug.cgi?id=3897 (2)
2005-05-06 20:05:57 +00:00
Mathieu Arnold
b4d05fbdaf When installing from a package, /usr/local/etc/mail/spamassassin/init.pre was
not installed.

PR:		77392
Submitted by:	Michael Schout <mschout@gkg.net>
2005-02-15 17:01:41 +00:00
Jun Kuriyama
7a4639f7d5 - Change the usage of $PORTDOCS. When you specify files in subdirectory
of $DOCSDIR, you should specify directory in $PORTDOCS, not each files.
  This fixes plist problem.
- Remove trailing white spaces.

Reported by:	pointyhat via kris
2005-01-26 03:13:18 +00:00
Mathieu Arnold
48e177ea8b Update to 3.0.2
Submitted by:   many
2005-01-08 10:45:34 +00:00
Mathieu Arnold
b709362463 Now really correct the SQL use thing by setting a variable and actually using
it and not another.

Reported by:	ale
2004-11-26 14:58:35 +00:00
Mathieu Arnold
f437c1acfa Remove %%SQL%% from your nice ps output
Reported by:	Florent Thoumie <flz@xbsd.org>
2004-11-26 14:41:48 +00:00
Sergey Matveychuk
0873528d9d - Add WITH_MYSQL and WITH_PGSQL knobs (1).
- Add SPF support (2).

Obtained from:	freebsd-ports@ (1), ports/74089 (2)
Submitted by:	Linh Pham <question+fbsdports(at)closedsrc.org> (2)
2004-11-19 20:41:09 +00:00
Mathieu Arnold
424876ae90 Install etc/mail/spammassassin/init.pre.sample as etc/mail/spammassassin/init.pre too. 2004-10-28 16:45:16 +00:00
Mathieu Arnold
2ebeff4ce6 Fix build when building WITH_OPENSSL_PORT=yes
Submitted by:	<bdragon <at> gweep <dot> net>
2004-10-26 12:32:27 +00:00