| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Changelog: https://metacpan.org/dist/Sisimai/changes
|
| |
|
|
| |
PR: 296645
|
| |
|
|
|
| |
MFH: 2026Q3
Security: 562ff91e-8407-11f1-bfde-10ffe07f9334
|
| |
|
|
|
|
| |
Changelog: https://github.com/resend/resend-python/compare/v2.33.0...v2.34.0
Reported by: Repology
|
| |
|
|
|
| |
Release Notes:
https://www.thunderbird.net/en-US/thunderbird/153.0esr/releasenotes/
|
| |
|
|
|
| |
Relesae Notes:
https://www.thunderbird.net/en-US/thunderbird/153.0esr/releasenotes/
|
| |
|
|
|
| |
Release Notes:
https://www.thunderbird.net/en-US/thunderbird/153.0/releasenotes/
|
| |
|
|
|
|
| |
Required for gitlab 19.2.0
Changes: https://github.com/tpitale/mail_room/commits/master/
|
| | |
|
| |
|
|
|
|
|
|
| |
Release Notes:
https://www.thunderbird.net/en-US/thunderbird/153.0esr/releasenotes/
We're switching esr early, as the previous esr had build problems on
very recent versions of FreeBSD.
|
| |
|
|
|
| |
Release Notes (soon):
https://www.thunderbird.net/en-US/thunderbird/153.0/releasenotes/
|
| |
|
|
|
|
|
|
| |
Includes fix for malformed messages in maildirs.
https://github.com/svarshavchik/courier/issues/82
MFH: 2026Q3
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Changelog: https://github.com/resend/resend-python/releases/tag/v2.33.0
Reported by: portscout
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Changes: https://github.com/mikel/mail/releases
|
| |
|
|
|
|
|
| |
ChangeLog:
https://sourceforge.net/p/courier/courier.git/ci/master/tree/cone/ChangeLog
MFH: 2026Q3
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Here's what we do now:
- mail/bogofilter currently depends on lmdb0, a 0.9.X port, so
it continues to work as before
- add a new mail/bogofilter-lmdb1 port that depends on lmdb, the 1.0
version of the LMDB database.
- add the upstream patch for bogofilter 1.3.0.rc1 that I made and
that delphij@ prepared for integration into the ports tree - thanks!
Here's the plan for end of 2026:
- AT THE SAME TIME:
- upgrade mail/bogofilter to depend on LMDB 1.0
- portrm mail/bogofilter-lmdb1
- add a MOVED entry to redirect from bogofilter-lmdb1 to bogofilter.
While here, clean up and rearrange the Makefiles.
PR: 296519
Reviewed by: arrowd
Pull Request: https://github.com/freebsd/freebsd-ports/pull/551
|
| | |
|
| |
|
|
| |
Security: 7a56b0f7-7b62-11f1-8a70-10ffe07f9334
|
| |
|
|
| |
Changes: https://github.com/ruby/net-imap/releases
|
| |
|
|
|
|
| |
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/dinhvh/libetpan/releases
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
| |
PR: 296538
Submitted by: filis
|
| |
|
|
|
|
|
| |
recent devel/jansson update
% sudo -u cyrus /usr/local/cyrus/sbin/ctl_cyrusdb -r
ld-elf.so.1: /usr/local/lib/libjansson.so.4: version JANSSON_4 required by /usr/local/lib/libcyrus_imap.so.0 not defined
|
| |
|
|
|
|
|
|
|
|
|
| |
Release Notes:
https://marc.info/?l=mutt-users&m=178314652251601
Changelog:
https://gitlab.com/muttmua/mutt/raw/mutt-2-4-1-rel/UPDATING
PR: 296525
Sponsored by: UNIS Labs
|
| |
|
|
|
|
|
|
|
| |
Please DO NOT use this version in production, it is an early test version.
For upgrade notes please visit:
https://github.com/php/php-src/blob/php-8.6.0alpha1/UPGRADING
Changelog: https://github.com/php/php-src/blob/php-8.6.0alpha1/NEWS
|
| |
|
|
| |
Changelog: https://metacpan.org/dist/Sisimai/changes
|
| |
|
|
|
|
|
|
|
|
|
| |
When scanning maildirs with many files (more than 120000) the imapd
daemon can crash reaching it's ulimit memory.
Add a note to pkg-message about a configuration value that can be
used to increase the limit.
PR: 296444
MFH: 2026Q3
|
| |
|
|
|
|
|
|
|
| |
A collection of scripts for manipulating SPF records to stay within
the 10 DNS look-up limit specified in RFC 7208. Also includes scripts
to update SPF records via AWS, Cloudflare, and DNSimple APIs.
PR: 294442
Author: Jordan Montesse <ports@brtsvcs.net>
|
| | |
|
| |
|
|
|
| |
Release Notes:
https://www.thunderbird.net/en-US/thunderbird/152.0.1/releasenotes/
|
| |
|
|
|
|
|
|
| |
https://github.com/djcb/mu/releases/tag/v1.14.2
PR: 296080
Approved by: rwn@mailo.com (maintainer timeout 2 weeks)
Approved by: osa (mentor)
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Release notes: https://github.com/OpenSMTPD/OpenSMTPD/releases/tag/7.7.0p0 \
https://github.com/OpenSMTPD/OpenSMTPD/releases/tag/7.8.0p0 \
https://github.com/OpenSMTPD/OpenSMTPD/releases/tag/7.8.0p1
|
| |
|
|
|
|
|
|
|
|
|
|
| |
(followup of ebd1ab3805d31a82613a1db818e6dc2bf5cdf75d)
wolfssl was updated to 5.9.2 in ebd1ab3805d31a82613a1db818e6dc2bf5cdf75d which
updates from libwolfssl.so.44 to libwolfssl.so.45. Therefore, PORTREVISION bump
is required. ftp/curl and net/libngtcp2-wolfssl are skipped because both ports
have version updates after ebd1ab3805d31a82613a1db818e6dc2bf5cdf75d.
% readelf -d /usr/local/lib/libwolfssl.so | grep SONAME
0x000000000000000e (SONAME) Library soname: [libwolfssl.so.45]
|
| |
|
|
| |
2026-06-30 mail/mime4j: This is a version that is over 14 years old and has multiple vulnerabilities
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Already fixed in upstream xsimd:
In file included from /wrkdirs/usr/ports/mail/thunderbird/work/.build/gfx/thebes/Unified_cpp_gfx_thebes0.cpp:65:
In file included from /wrkdirs/usr/ports/mail/thunderbird/work/thunderbird-152.0/gfx/thebes/gfxAlphaRecovery.cpp:12:
In file included from /wrkdirs/usr/ports/mail/thunderbird/work/thunderbird-152.0/third_party/xsimd/include/xsimd/xsimd.hpp:63:
In file included from /wrkdirs/usr/ports/mail/thunderbird/work/thunderbird-152.0/third_party/xsimd/include/xsimd/memory/xsimd_aligned_allocator.hpp:27:
In file included from /wrkdirs/usr/ports/mail/thunderbird/work/thunderbird-152.0/third_party/xsimd/include/xsimd/config/xsimd_arch.hpp:19:
In file included from /wrkdirs/usr/ports/mail/thunderbird/work/thunderbird-152.0/third_party/xsimd/include/xsimd/types/xsimd_all_registers.hpp:51:
/wrkdirs/usr/ports/mail/thunderbird/work/thunderbird-152.0/third_party/xsimd/include/xsimd/types/xsimd_vsx_register.hpp:67:61: error: cannot use 'long' with '__vector bool'
67 | XSIMD_DECLARE_SIMD_BOOL_VSX_REGISTER(unsigned long, long);
| ^
/wrkdirs/usr/ports/mail/thunderbird/work/thunderbird-152.0/third_party/xsimd/include/xsimd/types/xsimd_vsx_register.hpp:67:55: warning: use of 'long' with '__vector' is deprecated [-Wdeprecated]
67 | XSIMD_DECLARE_SIMD_BOOL_VSX_REGISTER(unsigned long, long);
| ^
/wrkdirs/usr/ports/mail/thunderbird/work/thunderbird-152.0/third_party/xsimd/include/xsimd/types/xsimd_vsx_register.hpp:68:52: error: cannot use 'long' with '__vector bool'
68 | XSIMD_DECLARE_SIMD_BOOL_VSX_REGISTER(long, long);
| ^
/wrkdirs/usr/ports/mail/thunderbird/work/thunderbird-152.0/third_party/xsimd/include/xsimd/types/xsimd_vsx_register.hpp:68:46: warning: use of 'long' with '__vector' is deprecated [-Wdeprecated]
68 | XSIMD_DECLARE_SIMD_BOOL_VSX_REGISTER(long, long);
| ^
/wrkdirs/usr/ports/mail/thunderbird/work/thunderbird-152.0/third_party/xsimd/include/xsimd/types/xsimd_vsx_register.hpp:70:54: error: cannot use 'long' with '__vector bool'
70 | XSIMD_DECLARE_SIMD_BOOL_VSX_REGISTER(double, long);
| ^
5 warnings and 3 errors generated.
|
| |
|
|
|
| |
Release Notes:
https://www.thunderbird.net/en-US/thunderbird/140.12.1esr/releasenotes/
|