aboutsummaryrefslogtreecommitdiff
path: root/security/amavisd-new
Commit message (Collapse)AuthorAgeFilesLines
* Switch the dependency on archivers/freeze to default to off.Niclas Zeising2017-05-251-2/+2
| | | | | | | | | | | | The dependency on archivers/freeze make it so that amavisd-new can check inside freeze archives, however there are issues with that port that keeps it from being built, and that makes amavisd-new not build either. It is still possible to install freeze separately and have amavisd-new use it. Approved by: flo (maintainer) Notes: svn path=/head/; revision=441677
* Revert removal of UNRAR description from these portsMark Felder2017-04-271-0/+1
| | | | | | | | | It was determined that the custom descriptions were more useful Reported by: mat Notes: svn path=/head/; revision=439550
* UNRAR description is now available in bsd.options.desc.mkMark Felder2017-04-261-1/+0
| | | | | | | Approved by: portmgr (with hat) Notes: svn path=/head/; revision=439470
* - fix clamd socket file location in default config file [1]Florian Smeets2016-12-133-3/+14
| | | | | | | | | | | | | - prevent error messages from amavisd-p0fanalyzer rc script [2] - add a patch to fix dkim siging that was broken in 2.11.0 [3] PR: 200036 [1], 209038 [2], 214202 [3] Submitted by: barnerd [1] Miroslav Lachman <000.fbsd@quip.cz> [2] ari@stonepile.fi [3] Notes: svn path=/head/; revision=428490
* - update to 2.11.0Florian Smeets2016-10-212-5/+5
| | | | | | | | | | - take maintainership PR: 212695 Approved by: gabor (private mail) Notes: svn path=/head/; revision=424432
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+1
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415503
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-36/+36
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Fix usage of ${PERL5}.Mathieu Arnold2015-12-171-3/+3
| | | | | | | | | | | | | | | | | ${PERL5} points to a specific version of perl, say, perl5.22.1, it is fine to use it in a ports Makefile to do Perly things, but ports using it must use ${PERL}, that points to /usr/local/bin/perl so that if the minor version is updated, the shebang keep working. While there, make some ports use shebangfix, regen a few patches, and bump PORTREVISION where a shebang went from PERL5 to PERL. PR: 205367 With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=403913
* - Convert pkg-install script to @dirDmitry Marakasov2015-09-303-34/+21
| | | | | | | | | | | | - Use options helpers - Remove unneeded @dir's from plist PR: 203045 Submitted by: amdmi3 Approved by: maintainer timeout (gabor, 2 weeks) Notes: svn path=/head/; revision=398228
* - Add dependency that was forgotten during the updateGabor Kovesdan2015-02-241-1/+3
| | | | | | | | PR: 197994 Submitted by: madpilot Notes: svn path=/head/; revision=379840
* - Update to 2.10.1Gabor Kovesdan2015-02-244-21/+12
| | | | | | | | | | | | - Add p0f-analyzer.pl to SHEBANG_FILES [1] - Remove reference to deprecated virus scanners [2] - Use conventional sample file naming [2] PR: 195870 [1], 194412 [2] Submitted by: me@nileshgr.com [1], takefu@airport.fm [2] Notes: svn path=/head/; revision=379807
* - Use the ports framework to create user/groupAntoine Brodin2014-09-143-45/+5
| | | | | | | | - Shebangfix - Allow staging as a regular user Notes: svn path=/head/; revision=368225
* - Update to 2.9.1 [1]Gabor Kovesdan2014-07-182-28/+18
| | | | | | | | | | - Staging [2] PR: 189479 [1] (based on), 191695 [2] Submitted by: paul@inetstat.net [1], Dan Lukes <dan@obluda.cz> [2] Notes: svn path=/head/; revision=362176
* Move {mail,japanese}/p5-Mail-SpamAssassin to &/spamassassin, in the name ofAdam Weinberger2014-03-111-2/+2
| | | | | | | | | | | 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." Notes: svn path=/head/; revision=347936
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* Convert to new perl frameworkBaptiste Daroussin2013-09-161-1/+2
| | | | | | | Convert USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=327417
* - Remove unnecessary depend on PERL_LEVEL < 5.12Andrej Zverev2013-06-071-4/+0
| | | | | | | | | PR: ports/178928 Submitted by: az Approved by: maintainer (timeout) Notes: svn path=/head/; revision=320167
* Fix syntaxe error introduced by conversion to new options frameworkBaptiste Daroussin2013-05-021-1/+1
| | | | Notes: svn path=/head/; revision=317105
* Convert security to new options frameworkBaptiste Daroussin2013-04-281-58/+62
| | | | Notes: svn path=/head/; revision=316749
* - Remove A/An in COMMENTCarlo Strub2013-03-291-1/+1
| | | | | | | - Trim Header where applicable Notes: svn path=/head/; revision=315566
* - Set default perl version for ports which currently usingAndrej Zverev2012-12-161-1/+1
| | | | | | | | | (5.x+ and x < 12) scheme. Approved by: bapt@ (portmgr@) Notes: svn path=/head/; revision=308985
* RC fixes;Chris Rees2012-10-285-72/+57
| | | | | | | | | | | | | - Use REQUIRE in lieu of BEFORE where possible - Include KEYWORD: shutdown for persistent services - load_rc_config should precede any default settings - Style fixes, indenting functions, remove single-line functions Approved by: gabor (maintainer) Feature safe: yes Notes: svn path=/head/; revision=306550
* - Fix mistakenly expanded variable substitutionGabor Kovesdan2012-10-131-1/+1
| | | | | | | | Noticed by: zeising Feature safe: yes Notes: svn path=/head/; revision=305846
* - Let amavisd_ram respect tmpfs [1]Gabor Kovesdan2012-10-133-11/+4
| | | | | | | | | | | | | | - Fix amavis-p0fanalyzer startup script [2] - Bump PORTREVISION PR: ports/169660 [1], ports/172182 [2] Submitted by: Helmut Schneider <jumper99@gmx.de> [1], Rouslan Iskhakov <rouslan@rshell.net> [2] Feature safe: yes Notes: svn path=/head/; revision=305843
* Fix what looks like a copy-paste-o that originated in the same script:Doug Barton2012-08-061-1/+2
| | | | | | | | | | | | | | | | | | command=foo >/dev/null 2>&1 | v command=foo command_args='>/dev/null 2>&1' This is clearly what should have been done, for several reasons. No PORTREVISION bump because the old version simply ignored everything after the space, and does not seem to have done any harm. However it's good to clean these up so that similar errors aren't pasted into a new script where they might actually matter. Notes: svn path=/head/; revision=302142
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-055-3/+3
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* - Update to 2.8.0Gabor Kovesdan2012-07-032-14/+5
| | | | | | | | - Fix typo in LICENSE - Remove old upgrade message Notes: svn path=/head/; revision=300442
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-13/+13
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300264
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-144-4/+4
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Update to 2.7.0Gabor Kovesdan2011-08-084-87/+36
| | | | | | | | | | | - Beautify OPTIONS - Remove unnecessary patch PR: ports/158613 Submitted by: sahil Notes: svn path=/head/; revision=279200
* - Update to 2.6.6Gabor Kovesdan2011-06-113-76/+5
| | | | | | | | PR: ports/157352 Submitted by: Niclas Zeising <niclas.zeising@gmail.com> Notes: svn path=/head/; revision=275397
* - Turn IPV6 support on by defaultGabor Kovesdan2011-01-251-2/+2
| | | | | | | | | | - Bump PORTREVISION Requested by: dougb, delphij Feature safe: yes Notes: svn path=/head/; revision=268236
* - Make IPv6 support optional because it causes a delay on systems thatGabor Kovesdan2011-01-172-5/+8
| | | | | | | | | | | do not support it PR: ports/153431 Submitted by: Michael Scheidell <michael.scheidell@secnap.com> Feature safe: yes Notes: svn path=/head/; revision=267910
* - Chase security/libksba shlib version bumpGreg Larkin2010-12-161-1/+1
| | | | | | | | Requested by: kwm Pointyhat to: glarkin Notes: svn path=/head/; revision=266393
* Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,Martin Matuska2010-09-211-2/+5
| | | | | | | | | 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 Notes: svn path=/head/; revision=261530
* - Rename net/p5-IO-INET6 to net/p5-IO-Socket-INET6.Tong LIU2010-08-091-1/+1
| | | | | | | | PR: ports/148309 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Notes: svn path=/head/; revision=258995
* - Remove BDB version requirement. This doesn't fix the problem becauseGabor Kovesdan2010-07-113-5/+8
| | | | | | | | | | | | | | | | | | | | | amavisd-new uses BDB through databases/p5-BerkeleyDB and if that port is already present on the system when we install amavisd-new, this knob won't guarantee that we get the proper version. The underlying port should be changed to use a more modern version of BDB, so instead of adding quirks here, a PR has been submitted for that port (ports/148494). [1] [2] - Proper handling of the WITH_RAR case [3] - Remove -M option from mdmfs when using ramdisk. This reportedly stop crashes. [4] - Bump PORTREVISION PR: ports/147794 [1], ports/147856 [2] Submitted by: delphij [1], Joe Horn <joehorn@gmail.com> [2], Scot Hetzel <swhetzel@gmail.com> [3], Andy Dills <andy@xecu.net> (via private mail) [4] Notes: svn path=/head/; revision=257640
* - Use BerkeleyDB 4.2 if compiled with WITH_BDB. Using 4.1, which wasGabor Kovesdan2010-06-081-1/+2
| | | | | | | | | | | indirectly pulled in by dependencies, has a serious performance problem. - Bum PORTREVISION Requested by: Andy Dills <andy@xecu.net> (via private mail) Notes: svn path=/head/; revision=256084
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-272-2/+2
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-261-4/+1
| | | | | | | | | (part 8). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248617
* - Statically hardcode the hostname at build-time isn't correct becauseGabor Kovesdan2009-12-211-4/+3
| | | | | | | | | | | | packages will hold the hostname of the building cluster in this way. Just set $localhost_name to $myhostname instead. The latter is tunable in the configuration file. - Bump PORTREVISION Pointed out by: delphij Notes: svn path=/head/; revision=246403
* - Match default Clamav socket to the Clamav port's default [1]Gabor Kovesdan2009-12-211-1/+5
| | | | | | | | | | | | - Change $localhost_name to real hostname instead of 'localhost' [2] - Bump PORTREVISION PR: ports/141206 [1] Submitted by: Petr Rehor <prehor@gmail.com> [1] Requested by: delphij [2] Notes: svn path=/head/; revision=246400
* - Don't overwrite edited configuration fileGabor Kovesdan2009-09-171-1/+3
| | | | | | | | | PR: ports/138801 Submitted by: "Herbert J. Skuhra" <h.skuhra@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=241621
* - Add support for SNMP subagent [1]Gabor Kovesdan2009-09-124-7/+127
| | | | | | | | | | | - Fix bug sending 2 reject notifications [2] PR: ports/136151 [1], ports/137333 [2] Submitted by: Olli Hauer <ohauer@gmx.de> More info: http://www.mail-archive.com/amavis-user@lists.sourceforge.net/msg14060.html [2] Notes: svn path=/head/; revision=241287
* - Update to 2.6.4Gabor Kovesdan2009-06-284-19/+5
| | | | | | | | PR: ports/136078 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Notes: svn path=/head/; revision=236709
* - Add forgotten patch for the last commitGabor Kovesdan2009-06-011-0/+12
| | | | Notes: svn path=/head/; revision=234994
* - Fix the 'Can't locate object method "new" via package "Amavis::SpamControl"Gabor Kovesdan2009-06-011-0/+1
| | | | | | | | | | | | | at /usr/local/sbin/amavisd line 13878.' bug - Bump PORTREVISION PR: ports/134882 [1] Submitted by: Elliot Dierksen <ebd@oau.org> [1], Kirill Angelov <kirill@dubna.ru> Obtained from: Debian Project Notes: svn path=/head/; revision=234993