| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
2012-07-07 mail/postfix25: no further upstream development; please consider upgrading
|
|
|
|
| |
Approved by: sahil (maintainer)
|
|
|
|
| |
users to upgrade to a newer release.
|
|
|
|
|
| |
port can compile without incident against older pcre
libraries.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
/etc/mail/mailer.conf does not exist, e.g. when
FreeBSD is built WITHOUT_MAILWRAPPER.
This commit only affects legacy Postfix releases,
as the latest stable and development ports already
perform this check.
Requested by: miwi
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
fit neatly within the dialog(1) box.
PR: ports/162688
Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com>
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
constructions that parse out to [ -z "$foo" ] && foo=""
These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.
In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.
In a few places, add $FreeBSD$
No functional changes, so no PORTREVISION bumps
|
|
|
|
| |
Security: CVE-2011-1720
|
|
|
|
| |
Security: CVE-2011-0411
|
|
|
|
| |
- Fix a typo in CONFLICTS
|
|
|
|
| |
Reported by: distilator
|
| |
|
|
|
|
|
| |
PR: 145096
Submitted by: Sahil Tandon (maintainer)
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
|
|
|
|
|
|
| |
PR: 139400
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> (based on)
Approved by: maintainer
|
|
|
|
|
|
|
| |
JOBS_SAFE as well.
PR: 139335
Submitted by: Sahil Tandon <sahil@tandon.net> (maintainer)
|
| |
|
|
|
|
|
| |
PR: 134711
Submitted by: ohauer@gmx.de
|
|
|
|
|
|
| |
PR: ports/138777
Submitted by: Sahil Tandon <sahil@tandon.net> (maintainer)
Feature safe: yes
|
|
|
|
|
| |
Approved by: maintainer
Reviewed by: wxs@, keramida@
|
|
|
|
| |
PR: 138301
|
|
|
|
|
|
|
|
|
| |
- Keep the VDA patch at 2.6.2
- Use bsd.port.options.mk
PR: ports/137460
Submitted by: olli hauer <ohauer@gmx.de>
Approved by: Sahil Tandon <sahil@tandon.net> (maintainer)
|
|
|
|
|
|
|
| |
of Postfix to use closefrom() for __FreeBSD_version >= 702104 too.
Submitted by: Sahil Tandon, sahil at tandon.net (maintainer)
Tested by: wxs (7.X), keramida (head)
|
|
|
|
|
|
|
| |
- no PORTVERSION bump necessary since this option is off by default
PR: ports/135902
Submitted by: Sahil Tandon <sahil@tandon.net>
|
|
|
|
|
|
|
|
| |
FreeBSD-8.0 after the new closefrom() system call was added.
PR: ports/136459
Submitted by: Eygene Ryabinkin
Approved by: erwin (portmgr), Sahil Tandon (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
| |
This resulted in a bizarre case where making a backup package after an
upgrade would fail (ports/135051).
- Don't install obsolete files by adding them to ${WRKSRC}/conf/postfix-files.
- Whitespace cleanup.
- Define and pass DAEMONDIR to the pkg-install script.
PR: ports/135051
Submitted by: Takefu Kenji <takefu@airport.fm>, Yarema <yds@CoolRat.org>
Approved by: sahil@tandon.net (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
With plaintext SMTP sessions AND smtpd_tls_auth_only=yes AND
smtp_sasl_auth_enable=yes, the SMTP server logged warnings for
reject_*_sender_login_mismatch, instead of enforcing them.
Revert the default alias_database and alias_maps paths to /etc/aliases (instead
of /etc/mail/aliases) -- the change to the latter was introduced in the
"refactoring" patch (ports/ports/134728) and is incompatible with older
versions of mail/postfix on FreeBSD and inconsistent with how the software is
designed to work upstream.
Finally, we IGNORE= when WITH_VDA is set until the VDA folks release a patch
that definitely works with 2.6.2. Although I suspect the 2.6.1 patch would
work, I think it's better form to let the VDA folks update their patch.
PR: 135273
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
| |
- Do not install clones of man pages [1]
- Add POSTFIX_DEFAULT_MTA to SCRIPTS_ENV [2]
- Bump PORTREVISION
PR: ports/135241 [1], ports/123812 [2]
Submitted by: Sahil Tandon <sahil@tandon.net> (maintainer) [1]
Reported by: Marco Walraven <m.walraven@terantula.com> [2]
|
|
|
|
|
|
|
|
|
|
|
| |
- update to 2.6.1 [1]
- remove IGNORE in the VDA case, the patch is available now [2]
[2] is from me (compile tested), maintainer informed.
PR: 134728 [1]
Submitted by: Yarema <yds@CoolRat.org> [1]
Approved by: maintainer [1]
|
|
|
|
|
|
|
|
| |
- Transfer maintainership to the submitter
PR: ports/134497
Submitted by: Sahil Tandon <sahil@tandon.net>
Approved by: Vick Khera <vivek@khera.org> (old maintainer)
|
|
|
|
|
|
| |
PR: ports/133790
Submitted by: jhb
Approved by: Vick Khera <vivek@khera.org> (maintainer)
|
|
|
|
| |
- Update VDA patch to 2.5.6
|
| |
|
|
|
|
|
| |
PR: 126897
Notified by: Brian Haun <brian___haun.net>
|
|
|
|
| |
- Update VDA patch to 2.5.3
|
|
|
|
|
|
| |
PR: ports/125133
Submitted by: Sahil Tandon <sahil@tandon.net>
Approved by: Vivek Khera <vivek@khera.org> (maintainer)
|
|
|
|
|
|
|
| |
- Update VDA patch to 2.5.1 [2]
PR: 121652 [1], 122029 [2]
Submitted by: dmx___dmx.org.ru [1], ShuenBin Hsu <sbhsu___mail.a6.idv.tw> [2]
|
|
|
|
|
| |
PR: 121236
Submitted by: Artis Caune <Artis.Caune___latnet.lv>
|
|
|
|
|
|
| |
- Mark as IGNORE VDA patch until patch does not apply clean
Requested by: many
|
|
|
|
|
|
|
|
|
| |
- Update VDA patch to 2.4.5
- Teach postfix to 8.0 [1]
PR: 117304 [1]
Submitted by: Oliver Peter <hoschi___mouhaha.de> [1]
Approved by: maintainer
|
|
|
|
| |
Submitted by: Per olof Ljungmark <peo@intersonic.se>
|
| |
|