| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
3.2.20160314,4 15 Mar 2016 10:36:34
  |
ohauer  |
- update to 3.2-20160314
- change comment to reflect this is a Experimental version
- fix CONFLICTS
Changes:
20160227
Cleanup: remember multiple BCC actions in access maps.
Files: smtpd/smtpd.h, smtpd/smtpd.c, smtpd/smtpd_check.c,
smtpd/smtpd_state.c, proto/access.
20160228
Documentation: STRESS_README. File: proto/STRESS_README.html.
20160229
Documentation: postmulti manpage. File: postmulti/postmulti.c. (Only the first 15 lines of the commit message are shown above ) |
3.2.20160224,4 28 Feb 2016 09:06:56
  |
ohauer  |
- update to postfix 3.2 Snapshot 20160224 |
3.0.20160204,4 25 Feb 2016 20:50:28
  |
ohauer  |
- s/always build in/always built in/ |
3.0.20160204,4 25 Feb 2016 20:26:08
  |
ohauer  |
- update to 3.0.4
- rework SASL OPTIONS
Dovecot SASL does not need any dependency, from now it will be always build
into postfix
- EAI is now mandantory, else mails can be lost
- add support for FreeBSD 10.3 mailwrapper (install mailer.conf into
LOCALBASE/mail instead /etc/mail)
- add better reload support to rc script
- display correct path in pkg-message
- add support for postfix-sasl slave port
- remove nativ SPF support, patch is no longer maintained and there are
alternatives in the ports tree
- remove VDA support (seems VDA project is dead and unmaintaned)
Many Thanks to all testers!
PR: 195662
PR: 205162 |
3.0.20151003_1,4 10 Jan 2016 18:48:18
  |
ohauer  |
- s/SQLITE_USE/SQLITE_USES/ |
3.0.20151003_1,4 04 Jan 2016 10:31:51
  |
ohauer  |
- rework pkg-install and pkg-message [1]
- install postfix specific mailer.conf.postfix into DATADIR [2]
- make EAI the default, postfix will reject messages if build
w.o. EAI and compatibility_level is set to a value >=1 [3]
- use new notation instead PATCH_DIST_STRIP
- bump PORTREVISION
1) detect if the port is installed without TERM, in this case
do not ask the to make postfix the default mailer and respect
the env POSTFIX_DEFAULT_MTA. This helps tools like salt,
ansible, cfengine and puppet during the first package installation. (Only the first 15 lines of the commit message are shown above ) |
3.0.20151003,4 19 Oct 2015 14:50:52
  |
amdmi3  |
Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")
Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")
Update shebangfix usage according to new rules in many ports:
- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces
Fix shebangfix usage in many ports (irrelevant to infrastructure change):
- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string
Approved by: portmgr (bapt)
Differential Revision: D3756 |
3.0.20151003,4 11 Oct 2015 15:02:58
  |
ohauer  |
- update to 3.0.3
- use target helpers
ChangeLog:
20150722
The COMPATIBILITY_README text and HTML files were not
installed. File: conf/postfix-files.
20150903
Workaround: disable DNSSEC support for AIX 7x and earlier.
The AIX 6/7 resolver(5) API defines RES_USE_DNSSEC without
defining the "ad" bit. Viktor Dukhovni. Files: makedefs,
proto/INSTALL.html, dns/dns.h.
20150923 (Only the first 15 lines of the commit message are shown above ) |
3.0.20150719,4 08 Oct 2015 15:12:22
  |
olgeni  |
Remove trailing whitespace from Makefiles, M-X. |
3.0.20150719,4 02 Aug 2015 20:17:30
  |
ohauer  |
- update to 3.0-20150719 (3.0.2)
20150501
Support for Linux 4.*, and some simplification for future
makedefs files. Files: makedefs, util/sys_defs.h.
20150718
Security: opportunistic TLS by default uses "medium" or
stronger ciphers instead of "export" or stronger. See the
RELEASE_NOTES file for how to get the old settings back.
Files: global/mail_params.h, proto/TLS_README.html,
proto/postconf.proto, and files derived from those.
20150719
Security: Postfix TLS support by default no longer uses(Only the first 15 lines of the commit message are shown above ) |
3.0.20150410,4 23 Jun 2015 03:52:45
  |
ohauer  |
- Always use USE_RC_SUBR now that it handles properly PREFIX=/usr |
3.0.20150410,4 25 May 2015 17:55:45
  |
bdrewery  |
VDA: Remove misleading '32bit' in description.
This stemmed from older VDA patches which provided a default patch which only
used 'long' for its data types and a '64bit' patch which used 'long long'.
On 32bit systems 'long' is limited to a 2GB quota while on 64bit systems it will
not be. They later renamed the '64bit' patch to be 'bigquota'. They no longer
provide a 'bigquota' patch due to less demand as most systems are 64bit
today and do not have the small 2GB quota limitation with the 'long' type.
The description of '32bit' was not accurate or useful anymore.
Upstream discussion: http://sourceforge.net/p/vda/mailman/message/24713171/ |
3.0.20150410,4 14 May 2015 10:15:09
  |
mat  |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
3.0.20150410,4 10 May 2015 15:24:32
  |
ohauer  |
- update to version 3.0.1
- rename OPTIONS to match default name of most ports
- SASL2 -> SASL
- OPENLDAP -> LDAP
- install main.cf and master.cf with the @sample macro
- rework pkg-install
- fix wrong permission for /var/db/postfix [1]
- sets WANT_OPENLDAP_SASL option for openldap port when
postfix LDAP_SASL option is set [2]
- make usage of new ${opt}_DEPENDS notation
Release 3.0.1 or 3.0.2 is now a strong candidate to become the new
default mail/postfix port (missing components are VDA and SPF).
Changelog:(Only the first 15 lines of the commit message are shown above ) |
3.0.20150208,4 08 May 2015 16:54:31
  |
ohauer  |
- grap mail/postfix ports
(I have some rewrites for them) |
3.0.20150208,4 08 May 2015 13:34:30
  |
culot  |
- Reassign to the heap after sahil@'s bit was taken in for safekeeping |
3.0.20150208,4 14 Feb 2015 17:45:03
  |
ohauer  |
- update to postfix 3.0.0 release [1]
- cleanup MASTER_SITES
- enable new pie parameter (build with -fPIC)
[1] keep the port as postfix-current until we are sure
the new distributed layout will not change
(location of libs, dynamicmaps.cf.d, postfix-files.d ...)
Release announcement:
http://www.postfix.org/announcements/postfix-3.0.0.html
Release Notes:
ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-3.0.0.RELEASE_NOTES
Approved by: sahil (implicit) |
3.0.20150129,4 31 Jan 2015 16:59:34
  |
ohauer  |
- update to postfix-3.0-20150129
- fix build on FreeBSD 11 [1]
- use OPENSSL=yes instead including Mk/bsd.openssl.mk
- enable TLS as default option.
Postfix uses a secure default configuration if TLS is not configured.
$ postconf -d | grep use_tls
lmtp_use_tls = no
postscreen_use_tls = $smtpd_use_tls
smtp_use_tls = no
smtpd_use_tls = no
tlsproxy_use_tls = $smtpd_use_tls
Changes:
Many fixes, improvements and cleanups. The list is really to long,
please read the original Changelog on your favor postfix mirror.
[1] Noted by sbruno@ |
2.12.20141228,4 11 Jan 2015 21:05:22
  |
ohauer  |
- update to 2.12-20141228
- use new AUXLIBS_(CDB|LDAP|LMDB|MYSQL|PCRE|PGSQL) build instructions
- use OPTIONS_SUB
- install posttls-finger
- build dynamic AUXLIBS (shared=yes and dynamicmaps=yes)
- set META_DIRECTORY to DAEMONDIR (this may change in future to ETCDIR)
Parts from HISTORY (heavily shortened)
20141126
Cleanup: report nullmx DNS records as "domain does not
accept mail", instead of "invalid DNS response". The Postfix
SMTP client already bounced mail for such domains, and the
Postfix SMTP server already rejected such domains with
reject_unknown_sender/recipient_domain. This introduces a (Only the first 15 lines of the commit message are shown above ) |
2.12.20141106_1,4 22 Nov 2014 20:40:09
  |
crees  |
Finally retire USE_PGSQL |
2.12.20141106_1,4 10 Nov 2014 10:53:00
  |
ohauer  |
- fix wrong /var/spool/postfix permissions
(broken by commit 372368 ,372370)
- bump PORTREVISION |
2.12.20141106,4 09 Nov 2014 18:14:26
  |
ohauer  |
- fix OPTIONS_DEFINE lost in previous commit |
2.12.20141106,4 09 Nov 2014 18:13:19
  |
ohauer  |
- update to 2.12-20141106
- add OPTION for Email Address Internationalization
(EAI, RFC 6531..6533) [1]
- sort OPTIONS_DEFINE
- fix build and install for non root users,
(sgid and group for sbin/postdrop and sbin/postqueue was lost if build
as non root and installed with sudo)
- install /var/spool/postfix directories with correct owner/mode
- use $WRKDIR instead of /tmp
Changes:
20141021
Per IETF TLS WG consensus, the tls_session_ticket_cipher
default setting was changed from aes-128-cbc to aes-256-cbc.
Take that, you quantum computer attackers! Viktor Dukhovni.(Only the first 15 lines of the commit message are shown above ) |
2.12.20141020,4 02 Nov 2014 21:09:26
  |
ohauer  |
- update to 2.12-20141020
- use PORTDOCS macro
- remove check for OSVERSION >= 800037
- fix OPENLDAP_VER usage
- always call set-permissions in post-install to set correct spool/postfix/*
permissions
this is required with pkg to support non interrupted upgrade
Approved by: sahil (explicit) |
2.12.20140709_2,4 21 Aug 2014 22:50:30
  |
mandree  |
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
for new Berkeley DB, but are untested.
NOTE: please read UPDATING and the Wiki page before proceeding!
Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR: 192690
Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) |
2.12.20140709_1,4 18 Aug 2014 16:43:25
  |
bdrewery  |
- Move RESETPREFIX to default PLIST_SUB
With hat: portmgr |
2.12.20140709_1,4 24 Jul 2014 18:34:16
  |
tijl  |
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD
databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip
databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample (Only the first 15 lines of the commit message are shown above ) |
2.12.20140709,4 13 Jul 2014 16:24:44
  |
sahil  |
- Update to Postfix 2.12 snapshot 20140709 |
2.12.20140507_1,4 04 Jul 2014 09:41:00
  |
tijl  |
Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.
Approved by: portmgr (implicit) |
2.12.20140507,4 09 May 2014 23:49:32
  |
sahil  |
- Update to 2.12-20140507
- Refactor to support staging and developer mode |
2.12.20140109,4 21 Jan 2014 01:17:26
  |
sahil  |
- Update to Postfix 2.12 Snapshot 20140109
- Set INVALID_BDB_VER [1]
- Adopt new LIB_DEPENDS syntax [2]
- Add option to support LMDB databases [2]
- Modify shell command to quiet warnings on 10+ [3]
- Respect upstream Makefile's warning suppression [4]
PR: [1]: ports/185446
[2]: ports/185860
[3]: ports/185857
Submitted by: [1]: Eero Hanninen <fax@nohik.ee>
[2]: Yasuhiro KIMURA <yasu@utahime.org>
[3]: adamw
[4]: koobs (via email) |
2.11.20131001,4 10 Dec 2013 18:29:24
  |
pawel  |
Links dynamically to libcdb after databases/tinycdb update
PR: ports/184666
Submitted by: me
Approved by: bapt (portmgr) |
2.11.20131001,4 05 Dec 2013 11:10:50
  |
mat  |
Fixup pkgnames.
PR: ports/184440, ports/184441, ports/184442, ports/184443, ports/184444,
ports/184445, ports/184446, ports/184447, ports/184448, ports/184449,
ports/184450
Submitted by: mat
Approved by: portmgr (bapt) |
2.11.20131001,4 27 Oct 2013 03:30:07
  |
sahil  |
- Update to Postfix 2.11 Snapshot 20131001 |
2.11.20130825,4 20 Sep 2013 19:59:14
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
2.11.20130825,4 14 Sep 2013 18:12:50
  |
az  |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
2.11.20130825,4 01 Sep 2013 20:12:59
  |
sahil  |
- Update to Postfix 2.11 Snapshot 20130825 |
2.11.20130405 14 Aug 2013 22:35:54
  |
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.11.20130405,4 26 Apr 2013 02:45:54
  |
sahil  |
Fix a regression that had crept in with r314621. Do not
bump PORTREVISION because this does not affect the default
package. |
2.11.20130405,4 23 Apr 2013 01:56:36
  |
sahil  |
- Update to Postfix 2.11 Snapshot 20130405
- Add LICENSE information
- Canonicalize 'Created by:' Makefile header
- Remove shlib version from LIB_DEPENDS assignment
- Correct LDAP_SASL logic
- Replace tab with a single space after 'WWW:' in pkg-descr
PR: ports/177127 (inspired by)
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> |
2.10.20130113,4 19 Mar 2013 07:20:12
  |
jgh  |
- adopt optionsNG
- trim historical header
- tighten COMMENT
Approved by: portmgr (bapt) |
2.10.20130113,4 28 Jan 2013 02:45:35
  |
sahil  |
Update to Postfix 2.10 Snapshot 20130113; mark BROKEN when
users try to build WITH_LDAP_SASL but WITHOUT_SASL2. |
2.10.20121031_2 10 Dec 2012 19:11:12
  |
mm  |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
2.10.20121031_1,4 10 Dec 2012 15:10:03
  |
ume  |
Update cyrus-sasl2 to 2.1.26.
This bumps shlib version of libsasl2. |
2.10.20121031,4 05 Nov 2012 02:19:58
  |
sahil  |
Update to Postfix 2.10 Snapshot 20121031 and document
incompatible changes in UPDATING. Also, revise the
PKGINSTALL script to distinguish upgrades from fresh
installs.
Feature safe: yes |
2.10.20120801,4 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.10.20120801,4 05 Aug 2012 18:37:58
 |
sahil  |
Update to 2.10-20120801 |
2.10.20120715,4 16 Jul 2012 00:47:07
 |
sahil  |
Update to 2.10-20120715 and note an incompatible protocol
change in UPDATING. |
2.10.20120520,4 15 Jun 2012 02:22:13
 |
ashish  |
- extend CONFLICTS
Approved by: sahil (maintainer) |
2.10.20120520,4 23 May 2012 02:29:19
 |
sahil  |
- Update to 2.10-20120520 |
2.10.20120423,4 25 Apr 2012 02:44:42
 |
sahil  |
- Update to 2.10-20120423 |
2.10.20120422,4 23 Apr 2012 03:14:53
 |
sahil  |
Update to 2.10-20120422 and tweak conditional
that sets IS_INTERACTIVE. |
2.10.20120308,4 10 Mar 2012 04:11:39
 |
sahil  |
- Update to 2.10-20120308
Feature safe: yes |
2.10.20120218,4 20 Feb 2012 06:15:19
 |
sahil  |
- Update to 2.10-20120218
- Remove library number from pcre LIB_DEPENDS, as this
port can compile without incident against older pcre
libraries. |
2.10.20120202_1,4 14 Feb 2012 12:45:35
 |
mm  |
Bump pcre library dependency due to 8.30 update |
2.10.20120202,4 11 Feb 2012 05:14:32
 |
sahil  |
Update to 2.10-20120202, revise IS_INTERACTIVE logic to
account for additional situations, and remove unnecessary
CONFLICTS line. |
2.9.20120115,4 17 Jan 2012 04:18:52
 |
sahil  |
Update mail/postfix-current to 2.9-20120115, and note
potential incompatibilities with previous versions. |
2.9.20120102,4 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.9.20120102,4 04 Jan 2012 01:57:22
 |
sahil  |
Update to 2.9-20120102 and eliminate a now unnecessary
part of recent UPDATING entry for this port. |
2.9.20111219,4 21 Dec 2011 22:45:17
 |
sahil  |
- Update to 2.9-20111219
- Modify pkg-install to handle situations in which
/etc/mail/mailer.conf does not exist, e.g. when
FreeBSD is built WITHOUT_MAILWRAPPER. [1]
Requested by: miwi [1] |
2.9.20111205,4 11 Dec 2011 21:41:38
 |
sahil  |
- Update to 2.9-20111205
Feature safe: yes |
2.9.20111125,4 27 Nov 2011 05:55:24
 |
sahil  |
- Update to 2.9-20111125
Feature safe: yes |
2.9.20111119,4 21 Nov 2011 10:21:04
 |
pav  |
- Remove pointyhat specific debugging
Ok'ed by: sahil (maintainer)
Feature safe: yes |
2.9.20111119,4 21 Nov 2011 01:13:58
 |
sahil  |
Shorten some OPTION descriptions such that they
fit neatly within the dialog(1) box.
PR: ports/162688
Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com>
Feature safe: yes |
2.9.20111119,4 20 Nov 2011 06:31:52
 |
sahil  |
- Update to 2.9-20111119
Feature safe: yes |
2.9.20111012,4 17 Nov 2011 19:35:14
 |
pav  |
- Unmark BROKEN on amd64, the build failure observed on pointyhat is largely
unknown in real world. Increase verbosity in postconf tool error messaging
to aid diagnose on pointyhat
Submitted by: Jase Thew
Feature safe: yes |
2.9.20111012,4 05 Nov 2011 16:53:01
 |
miwi  |
- Fix build on FreeBSD 10 |
2.9.20111012,4 26 Oct 2011 22:44:50
 |
pav  |
- Mark BROKEN on amd64: fails during installation (updating man pages)
Updating /usr/local/share/doc/postfix/scache.8.html...
Updating /usr/local/share/doc/postfix/tlsmgr.8.html...
*** Error code 1
Reported by: pointyhat |
2.9.20111012,4 18 Oct 2011 01:50:41
 |
sahil  |
- Update to 2.9-20111012 |
2.9.20110820,4 29 Aug 2011 00:25:40
 |
sahil  |
- Update to 2.9-20110820 |
2.9.20110814,4 16 Aug 2011 23:06:06
 |
sahil  |
- Update to 2.9-20110814 |
2.9.20110706,4 30 Jul 2011 01:34:47
 |
sahil  |
- Update to 2.9-20110706
- Use ports framework to create USERS and GROUPS
- Remove unused replace() function from pkg-install |
2.9.20110615,4 21 Jun 2011 01:23:23
 |
sahil  |
- Update to 2.9-20110615 |
2.9.20110605,4 13 Jun 2011 02:20:08
 |
sahil  |
- Update to 2.9-20110605 |
2.9.20110501,4 02 May 2011 04:40:26
 |
sahil  |
- Update to 2.9-20110501 |
2.9.20110323,4 03 Apr 2011 20:42:26
 |
sahil  |
Update to 2.9-20110323 and pass additional parameters
to the upstream install script. This is to ensure the
correct placement of files, as defined in the packing
list, even when users modify their configuration file
to point to non-default locations for certain install
paths. This works because args passed via the cmdline
take precedence over definitions in the configuration
file, which in turn override compiled-in defaults. |
2.9.20110321,4 22 Mar 2011 00:59:01
 |
sahil  |
- Update to 2.9-20110321 |
2.9.20110313,4 19 Mar 2011 20:37:46
 |
sahil  |
- Update to 2.9-20110313 |
2.9.20110228,4 02 Mar 2011 03:10:49
 |
sahil  |
- Update to 2.9-20110228 and modify patching for
src/util/sys_defs.h, which is updated upstream
to be aware of the FreeBSD closefrom() support
time window [1]
- Take maintainership [2]
PR: ports/155176 [1]
Submitted by: sahil (myself)
Approved by: portmgr (linimon) [2] |
2.9.20110219,4 20 Feb 2011 06:21:36
 |
sahil  |
Update to 2.9-20110219, update CONFLICTS, alphabetically
sort packing list, and tweak PKGNAMESUFFIX when INST_BASE
is defined. Also, sync OPTIONS with mail/postfix to warn
users trying to build this port with unsupported options.
Finally, modify pkg-install script to check if Postfix is
already enabled in mailer.conf.
PR: ports/154495
Submitted by: ohauer
Approved by: maintainer timeout |
2.8.20101108,4 11 Nov 2010 23:33:04
 |
sahil  |
- Update to 2.8-20101108
PR: ports/152000
Submitted by: ohauer
Approved by: mnag (via email) |
2.8.20101007,4 24 Oct 2010 06:31:17
 |
sahil  |
- Update to 2.8-20101007
- Fix CONFLICTS
PR: ports/151369
Submitted by: sahil@ (myself)
Approved by: maintainer timeout |
2.8.20100923_1,4 29 Sep 2010 22:00:13
 |
ohauer  |
- fix pkg-plist
- Bump PORTREVISION
Approved by: glarkin (mentor, implicit) |
2.8.20100923,4 27 Sep 2010 21:54:55
 |
ohauer  |
- update postfix-current to Snapshot 2.8-20100923
From RELEASE_NOTES:
Incompatibility with snapshot 20100912
======================================
- If your DNSBL queries have a "secret" in the domain name, you must
now censor this information from the postscreen(8) SMTP replies.
- The postscreen "continue" action is now called "ignore". The old
name is still supported but no longer documented.
- The postscreen_hangup_action parameter was removed. Postscreen
now always behaves as if "postscreen_hangup_action = drop".
- The postscreen_cache_retention_time default was increased from
1d to 7d, to avoid deleting results from expensive deep SMTP
protocol tests too quickly.
(Only the first 15 lines of the commit message are shown above ) |
2.8.20100728,4 01 Aug 2010 00:57:50
 |
mnag  |
- Update to 2.8-20100728
- portlint |
2.8.20100707,4 30 Jul 2010 03:39:18
 |
sahil  |
- Update to 2.8-20100707
- Fix whitespace in Makefile header
- Refactor port to ease maintenance (adopted from mail/postfix)
- Remove unnecessary patches
- Add option to install into base
PR: ports/147732
Submitted by: olli hauer <ohauer@gmx.de>
Approved by: maintainer timeout (> 14 days) |
2.8.20100323,4 13 Apr 2010 13:19:42
 |
mnag  |
- Update to 2.8-20100323
- Fix CONFLICTS because the port shouldn't conflict with itself
- Fix build on 8.0 & 9.0 when WITH_SASLKRB5 is set
PR: 145393
Submitted by: Sahil Tandon <sahil___tandon.net> |
2.8.20100213 27 Mar 2010 00:15:24
 |
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
2.8.20100213,4 05 Mar 2010 03:23:00
 |
mnag  |
- Update to 2.8-20100213
Feature safe: yes |
2.7.20100117,4 19 Jan 2010 23:03:13
 |
mnag  |
- Update to 2.7-20100117
PR: 142268
Submitted by: olli hauer <ohauer___gmx.de> |
2.7.20091115,4 04 Dec 2009 11:52:18
 |
mnag  |
- Update to 2.7-20091115 |
2.7.20091008,4 11 Oct 2009 02:27:31
 |
mnag  |
- Update to 2.7-20091008
PR: 139445
Submitted by: Sahil Tandon <sahil___tandon.net> |
2.7.20090828,4 05 Oct 2009 02:28:16
 |
mnag  |
- Update to 2.7-20090828 |
2.7.20090712,4 27 Sep 2009 16:54:58
 |
mnag  |
- Fixed build to FreeBSD 9.
- Mark as jobs safe.
PR: 138916
Submitted by: Sylvio Cesar <scjamorim___bsd.com.br>
Feature safe: yes |
2.7.20090712,4 30 Jul 2009 00:21:14
 |
mnag  |
- Update to 2.7-20090712
- Fix build with new closefrom(2)
Reported by: Jorge Medina <jorge__bsdchile.cl> |
2.7.20090607,4 15 Jul 2009 16:56:10
 |
dougb  |
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. |
2.7.20090607,4 09 Jun 2009 02:42:00
 |
mnag  |
- Update to 2.7-20090607 |
2.7.20090528,4 06 Jun 2009 23:27:31
 |
mnag  |
- Update to 2.7-20090528 |
2.7.20090519,4 24 May 2009 22:27:19
 |
mnag  |
- Update to 2.7-20090519 |
2.6.20090418,4 25 Apr 2009 03:22:10
 |
mnag  |
- Update to 2.6-20090418 (2.6.0-RC2) |