Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.12.3_6,1 09 Aug 2024 22:04:05 |
Florian Smeets (flo) |
security/amavisd-new: Fix typo in previous commit
Reported by: otis |
2.12.3_5,1 09 Aug 2024 18:31:03 |
Florian Smeets (flo) Author: Lars Herschke |
security/amavisd-new: rar is available for both i386 and amd64
PR: 280672 |
2.12.3_4,1 09 Aug 2024 18:31:03 |
Florian Smeets (flo) Author: Alexander Leidinger |
security/amavisd-new: service jails readiness + fixes
Rename rc script to comply to the rc scripting recommendations (netchild)
Make script service jail aware (netchild)
Remove amavis-milter.in that should most likely have been removed with
4c8100486c3b ~18 years ago, the script hasn't been part of the package
for a long time (flo)
PR: 280139 |
2.12.3_3,1 07 Apr 2024 09:36:13 |
Florian Smeets (flo) |
databases/p5-DBD-mysql: Fix for MariaDB users
Add a new variable DBD_MYSQL, use that in *_DEPENDS and add mysql to USES
where required. DBD_MYSQL will automatically set the correct DBD dependency.
In cd16748194e2 databases/p5-DBD-mysql was updated to 5.x, in 5.x the
support for MariaDB was removed and only MySQL >= 8.0 is supported.
In the 4.x releases MariaDB is still supported, according to upstream 4.x
will still be supported for a while [1], so use that for now when we detect
that MYSQL_FLAVOUR is set to mariadb. databases/p5-DBD-mysql4 was added in
d95f49cb3b54.
DBD:MariaDB would be another alternative, but migrating to it might need
more analysis than just staying with the 4.x releases of p5-DBD-mysql. This (Only the first 15 lines of the commit message are shown above ) |
2.12.3_2,1 26 Mar 2024 21:32:23 |
Florian Smeets (flo) |
security/amavisd-new: fix config file installation
Don't use INSTALL_SCRIPT to install config file. Use the more
appropriate INSTALL_DATA.
PR: 277972
Reported by: mikael |
2.12.3_1,1 17 Mar 2024 15:25:18 |
Florian Smeets (flo) |
security/amavisd-new: Update to 2.12.3
MFH: 2024Q1
Security: 0a48e552-e470-11ee-99b3-589cfc0f81b0 |
2.12.2_1,1 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
2.12.2_1,1 30 Oct 2022 20:05:26 |
Daniel Engberg (diizzy) |
security/amavisd-new: Use USE_GITLAB
Use USE_GITLAB to follow Porters Handbook more closely and be
consistent with ports tree
PR: 267089
Reviewed by: flo (maintainer) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.12.2_1,1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
2.12.2_1,1 22 Jul 2022 14:43:19 |
Florian Smeets (flo) |
security/amavisd-new: Fix installing from official pkg repo
Remove LHA from from the default options. This change makes it possible
to use amavis-new from the official packages repo again. This hasn't
been possible since archivers/lha packages may not be distributed, thus
trying to install amavisd-new failed with the following error message
pkg: amavisd-new has a missing dependency: lha
PR: 265240
Reported by: James B. Byrne <byrnejb@harte-lyne.ca> |
2.12.2,1 13 May 2022 20:40:16 |
Po-Chuan Hsieh (sunpoet) |
security/amavisd-new: Add NO_ARCH
Approved by: portmgr (blanket) |
2.12.2,1 07 Feb 2022 17:22:29 |
Florian Smeets (flo) |
security/amavisd-new: Update 2.12.2, add 7-Zip.org support
- update to 2.12.2
- switch to archivers/7-zip for extracting 7-Zip archives. Patch has
been discussed with upstream and is waiting to be committed.
https://gitlab.com/amavis/amavis/-/merge_requests/90
PR: 260866 |
2.12.0_1,1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.12.0_1,1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
2.12.0_1,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.12.0_1,1 08 Jun 2020 04:41:31 |
kevans |
Multiple ports: improve regex compliance
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.
(Only the first 15 lines of the commit message are shown above ) |
2.12.0,1 16 Oct 2019 13:01:35 |
rene |
security/maia,amavisd-new: drop optional dependency on expired mail/altermime |
2.12.0,1 22 Aug 2019 20:00:06 |
flo |
Update to 2.12.0
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> |
2.11.1_1,1 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
2.11.1_1,1 14 Jan 2019 22:08:45 |
flo |
Add a missing backslash-escape to left brace in a regexp
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 |
2.11.1,1 17 Oct 2018 15:09:47 |
flo |
Update to 2.11.1 |
2.11.0_3,1 16 Aug 2018 20:30:04 |
rene |
security/amavisd-new: drop non-default and expired dependency on
archivers/freeze |
2.11.0_3,1 15 Aug 2018 13:30:40 |
flo |
Don't warn when using ramdisk, according to the submitter who discussed it
with kib, the warning is no longer appropriate.
Reported by: Willem Jan Withagen <wjw@digiware.nl> |
2.11.0_2,1 04 Mar 2018 11:24:50 |
danfe |
Fix a harmless typo (archviers/rar -> archivers/rar).
Noticed by: asmodai |
2.11.0_2,1 14 Jul 2017 17:20:40 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
2.11.0_2,1 25 Jun 2017 00:29:09 |
linimon |
Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years.
While here, alphabetize ARCHs, pet portlint, and modernize usages.
Approved by: portmgr (tier-2 blanket) |
2.11.0_2,1 25 May 2017 11:35:30 |
zeising |
Switch the dependency on archivers/freeze to default to off.
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) |
2.11.0_1,1 27 Apr 2017 14:28:40 |
feld |
Revert removal of UNRAR description from these ports
It was determined that the custom descriptions were more useful
Reported by: mat |
2.11.0_1,1 26 Apr 2017 17:34:18 |
feld |
UNRAR description is now available in bsd.options.desc.mk
Approved by: portmgr (with hat) |
2.11.0_1,1 13 Dec 2016 14:52:23 |
flo |
- fix clamd socket file location in default config file [1]
- 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] |
2.11.0,1 21 Oct 2016 17:46:06 |
flo |
- update to 2.11.0
- take maintainership
PR: 212695
Approved by: gabor (private mail) |
2.10.1_1,1 23 May 2016 20:35:01 |
amdmi3 |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket |
2.10.1_1,1 19 May 2016 11:09:14 |
amdmi3 |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
2.10.1_1,1 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
2.10.1_1,1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
2.10.1_1,1 17 Dec 2015 17:19:48 |
mat |
Fix usage of ${PERL5}.
${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 |
2.10.1_1,1 30 Sep 2015 18:31:33 |
amdmi3 |
- Convert pkg-install script to @dir
- Use options helpers
- Remove unneeded @dir's from plist
PR: 203045
Submitted by: amdmi3
Approved by: maintainer timeout (gabor, 2 weeks) |
2.10.1_1,1 24 Feb 2015 21:12:24 |
gabor |
- Add dependency that was forgotten during the update
PR: 197994
Submitted by: madpilot |
2.10.1,1 24 Feb 2015 15:26:20 |
gabor |
- Update to 2.10.1
- 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] |
2.9.1_1,1 14 Sep 2014 20:38:48 |
antoine |
- Use the ports framework to create user/group
- Shebangfix
- Allow staging as a regular user |
2.9.1,1 18 Jul 2014 05:29:35 |
gabor |
- Update to 2.9.1 [1]
- Staging [2]
PR: 189479 [1] (based on), 191695 [2]
Submitted by: paul@inetstat.net [1], Dan Lukes <dan@obluda.cz> [2] |
2.8.0_2,1 11 Mar 2014 21:49:40 |
adamw |
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." |
2.8.0_2,1 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
2.8.0_2,1 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
2.8.0_2,1 16 Sep 2013 16:58:42 |
bapt |
Convert to new perl framework
Convert USE_GMAKE to USES=gmake |
2.8.0_2,1 07 Jun 2013 07:47:25 |
az |
- Remove unnecessary depend on PERL_LEVEL < 5.12
PR: ports/178928
Submitted by: az
Approved by: maintainer (timeout) |
2.8.0_2,1 02 May 2013 12:56:13 |
bapt |
Fix syntaxe error introduced by conversion to new options framework |
2.8.0_2 28 Apr 2013 21:02:40 |
bapt |
Convert security to new options framework |
2.8.0_2,1 29 Mar 2013 19:33:42 |
cs |
- Remove A/An in COMMENT
- Trim Header where applicable |
2.8.0_2,1 16 Dec 2012 06:12:28 |
az |
- Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.
Approved by: bapt@ (portmgr@) |
2.8.0_2,1 28 Oct 2012 13:57:13 |
crees |
RC fixes;
- 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 |
2.8.0_1,1 13 Oct 2012 18:35:19 |
gabor |
- Fix mistakenly expanded variable substitution
Noticed by: zeising
Feature safe: yes |
2.8.0_1,1 13 Oct 2012 18:04:57 |
gabor |
- Let amavisd_ram respect tmpfs [1]
- 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 |
2.8.0,1 06 Aug 2012 00:28:43 |
dougb |
Fix what looks like a copy-paste-o that originated in the same script:
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. |
2.8.0,1 05 Aug 2012 23:19:40 |
dougb |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
2.8.0,1 03 Jul 2012 16:28:43 |
gabor |
- Update to 2.8.0
- Fix typo in LICENSE
- Remove old upgrade message |
2.7.0,1 30 Jun 2012 12:36:12 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
2.7.0,1 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
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. |
2.7.0,1 08 Aug 2011 11:19:48 |
gabor |
- Update to 2.7.0
- Beautify OPTIONS
- Remove unnecessary patch
PR: ports/158613
Submitted by: sahil |
2.6.6,1 11 Jun 2011 19:28:36 |
gabor |
- Update to 2.6.6
PR: ports/157352
Submitted by: Niclas Zeising <niclas.zeising@gmail.com> |
2.6.4_11,1 25 Jan 2011 23:24:03 |
gabor |
- Turn IPV6 support on by default
- Bump PORTREVISION
Requested by: dougb, delphij
Feature safe: yes |
2.6.4_10,1 17 Jan 2011 14:33:14 |
gabor |
- Make IPv6 support optional because it causes a delay on systems that
do not support it
PR: ports/153431
Submitted by: Michael Scheidell <michael.scheidell@secnap.com>
Feature safe: yes |
2.6.4_9,1 16 Dec 2010 02:34:07 |
glarkin |
- Chase security/libksba shlib version bump
Requested by: kwm
Pointyhat to: glarkin |
2.6.4_8 21 Sep 2010 07:56:43 |
mm |
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 |
2.6.4_7,1 09 Aug 2010 08:54:36 |
nemoliu |
- Rename net/p5-IO-INET6 to net/p5-IO-Socket-INET6.
PR: ports/148309
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> |
2.6.4_7,1 11 Jul 2010 17:42:37 |
gabor |
- Remove BDB version requirement. This doesn't fix the problem because
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] |
2.6.4_6,1 08 Jun 2010 07:10:55 |
gabor |
- Use BerkeleyDB 4.2 if compiled with WITH_BDB. Using 4.1, which was
indirectly pulled in by dependencies, has a serious performance
problem.
- Bum PORTREVISION
Requested by: Andy Dills <andy@xecu.net> (via private mail) |
2.6.4_5 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
2.6.4_5,1 26 Jan 2010 15:01:10 |
kuriyama |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 8).
Approved by: portmgr (itetcu) |
2.6.4_4,1 21 Dec 2009 23:08:19 |
gabor |
- Statically hardcode the hostname at build-time isn't correct because
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 |
2.6.4_3,1 21 Dec 2009 22:44:13 |
gabor |
- Match default Clamav socket to the Clamav port's default [1]
- 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] |
2.6.4_2,1 17 Sep 2009 21:31:11 |
gabor |
- Don't overwrite edited configuration file
PR: ports/138801
Submitted by: "Herbert J. Skuhra" <h.skuhra@gmail.com>
Feature safe: yes |
2.6.4_2,1 12 Sep 2009 18:51:59 |
gabor |
- Add support for SNMP subagent [1]
- 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] |
2.6.4_1,1 28 Jun 2009 08:53:47 |
gabor |
- Update to 2.6.4
PR: ports/136078
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> |
2.6.3_1,1 01 Jun 2009 21:24:16 |
gabor |
- Add forgotten patch for the last commit |
2.6.3_1,1 01 Jun 2009 21:23:44 |
gabor |
- Fix the 'Can't locate object method "new" via package "Amavis::SpamControl"
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 |
2.6.3,1 06 May 2009 08:54:36 |
gabor |
- Update to 2.6.3
PR: ports/134163
Submitted by: Michael Scheidell <scheidell@secnap.net> |
2.6.2_3,1 05 Apr 2009 17:49:19 |
gabor |
- Do not hardcode pidfile in the rc.d script [1]
- Depend on p5-Mail-DKIM >= 0.33 [2]
- Patch clamscan timeout bug [2]
- REQUIRE: mysql postgresql in rc.d script [2]
- Bump PORTREVISION
- pkg-message nits
PR: ports/132575 [1], ports/133073 [2]
Submitted by: Helmut Schneider <jumper99@gmx.de> [1],
Michael Scheidell <scheidell@secnap.net> [2] |
2.6.2_2,1 24 Feb 2009 15:36:43 |
gabor |
- Fix config file path
- Fix reload target in the rc script
- Bump PORTREVISION
Reported by: Florian Smeets <flo@kasimir.com>,
Arjo Hooimeijer <arjo.hooimeijer@xs4all.nl>,
Michael Scheidell <scheidell@secnap.net> |
2.6.2_1,1 23 Feb 2009 11:53:09 |
gabor |
- Fix SQL logging problem [1]
- Remove old dependency [1]
- Add a warning when memdisk is used, because it is unsafe [2]
- Fix on Perl 5.8.9 [3]
- Bump PORTREVISION
PR: ports/130835 [1], ports/131633 [2]
Submitted by: Michael Scheidell <scheidell@secnap.net> [1][2] |
2.6.2,1 26 Dec 2008 02:29:00 |
gabor |
- Update to 2.6.2 [1]
- Inplace edit Perl path to be ${PERL} [2]
PR: ports/129670 [1]
Submitted by: Michael Scheidell <scheidell@secnap.net> [1]
Requested by: Andre Luiz dos Santos <andre@netvision.com.br> [2] |
2.6.1_1,1 22 Sep 2008 09:30:48 |
gabor |
- Fix modes of the temp directory [1]
- Fix a bug in SMTP handling [2]
- Bump PORTREVISION
PR: ports/127216 [1]
Submitted by: Juan J Lopez <jlopez@evsis.com.ar> [1],
Matt Emmerton <matt@gsicomp.on.ca> [2] (via private mail)
Approved by: portmgr (erwin) |
2.6.1,1 12 Jul 2008 16:34:08 |
gabor |
- Update to 2.6.1
PR: ports/125368
Submitted by: Helmut Schneider <jumper99@gmx.de> |
2.6.0_1,1 06 Jun 2008 14:01:07 |
edwin |
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) |
2.6.0,1 13 May 2008 16:00:31 |
gabor |
- Fix dependency and fix INDEX
Broken by: gabor
Reported by: erwin |
2.6.0,1 13 May 2008 13:44:24 |
gabor |
- Update to 2.6.0 [1]
- Add Ms Word support via textproc/ripole
PR: ports/123227 [1]
Submitted by: Michael Scheidell <scheidell@secnap.net> [1] |
2.5.4,1 19 Mar 2008 15:20:26 |
gabor |
- Update to 2.5.4
PR: ports/121666
Submitted by: garga |
2.5.3,1 07 Jan 2008 17:44:22 |
gabor |
- Fix a typo in pkg-message
Submitted by: miwi |
2.5.3,1 16 Dec 2007 11:24:31 |
gabor |
- Update to 2.5.3
This is a maintainance release.
Release notes: http://www.ijs.si/software/amavisd/release-notes.txt
PR: ports/118631 [1],
ports/118732 [2]
Submitted by: Olli Hauer <ohauer@gmx.de> [1],
Michael Scheidell <scheidell@secnap.net> [2] |
2.5.2,1 08 Sep 2007 01:04:03 |
linimon |
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 |
2.5.2,1 20 Jul 2007 21:11:34 |
gabor |
- Make a dependency version more accurate. According to pkg_version(1)
the current one is fine, but it is reported that portupgrade(1)
has troubles with the current way. No PORTREVISION bump, as it just blocked
the upgrade, but we don't want to require people to rebuild again.
Reported by: Aurelien Croc <aurelien@ap2c.org> |
2.5.2,1 29 Jun 2007 10:33:30 |
gabor |
- Update to 2.5.2 [1]
- Don't try to install if WITH_RAR is selected and IA32 compatibility is not
available [2]
PR: ports/114084 [1], ports/113941 [2]
Submitted by: garga [1], Michael Scheidell <scheidell@secnap.net> [2] |
2.5.1,1 09 Jun 2007 11:13:44 |
gabor |
- Update to 2.5.1
- Dependency changes
- Require the fixed versions of zoo/unzoo, which are not vulnerable
- Add ramdisk support
PR: ports/113396
Submitted by: Michael Scheidell <scheidell@secnap.net>
Reviewed by: Mark Martinec <Mark.Martinec@ijs.si> (author) |
2.5.0,1 21 May 2007 22:52:41 |
gabor |
Fix packaging. No PORTREVISION bump, since it installs and deinstalls cleanly,
just does not package. Somehow tinderbox did not reflect this issue, but
pointyhat and local tests did.
Reported by: Bryan Fullerton <bryanf@samurai.com>,
pointyhat (via kris)
Approved by: portmgr (linimon) |
2.5.0,1 01 May 2007 18:31:56 |
gabor |
- Update to 2.5.0
- Add Altermime support
- Add P7Zip support
Release Notes: http://www.ijs.si/software/amavisd/release-notes.txt
PR: ports/112048
Submitted by: Michael Scheidell <scheidell@secnap.net> |
2.4.5_2,1 30 Mar 2007 21:52:10 |
gabor |
- Remove explicit -l from command line options of p0fanalyzer in the rc.d
script and now amavis_p0f_daemon_flags defaults to -l, which was empty so far
- Bump PORTREVISION |
2.4.5_1,1 26 Feb 2007 23:02:04 |
dougb |
Another round of the periodic sweep for removal of the
KEYWORD: FreeBSD scourge. We have ignored this keyword
for a long time now, so this is a non-functional change
(therefore no PORTREVISION bumps).
Insert a $FreeBSD tag where needed, and adjust a comment
in mail/milter-regex to match reality. |
2.4.5_1,1 17 Feb 2007 20:53:27 |
gabor |
- Remove support for FreeBSD 4.x
Approved by: erwin (mentor, implicit) |
2.4.5,1 03 Feb 2007 23:45:28 |
gabor |
- Fix dependency [1]
- Turn on WITH_FILE at default
- Bump PORTREVISION
PR: ports/108734 [1]
Reported by: Attila Nagy <bra@fsn.hu> [1]
Submitted by: Martin Matuska <martin@matuska.org> [1]
Approved by: erwin (mentor) |