notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: mail/postfix/Makefile

Number of commits found: 324 (showing only 100 on this page)

«  1 | 2 | 3 | 4  »  

Wednesday, 21 Jun 2017
19:38 ohauer search for other commits by this committer
- update to 3.2.2
- adjust PORTSCOUT

Changelog:
20170221
  Compatibility fix (introduced: Postfix 3.1): some Milter
  applications do not recognize macros sent as {name} when
  macros have single-character names. Postfix now sends such
  macros without {} as it has done historically. Viktor
  Dukhovni. File: milter/milter.c.

20170402
  Bugfix (introduced: Postfix 3.2): restore the SMTP server
  receive override options at the end of an SMTP session,
  after the options may have been modified by an smtpd_milter_maps
  setting of "DISABLE". Problem report by Christian R__ner,
  root cause analysis by Viktor Dukhovni. File: smtpd/smtpd.c.

20170430
  Safety net: append a null byte to vstring buffers, so that
  C-style string operations won't scribble past the end. File:
  vstring.c.

20170531
  Bugfix (introduced: Postfix 3.2): after the table lookup
  overhaul, the check_sender_access and check_recipient_access
  features ignored the parent_domain_matches_subdomains
  setting. Reported by Henrik Larsson. File: smtpd/smtpd_check.c.

20170610
  Workaround (introduced: Postfix 3.0 20140718): prevent MIME
  downgrade of Postfix-generated message/delivery status.
  It's supposed to be 7bit, therefore quoted-printable encoding
  is not expected. Problem reported by Griff. File:
  bounce/bounce_notify_util.c.

20170611
  Security: Berkeley DB 2 and later try to read settings from
  a file DB_CONFIG in the current directory.  This undocumented
  feature may introduce undisclosed vulnerabilities resulting
  in privilege escalation with Postfix set-gid programs
  (postdrop, postqueue) before they chdir to the Postfix queue
  directory, and with the postmap and postalias commands
  depending on whether the user's current directory is writable
  by other users. This fix does not change Postfix behavior
  for Berkeley DB < 3, but reduces file create performance
  for Berkeley DB 3 .. 4.6.  File: util/dict_db.c.

PR:		219996
Reported by:	Markus Kohlmeyer
MFH:		2017Q2
Original commitRevision:444073 
Wednesday, 10 May 2017
18:38 adamw search for other commits by this committer
Update to 3.2.0.

This release ends support for legacy release Postfix 2.10.

The main changes in no particular order are:

* Elliptic curve negotiation with OpenSSL [?] 1.0.2. This changes the default
  smtpd_tls_eecdh_grade setting to "auto", and introduces a new parameter
  tls_eecdh_auto_curves with the names of curves that may be negotiated.
* Stored-procedure support for MySQL databases. Contributed by John Fawcett.
  See the mysql_table(5) manpage for details.
* Cidr: table support for if/endif and negation (by prepending ! to a pattern),
  just like regexp: and pcre: tables. See the cidr_table(5) manpage for details.
* The postmap command and the inline: and texthash: maps now support spaces in
  left-hand field of lookup table source text. Use double quotes (") around a
  left-hand field that contains spaces, and use backslash (\) to protect quotes
  in a left-hand field.
* Support for per-client Milter configuration (smtpd_milter_maps) that
  overrides the main.cf smtpd_milters setting, and that has the same syntax. A
  lookup result of "DISABLE" turns off Milter support for that client. See
  MILTER_README.html for details.
* The local SMTP server IP address and port are available in the policy
  delegation protocol (attribute names: server_address, server_port), in the
  Milter protocol (macro names: {daemon_addr}, {daemon_port}), and in the
XCLIENT
  protocol (attribute names: DESTADDR, DESTPORT).
* For safety reasons, the Postfix sendmail -C option must specify an authorized
  directory: the default configuration directory, a directory that is listed in
  the default main.cf file with alternate_config_directories or
  multi_instance_directories, otherwise the command must be invoked with root
  privileges. This mitigates a recurring "jail break" problem with the PHP
mail()
  function.
* "PASS" and "STRIP" actions in header/body_checks. "STRIP" is similar to
  "IGNORE" but also logs the action, and "PASS" disables header, body, and
Milter
  inspection for the remainder of the message content. Contributed by Hobbit.
* The collate.pl script by Viktor Dukhovni for grouping Postfix logfile records
  into "sessions" based on queue ID and process ID information, in the
  auxiliary/collate directory of the Postfix source tree.

Disabled or removed behavior:

* SMTPUTF8 support: Postfix 3.2 disables the 'transitional' compatibility
  between the IDNA2003 and IDNA2008 standards for internationalized domain names
  (domain names beyond the limits of US-ASCII). This makes Postfix behavior
  consistent with contemporary web browsers. See RELEASE_NOTES for more.
* Postfix 3.2 removes tentative features that were implemented before the DANE
  spec was finalized: support for certificate usage PKIX-EE(1), the ability to
  disable digest agility, and the ability to disable support for "TLSA 2 [01]
  [12]" records that specify the digest of a trust anchor. See RELEASE_NOTES for
  more.

PR:		218697
Submitted by:	pi
Reviewed by:	flo
Approved by:	maintainer timeout
Original commitRevision:440583 
Tuesday, 3 Jan 2017
17:14 ohauer search for other commits by this committer
- update to 3.1.4

Changelog:
20161105
  Bugfix (introduced: Postfix 1.1): the postsuper command did not count a
  successful rename operation after error recovery.

20161204
  Bugfix (introduced: Postfix 3.1): cut-and-paste error in the "postfix
  tls deploy-server-cert" command, causing the wrong certfile and keyfile
  to be used.

  Robustness: create a new keyfile when "postfix tls new-server-cert" is
  invoked and main.cf specifies a non-existent keyfile.

20161206
  Bugfix (introduced: Postfix 3.0): when receiving a MAIL FROM...SMTPUTF8
  command while smtpd_delay_reject=no, enable SMTPUTF8 support before
  processing smtpd_sender_restrictions.

20161220
  Bugfix (introduced: Postfix 2.1.0): the Postfix SMTP daemon did not query
  sender_canonical_maps when rejecting unknown senders with
  "smtpd_reject_unlisted_recipient = yes" or with reject_unlisted_sender.

MFH:		2017Q1
Original commitRevision:430486 
Friday, 2 Dec 2016
11:58 mat search for other commits by this committer
Do not use post-stage.  Use post-install instead.

The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.

PR:		214780
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:427552 
Saturday, 19 Nov 2016
18:21 jbeich search for other commits by this committer
devel/icu: update to 58.1

Changes:	http://site.icu-project.org/download/58
PR:		214384
Exp-run by:	antoine
Approved by:	office (bapt)
Original commitRevision:426525 
Sunday, 2 Oct 2016
09:17 ohauer search for other commits by this committer
- update to 3.1.3

Changelog:
 20160911
  Bugfix (introduced: Postfix 3.0): the SMTP daemon did not
  reset a previous session's command counts before rejecting
  a client that exceeds request or concurrency rates. File:
  smtpd/smtpd.c.

 20160917
  Bugfix (introduced: Postfix 3.0): the unionmap did not
  propagate table lookup errors.  Based on patch by Roel van
  Meer.  Files: util/dict_union.c, util/dict_union_test.*.

 20160925
  Workaround (problem introduced: Postfix 2.11): to avoid
  false "not found" errors with MySQL map queries that contain
  UTF8-encoded text, specify "option_group = client" in Postfix
  MySQL configuration files.  This will be the default setting
  with Postfix 3.2 and later.
Original commitRevision:423106 
Saturday, 24 Sep 2016
11:06 tijl search for other commits by this committer
- Update devel/icu to 57.1.
- Clean up the Makefile.
- Follow some upstream recommendations (--with-data-packaging=archive,
  --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE).
- Patch makefiles to install static libraries with INSTALL_DATA so they
  aren't stripped.
- Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc.
- Fix endianness detection in ICU.  The code wanted to use BYTE_ORDER
  defined in machine/endian.h, but this isn't visible because ICU is
  compiled with _XOPEN_SOURCE.  Patch the code to use _BYTE_ORDER instead.
- Compile ICU with C++11 compiler to enable move constructors.
- Patch ICU to fix a problem with atomics in the case of a C++11 compiler
  without C++11 header <atomic> (like Clang on FreeBSD 9).
- Bump all ports that depend on it due to library version change.
- Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU
  pkgconfig files.
- Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs
  a C++11 runtime library now.  Add this to all ports that depend on it
  so their executables load the right libstdc++.so on FreeBSD 9.

PR:		205120
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:422711 
Tuesday, 30 Aug 2016
05:54 brnrd search for other commits by this committer
mail/postfix: Fix typo in LibreSSL patch

  - Fix DANE support with LibreSSL

PR:		212223
Reported by:	Markus Kohlmeyer <rootservice@gmail.com>
Original commitRevision:421102 
Monday, 29 Aug 2016
19:23 brnrd search for other commits by this committer
mail/postfix: Fix runtime issues with LibreSSL

  - Add LibreSSL checks to <> 1.1.0 OpenSSL checks
  - Bump portrevision

PR:		212223
Submitted by:	Markus Kohlmeier <rootservice@gmail.com>
Reported by:	Markus Kohlmeier <rootservice@gmail.com>
Approved by:	ohauer (via PR)
MFH:		2016Q3
Original commitRevision:421091 
Sunday, 28 Aug 2016
09:18 ohauer search for other commits by this committer
- update to 3.1.2

20160819
       Bugfix (introduced: Postfix 3.0): the makedefs script ignored
       readme_directory=pathname overrides. Fix by Todd C. Olson.
       File: makedefs.

20160821
       Bugfix (introduced: Postfix 3.0): the tls_session_ticket_cipher
       documentation says aes-256-cbc, but the implementation was
       using aes-128-cbc (note that Postfix SMTP server and client
       processes have a limited life time).

20160828
       Bitrot: fixes for incompatible OpenSSL 1.1.0 API changes.
       Viktor Dukhovni.  Files: posttls-finger/posttls-finger.c,
       tls/tls.h, tls/tls_dane.c, tls/tls_verify.c, tls/tls_server.c,
       tls/tls_client.c.
Original commitRevision:421013 
Monday, 8 Aug 2016
13:46 mat search for other commits by this committer
USE_BDB cleanup.

- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx  -> USES=bdb:xx.

Other modernisations when I see them.

PR:		209183
Sponsored by:	Absolight
Original commitRevision:419843 
Saturday, 9 Jul 2016
20:18 ohauer search for other commits by this committer
- fix build on FreeBSD 12
- s/USE_OPENSSL=yes/USES=ssl/
Original commitRevision:418293 
Wednesday, 6 Jul 2016
22:10 mat search for other commits by this committer
Bump PORTREVISION for the icu revert.

This time not bumping lang/php70, but devel/php70-intl which is the one
really depending on icu.

PR:		205120
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:418153 
07:34 gahr search for other commits by this committer
devel/icu: bump PORTREVISION on dependent ports
Original commitRevision:418119 
Sunday, 15 May 2016
21:16 ohauer search for other commits by this committer
- update to 3.1.1

Changelog:

20160228
       Documentation: typos in postfix-tls-script(1) manpage.

20160327
       Documentation: line wrapping in postconf(1) manpage.

20160310
       Bugfix (introduced: Postfix 2.6): the Milter SMFIR_CHGFROM
       (replace sender) request lost the sender_bcc_maps address.
       Fixed by moving some record keeping to the sender output
       function.  Files: cleanup/cleanup_envelope.c,
       cleanup/cleanup_addr.c, cleanup/cleanup_milter.c,
       cleanup/cleanup.h, regression tests.

20160410
       Bugfix (introduced: Postfix 2.6): the "bad filetype"
       header_checks pattern falsely rejected Content-Mumble headers
       with ``name="example"; x-apple-part-url="example.com"''.
       Fixed by respecting the ";" separator between content
       attribute values.  Reported by Cedric Knight.  File:
       proto/header_checks.

20160515
       Portability: OpenBSD 6.0. Files: makedefs, util/sys_defs.h.

MFH:		2016Q2
Original commitRevision:415286 
Wednesday, 30 Mar 2016
09:43 ohauer search for other commits by this committer
- remove ${PORTSDIR} from dependency
Original commitRevision:412164 
Sunday, 28 Feb 2016
08:46 ohauer search for other commits by this committer
- update to postfix 3.1

Users updating from postfix 2.11 should read:
 ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-3.0.0.RELEASE_NOTES
 ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-3.1.0.RELEASE_NOTES
Original commitRevision:409727 
Thursday, 25 Feb 2016
20:50 ohauer search for other commits by this committer
- s/always build in/always built in/
Original commitRevision:409559 
20:09 ohauer search for other commits by this committer
- rework SASL OPTIONS
  Dovecot SASL does not need any dependency, from now it will be always build
into postfix
  and the default SASL unless Cyrus is also added (there is no conflict between
them)

- 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
- bump PORTREVISION

Many Thanks to all testers!

PR:	195662
PR: 	205162
Original commitRevision:409551 
Sunday, 10 Jan 2016
18:48 ohauer search for other commits by this committer
- s/SQLITE_USE/SQLITE_USES/
Original commitRevision:405738 
Tuesday, 5 Jan 2016
06:40 ohauer search for other commits by this committer
- fix misplaced strip flag

MFH:		2016Q1
Original commitRevision:405272 
Monday, 4 Jan 2016
10:33 ohauer search for other commits by this committer
- rework pkg-install and pkg-message [1]

- install postfix specific mailer.conf.postfix into DATADIR [2]

- 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.

2) $DATADIR/mailer.conf.postfix can be used by the tools in 1)

MFH:		2016Q1
Original commitRevision:405234 
Monday, 19 Oct 2015
14:50 amdmi3 search for other commits by this committer
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
Original commitRevision:399684 
Sunday, 11 Oct 2015
15:03 ohauer search for other commits by this committer
- update to 2.11.7
- use target helpers

ChangeLog:
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
	Bugfix (introduced: 20120531-617): the Postfix SMTP server
	used a larger-than-1 VSTREAM buffer to read the HAProxy
	connection hand-off information. This broke TLS wrappermode,
	as the TLS helo packet would end up in the plaintext VSTREAM
	buffer. Reported by Lukas Erlacher.  File: smtpd/smtpd_haproxy.c.

20150924
	Bugfix (introduced: 20090216-24): incorrect postmulti error
	message. Reported by Patrik Koetter. Fix by Viktor Dukhovni.
	File: postmulti/postmulti.c.

	Workaround: don't create a new instance when the template
	main.cf and master.cf files are missing, as happens on
	Debian-like systems. Viktor Dukhovni. File: conf/postmulti-script.

20150925
	Bugfix (introduced: 19970309, fixed 20150421 in development
	release): reset errno before calling readdir(), in order
	to distinguish between an end-of-directory and an error
	condition. File: scandir.c.

20150930
	Bugfix (introduced: 20040124): Milter client panic while
	adding a header, because the PREPEND action used the same
	output function for header_checks and body_checks.  Viktor
	Dukhovni and Wietse. File: cleanup/cleanup_message.c.

	Bugfix (introduced: 20031128): xtext_unquote() did not
	propagate error reports from xtext_unquote_append(), causing
	the decoder to return partial ouput, instead of rejecting
	malformed input. Fix by Krzysztof Wojta.  File: global/xtext.c.
Original commitRevision:399090 
Sunday, 2 Aug 2015
20:16 ohauer search for other commits by this committer
- update to 2.11.6

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
       SSLv2 or SSLv3.  See the RELEASE_NOTES file for how to get
       the old settings back. Files: global/mail_params.h,
       proto/postconf.proto, and files derived from those.

Incompatible change with Postfix  2.11.6 / 3.0.2
-------------------------------------------------

As of the middle of 2015, all supported Postfix releases no longer
enable "export" grade ciphers for opportunistic TLS, and no longer
use the deprecated SSLv2 and SSLv3 protocols for mandatory or
opportunistic TLS.

These changes are very unlikely to cause problems with server-to-server
communication over the Internet, but they may result in interoperability
problems with ancient client or server implementations on internal
networks.  To address this problem, you can revert the changes with:

Postfix SMTP client settings:

    lmtp_tls_ciphers = export
    smtp_tls_ciphers = export
    lmtp_tls_protocols = !SSLv2
    smtp_tls_protocols = !SSLv2
    lmtp_tls_mandatory_protocols = !SSLv2
    smtp_tls_mandatory_protocols = !SSLv2

Postfix SMTP server settings:

    smtpd_tls_ciphers = export
    smtpd_tls_protocols =
    smtpd_tls_mandatory_protocols = !SSLv2

These settings, if put in main.cf, affect all Postfix SMTP client
or server communication, which may be undesirable. To be more
selective, use "-o name=value" parameter overrides on specific
services in master.cf. Execute the command "postfix reload" to make
the changes effective.
Original commitRevision:393442 
Monday, 22 Jun 2015
19:56 bapt search for other commits by this committer
Always use USE_RC_SUBR now that it handles properly PREFIX=/usr
Original commitRevision:390323 
Monday, 25 May 2015
17:55 bdrewery search for other commits by this committer
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/
Original commitRevision:387393 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
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
Original commitRevision:386312 
Sunday, 10 May 2015
15:25 ohauer search for other commits by this committer
- update to version 2.11.5
- 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

Changelog:
20150324
        Bugfix (introduced: Postfix 2.6): sender_dependent_relayhost_maps
        ignored the relayhost setting in the case of a DUNNO lookup
        result.  It would use the recipient domain instead.  Viktor
        Dukhovni. Wietse took the pieces of code that enforce the
        precedence of a sender-dependent relayhost, the global
        relayhost, and the recipient domain, and put that code
        together in once place so that it is easier to maintain.
        File: trivial-rewrite/resolve.c.

20150330
        Bitrot: prepare for future changes in OpenSSL API. Viktor
        Dukhovni. File: tls_dane.c.

20150408
        Portability: FreeBSD10 support. Files: makedefs, util/sys_defs.h.

        Incompatibility: specifying "make makefiles" with "CC=command"
        will no longer override the default WARN setting.

PR:	198215 [1]
	198857 [2]
Original commitRevision:385965 
Friday, 8 May 2015
16:54 ohauer search for other commits by this committer
- grap mail/postfix ports
  (I have some rewrites for them)
Original commitRevision:385798 
13:34 culot search for other commits by this committer
- Reassign to the heap after sahil@'s bit was taken in for safekeeping
Original commitRevision:385780 
Saturday, 14 Feb 2015
17:57 ohauer search for other commits by this committer
- update to 2.11.4

Changes:
20141025
 Bugfix (introduced: Postfix 2.11): core dump when
 smtp_policy_maps specifies an invalid TLS level. Viktor
 Dukhovni. File: smtp/smtp_tls_policy.c.

20150106
 Robustness: don't segfault due to excessive recursion after
 a faulty configuration runs into the virtual_alias_recursion_limit.
 File: global/tok822_tree.c.

20150115
 Safety: stop aliasing loops that exponentially increase the
 address length with each iteration. Back-ported from Postfix
 3.0. File: cleanup/cleanup_map1n.c.

20150117
 Cleanup: missing " in \%s\" in postconf(1) fatal error
 messages. Iain Hibbert. File: postconf/postconf_master.c.

Approved by:	sahil (implicit)
MFH:		2015Q1
Original commitRevision:378980 
16:31 ohauer search for other commits by this committer
- remove dead mirrors from MASTER_SITES
  (a good overview can be taken by viewving the
   source of http://www.postfix.org/download.html)
- remove MASTER_SITE_SUBDIR, it should be used only for sites defined in
bsd.site.mk
Original commitRevision:378967 
Saturday, 31 Jan 2015
16:57 ohauer search for other commits by this committer
- update conflicts for new postfix-current
- use OPTIONS_SUB
- enable TLS as default [1]
- use USE_OPENSSL instead including Mk/openssl.mk
- use new install instruction
- use new notation for @mode in pkg-plist
- bump PORTREVISON

[1] Users using packages should have the ability to
    use TLS from the default package, (this makes the
    the postfix-tls port obsolete)

Approved by:	sahil (implicit)
MFH:		2015Q1
Original commitRevision:378221 
Sunday, 30 Nov 2014
23:22 ohauer search for other commits by this committer
- install posttls-finger and posttls-finger.man
  posttls-finger is handy for many tls related checks

PR:		195293
Submitted by:	Darren Pilgrim
Approved by:	sahil (implicit)
Original commitRevision:373695 
Saturday, 22 Nov 2014
20:40 crees search for other commits by this committer
Finally retire USE_PGSQL
Original commitRevision:373100 
Monday, 10 Nov 2014
10:53 ohauer search for other commits by this committer
- fix wrong /var/spool/postfix permissions
  (broken by commit 372368 ,372370)

- bump PORTREVISION
Original commitRevision:372388 
Sunday, 9 Nov 2014
18:21 ohauer search for other commits by this committer
- 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

Approved by:	sahil (implicit)
Original commitRevision:372370 
Sunday, 2 Nov 2014
20:45 ohauer search for other commits by this committer
- update to 2.11.3
- add CPE support
- use PORTDOCS macro
- remove check for OSVERSION >= 800037
- fix OPENLDAP_VER usage
- set PORTSCOUD
- always call set-permissions in post-install to set correct spool/postfix/*
permissions
  this is required with pkg to support non interrupted upgrade

Changes:
========
20140619
        Bugfix (introduced: 2001): qmqpd null pointer bug when it
        logs a lost connection while not in a mail transaction.
        Reported by Michal Adamek. File: qmqpd/qmqpd.c.

20140920
        Bugfix (introduced: 20080212): incorrect client name in
        reject messages from check_reverse_client_hostname_access
        and check_reverse_client_hostname_{mx,ns}_access.  They
        replied with the verified client name, instead of the name
        that was rejected.  Problem reported by Reindl Harald. File:
        smtpd/smtpd_check.c.

20141012
        Bugfix (introduced: Postfix 2.3): the PREPEND access/policy
        action added headers ABOVE Postfix's own Received: header,
        exposing Postfix's own Received: header to Milters (protocol
        violation) and hiding the PREPENDed header from Milters.
        The latter caused problems for DMARC implementations with
        SPF policy plus DKIM Milter.  PREPENDed headers are now
        added BELOW Postfix's own Received: header and remain visible
        to Milters. File: smtpd/smtpd.c.

20141018
        Bugfix (introduced: Postfix 2.3): when a Milter inserted a
        header ABOVE Postfix's own Received: header, Postfix would
        expose its own Received: header to Milters (violating
        protocol) and hide the Milter-inserted header from Milters
        (wtf).  Files: cleanup/cleanup.h, cleanup/cleanup_message.c,
        cleanup/cleanup_state.c, milter/milter.[hc], milter/milter8.c.

        Cleanup: revert the workaround that places headers inserted
        with PREPEND actions or policy requests BELOW Postfix's own
        Received: message header. File: smtpd/smtpd.c.

PR:		194396
Submitted by:	Yasuhiro KIMURA
Approved by:	sahil (explicit per PM)
Original commitRevision:372087 
Thursday, 21 Aug 2014
22:50 mandree search for other commits by this committer
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)
Original commitRevision:365599 
Monday, 18 Aug 2014
16:43 bdrewery search for other commits by this committer
- Move RESETPREFIX to default PLIST_SUB

With hat:	portmgr
Original commitRevision:365325 
Sunday, 17 Aug 2014
15:59 tijl search for other commits by this committer
mail/libspf2:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip

(Also some white space fixes in dependent ports)

Approved by:	portmgr (implicit, bump unstaged port)
Original commitRevision:365196 
Thursday, 24 Jul 2014
18:34 tijl search for other commits by this committer
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

databases/libgdamm:
- Drop :keepla
- USES=tar:bzip2
- Use INSTALL_TARGET=install-strip

databases/libgdamm5:
- Add INSTALL_TARGET=install-strip
- Drop --enable-static (inherited from old repocopy)

devel/anjuta x11-toolkits/py-gnome-extras:
- Drop :keepla

dns/powerdns dns/powerdns-devel:
- Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
- Disable static modules
- Stop creating library symlinks with .0 suffix, not needed for dynamically
  opened modules

mail/dovecot2:
- Add USES=libtool

mail/dovecot2-pigeonhole:
- Drop CONFIGURE_TARGET (incorrect for Dragonfly)
- Add USES=libtool and INSTALL_TARGET=install-strip

math/gnumeric:
- USES=libtool tar:xz

Approved by:	portmgr (implicit, bump unstaged ports)
Original commitRevision:362835 
Friday, 4 Jul 2014
09:41 tijl search for other commits by this committer
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)
Original commitRevision:360588 
Thursday, 8 May 2014
01:40 sahil search for other commits by this committer
- Update to 2.11.1
- Refactor to support staging [1]
- Support "developer mode" [2]

Submitted by:	[1]: ohauer
		[2]: mandree
Original commitRevision:353235 
Tuesday, 21 Jan 2014
01:17 sahil search for other commits by this committer
Repo-copy mail/postfix -> mail/postfix210, and update
both ports to the latest version.  Also:

- 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)
Original commitRevision:340537 
Tuesday, 10 Dec 2013
18:29 pawel search for other commits by this committer
Links dynamically to libcdb after databases/tinycdb update

PR:		ports/184666
Submitted by:	me
Approved by:	bapt (portmgr)
Original commitRevision:336075 
Thursday, 5 Dec 2013
11:10 mat search for other commits by this committer
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)
Original commitRevision:335658 
Sunday, 27 Oct 2013
03:29 sahil search for other commits by this committer
- Update to 2.10.2
Original commitRevision:331746 
Friday, 20 Sep 2013
19:59 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
Original commitRevision:327742 
Sunday, 15 Sep 2013
08:15 az search for other commits by this committer
- convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
Original commitRevision:327334 
Sunday, 1 Sep 2013
20:12 sahil search for other commits by this committer
- Update to 2.10.1 and bump VDAVERSION
Original commitRevision:325915 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Friday, 26 Apr 2013
02:45 sahil search for other commits by this committer
Fix a regression that had crept in with r314621.  Do not
bump PORTREVISION because this does not affect the default
package.
Original commitRevision:316548 
Tuesday, 23 Apr 2013
01:49 sahil search for other commits by this committer
Repo-copy mail/postfix -> mail/postfix29, and update
both ports to the latest version and make a note in
UPDATING.  Also:

- Adjust CONFLICTS
- 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
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Original commitRevision:316296 
Tuesday, 19 Mar 2013
07:20 jgh search for other commits by this committer
- adopt optionsNG
- trim historical header
- tighten COMMENT

Approved by: portmgr (bapt)
Original commitRevision:314621 
Monday, 28 Jan 2013
02:44 sahil search for other commits by this committer
Update to 2.9.5 and revise the PKGINSTALL script to
distinguish between upgrades and fresh installs. Also,
mark BROKEN when users try to build WITH_LDAP_SASL but
WITHOUT_SASL2.
Original commitRevision:311090 
Monday, 10 Dec 2012
19:11 mm search for other commits by this committer
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
Original commitRevision:308630 
15:10 ume search for other commits by this committer
Update cyrus-sasl2 to 2.1.26.
This bumps shlib version of libsasl2.
Original commitRevision:308609 
Sunday, 5 Aug 2012
23:19 dougb search for other commits by this committer
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
Original commit
18:37 sahil search for other commits by this committer
Update to 2.9.4
Original commit
Friday, 15 Jun 2012
02:22 ashish search for other commits by this committer
- extend CONFLICTS

Approved by:    sahil (maintainer)
Original commit
Wednesday, 23 May 2012
02:29 sahil search for other commits by this committer
- Update to 2.9.3
Original commit
Wednesday, 25 Apr 2012
02:44 sahil search for other commits by this committer
- Update to 2.9.2
Original commit
Monday, 23 Apr 2012
03:14 sahil search for other commits by this committer
Update VDA patch and tweak the conditional that
sets IS_INTERACTIVE.
Original commit
Monday, 20 Feb 2012
06:15 sahil search for other commits by this committer
- Update to 2.9.1
- Remove library number from pcre LIB_DEPENDS, as this
  port can compile without incident against older pcre
  libraries.
Original commit
Tuesday, 14 Feb 2012
12:45 mm search for other commits by this committer
Bump pcre library dependency due to 8.30 update
Original commit
Saturday, 11 Feb 2012
05:14 sahil search for other commits by this committer
Update to 2.9.0 and revise IS_INTERACTIVE logic to
account for additional situations.
Original commit
Monday, 21 Nov 2011
01:13 sahil search for other commits by this committer
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
Original commit
Saturday, 19 Nov 2011
22:20 sahil search for other commits by this committer
- Update to 2.8.7

Feature safe:   yes
Original commit
Wednesday, 7 Sep 2011
22:42 sahil search for other commits by this committer
- Update to 2.8.5 and point to newer VDA patch
Original commit
Tuesday, 26 Jul 2011
01:49 sahil search for other commits by this committer
Update to 2.8.4 and use the ports framework to
create USERS and GROUPS. Also remove replace()
function from pkg-install script.

PR:             ports/158765
Submitted by:   ohauer
Original commit
Monday, 9 May 2011
13:11 sahil search for other commits by this committer
Update to 2.8.3 and point to newer VDA patch.  Also address
the problem described in ports/155885 by passing additional
parameters to the upstream install script.

Security:       CVE-2011-1720
Original commit
Tuesday, 22 Mar 2011
00:58 sahil search for other commits by this committer
- Update to 2.8.2
Original commit
Thursday, 24 Feb 2011
02:10 sahil search for other commits by this committer
- Update to 2.8.1
Original commit
Sunday, 20 Feb 2011
04:45 sahil search for other commits by this committer
Reactive VDA support with a new upstream patch released
specifically for Postfix version 2.8.0.
Original commit
Sunday, 6 Feb 2011
04:11 sahil search for other commits by this committer
- Unbreak SPF option with new patch for 2.8.0

PR:             ports/154465
Submitted by:   mm
Feature safe:   yes
Original commit
Wednesday, 2 Feb 2011
03:26 sahil search for other commits by this committer
Set IS_INTERACTIVE if BATCH and PACKAGE_BUILDING are
undefined[1]; also, add missing 'ver' in description
of the PGSQL option[2].

Prompted by:    dougb[1], wxs[2]
Feature safe:   yes
Original commit
Monday, 24 Jan 2011
23:38 sahil search for other commits by this committer
Update to 2.8.0, tweak CONFLICTS, mark MAKE_JOBS_SAFE
and note that the SPF and VDA options are unavailable
with this release.

Feature safe:   yes
Original commit
Tuesday, 28 Dec 2010
23:47 sahil search for other commits by this committer
Add OPTION for SASL authentication via Dovecot 2.x and
warn users if they erroneously elect both 1.x and 2.x.

No bump of PORTREVISION because the default package is
unchanged.
Original commit
Saturday, 27 Nov 2010
06:48 sahil search for other commits by this committer
Update to 2.7.2 and modify pkg-install script to check
whether Postfix is already enabled in mailer.conf[1].

Submitted by:   ohauer (via email) [1]
Original commit
Wednesday, 20 Oct 2010
00:08 sahil search for other commits by this committer
- Remove dead MASTER_SITE

Reported by:    distilator
Original commit
Wednesday, 6 Oct 2010
03:29 sahil search for other commits by this committer
- Update optional SPF patch to version 1.1.0 [1]
- Fix CONFLICTS [2]

PR:             ports/151134 [1]
Submitted by:   mm@  [1]
Noticed by:     pav@ [2]
Original commit
Wednesday, 22 Sep 2010
04:23 sahil search for other commits by this committer
- Fix IPv6 support in SPF patch

PR:             ports/150749
Submitted by:   mm@
Original commit
Monday, 13 Sep 2010
02:09 sahil search for other commits by this committer
- Update VDA patch to version 2.7.0 [1]
- Remove "empty variable" assignment from rc script [1]
- Re-introduce optional SPF support [2]
- Remove default DISTNAME assignment from Makefile
- The affected OPTIONS are off by default, so do not
  bump PORTREVISION

PR:             [1]: ports/147731
                [2]: ports/150428
Submitted by:   [1]: ohauer@
                [2]: mm@
Original commit
Thursday, 10 Jun 2010
02:25 sahil search for other commits by this committer
- Update to 2.7.1
- Unset INVALID_BDB_VER; Berkeley DB 5.x is now supported

Approved by:    wxs@/itectu@ (mentors, implicit)
Original commit
Friday, 14 May 2010
00:29 sahil search for other commits by this committer
- Set INVALID_BDB_VER; upstream does not yet support Berkeley DB 5 [1]
- Remove OPTION for Kerberos IV
- Change my email to @FreeBSD.org

PR:             ports/146371 [1]
Reported by:    Volodymyr Kostyrko <c.kworr@gmail.com> [1]
Approved by:    itetcu@ (mentor)
Original commit
Sunday, 28 Mar 2010
18:41 dougb search for other commits by this committer
Fix plist for the default (non-base) package

Submitted by:   Dimitry Andric <dimitry@andric.com>
Approved by:    maintainer
Original commit
Monday, 22 Mar 2010
03:50 dougb search for other commits by this committer
Add an option to install into the base, and related support

Approved by:    maintainer
Original commit
Thursday, 4 Mar 2010
17:00 itetcu search for other commits by this committer
- Update to 2.7.0
- users wanting to continue on 2.6 series should use mail/postfix26

PR:             144189
Submitted by:   Sahil Tandon (maintainer)
Feature safe:   yes
Original commit
Tuesday, 12 Jan 2010
17:32 itetcu search for other commits by this committer
Fix build with Kerberbos5 on 8.0 and 9.0 which have new Heimdal.

PR:             141045
Submitted by:   maintainer (Sahil Tandon)
Original commit
Friday, 18 Sep 2009
13:05 wxs search for other commits by this committer
- Update VDA patch to 2.6.5

PR:             ports/138777
Submitted by:   Sahil Tandon <sahil@tandon.net> (maintainer)
Feature safe:   yes
Original commit
Monday, 7 Sep 2009
09:19 bland search for other commits by this committer
Update tp 2.6.5

PR:     138301
Original commit
Friday, 14 Aug 2009
21:33 wxs search for other commits by this committer
- Update to 2.6.3
- 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)
Original commit
Friday, 10 Jul 2009
13:45 garga search for other commits by this committer
- un-IGNORE VDA patch for version 2.6.2
- no PORTVERSION bump necessary since this option is off by default

PR:             ports/135902
Submitted by:   Sahil Tandon <sahil@tandon.net>
Original commit
Thursday, 11 Jun 2009
01:42 wxs search for other commits by this committer
- Cleanup pkg-install script to handle documentation installation correctly.
  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)
Original commit
Friday, 5 Jun 2009
07:02 itetcu search for other commits by this committer
Update to Postfix stable release 2.6.2 which fixes one defect in SASL support:
 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
Original commit
Thursday, 4 Jun 2009
07:45 mm search for other commits by this committer
- Fix install with defined NOPORTEXAMPLES [1]
- 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]
Original commit
Tuesday, 26 May 2009
13:36 netchild search for other commits by this committer
- refactor the port to ease maintenance [1]
- 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]
Original commit
Monday, 18 May 2009
14:36 pav search for other commits by this committer
- Update to 2.6.0
- Transfer maintainership to the submitter

PR:             ports/134497
Submitted by:   Sahil Tandon <sahil@tandon.net>
Approved by:    Vick Khera <vivek@khera.org> (old maintainer)
Original commit

Number of commits found: 324 (showing only 100 on this page)

«  1 | 2 | 3 | 4  »