non port: mail/mailscanner/Makefile |
SVNWeb
|
Number of commits found: 133 (showing only 100 on this page) |
Thu, 23 Feb 2023
|
[ 11:26 Chris Rees (crees) ] b5dcfce
mail/mailscanner: Remove archivers/lha dependency
From inspecting the code it uses 7z to unarchive lha files anyway
This means that packages will once again be built for MailScanner
PR: ports/269732
Reported by: Dennis Clarke
|
Tue, 29 Nov 2022
|
[ 04:51 Yasuhiro Kimura (yasu) ] f7bcd43 (Only the first 10 of 27 ports in this commit are shown above. )
security/clamav: Update to 1.0.0
* Switch to use bundled TomsFastMath library. Upstream made
incompatible change to bundled copy and this makes it impossible to
use external one. They also dropped option to use it.
* Bump PORTREVISION of consumers as shlib version is changed.
* Note that though this is new LTS feature release security/clamav-lts
stays in 0.103.x until either next regular feature release (probably
1.1.0) is released or 0.103.x reaches its EoL.
ReleaseNotes: https://blog.clamav.net/2022/11/clamav-100-lts-released.html
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] b587cc2 (Only the first 10 of 577 ports in this commit are shown above. )
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above )
|
Fri, 29 Oct 2021
|
[ 09:50 Stefan Eßer (se) ] 819f25b (Only the first 10 of 388 ports in this commit are shown above. )
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket)
|
Sat, 16 Oct 2021
|
[ 09:51 Jimmy Olgeni (olgeni) ] 4460cf7 (Only the first 10 of 476 ports in this commit are shown above. )
*: fix tab vs. space issues, and comments according to the guide.
|
Fri, 8 Oct 2021
|
[ 11:25 Bernhard Froehlich (decke) ] e568e4d
mail/mailscanner: Add CPE information
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 8 Feb 2021
|
[ 17:01 crees ]
Update to 5.4.3-3
Several changes in virus detection code
Output to stdout/stderr when running in foreground mode
... and much more:
https://raw.githubusercontent.com/MailScanner/v5/3c2329/changelog
|
Tue, 13 Oct 2020
|
[ 19:44 crees ]
Fix spamassassin symlink.
At some point in the distant past there was a config file called
spam.assassin.prefs.conf. This was renamed to spamassassin.conf,
but the symlink in %D/etc/mail/spamassassin still pointed to the
old location. This worked fine for old installs, but new installs
were left out. This should DTRT for both without administrator
intervention necessary.
|
Fri, 26 Jun 2020
|
[ 11:55 sunpoet ] (Only the first 10 of 61 ports in this commit are shown above. )
Move devel/p5-IO-stringy to devel/p5-IO-Stringy and update to 2.113
- Fix LICENSE_FILE
- Update pkg-descr
- Update WWW
- Bump PORTREVISION of dependent ports for dependency change
Changes: https://metacpan.org/changes/distribution/IO-Stringy
|
Thu, 5 Sep 2019
|
[ 11:27 rene ]
mail/mailscanner: drop CLAMAVMODULE support depending on expired
mail/p5-Mail-ClamAV
|
Sat, 27 Oct 2018
|
[ 16:55 crees ]
Fix path for virus scanners
Submitted by: Samuel Chow <cyschow@shaw.ca>
|
Thu, 25 Oct 2018
|
[ 19:47 crees ]
Update to 5.1.2-1
- Patch Mail::ClamAV to allow install for SuSE builds
- 7zip handle spaces in filenames
- Clamd full message scan
- Detect fax and tel links
- mime_perl_to_string fix for ignored handler
- Add Kaspersky Linux Mail Server support
- Ignore "archive damaged" in esets scanner output
- Cleanup reports, add en_uk reports
- Workaround MIME::Parser failing to decode UTF-8
- Refactor milter to fully support multiple original recipients
- Refactor milter to support large messages
- Refactor milter to reject blacklisted emails early
- Fix off by one header add in milter
- Look for all recipient records in DeleteRecipients
- Update milter doc to 1.3
- Remove invalid Apparmor code in debian package
- Fix condition concatenation in ms-update-phishing
- Fix mktemp in clamav-wrapper for FreeBSD11
- Add DrWeb virus scanner support
- Fixes for clamav on rhel variants
|
Mon, 10 Sep 2018
|
[ 21:40 crees ]
Update to 5.1.1
Fix config file upgrade, and disconnect the .sample processing; done by
ports tree now.
Reset maintainer, as he has not responded to email for as long as I can
remember. I have been (and still am) very grateful for his help in the past.
Approved by: maintainer timeout (>1 year)
|
Wed, 23 Aug 2017
|
[ 11:26 rene ]
mail/mailscanner: remove optional dependency on expired security/bdc
|
Sat, 29 Jul 2017
|
[ 11:32 crees ]
Fix pkg-deinstall missing. Had merged a revert, but had to copy over files
as working copy messed up, and the file existed but not checked in.
|
Fri, 28 Jul 2017
|
[ 16:39 crees ]
Partially revert the previous update.
No longer clobber user's configuration.
Fixup most pathnames, works for me now (tm)
PR: ports/217142
PR: ports/219938
PR: ports/219990
|
[ 14:05 crees ]
Serious issue on deinstall, disable until fixed.
PR: ports/217142
|
Sat, 10 Jun 2017
|
[ 23:12 wen ]
- Update to 5.0.3
- Add many recommended Perl modules to dependencies
- Remove DOCS option (there are no docs now)
- Since there are no Sophos binaries, remove the Sophos.install.freebsd file
- Simplify do-install - use COPYTREE_SHARE, COPYTREE_BIN
PR: 217142
Submitted by: pkubaj@anongoth.pl
Approved by: maintainer(timeout, > 100 days)
|
Sat, 21 Jan 2017
|
[ 18:35 antoine ]
Do not shebangfix symlinks
PR: 216309
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] (Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Thu, 4 Aug 2016
|
[ 00:54 marino ]
mail/mailscanner: Remove redundant dependency on unzip
A dependency on unzip will never be registered since unzip is available
on all supported platforms (since FreeBSD 8.0).
Approved by: infrastructure improvements blanket (sweep for unzip)
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 4 Jan 2016
|
[ 07:16 miwi ] (Only the first 10 of 12 ports in this commit are shown above. )
- Update to 4.85.2-3
PR: 205010
Submitted by: Talal Al Dik
Approved by: maintainer timeout (3 weeks+)
|
Tue, 15 Jul 2014
|
[ 16:14 adamw ] (Only the first 10 of 44 ports in this commit are shown above. )
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
|
Mon, 5 May 2014
|
[ 09:45 bapt ] (Only the first 10 of 293 ports in this commit are shown above. )
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr
|
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."
|
Fri, 28 Feb 2014
|
[ 20:05 crees ]
Update to 4.84.6
Fix temporary file bugs
Pointed out by: brad@comstyle.com
PR: ports/187005
Submitted by: Kevin Kobb (maintainer)
Style and shebang fixes and stage.
|
Fri, 20 Sep 2013
|
[ 19:59 bapt ] (Only the first 10 of 748 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
|
Sat, 14 Sep 2013
|
[ 18:12 az ] (Only the first 10 of 19 ports in this commit are shown above. )
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
|
Tue, 29 Jan 2013
|
[ 19:38 crees ]
OPTIONSngify
Remove old irrelevant perl dependency fixes
Submitted by: Kevin Kobb (kkobb@skylinecorp.com), maintainer
|
Sat, 30 Jun 2012
|
[ 13:10 az ] (Only the first 10 of 39 ports in this commit are shown above. )
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
|
Wed, 18 Apr 2012
|
[ 07:30 crees ]
Fix mktemp use (GNUism optional -t part for directory)
PR: ports/167000
Submitted by: Kevin Kobb <kkobb@skylinecorp.com> (maintainer)
|
Thu, 22 Mar 2012
|
[ 19:18 crees ]
Fix SPAMASSASSIN_SYMLINK (again)
Submitted by: Kevin Kobb (maintainer)
Pointyhat to: crees
Feature safe: yes
|
Wed, 21 Mar 2012
|
[ 21:08 crees ]
- Fix MS TNEF unpacking
- Use substitution in MailScanner.8 to update version
- Correct handling of WITHOUT_SPAMASSASSIN_SYMLINK in pkg-install
PR: ports/166254
Submitted by: Kevin Kobb (kkobb@skylinecorp.com) (maintainer)
Feature safe: yes
|
Wed, 14 Mar 2012
|
[ 18:38 crees ]
Kevin Kobb has been much quicker than me at keeping MailScanner up to date,
so punish him with maintainership
Approved by: Kevin Kobb <kkobb@skylinecorp.com> (new maintainer)
Feature safe: yes
|
Sat, 10 Mar 2012
|
[ 10:30 crees ]
Update to 4.84.5
PR: ports/165887
Submitted by: Kevin Kobb <kkobb@skylinecorp.com>
Feature safe: yes
|
Mon, 2 Jan 2012
|
[ 20:38 crees ]
Add reload function to rc script
PR: ports/163786
Submitted by: Carl Lindberg <lindberg+freebsdbugs@clindberg.org>
|
Sat, 18 Jun 2011
|
[ 16:35 crees ]
- Update to 4.83.5
- Automate config file updates
- Include config file handling in package
- Update maintainer address
PR: ports/157065
Submitted by: Chris Rees (utisoft@gmail.com) (self)
Reviewed by: Kevin Kobb
Approved by: tabthorpe (co-mentor)
|
Sun, 8 May 2011
|
[ 20:54 sahil ]
- Pass maintainership to submitter
- s/LOCALBASE/PREFIX/ where necessary
- Remove obsolete %%RC_SUBR%% reference
- Assign to RUN_DEPENDS with immediate expansion
- Use REINPLACE_CMD instead of PERL macro
PR: ports/156883
Submitted by: Chris Rees <utisoft@gmail.com>
|
Mon, 11 Apr 2011
|
[ 15:01 culot ]
- Update to 4.83.4
PR: ports/156201
Submitted by: Kevin Kobb <kkobb AT skylinecorp.com>
|
Fri, 25 Mar 2011
|
[ 10:39 miwi ]
- Update to 4.83.2
PR: 155665
Submitted by: Kevin Kobb <kkobb@skylinecorp.com> (maintainer)
|
Tue, 15 Feb 2011
|
[ 07:36 miwi ]
- Update to 4.82.6-1
PR: 154775
Submitted by: maintainer
|
Thu, 16 Dec 2010
|
[ 02:34 glarkin ] (Only the first 10 of 123 ports in this commit are shown above. )
- Chase security/libksba shlib version bump
Requested by: kwm
Pointyhat to: glarkin
|
Tue, 21 Sep 2010
|
[ 07:56 mm ] (Only the first 10 of 75 ports in this commit are shown above. )
Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,
p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress.
Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903
Bump PORTREVISION
|
Tue, 14 Sep 2010
|
[ 04:11 pgollucci ]
- Update to 4.81.4
PR: ports/150331
Submitted by: Kevin Kobb <kkobb@skylinecorp.com>
|
Wed, 28 Apr 2010
|
[ 22:20 pgollucci ]
- Release some more ports
|
Tue, 27 Apr 2010
|
[ 00:20 pgollucci ]
- Update to 4.79.11 the current stable release
PR: ports/144638
Submitted by: Mike Jakubik <mike.jakubik@intertainservices.com>
|
Tue, 6 Apr 2010
|
[ 12:01 garga ] (Only the first 10 of 28 ports in this commit are shown above. )
Chase clamav's lib bump
|
Sun, 28 Mar 2010
|
[ 05:52 dougb ] (Only the first 10 of 15 ports in this commit are shown above. )
Cleanse more RC_SUBR and RC_SUBR_SUFFIX variables
|
Mon, 1 Feb 2010
|
[ 03:32 pgollucci ]
- Update to 4.79.10
PR: ports/143277
Submitted by: Mike Jakubik <mike.jakubik@intertainservices.com>
|
Wed, 27 Jan 2010
|
[ 13:05 kuriyama ] (Only the first 10 of 20 ports in this commit are shown above. )
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 11).
Approved by: portmgr (itetcu)
|
Mon, 18 Jan 2010
|
[ 05:35 pgollucci ]
- Update to 4.79.5
|
Tue, 12 Jan 2010
|
[ 06:52 pgollucci ]
- Adopt
|
Sat, 9 Jan 2010
|
[ 23:45 pgollucci ]
This is a workaround to the continuous taint mode incompatibilities with this
code.
- This patch introduces a new rc variable called "mailscanner_user". If you
changed the "Run As User"
variable in MailScanner.conf (which triggers taint mode) you MUST now also set
the same value in /etc/rc.conf.
- Removed ulimit bump from startup script, since its now dynamically set at boot
time based on system resources.
- fixes permission problems with pid file.
PR: ports/142382
Submitted by: Mike Jakubik <mike.jakubik@intertainservices.com>
|
Fri, 18 Dec 2009
|
[ 22:30 pav ]
- Update to 4.79.4
PR: ports/141726
Submitted by: Mike Jakubik <mike.jakubik@intertainservices.com>
|
Sun, 11 Oct 2009
|
[ 22:32 lippe ]
- Update to 4.78.17.
PR: ports/139313
Submitted by: Mike Jakubik <mikej@rogers.com>
|
Wed, 16 Sep 2009
|
[ 21:52 linimon ]
Reset j.koopmann@seceidos.de due to maintainer-timeouts and no response
to email.
Hat: portmgr
Feature safe: yes
|
[ 15:00 pav ]
- Update to 4.78.9
PR: ports/137747
Submitted by: Mike Jakubik <mikej@rogers.com>
Approved by: maintainer timeout
Feature safe: yes
|
Thu, 30 Apr 2009
|
[ 13:34 pav ]
- Update to 4.75.11
PR: ports/131518
Submitted by: Kevin Kobb <kkobb@skylinecorp.com>
Approved by: maintainer timeout on older patch in the PR
|
Fri, 27 Mar 2009
|
[ 11:53 garga ] (Only the first 10 of 33 ports in this commit are shown above. )
- Bump necessary PORTREVISIONS and fix some ports to new clamav API
|
Mon, 15 Sep 2008
|
[ 19:56 garga ] (Only the first 10 of 33 ports in this commit are shown above. )
- 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)
|
Fri, 6 Jun 2008
|
[ 13:43 edwin ] (Only the first 10 of 159 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Thu, 27 Mar 2008
|
[ 11:53 miwi ]
- Add deve/p5-IO to the dependency
PR: 122152
Submitted by: Johan Hendriks <j.hendriks@schavemaker.com>
Approved by: maintainer via irc
|
[ 08:11 miwi ]
- Update to 4.67.6
Submitted by: maintainer via private mail
|
Wed, 17 Oct 2007
|
[ 09:31 miwi ]
- Update to 4.64.3
PR: 117129
Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer)
|
Tue, 18 Sep 2007
|
[ 15:10 miwi ]
- Update to 4.63.8
PR: 116436
Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer)
|
Sat, 8 Sep 2007
|
[ 01:01 linimon ] (Only the first 10 of 112 ports in this commit are shown above. )
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
|
Wed, 5 Sep 2007
|
[ 09:33 clsung ]
- Update to 4.62.9
- for details please refer to the PR
PR: ports/115907
Submitted by: maintainer (Jan-Peter Koopmann)
|
Wed, 4 Jul 2007
|
[ 15:04 miwi ]
- Update to 4.61.7
PR: 114214
Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer)
|
Mon, 4 Jun 2007
|
[ 20:52 miwi ]
- Fixed error in auto-zip: If a message contained 2 different attachments
with exactly the same filename, the auto-zip feature would fail and
MailScanner would die.
Submitted by: Jan-Peter Koopmann via irc (maintainer)
|
[ 13:21 miwi ]
- Update to 4.60.8
PR: 114420
Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer)
|
[ 09:59 miwi ]
- Update to 4.59.4
PR: 112389
Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer)
|
Sun, 8 Apr 2007
|
[ 10:40 stefan ]
Correct some options in clamav-wrapper.
PR: 111026
Submitted by: maintainer
|
Tue, 13 Mar 2007
|
[ 20:11 garga ] (Only the first 10 of 24 ports in this commit are shown above. )
- 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
|
Sat, 10 Feb 2007
|
[ 12:56 miwi ]
- Update to 4.58.9
PR: 108976
Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer)
|
Tue, 16 Jan 2007
|
[ 21:13 nivit ]
- Updated to 4.57.6
PR: ports/108004
Submitted by: Jan-Peter Koopmann <j.koopmann at seceidos.de> (maintainer)
Approved by: alexbl (mentor, implicit)
|
Sun, 3 Dec 2006
|
[ 12:45 demon ] (Only the first 10 of 41 ports in this commit are shown above. )
Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.
|
Thu, 23 Nov 2006
|
[ 21:03 miwi ]
- Fix Update problems
- Bump PORTREVISION
Submitted by: ports@
Jan-Peter <Jan-Peter.Koopmann@seceidos.de> (Maintainer)
|
Wed, 22 Nov 2006
|
[ 20:52 miwi ]
- Update to 4.56.8
PR: ports/105741
Submitted by: Jan-Peter Koopmann (maintainer)
|
Fri, 11 Aug 2006
|
[ 20:10 pav ]
- Update to 4.55.10
PR: ports/101766
Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer)
|
Mon, 19 Jun 2006
|
[ 11:27 tobez ]
Fix dependency: use sysutils/p5-Filesys-Df instead of
devel/p5-Filesys-Statvfs_Df, which the former replaces. Bump
portrevision.
This should fix INDEX build.
Noticed by: droso, index build script
Pointy hat to: aaron, tobez (implicit)
|
Fri, 9 Jun 2006
|
[ 21:53 pav ]
- Fix gunzip path
PR: ports/98716
Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer)
|
Tue, 6 Jun 2006
|
[ 10:10 ijliao ]
upgrade to 4.54.6
PR: 98579
Submitted by: maintainer
|
Fri, 5 May 2006
|
[ 16:11 garga ]
- Update to 4.53.8
Just after 4.53.7 was committed someone spotted a serious bug in that version
which was quickly fixed by the author.
PR: ports/96830
Submitted by: maintainer
|
[ 10:38 garga ] (Only the first 10 of 20 ports in this commit are shown above. )
- Update to 4.53.7
3/5/2006 New in Version 4.53.7-1
================================
* New Features and Improvements *
- Attachment extraction now checks for available disk space and a DoS attack
using messages with high expansion ratios will fail even quicker than it
did before.
- Added new setting "SpamAssassin Local State Dir" to support the sa-update
tool provided with MailScanner these days, to provide a way of auto-
updating the core SpamAssassin rulesets. The default value is set to what
you need for Linux (/var/lib).
- Added new cron job to run sa-update every night. The location of the
sa-update program is read from /etc/sysconfig/MailScanner.
- Added support for new header -H file format in Exim 4.61. (Only the first 15 lines of the commit message are shown above )
|
Thu, 27 Apr 2006
|
[ 17:30 ehaupt ]
- Fix bug in mta.sh
- Fix rc.subr reference in update_phishing_sites.cron and
update_virus_scanners.cron
- Patch for changed queue file format of Exim 4.61
- Mark IGNORE for PERL_LEVEL < 500600 which is required by databases/p5-DBI
(dependency)
PR: 96351
Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer)
|
Thu, 13 Apr 2006
|
[ 16:42 johans ]
-Update to latest release, 4.52.2.
PR: ports/95681
Submitted by: Jan-Peter Koopmann (maintainer)
Approved by: flz (mentor)
|
[ 13:27 johans ]
- Update to version 4.51.5
PR: ports/94144
Submitted by: Jan-Peter Koopman (maintainer)
Approved by: flz (mentor)
|
Thu, 16 Feb 2006
|
[ 16:34 sem ]
- Introduce a few more maintanence scripts
- Fix a bug in a startup script
- Add files/CHANGES.port where store history of the port changes
PR: ports/93420
Submitted by: maintainer
|
Wed, 15 Feb 2006
|
[ 10:47 garga ] (Only the first 10 of 12 ports in this commit are shown above. )
- Update to 4.50.15
- OPTIONSify
- Use USE_RC_SUBR
Change Log:
- Speed increased significantly! Caches SpamAssassin results.
Note you need to run my install.sh script to get the new modules required.
- If "Virus Scanners = auto" (ie. the installed default value) then it
searches for and uses every available installed virus scanner.
- Added SpamAssassin cache analyser (analyse_SpamAssassin_cache) to the
distributions. 99% written by Steve Freegard of MailWatch fame.
- Upgraded ClamAV+SA bundle to ClamAV 0.88.
- Added default headers that Thunderbird 1.5 will use to automatically
identify spam based on SpamAssassin's spam headers.
- Added UU-decoder to automatically extract files from attachments that were (Only the first 15 lines of the commit message are shown above )
|
Wed, 4 Jan 2006
|
[ 21:29 edwin ]
[MAINTAINER] mail/MailScanner: update to 4.49.7
- Update to 4.49.7
* New Features and Improvements *
- Speed improvements for sendmail systems by changing the
way temporary files are handled and how attachments are parsed. This
should be really noticeable if I've got it right.
Thanks for the great help of the Vodafone SHARK team.
- Added speed improvements for Exim.
- Added speed improvements for Postfix.
- Now changes the command line listed in `ps` (ie $0) to show what
MailScanner is doing. Should help diagnose slow system problems.
- 4 new configuration options, which list patterns against which
filenames
and filetypes are matched to see if we should allow them or block
them. (Only the first 15 lines of the commit message are shown above )
|
Mon, 12 Dec 2005
|
[ 20:57 edwin ]
[MAINTAINER] mail/MailScanner: update to 4.48.4
- Update to 4.48.4
PR: ports/90296
Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de>
|
Sun, 23 Oct 2005
|
[ 02:41 edwin ]
[MAINTAINER] mail/MailScanner: update to 4.46.2
Update to 4.46.2
1/10/2005 New in Version 4.46.2-2
=================================
* New Features and Improvements *
- Improved phishing net JavaScript detection to make reports more sensible.
- Loads of additions to phishing net safe sites list (thanks Denis!).
- Improved Install-Clam-SA package so that it sets up your /etc/ld.so.conf
file for you, by adding /usr/local/lib if necessary.
- Increased the default expansion factor of archives for the clamav scanner.
- Removed -j3 from call to Kaspersky in kaspersky-wrapper, on advice from
Kaspersky users.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 31 Aug 2005
|
[ 13:19 garga ]
- Update to 4.44.6
* New Features and Improvements *
- Published new version of the book, but advise you don't purchase until
3rd week of August so I get to check a copy off the press first.
- Optimised situation where spam archive is being kept clean but many
messages are being deleted. Thanks to yavor.trapkov@wipe.int for that.
- Improved logging to show what sort of HTML tags have been disarmed.
- Added "Scan Messages" option (intended to be a ruleset) which is an
easy way of disabling all scanning and processing of messages. Great
for customers who don't want scanning of any sort on their messages.
- More phishing net improvements and additions to the safe sites list.
* Fixes *
- Resolved dependency problems by "tweaking" /usr/lib/rpm/perl.req to (Only the first 15 lines of the commit message are shown above )
|
Fri, 8 Jul 2005
|
[ 20:31 pav ]
- Update to 4.43.8
PR: ports/83139
Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer)
|
Sat, 11 Jun 2005
|
[ 16:13 skv ] (Only the first 10 of 144 ports in this commit are shown above. )
* reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
+ add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
* for all changed ports make dependencies on File::Temp, Digest::MD5,
Storable unconditional
* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
(this variable is forced by bsd.port.mk now)
* update Class-Autouse to 1.17
* update POE-API-Hooks to 1.05
* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
|
Wed, 1 Jun 2005
|
[ 16:34 pav ]
- Update to 4.42.9
PR: ports/81755
Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer)
|
Tue, 10 May 2005
|
[ 17:26 jylefort ]
- Update to 4.41.3 [1]
- Use SUB_FILES=pkg-message
PR: ports/80823 [1]
Submitted by: maintainer [1]
|
Number of commits found: 133 (showing only 100 on this page) |