Commit graph

527 commits

Author SHA1 Message Date
Olli Hauer
bef445341a - update to 3.6-20200511 2020-05-13 16:21:49 +00:00
Olli Hauer
4260e4e6ba - update to 3.6-20200509 2020-05-10 11:25:32 +00:00
Olli Hauer
2626bbbfef - update to 3.6-20200504 2020-05-05 16:48:08 +00:00
Olli Hauer
18675bd97f - update to 3.6-20200419 2020-04-27 06:07:16 +00:00
Jan Beich
ffb8eb82e5 devel/icu: update to 67.1
Changes:	http://site.icu-project.org/download/67
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by:	GitHub (watch releases)
2020-04-23 20:14:49 +00:00
Olli Hauer
dbb9bfe909 - update to 3.6-20200416 2020-04-17 17:41:47 +00:00
Olli Hauer
346c49b070 - update to 3.6-20200316 2020-03-17 17:01:13 +00:00
Olli Hauer
8b0d952f89 - update to 3.5.0-RC2
- bump PORTEPOCH
- remove deprecated ports from CONFLICTS_INSTALL
- add BLACKLISTD to OPTIONS_DEFAULT
- MYSQL_USES s/=/?=/ to allow testbuild without
  defining XX MYSQL dedicated make.conf's in poudriere
- add postlogd to STRIP_LIBEXEC
2020-03-13 11:32:23 +00:00
Jan Beich
f821cdc347 devel/icu: update to 66.1
Changes:	http://site.icu-project.org/download/66
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
2020-03-13 09:47:16 +00:00
Olli Hauer
fe9fe811aa - update to 3.5-20200126 2020-01-27 16:52:03 +00:00
Olli Hauer
383aaf4a6e - update to 3.5-20200112 2020-01-13 04:39:06 +00:00
Olli Hauer
328c69bf23 - update to 3.5-20200105 2020-01-08 05:33:11 +00:00
Olli Hauer
f392db6c3b - update to 3.5-20191214 2019-12-16 15:45:45 +00:00
Olli Hauer
99237c85c2 - update to 3.5-20191109 2019-11-11 11:47:34 +00:00
Olli Hauer
526e857f35 - update to 3.5-20191019 2019-11-04 09:51:08 +00:00
Olli Hauer
f3bcae7a40 - update to 3.5-20191013 2019-10-14 17:44:01 +00:00
Baptiste Daroussin
0be2ce42f1 Drop the ipv6 virtual category for m* category as it is not relevant anymore 2019-10-09 12:06:22 +00:00
Jan Beich
4bbb4133b2 devel/icu: update to 65.1
Changes:	http://site.icu-project.org/download/65
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
2019-10-03 20:35:29 +00:00
Olli Hauer
699946ff7d - update to 3.5-20190922 2019-09-29 17:11:23 +00:00
Olli Hauer
4795c67f24 - update to 3.5-20190724 2019-07-31 05:37:46 +00:00
Olli Hauer
acc3c8442f - update to 3.5-20190621
- convert pkg-message to UCL
2019-06-23 10:03:06 +00:00
Olli Hauer
2243081405 - update to 3.5-20190615
Incompatibility with snapshot 20190615
  ====================================

  The Postfix TLS library by default no longer waits after sending a
  TLS 'close' notification. This should be safe with TLSv1.2 and
  later. Specify "tls_fast_shutdown_enable = no" to enable historical
  Postfix behavior.

  Major changes with snapshot 20190615
  ====================================

  After sending a TLS 'close' notification, the Postfix library by
  default no longer waits for the TLS peer to respond. According to
  RFC 2246 (TLSv1.2) section 7.2.1, "It is not required for the
  initiator of the close to wait for the responding close_notify alert
  before closing the read side of the connection."

  The SMTP+LMTP delivery agent can now prepend Delivered-To, X-Original-To
  and Return-Path headers, just like the pipe(8) delivery agent. This
  uses the same "flags=DOR" command-line flags in master.cf. See the
  smtp(8) manpage for details.

  This obsoletes the "lmtp_assume_final = yes" setting, and replaces
  it with "flags=...X...", for consistency with pipe(8).
2019-06-17 04:11:44 +00:00
Olli Hauer
d9e684df4d - update to 3.5-20190518 2019-05-22 04:20:54 +00:00
Olli Hauer
65544fcc00 - update to 3.5-20190517
20190516
  Initial search order support for check_ccert_access. The
  default behavior is backwards-compatible. This is work in
  progress; see the RELEASE_NOTES for examples.

20190517
  Bugfix: postconf mis-parsed text starting with "{" such as
  "check_ccert_access { inline:{a=b} { search_order=c,d } }".
  Fixed by adding another level of recursion.
2019-05-18 08:32:16 +00:00
Olli Hauer
12c556316d - update to 3.5-20190427
Note:
----------------------------------------------------------------------
Incompatibility with snapshot 20190427
======================================
  Postfix now normalizes IP addresses received with XCLIENT, XFORWARD,
  or with the HaProxy protocol, for consistency with direct connections
  to Postfix. This may change the appearance of logging, and the way
  that check_client_access will match subnets of an IPv6 address.

Changelog:
----------------------------------------------------------------------
20190331
  Documentation: tlsext_padding is not a tls_ssl_options
  feature. File: proto/postconf.proto.

20190401
  Portability: to avoid a compile-time error on Solaris, added
  "#undef sun" to util/unix_dgram_connect.c.

20190403
  Bugfix (introduced: Postfix 2.3): a censoring filter broke
  multiline Milter responses for header/body events. Problem
  report by Andreas Thienemann. Files: util/printable.c,
  util/stringops.h, smtpd/smtpd.c.

  Bugfix (introduced: Postfix 3.3): "smtp_mx_address_limit = 0"
  no longer meant 'unlimited'. Problem report by Luc Pardon.
  File: smtp/smtp_addr.c.

20190427
  Cleanup: normalize the IP address string forms received with
  XCLIENT, XFORWARD, and HaProxy, for consistency with address
  information for direct connections to Postfix, and add unit
  tests. This casefolds and removes redundant nulls from the
  string representation of an IPv6 address, normalizes the
  "IPv6:" address prefix of RFC 2821 IPv6 address forms, and
  converts IPv4 address octets with leading zeros (octal form)
  into decimal form. Files: global/haproxy.c,
  global/normalize_mailhost_addr.[hc], smtpd/smtpd.c.

  Incompatibility: this may change the appearance of logging,
  and the way that check_client_access will match subnets of
  an IPv6 address.
2019-04-29 20:37:16 +00:00
Olli Hauer
5e14016976 - update to 3.5-20190330
- adopt libressl patches from OpenBSD
2019-04-19 18:55:09 +00:00
Olli Hauer
6629c844a3 - update to 3.4-20190106 2019-03-31 16:09:51 +00:00
Jan Beich
480c577baa devel/icu: update to 64.1
Changes:	http://site.icu-project.org/download/64
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		236325
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D19479
2019-03-27 21:11:08 +00:00
Olli Hauer
82a8e77426 - update to 3.4-20181202 2018-12-03 10:16:33 +00:00
Olli Hauer
d775b3dfcf - update to 3.4-20181130 2018-12-02 10:38:45 +00:00
Olli Hauer
666127294e - add ability to overwrite OPTIONS_DEFAULT for slave ports
(s/=/?=/)

PR:		233608
Submitted by:	HEO SeonMeyong
2018-11-28 14:34:44 +00:00
Olli Hauer
e7c310a8a0 - fix build with libressl 2.8.2
PR:		233517
Submitted by:	Andrej Ebert
2018-11-26 05:11:03 +00:00
Olli Hauer
23a4252f8f - update to 3.4-20181123 2018-11-25 12:56:35 +00:00
Olli Hauer
fd7eee9167 - update to 3.4-20181119 2018-11-21 05:24:51 +00:00
Olli Hauer
a1855b7c21 - update to 3.4-20181118 2018-11-19 16:17:21 +00:00
Olli Hauer
05ac9ce1f6 - update to 20181117 2018-11-18 17:56:47 +00:00
Olli Hauer
4432fb551b - update to 3.4-20181113 2018-11-14 09:28:57 +00:00
Olli Hauer
b5efc5d33e - update to 20181105
20181014
  Cleanup: figured out why vstring_get() did not return
  VSTREAM_EOF in APPEND mode.

20181104
  Multiple 'bit rot' fixes for OpenSSL API changes, including
  support to disable TLSv1.3, to avoid issuing multiple session
  tickets, and to allow OpenSSL >= 1.1.0 run-time micro version
  bumps without complaining about library version mismatches.

20181105
  Feature: "postmap -F" reads a source file with (key, filename)
  entries, and creates database records with (key, base64-encoded
  filecontent). This feature will be used for SNI lookup
  table support, where each key will be a domainname, and
  each value will contain a sequence of (private key, certificate
  hierarchy) for that domainname. The same 'value is filename'
  behavior is implemented in cidr:, inline:, pcre:, randmap:,
  regexp:, and static: maps if the application sets the flag
  DICT_FLAG_RHS_IS_FILE. In the forseeable future, this will
2018-11-07 06:45:37 +00:00
Rene Ladan
8a502cb2d4 Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
2018-11-02 13:32:34 +00:00
Jan Beich
91f9922c6f devel/icu: update to 63.1
Changes:	http://site.icu-project.org/download/63
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		232300
Exp-run by:	antoine
2018-10-23 11:35:03 +00:00
Olli Hauer
d0a9b751ca - fix build on FreeBSD 13-CURRENT
PR:		232502
Submitted by:	Kai
2018-10-22 16:41:14 +00:00
Olli Hauer
ee3090a16f - update to 3.4-20180904 2018-09-09 13:07:27 +00:00
Olli Hauer
f6aa73ca1c - update to 3.4-20180819. 2018-08-21 13:12:07 +00:00
Olli Hauer
09c5717a45 - update to 3.4-20180708 2018-07-09 17:19:14 +00:00
Olli Hauer
7cf0d95e94 - update to 3.4-20180707 2018-07-08 10:24:42 +00:00
Olli Hauer
129b1a6ba1 - update to 20180701 2018-07-07 13:22:59 +00:00
Jan Beich
3beb732dad devel/icu: update to 62.1
Changes:	http://site.icu-project.org/download/62
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		229359
Exp-run by:	antoine (only 10.4)
2018-06-29 14:22:11 +00:00
Olli Hauer
b488aa1619 - update to 3.4-20180624 2018-06-26 05:23:27 +00:00
Olli Hauer
59136ceacf - update to 3.4-20180620 2018-06-24 07:13:40 +00:00
Dmitry Marakasov
ef5f1bb989 Drop always true (and tautologic) OSVERSION conditions
Approved by:	portmgr blanket
2018-06-21 20:18:32 +00:00