1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
Commit Graph

99 Commits

Author SHA1 Message Date
Chris Rees
d73b6de2b8 - 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)
2011-06-18 16:35:08 +00:00
Sahil Tandon
d89c6e39e0 - 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>
2011-05-08 20:54:08 +00:00
Frederic Culot
4c382cf6d7 - Update to 4.83.4
PR:		ports/156201
Submitted by:	Kevin Kobb <kkobb AT skylinecorp.com>
2011-04-11 15:01:50 +00:00
Martin Wilke
6fc8389487 - Update to 4.83.2
PR:		155665
Submitted by:	Kevin Kobb <kkobb@skylinecorp.com> (maintainer)
2011-03-25 10:39:30 +00:00
Martin Wilke
a62f11ae47 - Update to 4.82.6-1
PR:		154775
Submitted by:	maintainer
2011-02-15 07:36:23 +00:00
Greg Larkin
afb4f48d31 - Chase security/libksba shlib version bump
Requested by:	kwm
Pointyhat to:	glarkin
2010-12-16 02:34:07 +00:00
Martin Matuska
ddcc0de921 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
2010-09-21 07:56:43 +00:00
Philip M. Gollucci
eb278d833e - Update to 4.81.4
PR:             ports/150331
Submitted by:   Kevin Kobb <kkobb@skylinecorp.com>
2010-09-14 04:11:47 +00:00
Philip M. Gollucci
3df089616c - Release some more ports 2010-04-28 22:20:23 +00:00
Philip M. Gollucci
825dcb10a1 - Update to 4.79.11 the current stable release
PR:             ports/144638
Submitted by:   Mike Jakubik <mike.jakubik@intertainservices.com>
2010-04-27 00:20:34 +00:00
Renato Botelho
33d9de8958 Chase clamav's lib bump 2010-04-06 12:01:56 +00:00
Doug Barton
204523bd3c Cleanse more RC_SUBR and RC_SUBR_SUFFIX variables 2010-03-28 05:52:12 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Philip M. Gollucci
4b89068be1 - Update to 4.79.10
PR:             ports/143277
Submitted by:   Mike Jakubik <mike.jakubik@intertainservices.com>
2010-02-01 03:32:13 +00:00
Jun Kuriyama
14ed202be0 - Remove unneeded dependencies which is in perl-5.8.9 dist
(part 11).

Approved by:	portmgr (itetcu)
2010-01-27 13:05:28 +00:00
Philip M. Gollucci
d4d141a250 - Update to 4.79.5 2010-01-18 05:35:35 +00:00
Philip M. Gollucci
9875f3c1aa - Adopt 2010-01-12 06:54:31 +00:00
Philip M. Gollucci
10b2562faa 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>
2010-01-09 23:45:02 +00:00
Pav Lucistnik
b278c686f3 - Update to 4.79.4
PR:		ports/141726
Submitted by:	Mike Jakubik <mike.jakubik@intertainservices.com>
2009-12-18 22:30:47 +00:00
Felippe de Meirelles Motta
e6d4fd5eb9 - Update to 4.78.17.
PR:		ports/139313
Submitted by:	Mike Jakubik <mikej@rogers.com>
2009-10-11 22:32:16 +00:00
Mark Linimon
4f0502580a Reset j.koopmann@seceidos.de due to maintainer-timeouts and no response
to email.

Hat:		portmgr
Feature safe:	yes
2009-09-16 21:52:11 +00:00
Pav Lucistnik
16e66b73ba - Update to 4.78.9
PR:		ports/137747
Submitted by:	Mike Jakubik <mikej@rogers.com>
Approved by:	maintainer timeout
Feature safe:	yes
2009-09-16 15:00:32 +00:00
Doug Barton
0175383f0a Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
2009-07-15 16:56:10 +00:00
Pav Lucistnik
9bcfb5997e - 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
2009-04-30 13:34:40 +00:00
Renato Botelho
b5a9f42350 - Bump necessary PORTREVISIONS and fix some ports to new clamav API 2009-03-27 11:53:07 +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
Edwin Groothuis
090059a210 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)
2008-06-06 14:17:21 +00:00
Martin Wilke
08152b07c9 - Add deve/p5-IO to the dependency
PR:		122152
Submitted by:	Johan Hendriks <j.hendriks@schavemaker.com>
Approved by:	maintainer via irc
2008-03-27 11:53:05 +00:00
Martin Wilke
bb9ce8c4a4 - Update to 4.67.6
Submitted by:	maintainer via private mail
2008-03-27 08:11:54 +00:00
Martin Wilke
2d8a3c6d08 - Update to 4.64.3
PR:		117129
Submitted by:	Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer)
2007-10-17 09:31:17 +00:00
Martin Wilke
f1120fa555 - Update to 4.63.8
PR:		116436
Submitted by:	Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer)
2007-09-18 15:10:23 +00:00
Mark Linimon
9839011ec3 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
2007-09-08 01:12:10 +00:00
Cheng-Lung Sung
66d7544ff0 - Update to 4.62.9
- for details please refer to the PR

PR:		ports/115907
Submitted by:	maintainer (Jan-Peter Koopmann)
2007-09-05 09:33:20 +00:00
Martin Wilke
4aa738e8ea - Update to 4.61.7
PR:		114214
Submitted by:	Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer)
2007-07-04 15:04:03 +00:00
Martin Wilke
18d00186b1 - 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)
2007-06-04 20:52:13 +00:00
Martin Wilke
6ce8fd0b37 - Update to 4.60.8
PR:		114420
Submitted by:	Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer)
2007-06-04 13:21:45 +00:00
Martin Wilke
83eea5a3e6 - Update to 4.59.4
PR:		112389
Submitted by:	Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer)
2007-06-04 09:59:58 +00:00
Stefan Walter
bc0fb8de8f Correct some options in clamav-wrapper.
PR:		111026
Submitted by:	maintainer
2007-04-08 10:40:05 +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
Martin Wilke
79c3651630 - Update to 4.58.9
PR:		108976
Submitted by:	Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer)
2007-02-10 12:56:37 +00:00
Nicola Vitale
b0c2c45ee1 - Updated to 4.57.6
PR:		ports/108004
Submitted by:	Jan-Peter Koopmann <j.koopmann at seceidos.de> (maintainer)
Approved by:	alexbl (mentor, implicit)
2007-01-16 21:13:03 +00:00
Dmitry Sivachenko
274e5c4ab3 Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update. 2006-12-03 12:45:59 +00:00
Martin Wilke
4a58e7dfb5 - Fix Update problems
- Bump PORTREVISION

Submitted by:	ports@
                Jan-Peter <Jan-Peter.Koopmann@seceidos.de> (Maintainer)
2006-11-23 21:03:47 +00:00
Martin Wilke
d69eb8f06f - Update to 4.56.8
PR:		ports/105741
Submitted by:	Jan-Peter Koopmann (maintainer)
2006-11-22 20:52:21 +00:00
Pav Lucistnik
6755590114 - Update to 4.55.10
PR:		ports/101766
Submitted by:	Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer)
2006-08-11 20:10:30 +00:00
Anton Berezin
3b52b48898 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)
2006-06-19 11:27:33 +00:00
Pav Lucistnik
9d5b27ea23 - Fix gunzip path
PR:		ports/98716
Submitted by:	Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer)
2006-06-09 21:53:19 +00:00
Ying-Chieh Liao
ad46bdcce6 upgrade to 4.54.6
PR:		98579
Submitted by:	maintainer
2006-06-06 10:10:38 +00:00
Renato Botelho
d3c5b00563 - 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
2006-05-05 16:11:33 +00:00
Renato Botelho
d64b25b216 - 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.
- Added 2 new configuration options "Gunzip Command" and "Gunzip Timeout" to
  enable unpacking of gzip-ed files for filename and filetype checking.
  Even if this is disabled, gzip-ed files will still be virus scanned.
- Added support for numerical entries in phishing.safe.sites.conf file.
- Added support for optional multipliers in numbers in MailScanner.conf.
  So you can now write "50M" instead of "50000000". The multipliers supported
  are "k", "m" and "g" to denote 1 thousand, 1 million and 1 billion (10^9)
  in upper or lower case.
  You must *not* put any spaces between the number and the multiplier character.
- Added a new configuration option "Ignored Web Bug Filenames". This allows
  you to whitelist a bunch of filenames that can appear in the URLs of
  potential web bugs. So if you decide that all potential web bugs with
  "spacer" or "pixel.gif" in the filename are just padding for page layout,
  then you can make it ignore them by adding them to this list. A sample
  list is provided in MailScanner.conf.
  This is disabled by default, as spammers may start to use this as a means
  of circumventing the Web Bug trap.
- When Web Bugs are disarmed, the URL used to replace the original web bug
  can now be set using the new configuration option "Web Bug Replacement".
  If this is not specified, then the old value of "MailScannerWebBug" is used.
  The default value supplied in the MailScanner.conf file is the address of
  an untracked 1x1 pixel transparent gif (51 bytes) hosted on the MailScanner
  web site. This will not be tracked other than to supply an overall count of
  the number of hits this image gets, for overall statistical purposes.
- Added Razor2 to the list of plugins automatically enabled by the ClamAV+SA
  easy-to-install package, due to the recent change in licence. Now if DCC
  could go the same way...
- Updated Catalan translations.

* Fixes *
- Fixed bug in DoS attack handler. Thanks for Jorge for this.
- Commented out setting of "SpamAssassin Local State Dir" in MailScanner.conf.

PR:		ports/96751
Submitted by:	maintainer
2006-05-05 10:38:03 +00:00