non port: japanese/spamassassin/Makefile |
SVNWeb
|
Number of commits found: 24 |
Wed, 26 Sep 2018
|
[ 19:38 zeising ]
japanese/spamassassin: Mark broken
Mark japanese/spamassassin since it does not build after the update of
mail/spamassassin to 3.4.2. The patch for japanese support does not apply.
Reset maintainer mail address, since mail to it bounces (domain not found).
Deprecate and set expiration date to the end of the year.
Discussed with: portmgr (rene, @ EuroBSDCon 2018)
|
Wed, 27 Jun 2018
|
[ 13:55 mat ] (Only the first 10 of 44 ports in this commit are shown above. )
Do not force stop services when a package is deinstalled.
Starting or stopping services is the role of pkg(8).
Sponsored by: Absolight
|
Wed, 9 Aug 2017
|
[ 19:30 zeising ]
Fix runtime on recent perl versions and change default options
Add a patch from upstream to fix runtime when using perl 5.26 or later. [0]
Change default options to include DKIM and SPF checking.
Bump portrevision.
PR: 220474 (based on) [0]
Reported by: Trond.Endrestol@ximalas.info [0]
|
Tue, 28 Mar 2017
|
[ 18:10 robak ]
mail/spamassassin japanese/spamassassin: add missing run dependencies
PR: 217487
Submitted by: Igor Roshchin <spamd-pr@str.komkon.org>
MFH: 2017Q1
|
Sun, 6 Nov 2016
|
[ 15:39 adamw ]
Bump PORTREVISION after r425497.
|
Tue, 2 Aug 2016
|
[ 16:17 adamw ]
Remove hard dependency on p5-IO-Socket-IP and bump PORTREVISION.
|
Mon, 4 Apr 2016
|
[ 17:05 adamw ]
Disable SSLv3 and enable TLSv1.1 and TLSv1.2.
This is a patch make by Debian's own Noah Meyerhans that disables SSLv3,
fixes or removes the tests that choke without SSLv3, and lets
IO::Socket::SSL choose the best TLS level rather than forcing it at
TLSv1.
I can't think of a responsible reason to allow re-enabling it as an
OPTION, so add a note to UPDATING warning people of the change and
referencing the below PR.
PORTREVISION bump.
PR: 208225
Submitted by: Sascha Holzleiter
Obtained from: https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7199
MFH: 2016Q2
|
Fri, 1 Apr 2016
|
[ 14:08 mat ] (Only the first 10 of 481 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 23 Nov 2015
|
[ 17:00 adamw ]
Add two patches from upstream bug #7265, which fixes incompatibilities with
Net::DNS 1.03. The FreeBSD p5-Net-DNS port has been downgraded to 1.02 but
Net::DNS will be re-issued at some point soon. The changes in these patches
seem to work well with Net::DNS 1.02.
While here, add some TEST_DEPENDS so I can run the plugin-based tests as well.
Bump PORTREVISION for spamassassin and japanese/spamassassin.
PR: 204682
Submitted by: Mark.Martinec@ijs.si
Obtained from: https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7265
|
Sat, 17 Oct 2015
|
[ 21:37 pi ]
japanese/spamassassin: Unbreak and adapt to 3.4.1
PR: 203036
Submitted by: fmysh@iijmio-mail.jp
|
Tue, 21 Jul 2015
|
[ 12:56 pi ]
mail/spamassassin, japanese/spamassassin: fix bug with dns/p5-Net-DNS change
Now that a port dns/p5-Net-DNS has been upgraded to version 1.01,
this revealed an incompatibility with DNS resolving in SpamAssassin.
In short: Net::DNS::Packet->new no longer sets the RD (recursion
desired) bit in new packets, so essentially DNS queries no longer
work. Details at:
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7223
To bridge the time until SpamAssassin 3.4.2 gets released,
the attached patch is needed ( equivalent to
https://svn.apache.org/viewvc?view=rev&rev=1691992 ).
For earlier version of dns/p5-Net-DNS this patch is redundant,
but does no harm.
PR: 201741
Submitted by: Mark.Martinec@ijs.si
|
Wed, 29 Apr 2015
|
[ 18:46 adamw ] (Only the first 10 of 11 ports in this commit are shown above. )
Update spamassassin to 3.4.1.
Changes:
* improved automation to help combat spammers that are abusing new top level
domains;
* tweaks to the SPF support to block more spoofed emails;
* increased character set normalization to make rules easier to develop and
stop spammers from using alternate character sets to bypass tests;
* continued refinement to the native IPv6 support; and
* improved Bayesian classification with better debugging and attachment
hashing.
Full ChangeLog at https://metacpan.org/changes/distribution/Mail-SpamAssassin
The japanese/spamassassin port is broken until it's updated for 3.4.1.
|
Sun, 30 Nov 2014
|
[ 21:26 adamw ]
Add a patch from SA bug #7107, to quiet warnings due to bad usage of $^V
that show up during sa-learn, sa-compile, etc.
Note that other warnings can still show up, ex.:
zoom: rule __FOR_SALE_PRC_100K will loop on SpamAssassin older than 3.3.2
running under Perl 5.12 or older, Bug 6558
While here, go with the @dir new world order. SA is not poudriere clean at this
time;
/var/spool/spamd is the homedir of user spamd, so I am pretty sure it shouldn't
be
listed with @dir. QA sees this as a leftover dir.
PR: 195524
Submitted by: Bernard Spil
|
Wed, 26 Nov 2014
|
[ 13:08 mat ] (Only the first 10 of 10077 ports in this commit are shown above. )
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above )
|
Sun, 6 Jul 2014
|
[ 12:45 adamw ]
Add a patch to fix the DBM bayes store, which failed due to a tainted
variable in a debug message.
Submitted by: Herbert J. Skuhra
|
Fri, 20 Jun 2014
|
[ 18:28 adamw ]
* Add a patch from SA bug 7057 to fix compatibility with Net::DNS >= 0.76 [1]
* Verify that /var/run/spamd exists before starting [2]
* While here, reformat Makefile
PR: ports/191101 [1], ports/189912 [1], ports/190005 [2]
Submitted by: Daniel Austin <freebsd-ports@dan.me.uk> and pi [1a],
brian@behlendorf.com [1b], Trond.Endrestol@ximalas.info [2]
|
Thu, 1 May 2014
|
[ 17:01 adamw ]
Improvements.
Let pkg-create handle ownership/mode better. Use @dirrmtry instead of
@unexec rmdir. Use COPYTREE_SHARE to ensure proper permissions.
Also, stop the spamd service on deinstall if it's running. It creates
zombie issues otherwise... I'm pretty sure this is the right thing to
do.
|
Wed, 2 Apr 2014
|
[ 19:46 adamw ]
Add a patch fix bug #7018, a typo that caused the Razor
plugin to error out.
Thanks to DutchDaemon for the legwork here.
|
Tue, 1 Apr 2014
|
[ 14:06 adamw ]
Partially revert r348415. There are many good scenarios where
preventing user-config file creation is a good thing. Recommend
one of those scenarios in the rc.d description.
PR: ports/187659
Submitted by: Lawrence "The Dreamer" Chen <beastie@tardisi.com>
|
Sun, 16 Mar 2014
|
[ 16:46 adamw ]
Fix order of spamd args.
Noticed by: ume
|
[ 16:05 adamw ]
sa-update no longer requires p5-libwww, but it does
still require HTTP::Date.
|
[ 15:18 adamw ]
- Switch to recommended dependencies
- Drop p5-libwww, as SA will use fetch(1)
- Use p5-IO-Socket-IP unconditionally
- Drop p5-IO-Socket-INET6
- Remove the IPV6 option
- Use p5-Geo-IP instead of p5-IP-Country
- Remove unnecessary p5-Mail-Tools dependency
- Remove RAZOR and DKIM from OPTIONS_DEFAULT. All
plugins now default to off.
- Make instructions clearer in pkg-message and rc.d script
|
[ 14:24 adamw ]
The release notes for 3.4.0 were never included in the tarball from
upstream. We include the missing commit, and also the release notes
themselves for good measure.
PR: ports/187632
Submitted by: Spil <spil.oss@gmail.com>
Also, as long as we're here, pet portlint a little bit (though it
still complains loudly about other things).
|
Tue, 11 Mar 2014
|
[ 21:49 adamw ] (Only the first 10 of 30 ports in this commit are shown above. )
Move {mail,japanese}/p5-Mail-SpamAssassin to &/spamassassin, in the name of
improving accessibility.
I think people who want to just find the port/package and install it are
more likely to look for "spamassassin the program" than "spamassassin the
perl module collection."
|
Number of commits found: 24 |