aboutsummaryrefslogtreecommitdiff
path: root/security/amavisd-new
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-065-14/+4
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Multiple ports: improve regex complianceKyle Evans2020-06-081-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These changes largely fall into just two categories: 1. Need textproc/gsed for GNU extensions 2. Extraneous escapes that can go away For #1, there's a further subdivision into those that require autoconf magic and those that can get away with BINARY_ALIAS=sed=${LOCALBASE}/bin/gsed. -CURRENT will soon gain GNU extensions, but these will take longer to get to all supported releases; we must switch them to gsed to ensure we're actually properly building them as intended. For #2, I've fixed these as I can and we should upstream these fixes. PORTREVISION is bumped for all of the above, because we will almost certainly build these differently when the replacements actually start working. These were all detected by the below-referenced exp-run [1]. The patch included forbids many ordinary characters from being escaped, since we'll later imbue those with special meanings. This has had the nice side effect of picking up various things that we didn't handle properly, e.g. \t and \r for tab and carriage return. PR: 229925 [1] Approved by: koobs (mentor) Approved by: portmgr (blanket: trivial build fixes) MFH: no (invasive risk) Differential Revision: https://reviews.freebsd.org/D25185 Notes: svn path=/head/; revision=538197
* security/maia,amavisd-new: drop optional dependency on expired mail/altermimeRene Ladan2019-10-161-6/+1
| | | | Notes: svn path=/head/; revision=514585
* Update to 2.12.0Florian Smeets2019-08-224-35/+8
| | | | | | | | | | | amavisd-new moved to https://gitlab.com/amavis/amavis/ and was renamed to amavis. I'm keeping the portname for now, but will likely rename it in a second step. Tested by: Herbert J. Skuhra <herbert@gojira.at> Notes: svn path=/head/; revision=509623
* Convert to UCL & cleanup pkg-message (categories s)Mathieu Arnold2019-08-141-4/+6
| | | | Notes: svn path=/head/; revision=508909
* Add a missing backslash-escape to left brace in a regexpFlorian Smeets2019-01-142-1/+11
| | | | | | | | | | | | | | | | | | Perl 5.28 introduced a warning about unescaped left brace in a regexp, resulting in a warning issued during amavisd startup: Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/ ( { <-- HERE } (?: / \* )? | \* ) / at (eval 112) line 830. Currently the warning is harmless although annoying, but will become a fatal error with the next version of perl. PR: 234173 Submitted by: Mark.Martinec@ijs.si Notes: svn path=/head/; revision=490317
* Update to 2.11.1Florian Smeets2018-10-173-7/+14
| | | | Notes: svn path=/head/; revision=482297
* security/amavisd-new: drop non-default and expired dependency on ↵Rene Ladan2018-08-161-6/+1
| | | | | | | archivers/freeze Notes: svn path=/head/; revision=477373
* Don't warn when using ramdisk, according to the submitter who discussed itFlorian Smeets2018-08-152-5/+1
| | | | | | | | | with kib, the warning is no longer appropriate. Reported by: Willem Jan Withagen <wjw@digiware.nl> Notes: svn path=/head/; revision=477228
* Fix a harmless typo (archviers/rar -> archivers/rar).Alexey Dokuchaev2018-03-041-3/+2
| | | | | | | Noticed by: asmodai Notes: svn path=/head/; revision=463563
* - Update WWWDmitry Marakasov2017-07-141-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=445797
* Begin deorbit burn of ia64. We have not attempted to build packages forMark Linimon2017-06-251-2/+1
| | | | | | | | | | | it for many years. While here, alphabetize ARCHs, pet portlint, and modernize usages. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=444251
* 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