| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Reported by: portscout
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
- Update to 3.7-20211023
- Fix plist issues
- Install sample files properly
PR: 259530
|
|
|
|
|
|
|
| |
Changes: https://github.com/unicode-org/icu/releases/tag/release-70-1
Reported by: GitHub (watch releases)
PR: 258794
Exp-run by: antoine
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
PR: ports/257374
Reviewed by: obrien
Approved by: portmgr (exp-run by antoine)
Differential Revision: https://reviews.freebsd.org/D31301
|
| |
|
|
|
|
|
|
|
| |
- 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.
|
| |
|
|
|
|
| |
Reported by: portscout
|
|
|
|
|
|
| |
Take maintainership of postfix ports. No functional changes.
Approved by: ohauer
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
update to 3.6-20210411
|
| |
|
|
|
|
|
| |
Changes: https://github.com/unicode-org/icu/releases/tag/release-69-1
Reported by: GitHub (watch releases)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
[...]
In file included from alldig.c:29:
./sys_defs.h:1259:2: error: "unsupported platform"
#error "unsupported platform"
^
[...]
Approved by: portmgr (build fix blanket)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
- shut up sed_checked.sh (it is not really helpful with RE replacements on 140+ files with 50% hit rate)
|
|
|
|
|
|
| |
Changes: http://site.icu-project.org/download/68
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by: GitHub (watch releases)
|
| |
|
| |
|
|
|
|
| |
- update pkg-message
|
| |
|
|
|
|
|
|
|
| |
- remove TLS_USES = ssl, since USES = ssl already defined
PR: [1] 248364
Reported by: Gerard Seiber and Michael Grimm
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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,
|
|
|
|
|
| |
Reported by: V_PauAmma_V
Approved by: portmgr ("obvious fix")
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|