| non port: mail/postfix/Makefile |
Number of commits found: 333 (showing only 100 on this page) |
|
Friday, 14 Aug 2026
|
17:03 Juraj Lutter (otis)
mail/postfix: Fix mongo flavor with INST_BASE
Fixes: c01b34960fd
49811696 |
16:59 Juraj Lutter (otis)
mail/postfix: Update to 3.11.6
- Update to 3.11.6
- Fix MONGO flavor
- Properly pass CFLAGS and LDFLAGS for mongo-c-driver, based on [1]
PR: 297519
c01b349 |
|
Tuesday, 4 Aug 2026
|
11:46 Yusuf Yaman (nxjoseph) Author: Hiroo Ono
mail/postfix: chase devel/mongo-c-driver update
PR: 296614
Reported by: Hiroo Ono <hiroo.ono+freebsd@gmail.com>
Approved by: Juraj Lutter <otis@FreeBSD.org> (maintainer timeout, 3+ weeks)
Approved by: osa, vvd (Mentors, implicit)
0115f8e |
|
Monday, 6 Jul 2026
|
20:43 Juraj Lutter (otis)
mail/postfix: Update to 3.11.5
80c2db1 |
15:57 Xin LI (delphij)
databases/lmdb0: Add port for LMDB 0.9.x legacy ABI
LMDB 1.0 introduced an incompatible on-disk format change and subtle
API breakage: applications that compiled cleanly against 1.0 headers
could fail silently at run time. Known affected ports include dns/knot3,
mail/bogofilter, and mail/postfix; the postfix issue has been confirmed
upstream. Linux distributions such as Arch Linux have observed the same
breakage. Samba can also be affected in certain configurations.
Because the regression is not detectable in an -exp build run -- the
postfix failure only manifests at run time, and bogofilter was caught
only because post-build self-tests happen to exercise this path -- we
cannot rely on package builds to validate the 1.0 upgrade.
This commit introduces databases/lmdb0 as a holding port for the 0.9.35
release, pinned to the 0.x branch with PORTSCOUT=limit:^0. and mutually
conflicting with databases/lmdb, which retains 1.0. The two packages
cannot be installed simultaneously, but having lmdb0 available means:
* Ports known to require the 0.9 ABI can declare an explicit dependency
on databases/lmdb0 until they are validated against 1.0.
* Users with existing databases in the 0.9 format can still access the
mdb_dump and mdb_load utilities to migrate data before upgrading.
* The package conflict prevents accidental mixing.
All 50 direct dependents of databases/lmdb are redirected to
databases/lmdb0 for now with a PORTREVISION bump, effectively restoring
the tree to the state prior to the LMDB 1.0 update. Once all dependent
ports are validated against LMDB 1.0, they will be moved back to
databases/lmdb and databases/lmdb0 will be removed.
PR: ports/296530
5f9d389 |
|
Sunday, 28 Jun 2026
|
16:18 Juraj Lutter (otis) Author: Herbert J. Skuhra
mail/postfix: Update to 3.11.4
PR: 296333
Reported by: Sulev-Madis Silber <bugs-freebsd-org916@ketas.si.pri.ee>
d81ec54 |
|
Monday, 18 May 2026
|
13:04 Juraj Lutter (otis)
mail/postfix: Update to 3.11.3
545c41b |
|
Monday, 4 May 2026
|
13:05 Juraj Lutter (otis)
mail/postfix: Update to 3.11.2
- Update to 3.11.2
- Also address [1]
PR: 294462 [1]
Reported by: des, dim, postfix release notification e-mail
4b266f6 |
|
Thursday, 9 Apr 2026
|
12:54 Juraj Lutter (otis) Author: Jose Luis Duran
mail/postfix: Use BLOCKLIST instead of BLACKLIST
- Starting from FreeBSD version 1500000, prefer the new blocklist
nomenclature.
- Enable TLSRPT by default
PR: 294083
11d6404 |
|
Tuesday, 17 Mar 2026
|
19:18 Juraj Lutter (otis)
mail/postfix: Enable CDB and LMDB by default
Adding these solves a cross-compatibility problem with Linux distros
that have dropped bdb support. Per Postfix's document[1] on it, lmdb
and cdb are the replacements for hash and btree, respectively.
[1] http://www.postfix.org/NON_BERKELEYDB_README.html
PR: 293852
04535dc |
|
Wednesday, 11 Mar 2026
|
09:41 Juraj Lutter (otis)
mail/postfix: Update to 3.11.1
This update brings some possibly breaking changes:
- Postfix 3.11.0:
- TLS
- smtp_tls_security_level now defaults to "may" when Postfix is built with
TLS support and compatibility_level >= 3.11
- RFC 8689 REQUIRETLS support added: requires strong authentication
(DANE/STS) from all servers in the forward path that announce REQUIRETLS
- TLS logging now includes desired vs. actual security level enforcement
status and REQUIRETLS policy enforcement details
- New smtp_tls_enforce_sts_mx_patterns parameter (default: yes) ensures
MX hostname matching for MTA-STS
- OpenSSL 3.5+ changes the tls_eecdh_auto_curves default to avoid
protocol ossification (post-quantum cryptography prep)
- Other
- milter_default_action default changed from "tempfail" to "shutdown"
- JSON output support added to postconf, postalias, postmap, postmulti
- Deprecation warnings now logged for obsolete parameters
(DEPRECATION_README)
- Postfix 3.11.1 (bug fixes only):
- Fix alias_maps error when default_database_type is not set in main.cf
- Fix buffer over-read when enhanced status codes lack trailing text
(e.g. "5.7.2" with no subsequent text) in access tables, header/body
checks, rbl_reply_maps, and default_rbl_reply; present since 3.0
- Fix null pointer dereference in nbdb_reindexd(8) due to service_name
not being propagated (regression since 3.3)
- Fix spurious startup error from nbdb_reindexd(8) when
non_bdb_migration_level disables automatic re-indexing
204f268 |
|
Wednesday, 17 Dec 2025
|
10:07 Juraj Lutter (otis)
mail/postfix: Fix build on 15.0 with SASLKRB5
Kerberos in 15.0 does not provide the old libraries.
PR: 291605
Reported by: Christian Hennig <zeha@ccsej.de>
e79fe44 |
|
Friday, 28 Nov 2025
|
08:31 Juraj Lutter (otis)
mail/postfix: Update to 3.10.6
c24c6d7b |
|
Thursday, 30 Oct 2025
|
20:00 Juraj Lutter (otis)
mail/postfix: Update to 3.10.5
2637b22 |
|
Wednesday, 20 Aug 2025
|
15:56 Juraj Lutter (otis)
mail/postfix: Update to 3.10.4
And also address a small nit from [1]
PR: 288660 [1]
74da828 |
|
Friday, 11 Jul 2025
|
21:56 Juraj Lutter (otis)
mail/postfix: Update to 3.10.3
And while here, also address some blacklistd-related improvements,
namely in postscreen and relay check.
PR: 287463
Co-authored-by: bc979@lafn.org
02fd993 |
|
Tuesday, 10 Jun 2025
|
13:10 Juraj Lutter (otis) Author: Matthew Seaman
mail/postfix: Add TLSRPT support
Add option to enable TLSRPT functionality.
PR: 287297
eac6936 |
|
Tuesday, 29 Apr 2025
|
08:07 Juraj Lutter (otis)
mail/postfix: Update to 3.10.2
PR: 286294
e7583df |
|
Wednesday, 5 Mar 2025
|
07:15 Juraj Lutter (otis)
mail/postfix: Update to 3.10.1
Reported by: Herbert J. Skuhra <herbert@gojira.at>
5e61c995 |
|
Tuesday, 4 Mar 2025
|
20:12 Juraj Lutter (otis) Author: Michael Grimm
mail/postfix: Make postscreen blacklistd aware
PR: 284444
fb25a7b |
|
Thursday, 20 Feb 2025
|
21:26 Juraj Lutter (otis)
mail/postfix: Update to 3.10.0
- Update to 3.10.0
- Fix some typos
- Incorporate changes from [1], namely:
- Simplify some Makefile constructs
- Fix post-install script
- Fix plist
PR: 280019
c0d942b |
|
Friday, 14 Feb 2025
|
23:12 Daniel Engberg (diizzy)
*/*: Bump consumers of devel/icu
...to avoid library mismatches
ff33dd4 |
|
Thursday, 5 Dec 2024
|
10:33 Juraj Lutter (otis)
mail/postfix: Update to 3.9.1
Reported by: portscout
51132e1 |
|
Sunday, 9 Jun 2024
|
07:18 Juraj Lutter (otis) Author: Alexander Leidinger
mail/postfix: Make the rc script service jails ready
2504840 |
|
Thursday, 21 Mar 2024
|
21:46 Juraj Lutter (otis)
mail/postfix: Update to 3.9.0
- Update to 3.9.0
- Add MongoDB maps support
- regen patches.
Release notes:
https://postfix-mirror.horus-it.com/postfix-release/official/postfix-3.9.0.RELEASE_NOTES
05e8277 |
|
Monday, 12 Feb 2024
|
22:44 Juraj Lutter (otis)
mail/postfix: Fix manpages location with INST_BASE
PR: 276844
dc7045b |
|
Monday, 22 Jan 2024
|
14:30 Juraj Lutter (otis)
mail/postfix: Update to 3.8.5
f1209b6 |
01:32 Muhammad Moinur Rahman (bofh)
mail/postfix: Sanitize MANPREFIX
Approved by: portmgr (blanket)
bcea742 |
|
Saturday, 23 Dec 2023
|
13:48 Juraj Lutter (otis)
mail/postfix: Update to 3.8.4
This release adds support to defend against an email spoofing attack
(SMTP smuggling) on recipients at a Postfix server. For background, see
https://www.postfix.org/smtp-smuggling.html.
ec02c26 |
|
Friday, 17 Nov 2023
|
18:32 Juraj Lutter (otis)
mail/postfix: Update to 3.8.3
Release notes:
http://ftp.porcupine.org/mirrors/postfix-release/official/postfix-3.8.3.RELEASE_NOTES
e493e76 |
11:46 Jan Beich (jbeich)
devel/icu: update to 74.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-74-1
Reported by: GitHub (watch releases)
PR: 274317
Exp-run by: antoine (incomplete)
Approved by: fluffy
e55b801 |
|
Sunday, 10 Sep 2023
|
12:44 Juraj Lutter (otis)
mail/postfix: Update to 3.8.2
017bfb4 |
|
Thursday, 8 Jun 2023
|
14:29 Juraj Lutter (otis)
mail/postfix: Update to 3.8.1
Release notes: https://www.postfix.org/announcements/postfix-3.8.1.html
afff679 |
|
Thursday, 20 Apr 2023
|
14:04 Juraj Lutter (otis)
mail/postfix: Update to 3.8.0
The most notable change is that starting from 3.8.0, postfix
supports SRV DNS records lookups in SMTP and LMTP clients.
Release announcement:
https://www.postfix.org/announcements/postfix-3.8.0.html
a0b4781 |
|
Thursday, 13 Apr 2023
|
00:56 Jan Beich (jbeich)
devel/icu: update to 73.1
- Temporarily switch to GitHub auto archive (release artifacts are N/A atm)
Changes: https://github.com/unicode-org/icu/releases/tag/release-73-1
Reported by: GitHub (watch releases)
PR: 270422
Exp-run by: antoine
f1f1a8b |
|
Wednesday, 8 Feb 2023
|
10:53 Muhammad Moinur Rahman (bofh)
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap
Convert the USE_LDAP=yes to USES=ldap and adds the following features:
- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features
Reviewed by: delphij
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38233
6e1233b |
|
Wednesday, 25 Jan 2023
|
15:46 Juraj Lutter (otis)
mail/postfix: Update to 3.7.4
ddc90cd5 |
|
Sunday, 13 Nov 2022
|
14:30 Juraj Lutter (otis)
mail/postfix: Do not advertise Cyrus SASL support in LDAP flavor
PR: 260581
862135e |
|
Saturday, 12 Nov 2022
|
21:55 Juraj Lutter (otis) Author: Tomáš Čiernik
mail/postfix: Add FLAVORS (MySQL, PostgreSQL, SQLite)
Add databse flavors, based on [1]
PR: 267295
2afa5ca |
|
Wednesday, 19 Oct 2022
|
08:10 Jan Beich (jbeich)
devel/icu: update to 72.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-72-1
Reported by: GitHub (watch releases)
PR: 266582
Exp-run by: antoine
dfe25d7 |
|
Saturday, 8 Oct 2022
|
21:29 Juraj Lutter (otis)
mail/postfix: Update to 3.7.3
Reported by: portscout
4ee8f2b |
|
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
|
Wednesday, 27 Jul 2022
|
14:59 Baptiste Daroussin (bapt)
mail/postfix: remove interractive part of the script
pkg does not allow interractive script
7de4b07 |
|
Wednesday, 20 Jul 2022
|
14:22 Tobias C. Berner (tcberner)
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Logvinov <info@logvinov.com>
* Alexander Moisseev <moiseev@mezonplus.ru>
* Alexander Wittig <alexander@wittig.name>
* Alexander Zhuravlev <zaa@zaa.pp.ru>
* Alexandre Biancalana <ale@biancalanas.net>
* Alexey V. Degtyarev
* Alexey V. Degtyarev <alexey@renatasystems.org>
* Ali Mashtizadeh <ali@mashtizadeh.org>
* Anders Nordby <anders@FreeBSD.org>
* Anders Nordby <anders@fix.no>
* Andrea Venturoli <freebsd@netfence.it>
* Andrew J. Caines <A.J.Caines@halplant.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew Stevenson <andrew@ugh.net.au>
* Andrey Slusar <anray@FreeBSD.org>
* Andrey V. Pevnev <andrey@mgul.ac.ru>
* Andrey Zakhvatov
* Andy Gilligan
* Anthony Kim
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org>
* Anton Karpov <toxa@toxahost.ru>
* Anton Lysenok <bart@tapolsky.net.ua>
* Anton Yuzhaninov <citrin@rambler-co.ru>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Ashish SHUKLA <ashish@FreeBSD.org>
* Attila Nagy <bra@fsn.hu>
* Autrijus Tang <autrijus@autrijus.org>
* Axel Steiner <ast@treibsand.com>
* Ben Smithurst <ben@FreeBSD.org>
* Bernard Spil <brnrd@FreeBSD.org>
* Bernard Spil <brnrd@freebsd.org>
* Bill Brinzer <bill.brinzer@gmail.com>
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Cheng-Lung Sung <clsung@dragon2.net>
* Chifeng QU <chifeng@gmail.com>
* Chris D. Faulhaber <jedgar@fxp.org>
* Chris Piazza <cpiazza@FreeBSD.org>
* Christer Edwards <christer.edwards@gmail.com>
* Christian Laursen <xi@borderworlds.dk>
* Christopher Elkins <chrise@scardini.com>
* Clement Laforet <sheepkiller@cultdeadsheep.org>
* Craig Leres <leres@FreeBSD.org>
* Cyril Guibourg
* CyrilM <cyrilm@tower.pp.ru>
* Dan Langille <dvl@FreeBSD.org>
* Daniel Roethlisberger <daniel@roe.ch>
* Dario Freni <saturnero@gufi.org>
* Darren Pilgrim <ports.maintainer@evilphi.com>
* DarwinSurvivor <darwinsurvivor@gmail.com>
* David Bushong <david+ports@bushong.net>
* David O'Brien (obrien@NUXI.com)
* David Siebörger <drs@rucus.ru.ac.za>
* Dean Hollister <dean@odyssey.apana.org.au>
* Dmitry Liakh <dliakh@ukr.net>
* Dmitry Sivachenko <demon@FreeBSD.org>
* Dominic Marks <dom@wirespeed.org.uk>
* Eivind Eklund <eivind@FreeBSD.org>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Emanuel Haupt <ehaupt@critical.ch>
* Emmanuel Vadot <manu@FreeBSD.org>
* Eric Freeman <freebsdports@chillibear.com>
* Erwin Lansing <erwin@FreeBSD.org>
* Eugene M. Kim <ab@astralblue.net>
* Fukang Chen <loader@FreeBSD.org>
* Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
* Gea-Suan Lin <gslin@gslin.org>
* George Reid <greid@ukug.uk.freebsd.org>
* Gerhard Gonter <g.gonter@ieee.org>
* Gerrit Beine <gerrit.beine@gmx.de>
* Giel van Schijndel <me@mortis.eu>
* Glen Barber <gjb@FreeBSD.org>
* Glenn Johnson <gljohns@bellsouth.net>
* Gregory Sutter <gsutter@zer0.org>
* Gustau Perez <gustau.perez@gmail.com>
* Guy Antony Halse <guy@rucus.ru.za.za>
* Hajimu UMEMOTO <ume@FreeBSD.org>
* Harry Newton
* Hirohisa Yamaguchi <umq@ueo.co.jp>
* Hsin-Han You <hhyou@cs.nctu.edu.tw>
* Ion-Mihai "IOnut" Tetcu <itetcu@FreeBSD.org>
* Issei Suzuki <issei@jp.FreeBSD.org>
* J.R. Oldroyd <fbsd@opal.com>
* Jaap Akkerhuis <jaap@NLnetLabs.nl>
* James FitzGibbon <jfitz@FreeBSD.org>
* James Raftery <james@now.ie>
* Jan-Peter Koopmann <j.koopmann@seceidos.de>
* Janne Snabb <snabb@epipe.com>
* Jean Milanez Melo <jmelo@FreeBSD.org>
* Jean-Baptiste Quenot <jb.quenot@caraldi.com>
* Jeremy Norris <ishmael27@home.com>
* Jim Mock <jim@FreeBSD.org>
* Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
* Joe Marcus Clarke <marcus@FreeBSD.org>
* Johann Visagie <wjv@FreeBSD.org>
* Johannes Meixner <johannes@perceivon.net>
* John Oxley <john@yoafrica.com>
* John Prather
* Josh Gilliam <josh@quick.net>
* Jun-ichiro Hagino <itojun@itojun.org>
* Justin Stanford <jus@security.za.net>
* KIMURA Yasuhiro <yasu@utahime.org>
* Kay Abendroth <kay.abendroth@raxion.net>
* Keith Gaughan <k@stereochro.me>
* Kelly Yancey <kbyanc@FreeBSD.org>
* Kevin Golding <ports@caomhin.org>
* Kimura Fuyuki <fuyuki@mj.0038.net>
* Kirill Ponomarew <ponomarew@oberon.net>
* Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
* Konstantinos Konstantinidis <kkonstan@daemon.gr>
* Koop Mast <kwm@FreeBSD.org>
* Krzysztof Stryjek <ports@bsdserwis.com>
* Larry Rosenman <ler@FreeBSD.org>
* Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de>
* Lars Thegler <lars@thegler.dk>
* Lars Thegler <lth@FreeBSD.org>
* Lasse L. Johnsen (lasse@freebsdcluster.org)
* Lefteris Chatzibarbas <lefcha@hellug.gr>
* Lukasz Wasikowski <lukasz@wasikowski.net>
* MANTANI Nobutaka <nobutaka@nobutaka.com>
* Marcelo Araujo <araujobsd@gmail.com>
* Marco Broeder <marco.broeder@posteo.eu>
* Marcus Alves Grando <mnag@FreeBSD.org>
* Marijn Meijles <marijn@stack.nl>
* Mario S F Ferreira <lioux@FreeBSD.org>
* Mario S F Ferreira <lioux@linf.unb.br>
* Mario S F Ferreira <lioux@linf.unb.br> # Created by Matthias Andree
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Mark Felder <feld@FreeBSD.org>
* Mark Starovoytov <mark_sf@kikg.ifmo.ru>
* Martin Blapp
* Martin Matuska <mm@FreeBSD.org>
* Martin Wilke (miwi@FreeBSD.org)
* Martin Wilke <miwi@FreeBSD.org>
* Martti Kuparinen <martti.kuparinen@ericsson.com>
* Masafumi NAKANE <max@FreeBSD.org>
* Masafumi Otsune <info@otsune.com>
* Masaki TAGAWA <masaki@club.kyutech.ac.jp>
* Matt Emmerton <matt@gsicomp.on.ca>
* Matthew Luckie <mjl@luckie.org.nz>
* Matthew N. Dodd <mdodd@FreeBSD.org>
* Matthew Seaman
* Matthew Seaman <matthew@FreeBSD.org>
* Matthias Andree <mandree@FreeBSD.org>
* Matthias Andree <matthias.andree@gmx.de>
* Matthias Fechner <mfechner@FreeBSD.org>
* Max Laier <max@love2party.net>
* Maxim Sobolev <sobomax@FreeBSD.org>
* Maxim Tulyuk <mt@primats.org.ua>
* Meno Abels <meno.abels@adviser.com>
* Michael L. Hostbaek (mich@freebsdcluster.org)
* Michael Ranner <michael@ranner.eu>
* Miguel Mendez <flynn@energyhq.es.eu.org>
* Mij <mij@bitchx.it>
* Mikhail T. (m.tsatsenko@gmail.com)
* Mikhail Teterin
* Miroslav Lachman
* Mohammad S. Babaei <info@babaei.net>
* Murilo Opsfelder <mopsfelder@gmail.com>
* Nagy, Attila <bra@fsn.hu>
* Nate Underwood <natey@natey.com>
* Neil Blakey-Milner
* Neil Blakey-Milner <nbm@FreeBSD.org>
* Neil Blakey-Milner <nbm@rucus.ru.ac.za>
* Neil Darlow <neil@darlow.co.uk>
* Nemo Liu <nemoliu@FreeBSD.org>
* Netherby <netherby@dancingfortune.com>
* Nick Hilliard <nick@foobar.org>
* Nils Vogels <nivo+kw+ports.bfa274@is-root.com>
* Oliver Braun
* Oliver Braun <obraun@FreeBSD.org>
* Oliver Eikemeier
* Oliver Eikemeier <eik@FreeBSD.org>
* Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Olivier Cochard-Labbe <olivier@FreeBSD.org>
* Olivier Girard <Olivier.Girard@univ-angers.fr>
* Omer Faruk Sen <ofsen@enderunix.org>
* Ozkan KIRIK <ozkan@enderunix.org>
* Pav Lucistnik <pav@FreeBSD.org>
* Pawel Pekala <c0rn@o2.pl>
* Pawel Pekala <pawel@FreeBSD.org>
* Pawel Pekala <pawel@freebsd.org>
* Pete Fritchman <petef@databits.net >
* Peter Hollaubek <fifteen@inext.hu>
* Peter Kieser <peter@kieser.ca>
* Peter Pentchev <roam@FreeBSD.org>
* Peter Wemm <peter@FreeBSD.org>
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* R.I.Pienaar <rip@devco.net>
* Radim Kolar
* RicardoSSP <ricardo.katz@gmail.com>
* Rob Evers <rob@debank.tv>
* Robert Felber <robtone@ek-muc.de>
* Robert Nelson <robertn@the-nelsons.org>
* Romain Tartiere <romain@blogreen.org>
* Rozhuk Ivan <rozhuk.im@gmail.com>
* Ryan Steinmetz <zi@FreeBSD.org>
* Sahil Tandon <sahil@tandon.net>
* Satoru Suzuki <xsuzu@yokohama.riken.jp>
* Scott Blachowicz <scott+ports@sabami.seaslug.org>
* Scott Lambert <lambert@lambertfam.org>
* Sean Chittenden <seanc@FreeBSD.org>
* Sergei Kolobov <sergei@FreeBSD.org>
* Sergei Kolobov <sergei@kolobov.com>
* Sergey A. Osokin <osa@FreeBSD.org>
* Sergey Matveychuk <sem@FreeBSD.org>
* Sergey Samoyloff <gonza@techline.ru>
* Sergey Skvortsov <skv@FreeBSD.org>
* Sergey Skvortsov <skv@protey.ru>
* Shaun Amott <shaun@FreeBSD.org>
* Sheldon Hearn <sheldonh@FreeBSD.org>
* Simon 'corecode' Schubert <corecode@corecode.ath.cx>
* Simon Barner <barner@in.tum.de>
* Simon Dick <simond@irrelevant.org>
* Stefan A. Deutscher (sad@mailaps.org)
* Stefan Bethke <stb@lassitu.de>
* Stephen Roznowski <sjr1@flash.net>
* Stephon Chen <stephon@pixnet.tw>
* Steve Wills <swills@FreeBSD.org>
* Steven Kreuzer <skreuzer@f2o.org>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Sylvio Cesar <sylvio@FreeBSD.org>
* TAKAHASHI Kaoru <kaoru@kaisei.org>
* TAKATSU Tomonari <tota@rtfm.jp>
* Talal Al-Dik <tad@vif.com>
* Ted Faber <faber@isi.edu>
* Terry Sposato
* The Anarcat <anarcat@anarcat.ath.cx>
* Thierry Thomas (<thierry@pompo.net>)
* Thomas Abthorpe <thomas@goodking.ca>
* Thomas Gellekum <tg@FreeBSD.org>
* Thomas Lotterer <thomas.lotterer@cw.com>
* Thomas Seck <tmseck@netcologne.de>
* Tim Bishop <tim@bishnet.net>
* Tom Hukins <tom@eborcom.com>
* Tom Judge <tj@FreeBSD.org>
* Tom McLaughlin <tmclaugh@sdf.lonestar.org>
* Tomasz Paszkowski <ns88@k.pl>
* Torsten Blum <torstenb@FreeBSD.org>
* Torsten Zuehlsdorff <ports@toco-domains.de>
* Trish Lynch <trish@bsdunix.net>
* Tsung-Han Yeh <snowfly@yuntech.edu.tw>
* Tuc <freebsd-ports@t-b-o-h.net>
* Udo Schweigert
* Udo Schweigert <ust@cert.siemens.de>
* Uffe Jakobsen <uffe@uffe.org>
* Victor Balada Diaz <victor@bsdes.net>
* Vidar Karlsen <vidar@karlsen.tech>
* Ville Eerola <ve@sci.fi>
* Vivek Khera <vivek@khera.org>
* Vladimir Kondratiev <wulf@mail.mipt.ru>
* Vsevolod Lobko <seva@sevasoft.kiev.ua>
* Vsevolod Stakhov <vsevolod@highsecure.ru>
* Wei-chun Chao
* Wen Heping <wen@FreeBSD.org>
* Will Andrews <will@FreeBSD.org>
* Xavier Beaudouin <kiwi@oav.net>
* Yarema <yds@CoolRat.org>
* Yasuhiro KIMURA <yasu@utahime.org>
* Yen-Ming Lee <leeym@FreeBSD.org>
* Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
* Yen-Ming Lee <leeym@leeym.com>
* Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
* Yoshisato YANAGISAWA
* Zak Johnson <zakj@nox.cx>
* Zane C. Bowers
* Zeus Panchenko <zeus@gnu.org.ua>
* Zhen REN <bg1tpt@gmail.com>
* ache
* ache@FreeBSD.org
* arensb@ooblick.com
* bremner@unb.ca
* brett@peloton.physics.montana.edu
* bsam
* chinsan
* chris
* chris@shagged.org
* clive
* clsung
* clsung@dragon2.net
* dchapes@zeus.leitch.com
* delphij@FreeBSD.org
* delphij@FreeBSD.org.cn
* dhagan@cs.vt.edu
* dliakh
* dlowe
* dm
* eivind
* fluffy
* gahr
* gmarco@scotty.masternet.it
* gmc@sonologic.nl
* ijliao
* ismail@enderunix.org
* itojun@itojun.org
* janos.mohacsi@bsd.hu
* johnpupu <johnpupu@gmail.com>
* kaz
* krion
* liamfoy@sepulcrum.org
* markm@FreeBSD.org
* matusita@FreeBSD.org
* mich@freebsdcluster.org
* mwest@uct.ac.za
* n_hibma@qubesoft.com
* nbm
* nork@FreeBSD.org
* ofsen@enderunix.org
* pat
* petef
* petef@FreeBSD.org
* pst
* punkt.de Hosting Team <mops@punkt.de>
* rea@FreeBSD.org
* roam@FreeBSD.org
* sheldonh@FreeBSD.org
* shigeri <shigeri@m10.alpha-net.ne.jp>
* snowchyld
* tobez@tobez.org
* torstenb
* trevor
* v.velox@vvelox.net
* vanilla
* will
* wolpert
With hat: portmgr
b587cc2 |
|
Friday, 29 Apr 2022
|
09:56 Juraj Lutter (otis)
mail/postfix: Update to 3.7.2
402308e |
|
Sunday, 24 Apr 2022
|
17:59 Juraj Lutter (otis)
mail/postfix: Update to 3.7.1
3994961 |
|
Thursday, 7 Apr 2022
|
00:39 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
268cee3 |
|
Tuesday, 15 Mar 2022
|
22:12 Juraj Lutter (otis) Author: Olli Hauer
mail/postfix: Use proper PCRE
- bump portscout expression to monitor version postfix version 3.7
- adopt SASL description fix from postfix-current
4aa6c3b |
21:15 Juraj Lutter (otis)
mail/postfix: Apply correct config file patch
Apply proper config file patch in correct stage.
daa89f0 |
20:55 Juraj Lutter (otis)
mail/postfix: Update to 3.7.0
- Update to 3.7.0
- 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]
5488056 |
|
Tuesday, 23 Nov 2021
|
22:11 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)
5933ac0 |
|
Monday, 8 Nov 2021
|
22:51 Juraj Lutter (otis)
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
9e183af |
|
Saturday, 30 Oct 2021
|
12:54 Juraj Lutter (otis)
mail/postfix: Fix multiple build issues
- Add ssl to USES
- Fix plist issues
- Install sample files properly
PR: 259530
4c9b48d |
|
Thursday, 28 Oct 2021
|
16:37 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
f34ece3 |
00:05 Yasuhiro Kimura (yasu)
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
d356121 |
|
Thursday, 30 Sep 2021
|
21:23 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
620968a |
|
Sunday, 1 Aug 2021
|
08:32 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
974e13b |
|
Monday, 26 Jul 2021
|
21:00 Juraj Lutter (otis)
mail/postfix: Update to 3.6.2
d8d1e12 |
|
Thursday, 8 Jul 2021
|
19:44 Juraj Lutter (otis)
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.
1a19e2d |
|
Monday, 14 Jun 2021
|
17:22 Juraj Lutter (otis)
mail/postfix: Update to 3.6.1
Relnotes: http://www.postfix.org/announcements/postfix-3.6.1.html
Reported by: portscout
28a702c |
|
Sunday, 30 May 2021
|
18:18 Juraj Lutter (otis)
mail/postfix-*: Take maintainership
Take maintainership of postfix ports. No functional changes.
Approved by: ohauer
07f0272 |
|
Thursday, 6 May 2021
|
20:37 Olli Hauer (ohauer)
mail/postfix mail/postfix-current: add back PKGPREFIX for sasl build
d1755a0 |
17:37 Olli Hauer (ohauer)
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'
917dd37 |
|
Monday, 12 Apr 2021
|
20:38 Olli Hauer (ohauer)
mail/postfix
update to 3.5.10
a5c3560 |
|
Thursday, 8 Apr 2021
|
23:33 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)
69d24a7 |
|
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
|
Monday, 18 Jan 2021
|
17:05 ohauer
- 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.
 |
|
Monday, 9 Nov 2020
|
06:26 ohauer
- 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
 |
|
Tuesday, 3 Nov 2020
|
00:56 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)
 |
|
Monday, 31 Aug 2020
|
09:25 ohauer
- update to 3.5.7
MFH: 2020Q3
 |
|
Sunday, 26 Jul 2020
|
19:18 ohauer
- 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
 |
|
Saturday, 25 Jul 2020
|
07:51 ohauer
- update to 3.5.5
 |
|
Sunday, 28 Jun 2020
|
09:31 ohauer
- update to 3.6-20200627
 |
|
Tuesday, 16 Jun 2020
|
04:42 ohauer
- 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
 |
|
Tuesday, 19 May 2020
|
04:18 ohauer
- update to 3.5.2
 |
|
Thursday, 23 Apr 2020
|
20:14 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)
 |
|
Sunday, 19 Apr 2020
|
15:38 ohauer
- update to 3.5.1
MFH: 2020Q2
 |
|
Tuesday, 17 Mar 2020
|
17:00 ohauer
- update to 3.5.0
 |
|
Friday, 13 Mar 2020
|
11:30 ohauer
- 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
 |
09:47 jbeich
devel/icu: update to 66.1
Changes: http://site.icu-project.org/download/66
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
 |
|
Saturday, 22 Feb 2020
|
12:14 mandree
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 Burgin.
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
 |
|
Tuesday, 26 Nov 2019
|
05:42 ohauer
- update to 3.4.8
 |
|
Monday, 14 Oct 2019
|
17:48 ohauer
- fix PORTSCOUT version
 |
|
Wednesday, 9 Oct 2019
|
12:06 bapt
Drop the ipv6 virtual category for m* category as it is not relevant anymore
 |
|
Thursday, 3 Oct 2019
|
20:35 jbeich
devel/icu: update to 65.1
Changes: http://site.icu-project.org/download/65
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
 |
|
Sunday, 29 Sep 2019
|
17:10 ohauer
- update to 3.4.7
 |
|
Saturday, 6 Jul 2019
|
08:11 ohauer
- update to 3.4.6
 |
|
Friday, 19 Apr 2019
|
18:53 ohauer
- update to 3.4.5
- adopt libressl patches from OpenBSD
 |
|
Sunday, 31 Mar 2019
|
13:08 ohauer
- 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.
 |
|
Wednesday, 27 Mar 2019
|
21:11 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
 |
|
Thursday, 28 Feb 2019
|
05:47 ohauer
- 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
 |
|
Wednesday, 28 Nov 2018
|
14:34 ohauer
- add ability to overwrite OPTIONS_DEFAULT for slave ports
(s/=/?=/)
PR: 233608
Submitted by: HEO SeonMeyong
 |
|
Monday, 26 Nov 2018
|
06:59 ohauer
- fix build with libressl 2.8.2
PR: 233517 233527
Submitted by: Andrej Ebert
Reported by: Herbert J. Skuhra
 |
|
Sunday, 25 Nov 2018
|
13:01 ohauer
- 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
 |
|
Friday, 2 Nov 2018
|
13:32 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
 |
|
Tuesday, 23 Oct 2018
|
11:35 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
 |
|
Friday, 29 Jun 2018
|
14:22 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)
 |
|
Thursday, 21 Jun 2018
|
20:18 amdmi3
Drop always true (and tautologic) OSVERSION conditions
Approved by: portmgr blanket
 |
|
Saturday, 2 Jun 2018
|
11:38 ohauer
- update to 3.3.1
- rework MySQL patch
 |
|
Friday, 6 Apr 2018
|
15:53 jbeich
devel/icu: update to 61.1
Changes: http://site.icu-project.org/download/61
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 227042
Exp-run by: antoine
MFH: 2018Q2 (required by Firefox 61)
 |
Number of commits found: 333 (showing only 100 on this page) |