Port details |
- postfix-current Experimental Postfix version
- 3.8.20220325_1,6 mail
=91 3.8.20220220,6Version of this port present on the latest quarterly branch. - Maintainer: otis@FreeBSD.org
 - Port Added: 2000-09-13 17:50:46
- Last Update: 2022-04-07 00:39:10
- Commit Hash: 268cee3
- People watching this port, also watch:: postfix, nmap, rsync, wget, openssl
- License: EPL IPL10
- Description:
- Postfix attempts to be fast, easy to administer, and secure, while at the same
time being sendmail compatible enough to not upset existing users. Thus, the
outside has a sendmail-ish flavor, but the inside is completely different.
Some features:
Connection cache for SMTP, DSN status notifications, IP version 6, Plug-in
support for multiple SASL implementations (Cyrus, Dovecot), TLS encryption and
authentication, Configurable status notification message text, Access control
per client/sender/recipient/etc, Content filter (built-in, external before
queue, external after queue), Berkeley DB database, LDAP database, MySQL
database, PostgreSQL database, Maildir and mailbox format, Virtual domains,
VERP envelope return addresses and others.
WWW: http://www.postfix.org/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- postfix-current>0:mail/postfix-current
- Conflicts:
- CONFLICTS_INSTALL:
- courier-0.*
- opensmtpd
- opensmtpd-devel
- postfix
- postfix-base
- postfix-ldap-sasl
- postfix-sasl
- postfix35
- sendmail
- sendmail-devel
- postfix-current-base-ldap
- postfix-current-base-sasl
- postfix-current-ldap
- postfix-current-sasl
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/mail/postfix-current/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/postfix-current
- pkg install postfix-current
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: postfix-current
- Package flavors (<flavor>: <package>)
- default: postfix-current
- ldap: postfix-current-ldap
- sasl: postfix-current-sasl
- distinfo:
- TIMESTAMP = 1648970394
SHA256 (postfix/postfix-3.8-20220325.tar.gz) = 7343b662c7201c02c16800087739d88dd7a5e75c18e1cfd25e7fba188fa21f01
SIZE (postfix/postfix-3.8-20220325.tar.gz) = 4822339
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- libicuuc.so : devel/icu
- libpcre2-8.so : devel/pcre2
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for postfix-current-3.8.20220325_1,6:
BDB=off: Berkeley DB support
BLACKLISTD=on: Enable blacklistd support
CDB=off: CDB maps lookups
DOCS=on: Build and/or install documentation
EAI=on: Email Address Internationalization (SMTPUTF8) support
INST_BASE=off: Install into /usr and /etc/postfix
LDAP=off: LDAP maps (uses WITH_OPENLDAP_VER)
LMDB=off: LMDB maps
MYSQL=off: MySQL database support
NIS=off: Network Information Services/YP support
PCRE2=on: Use Perl Compatible Regular Expressions, version 2
PGSQL=off: PostgreSQL database support
SASL=off: Cyrus SASL support (Dovecot SASL is always built in)
SQLITE=off: SQLite database support
TEST=off: SMTP/LMTP test server and generator
TLS=on: Secure network connection support via TLS
====> Kerberos network authentication protocol type: you can only select none or one of them
SASLKMIT=off: If your SASL req. MIT Kerberos5, select this
SASLKRB5=off: If your SASL req. Kerberos5, select this
===> Use 'make config' to modify these settings
- Options name:
- mail_postfix-current
- USES:
- cpe shebangfix ssl
- pkg-message:
- For install:
- To use postfix instead of sendmail:
- clear sendmail queue and stop the sendmail daemons
Run the following commands to enable postfix during startup:
- sysrc postfix_enable="YES"
- sysrc sendmail_enable="NONE"
If postfix is *not* already activated in /usr/local/etc/mail/mailer.conf
- mv /usr/local/etc/mail/mailer.conf /usr/local/etc/mail/mailer.conf.old
- install -d /usr/local/etc/mail
- install -m 0644 /usr/local/share/postfix/mailer.conf.postfix /usr/local/etc/mail/mailer.conf
Disable sendmail(8) specific tasks,
add the following lines to /etc/periodic.conf(.local):
daily_clean_hoststat_enable="NO"
daily_status_mail_rejects_enable="NO"
daily_status_include_submit_mailq="NO"
daily_submit_queuerun="NO"
If you are using SASL, you need to make sure that postfix has access to read
the sasldb file. This is accomplished by adding postfix to group mail and
making the /usr/local/etc/sasldb* file(s) readable by group mail (this should
be the default for new installs).
- If upgrading
- If you are upgrading from prior postfix version, please see the README
files for recommended changes to your configuration and additional
http://www.postfix.org/COMPATIBILITY_README.html
Incompatible change with snapshot 20200920
==========================================
Internal protocols have changed. You need to "postfix stop" before
updating, or before backing out to an earlier release, otherwise
long-running daemons (pickup, qmgr, verify, tlsproxy, postscreen)
may fail to communicate with the rest of Postfix (warnings, timeouts).
The purpose of this change is to produce better error messages, for
example, when someone configures the discard daemon as a bounce
service in master.cf, or vice versa.
This change will break third-party code that implements a
Postfix-internal protocol such as qpsmtpd. Programs that depend on
Postfix internal details are not supported.
- If removing:
- If you remove postfix permanent, adjust / remove the the following file:
- /usr/local/etc/mail/mailer.conf
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2022 00:39:10 3.8.20220325_1,6
|
Jan Beich (jbeich)  |
devel/icu: update to 71.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-71-1
Reported by: GitHub (watch releases)
PR: 262654
Exp-run by: antoine
Approved by: fluffy |
03 Apr 2022 07:27:32 3.8.20220325,6
|
Juraj Lutter (otis)  |
mail/postfix-current: Update to 3.8-20220325
Reported by: portscout |
15 Mar 2022 21:08:32 3.8.20220220,6
|
Juraj Lutter (otis)  |
mail/postfix-current: Unbreak build
Unbreak build after update to recent 3.8. The breakage was caused
by a patch generated using makepatch. Local patches are now applied
in post-patch stage. |
13 Mar 2022 12:34:29 3.8.20220220,6
|
Juraj Lutter (otis)  |
mail/postfix-current: Update to 3.8.20220220
- Update to 3.8.20220220
- Correct installation instructions [1]
- Listen on both IPv4 and IPv6 [2]
- Use system-wide CA path [3]
- Correct typo in pkg-message [4]
- Switch to PCRE2 [5]
PR: 261821 [1]
PR: 252872 [2]
PR: 239473 [3]
PR: 261824 [4]
PR: 262100 [5] |
23 Nov 2021 22:11:40 3.7.20211107,6
|
Stefan Eßer (se)  |
*/*: 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) |
09 Nov 2021 15:08:20 3.7.20211107,6
|
Juraj Lutter (otis)  |
mail/postfix-current: Update to 3.7.20211107
Reported by: portscout |
08 Nov 2021 22:51:03 3.7.20211030,6
|
Juraj Lutter (otis)  |
mail/postfix-current: Update to
- Update to 3.7-20211030
- Clean up Makefile a bit
- Changelog:
http://cdn.postfix.johnriley.me/mirrors/postfix-release/experimental/postfix-3.7-20211030.HISTORY |
30 Oct 2021 13:02:41 3.7.20211023,6
|
Juraj Lutter (otis)  |
mail/postfix-current: Update to 3.7-20211023
- Update to 3.7-20211023
- Fix plist issues
- Install sample files properly
PR: 259530 |
28 Oct 2021 16:37:30 3.7.20210815_1,6
|
Jan Beich (jbeich)  |
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 |
28 Oct 2021 00:06:28 3.7.20210815,6
|
Yasuhiro Kimura (yasu)  |
mail/postfix-current{,-sasl}: Flavorize
* Add entry for slave port to MOVED
* Pet portlint and portclippy
* Reformat Makefile with portfmt
PR: 255647
Approved by: maintainer timeout (> 2 months)
Differential Revision: https://reviews.freebsd.org/D32362 |
30 Sep 2021 21:23:30 3.7.20210815,6
|
Rene Ladan (rene)  |
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 |
04 Sep 2021 13:57:50 3.7.20210815,6
|
Juraj Lutter (otis)  |
mail/postfix-current: Update to 3.7-20210815 |
01 Aug 2021 08:32:35 3.7.20210717_1,6
|
Xin LI (delphij)  |
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 |
26 Jul 2021 21:04:11 3.7.20210717,6
|
Juraj Lutter (otis)  |
mail/postfix-current: Update to 3.7-20210717 |
08 Jul 2021 19:51:30 3.7.20210707,6
|
Juraj Lutter (otis)  |
mail/postfix-current: Update to 3.7-20210707
- Update to 3.7-20210707
- 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. |
28 Jun 2021 09:05:14 3.7.20210627,6
|
Juraj Lutter (otis)  |
mail/postfix-current: Update to 3.7-20210627 |
14 Jun 2021 17:22:48 3.7.20210612,6
|
Juraj Lutter (otis)  |
mail/postfix-current: Update to 3.7-20210612
Reported by: portscout |
30 May 2021 18:18:27 3.7.20210424,6
|
Juraj Lutter (otis)  |
mail/postfix-*: Take maintainership
Take maintainership of postfix ports. No functional changes.
Approved by: ohauer |
06 May 2021 20:37:02 3.7.20210424,6
|
Olli Hauer (ohauer)  |
mail/postfix mail/postfix-current: add back PKGPREFIX for sasl build |
06 May 2021 17:54:39 3.7.20210424,6
|
Olli Hauer (ohauer)  |
mail/postfix-current: update to 3.7-20210424 |
23 Apr 2021 10:59:44 3.6.20210422,6
|
Olli Hauer (ohauer)  |
mail/postfix-current: update to 3.6-20210422 |
20 Apr 2021 16:00:21 3.6.20210419,6
|
Olli Hauer (ohauer)  |
mail/postfix-current: update to 3.6-20210419 |
12 Apr 2021 20:39:49 3.6.20210411,6
|
Olli Hauer (ohauer)  |
mail/postfix-current
update to 3.6-20210411 |
11 Apr 2021 10:57:35 3.6.20210410,6
|
Olli Hauer (ohauer)  |
update to 3.6.20210410 |
08 Apr 2021 23:33:31 3.6.20210224_1,6
|
Jan Beich (jbeich)  |
devel/icu: update to 69.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-69-1
Reported by: GitHub (watch releases) |
06 Apr 2021 14:31:13 3.6.20210224,6
|
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 3.6.20210224,6
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
25 Feb 2021 17:48:05
3.6.20210224,6
|
ohauer  |
- update to 3.6-20210224 |
24 Feb 2021 06:59:29
3.6.20210221,6
|
ohauer  |
- update to 3.6-20210221 |
22 Feb 2021 19:06:24
3.6.20210216,6
|
ohauer  |
- update to 3.6-20210216 |
20 Feb 2021 09:41:34
3.6.20210215,6
|
ohauer  |
- update to 3.6-20210215 |
02 Feb 2021 12:17:35
3.6.20210201,6
|
ohauer  |
- update to 3.6-20210201 |
01 Feb 2021 05:55:04
3.6.20210131,6
|
ohauer  |
- update to 3.6-20210131 |
23 Jan 2021 09:47:06
3.6.20210110,6
|
kai  |
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) |
12 Jan 2021 06:40:23
3.6.20210110,6
|
ohauer  |
- update to 3.6-20210110
Major changes with snapshot 20210109
====================================
Starting with Postfix version 3.6, the "latest" compatibility level
is the Postfix version that introduced the last incompatible change.
The level is formatted as 'major.minor.patch', where 'patch' is
usually omitted and defaults to zero. Earlier compatibility levels
are 0, 1 and 2.
This also introduces support for the <=level, <level, and other
operators to compare compatibility levels. With the standard <=,
<, etc. operators, compatibility level 3.10 would be less than 3.9
which is undesirable. |
15 Dec 2020 05:46:58
3.6.20201212,6
|
ohauer  |
- update to 3.6-20201212 |
07 Nov 2020 11:42:15
3.6.20201104,6
|
ohauer  |
- update to 3.6-20201104
- shut up sed_checked.sh (it is not really helpful with RE replacements on 140+
files with 50% hit rate) |
03 Nov 2020 00:56:27
3.6.20201026_1,6
|
jbeich  |
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) |
27 Oct 2020 18:27:26
3.6.20201026,6
|
ohauer  |
- update to 3.6-20201026 |
05 Oct 2020 11:03:12
3.6.20201003,6
|
ohauer  |
- update to 3.6-20201003 |
23 Sep 2020 04:59:48
3.6.20200920,6
|
ohauer  |
- update to 20200920
- update pkg-message |
31 Aug 2020 09:25:15
3.6.20200830,6
|
ohauer  |
- update to 3.6-20200830 |
31 Jul 2020 20:40:47
3.6.20200725,6
|
ohauer  |
- allow build on FreeBSD 11 with openssl from ports [1]
- remove TLS_USES = ssl, since USES = ssl already defined
PR: [1] 248364
Reported by: Gerard Seiber and Michael Grimm |
26 Jul 2020 19:19:26
3.6.20200725,6
|
ohauer  |
- update to 3.6-20200725 |
25 Jul 2020 08:38:32
3.6.20200720,6
|
ohauer  |
- update to 3.6-20200720
Incompatible change with snapshot 20200705
==========================================
The minimum OpenSSL version is 1.1.1, which will reach the end
of life by 2023-09-11.
The default digest has changed from md5 to sha256 (Postfix 3.6 with
compatibility_level >= 3). With a lower compatibility_level setting,
Postfix defaults to using md5, and logs a warning when a Postfix
configuration specifies no explicit digest type.
Export-grade Diffie-Hellman key exchange is no longer supported,
and the tlsproxy_tls_dh512_param_file parameter is ignored, |
03 Jul 2020 20:17:16
3.6.20200627,6
|
linimon  |
Fix easy typo.
Reported by: V_PauAmma_V
Approved by: portmgr ("obvious fix") |
28 Jun 2020 09:31:01
3.6.20200627,6
|
ohauer  |
- update to 3.6-20200627 |
21 Jun 2020 11:54:47
3.6.20200620,6
|
ohauer  |
- update to 3.6-20200620 |
11 Jun 2020 14:01:25
3.6.20200610,6
|
ohauer  |
- update to 3.6-20200610 |
03 Jun 2020 04:29:25
3.6.20200531,6
|
ohauer  |
- update to 3.6-20200531 |
25 May 2020 04:46:53
3.6.20200523,6
|
ohauer  |
- update to 3.6-20200523 |
16 May 2020 09:41:35
3.6.20200515,6
|
ohauer  |
- update to 3.6-20200515 |
13 May 2020 16:21:50
3.6.20200511,6
|
ohauer  |
- update to 3.6-20200511 |
10 May 2020 11:25:33
3.6.20200509,6
|
ohauer  |
- update to 3.6-20200509 |
05 May 2020 16:48:09
3.6.20200504,6
|
ohauer  |
- update to 3.6-20200504 |
27 Apr 2020 06:07:16
3.6.20200419,6
|
ohauer  |
- update to 3.6-20200419 |
23 Apr 2020 20:14:49
3.6.20200416_1,6
|
jbeich  |
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) |
17 Apr 2020 17:41:48
3.6.20200416,6
|
ohauer  |
- update to 3.6-20200416 |
17 Mar 2020 17:01:13
3.6.20200316,6
|
ohauer  |
- update to 3.6-20200316 |
13 Mar 2020 11:32:23
3.5.0.r2,6
|
ohauer  |
- 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 |
13 Mar 2020 09:47:17
3.5.20200126_1,5
|
jbeich  |
devel/icu: update to 66.1
Changes: http://site.icu-project.org/download/66
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ |
27 Jan 2020 16:52:04
3.5.20200126,5
|
ohauer  |
- update to 3.5-20200126 |
13 Jan 2020 04:39:07
3.5.20200112,5
|
ohauer  |
- update to 3.5-20200112 |
08 Jan 2020 05:33:12
3.5.20200105,5
|
ohauer  |
- update to 3.5-20200105 |
16 Dec 2019 15:45:45
3.5.20191214,5
|
ohauer  |
- update to 3.5-20191214 |
11 Nov 2019 11:47:34
3.5.20191109,5
|
ohauer  |
- update to 3.5-20191109 |
04 Nov 2019 09:51:08
3.5.20191019,5
|
ohauer  |
- update to 3.5-20191019 |
14 Oct 2019 17:44:01
3.5.20191013,5
|
ohauer  |
- update to 3.5-20191013 |
09 Oct 2019 12:06:22
3.5.20190922_1,5
|
bapt  |
Drop the ipv6 virtual category for m* category as it is not relevant anymore |
03 Oct 2019 20:35:30
3.5.20190922_1,5
|
jbeich  |
devel/icu: update to 65.1
Changes: http://site.icu-project.org/download/65
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ |
29 Sep 2019 17:11:23
3.5.20190922,5
|
ohauer  |
- update to 3.5-20190922 |
31 Jul 2019 05:37:46
3.5.20190724,5
|
ohauer  |
- update to 3.5-20190724 |
23 Jun 2019 10:03:06
3.5.20190621,5
|
ohauer  |
- update to 3.5-20190621
- convert pkg-message to UCL |
17 Jun 2019 04:11:44
3.5.20190615,5
|
ohauer  |
- 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 (Only the first 15 lines of the commit message are shown above ) |
22 May 2019 04:20:54
3.5.20190518,5
|
ohauer  |
- update to 3.5-20190518 |
18 May 2019 08:32:16
3.5.20190517,5
|
ohauer  |
- 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. |
29 Apr 2019 20:37:16
3.5.20190427,5
|
ohauer  |
- 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 (Only the first 15 lines of the commit message are shown above ) |
19 Apr 2019 18:55:09
3.5.20190330,5
|
ohauer  |
- update to 3.5-20190330
- adopt libressl patches from OpenBSD |
31 Mar 2019 16:09:51
3.4.20190106,5
|
ohauer  |
- update to 3.4-20190106 |
27 Mar 2019 21:11:09
3.4.20181202_1,5
|
jbeich  |
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 |
03 Dec 2018 10:16:34
3.4.20181202,5
|
ohauer  |
- update to 3.4-20181202 |
02 Dec 2018 10:38:45
3.4.20181130,5
|
ohauer  |
- update to 3.4-20181130 |
28 Nov 2018 14:34:44
3.4.20181123_1,5
|
ohauer  |
- add ability to overwrite OPTIONS_DEFAULT for slave ports
(s/=/?=/)
PR: 233608
Submitted by: HEO SeonMeyong |
26 Nov 2018 05:11:04
3.4.20181123_1,5
|
ohauer  |
- fix build with libressl 2.8.2
PR: 233517
Submitted by: Andrej Ebert |
25 Nov 2018 12:56:36
3.4.20181123,5
|
ohauer  |
- update to 3.4-20181123 |
21 Nov 2018 05:24:52
3.4.20181119,5
|
ohauer  |
- update to 3.4-20181119 |
19 Nov 2018 16:17:21
3.4.20181118,5
|
ohauer  |
- update to 3.4-20181118 |
18 Nov 2018 17:56:48
3.4.20181117,5
|
ohauer  |
- update to 20181117 |
14 Nov 2018 09:28:58
3.4.20181113,5
|
ohauer  |
- update to 3.4-20181113 |
07 Nov 2018 06:45:37
3.4.20181105,5
|
ohauer  |
- 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 |
02 Nov 2018 13:32:35
3.4.20180904_1,5
|
rene  |
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 |
23 Oct 2018 11:35:04
3.4.20180904_1,5
|
jbeich  |
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 |
22 Oct 2018 16:41:15
3.4.20180904,5
|
ohauer  |
- fix build on FreeBSD 13-CURRENT
PR: 232502
Submitted by: Kai |
09 Sep 2018 13:07:27
3.4.20180904,5
|
ohauer  |
- update to 3.4-20180904 |
21 Aug 2018 13:12:08
3.4.20180819,5
|
ohauer  |
- update to 3.4-20180819. |
09 Jul 2018 17:19:14
3.4.20180708,5
|
ohauer  |
- update to 3.4-20180708 |
08 Jul 2018 10:24:42
3.4.20180707,5
|
ohauer  |
- update to 3.4-20180707 |
07 Jul 2018 13:22:59
3.4.20180701,5
|
ohauer  |
- update to 20180701 |
29 Jun 2018 14:22:11
3.4.20180624_1,5
|
jbeich  |
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) |
26 Jun 2018 05:23:27
3.4.20180624,5
|
ohauer  |
- update to 3.4-20180624 |