[Bug 272047] update mail/opensmtpd to 7.3.0p0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 17 Jun 2023 17:42:44 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272047 Bug ID: 272047 Summary: update mail/opensmtpd to 7.3.0p0 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: fluffy@FreeBSD.org Reporter: freebsd@omarpolo.com CC: Flags: maintainer-feedback?(fluffy@FreeBSD.org) Assignee: fluffy@FreeBSD.org Created attachment 242841 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=242841&action=edit opensmtpd-7.3.0p0 patch Hello, please find attached a diff to update the OpenSMTPD port to the newly released 7.3.0p0. The announce is available here: https://opensmtpd.org/announces/release-7.3.0p0.txt Regarding the port, the diff does: - drop the optional dependency on libasr. libasr-portable is no longer maintained, the bundled version in OpenSMTPD should be used instead. I'll file a separate bug to propose the removal of the port. - drops the dependency on bison. the release tarball already includes the "translated" parse.c file, but even if it didn't, base yacc is good enough - the --with-bundled-libtls is needed since libretls has a regression on OpenSSL 3.x - works around the misdetection of recallocarray and adds the missing header for fparseln(3). I'll take care of having this two fixed so they won't be needed for the next update. Cheers, Omar Polo -- You are receiving this mail because: You are the assignee for the bug.