Commit graph

384 commits

Author SHA1 Message Date
Stefan Eßer
5933ac0b09 */*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
2021-11-23 23:11:40 +01:00
Juraj Lutter
9e183afca6 mail/postfix: Update to 3.6.3
- Update to 3.6.3
- Cleanup Makefile a bit
- Release notes: http://www.postfix.org/announcements/postfix-3.6.3.html
2021-11-08 23:51:03 +01:00
Juraj Lutter
4c9b48d1b6 mail/postfix: Fix multiple build issues
- Add ssl to USES
- Fix plist issues
- Install sample files properly

PR:		259530
2021-10-30 14:54:07 +02:00
Jan Beich
f34ece3aa6 devel/icu: update to 70.1
Changes:	https://github.com/unicode-org/icu/releases/tag/release-70-1
Reported by:	GitHub (watch releases)
PR:		258794
Exp-run by:	antoine
2021-10-28 16:37:30 +00:00
Yasuhiro Kimura
d356121270 mail/postfix{,-ldap-sasl,-sasl}: Flavorize
* Add entries for slave ports to MOVED
* Pet portlint and portclippy
* Reformat Makefile with portfmt

PR:		255641
Approved by:	maintainer timeout (> 2 months)
Differential Revision:	https://reviews.freebsd.org/D32361
2021-10-28 09:05:42 +09:00
Rene Ladan
620968a43a cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
2021-09-30 23:23:30 +02:00
Xin LI
974e13b501 net/openldap24-server: Make SASL permanent for OpenLDAP port.
PR:		ports/257374
Reviewed by:	obrien
Approved by:	portmgr (exp-run by antoine)
Differential Revision: https://reviews.freebsd.org/D31301
2021-08-01 01:32:35 -07:00
Juraj Lutter
d8d1e12b01 mail/postfix: Update to 3.6.2 2021-07-26 23:00:34 +02:00
Juraj Lutter
1a19e2d021 mail/postfix: Check for supported OpenSSL version
- Check if OpenSSL at least 1.1.1a is being used
- LibreSSL is not supported as it dos not (yet) provide the
  TLSv1.3 API found in OpenSSL 1.1.1 API.
2021-07-08 21:44:23 +02:00
Juraj Lutter
28a702cf41 mail/postfix: Update to 3.6.1
Relnotes:	http://www.postfix.org/announcements/postfix-3.6.1.html
Reported by:	portscout
2021-06-14 19:22:49 +02:00
Juraj Lutter
07f0272616 mail/postfix-*: Take maintainership
Take maintainership of postfix ports. No functional changes.

Approved by:	ohauer
2021-05-30 20:18:27 +02:00
Olli Hauer
d1755a0e85 mail/postfix mail/postfix-current: add back PKGPREFIX for sasl build 2021-05-06 22:37:02 +02:00
Olli Hauer
917dd37393 mail/postfix: update to 3.6.0
Postfix 3.6 requires minimum OpenSSL 1.1.1, so
mark broken for FreeBSD 11 with 'OpenSSL base'
2021-05-06 19:37:03 +02:00
Olli Hauer
a5c3560137 mail/postfix
update to 3.5.10
2021-04-12 22:38:34 +02:00
Jan Beich
69d24a727d devel/icu: update to 69.1
Changes:	https://github.com/unicode-org/icu/releases/tag/release-69-1
Reported by:	GitHub (watch releases)
2021-04-08 23:33:31 +00:00
Mathieu Arnold
135fdeebb9
all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Kai Knoblich
3b6b904836 mail/postfix{-current}: Fix build on 14.0-CURRENT
[...]
In file included from alldig.c:29:
./sys_defs.h:1259:2: error: "unsupported platform"
#error "unsupported platform"
 ^
[...]

Approved by:	portmgr (build fix blanket)
2021-01-23 09:47:06 +00:00
Olli Hauer
b41a087a4a - update to 3.5.9
========

20210116
  Feature: when a Postfix program makes a DNS query that
  requests DNSSEC validation (usually for Postfix DANE support)
  but the DNS response is not DNSSEC validated, Postfix will
  send a DNS query configured with the "dnssec_probe" parameter
  to determine if DNSSEC support is available, and logs a
  warning if it is not. By default, the probe has type "ns"
  and domain name ".". The probe is sent once per process
  lifetime. Files: dns/dns.h, dns/dns_lookup.c, dns/dns_sec.c,
  test_dns_lookup.c, global/mail_params.[hc], mantools/postlink.

  The makedefs script no longer disables DNSSEC when Postfix
  is built with libc-musl. Instead Postfix will rely on the
  new dnssec_probe feature, and will log a warning when Postfix
  requests DNSSEC validation, but the infrastructure does not
  validate DNSSEC signatures. File: makedefs.

  The default "smtp_tls_dane_insecure_mx_policy = dane" was
  causing unnecessary dnssec_probe activity. The default is now
  "dane" when smtp_tls_security_level is "dane", otherwise it is
  "may". File: global/mail_params.h.
2021-01-18 17:05:31 +00:00
Olli Hauer
7576ea5198 - update to 3.5.8
- shut up sed_checked.sh (it is not really helpful with RE replacements on 140+ files with 50% hit rate)

MFH:		2020Q4
2020-11-09 06:26:11 +00:00
Jan Beich
6d5d6429d5 devel/icu: update to 68.1
Changes:	http://site.icu-project.org/download/68
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by:	GitHub (watch releases)
2020-11-03 00:56:26 +00:00
Olli Hauer
d3cc3a84de - update to 3.5.7
MFH:		2020Q3
2020-08-31 09:25:59 +00:00
Olli Hauer
346be3799a - update to 3.5.6
20200726
  Bugfix (introduced: Postfix 3.5.5): part of a memory leak
  fix was backported to the wrong place. File: tls/tls_misc.c.

  The Postfix 3.5.5 workaround did not explicitly override
  the system-wide OpenSSL configuration of allowed TLS protocol
  versions, for sessions where the remote SMTP client sends
  SNI. It's better to be safe than sorry. File: tls/tls_server.c.

PR:		248271
Reported by:	many
2020-07-26 19:18:54 +00:00
Olli Hauer
4b76c0ad19 - update to 3.5.5 2020-07-25 07:51:52 +00:00
Mark Linimon
cf9dbb49d8 Fix easy typo.
Reported by:	V_PauAmma_V
Approved by:	portmgr ("obvious fix")
2020-07-03 20:17:15 +00:00
Olli Hauer
f8431156ec - update to 3.6-20200627 2020-06-28 09:31:00 +00:00
Olli Hauer
6a81113c7a - update to 3.5.3
Changelog:
20200530
  Bugfix (introduced: Postfix 3.1): "postfix tls deploy-server-cert" did not
  handle a missing optional argument.

20200610
  Bugfix (introduced: Postfix 3.4): in the Postfix SMTP server, the SNI
  callback reported an error when it was called a second time. This happened
  after the server-side TLS engine sent a TLSv1.3 HelloRetryRequest (HRR) to
  a remote SMTP client.

MFH:		2020Q2
2020-06-16 04:42:03 +00:00
Olli Hauer
7dbaa0e425 - update to 3.5.2 2020-05-19 04:18:38 +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
639e90caa0 - update to 3.5.1
MFH:		2020Q2
2020-04-19 15:38:18 +00:00
Olli Hauer
b3ec3df4dc - update to 3.5.0 2020-03-17 17:00:42 +00:00
Olli Hauer
fdd150430c - update to 3.4.10
- adjust PORTSCOUT to include 3.5.x
- 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
2020-03-13 11:30:20 +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
Matthias Andree
4bda09ca9a Update Postfix to 3.4.9 (bugfix-only release)
While here, also strip libexec/postfix/postlogd.

Announcement: http://www.postfix.org/announcements/postfix-3.4.9.html
 Fixed in all supported stable releases:
    Bug (introduced: Postfix 3.1): smtp_dns_resolver_options were broken while adding support for negative DNS response caching in postscreen. Postfix was inadvertently changed to call res_query() instead of res_search(). Reported by Jaroslav Skarvada.

    Bug (introduced: Postfix 2.5): Postfix ignored the CONNECT macro overrides from a Milter application. Postfix now evaluates the Milter macros for an SMTP CONNECT event after the Postfix-to-Milter connection is negotiated. Problem reported by David Bürgin.

    Bug (introduced: Postfix 3.0): sanitize (remote) server responses before storing them in the verify database, to avoid Postfix warnings about malformed UTF8. Found during code maintenance.

PR:		243879
Submitted by:	Juraj Lutter <juraj@lutter.sk>
Approved by:	maintainer timeout 15d (ohauer@)
MFH:		2020Q1 (patchlevel upgrade with only bugfixes)
Differential Revision:	https://reviews.freebsd.org/D23502
2020-02-22 12:14:15 +00:00
Olli Hauer
8ff28f482f - update to 3.4.8 2019-11-26 05:42:59 +00:00
Olli Hauer
bf9923031c - fix PORTSCOUT version 2019-10-14 17:48:30 +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
ec5b339f22 - update to 3.4.7 2019-09-29 17:10:24 +00:00
Olli Hauer
e7b3740128 - update to 3.4.6 2019-07-06 08:11:43 +00:00
Olli Hauer
6f79463d88 - convert pkg-message to UCL 2019-06-23 10:04:22 +00:00
Olli Hauer
56228e8fd2 - update to 3.4.5
- adopt libressl patches from OpenBSD
2019-04-19 18:53:13 +00:00
Olli Hauer
c305034bca - update to postfix-3.3.4
Changelog:
20190312
  Bugfix (introduced: Postfix 2.2): reject_multi_recipient_bounce
  has been producing false rejects starting with the Postfix
  2.2 smtpd_end_of_data_restrictons, and for the same reasons,
  did the same with the Postfix 3.4 BDAT command. The latter
  was reported by Andreas Schulze. File: smtpd/smtpd_check.c.

20190328
  Bugfix (introduced: Postfix 3.0): LMTP connections over
  UNIX-domain sockets were cached but not reused, due to a
  cache lookup key mismatch. Therefore, idle cached connections
  could exhaust LMTP server resources, resulting in two-second
  pauses between email deliveries. This problem was investigated
  by Juliana Rodrigueiro. File: smtp/smtp_connect.c.
2019-03-31 13:08:05 +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
b233e37f82 - update to 3.3.3
Changelog:
20181202
  Bugfix (introduced: postfix-2.11): with posttls-finger,
  connections to unix-domain servers always resulted in "Failed
  to establish session" even after a connection was established.
  Jaroslav Skarva.  File: posttls-finger/posttls-finger.c.

20181227 (a forgotten bugfix from 20180707)
  Bugfix (introduced: Postfix 3.0): with smtputf8_enable=yes,
  table lookups could casefold the search string when searching
  a lookup table that does not use fixed-string keys (regexp,
  pcre, tcp, etc.). Historically, Postfix would not case-fold
  the search string with such tables. File: util/dict_utf8.c.

20190217
  Cleanup: when the master daemon runs with PID=1 (init mode),
  reap orhpan processes from non-Postfix code running in the
  same container, instead of terminating with a panic. File:
  master/master_spawn.c.

MFH:		2019Q1
2019-02-28 05:47:38 +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
b193a0d924 - fix build with libressl 2.8.2
PR:             233517 233527
Submitted by:   Andrej Ebert
Reported by:	Herbert J. Skuhra
2018-11-26 06:59:17 +00:00
Olli Hauer
19c06e9f04 - update to 3.3.2
Changelog:
20180617
  Bugfix (introduced: Postfix 2.11): minor memory leak when
  minting issuer certs. This affects a tiny minority of use
  cases. Viktor Dukhovni, based on a fix by Juan Altmayer
  Pizzorno for the ssl_dane library.

20180817
  Workaround: postconf build did not abort if the m4 command
  is not installed (on a system that does have the make
  command, the awk command, the perl command, and the C
  compiler?!).

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

20181106
  Bugfix (introduced: 3.0): smtpd_discard_ehlo_keywords could
  not disable "SMTPUTF8". because the lookup table was using
  "EHLO_MASK_SMTPUTF8" instead.

20181110
  Documentation: update documentation for Postfix versions
  that support disabling TLS 1.3.

20181117
  Improved logging of TLS 1.3 summary information, and improved
  reporting of the same info in Received: message headers.
  Viktor Dukhovni.

MFH:		2018Q4
2018-11-25 13:01:50 +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