Created attachment 232492 [details] security/maia 1.0.4_9 update .diff file. Updated version of Maia-Mailguard to 1.0.4_9. Cleaned up Makefile to fix some issues with duplicate dependencies. Removed REINPLACE_CMD's and replaced them with patches for static changes.
^Triage: Simplifying title ^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field. ^Triage: Maintainer-feedback flag (+) not required unless requested (?) first Thanks!
No changelog URL but referencing the commit log provides the below info. - Fix code obtaining content-encoding from content-type header. - Fix encoding error for two languages. (MySQL)
Created attachment 232536 [details] security/maia patch to 1.0.4_9 Scratch that last patch. It had a bad patch file (patch-maiad) in files/. All fixed.
Created attachment 232938 [details] Updated patch for Maia-Mailguard version 1.0.4_9 Another patch to fix the Makefile which wasn't applying cleanly (old repo data maybe?)
Created attachment 233301 [details] security/maia Poudriere build log Maia-Mailguard 1.0.4_9 Poudriere build log attached.
Created attachment 233318 [details] Updated security/maia patch for version 1.0.4_9 Had more testers point out a bad (extra) patch on the ${LOCALBASE}/sbin/maiad executable. After much testing in the community, this appears to be stable.
Reported by portlint Q/A: Makefile: [141]: use a tab (not space) after a variable name Makefile: [142]: use a tab (not space) after a variable name Makefile: [146]: use a tab (not space) after a variable name Makefile: [151]: use a tab (not space) after a variable name Makefile: [152]: use a tab (not space) after a variable name Makefile: [157]: use a tab (not space) after a variable name Makefile: [171]: whitespace before end of line. Makefile: [181]: use a tab (not space) after a variable name Makefile: [182]: use a tab (not space) after a variable name Would you have a look? Thanks!
Created attachment 233486 [details] security/maia Update to 1.0.4_9 Cleaned up for Portlint. Also found a double-patch issue. Looks like "make makepatch" was run after "make patch" maybe? Not sure but it's cleaned up now, too.
Created attachment 233487 [details] Latest security/maia Poudriere build log.
Thanks for the heads up, Fernando. I believe this update should be ready to go now. Please let me know if you see any other issues.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=e15fe24d5de09ddaeb63d1f437d7ba776b0c049d commit e15fe24d5de09ddaeb63d1f437d7ba776b0c049d Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2022-04-26 05:44:19 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-04-27 06:47:42 +0000 security/maia: update to 1.0.4_9 (48df5fb) * Fix code obtaining content-encoding from content-type header. * Fix encoding error for two languages. (MySQL) While here, do some clean up. PR: 262606 Reported by: ek@purplehat.org (maintainer) MFH: 2022Q2 (bugfix release) security/maia/Makefile | 66 ++++++++++------------ security/maia/distinfo | 6 +- security/maia/files/patch-maia.conf.dist (new) | 11 ++++ security/maia/files/patch-maiad.conf.dist (new) | 49 ++++++++++++++++ .../maia/files/patch-scripts_configtest.pl (new) | 8 +++ .../maia/files/patch-scripts_detectvba.pl (new) | 8 +++ .../patch-scripts_expire-quarantine-cache.pl (new) | 8 +++ .../files/patch-scripts_load-sa-rules.pl (new) | 8 +++ .../maia/files/patch-scripts_maiadbtool.pl (new) | 8 +++ .../patch-scripts_process-quarantine.pl (new) | 8 +++ security/maia/files/patch-scripts_resend.pl (new) | 8 +++ .../patch-scripts_send-quarantine-digests.pl (new) | 8 +++ ...atch-scripts_send-quarantine-reminders.pl (new) | 8 +++ .../files/patch-scripts_stats-snapshot.pl (new) | 8 +++ 14 files changed, 174 insertions(+), 38 deletions(-)
A commit in branch 2022Q2 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=feec2feca9b0f724bde9f94822d55b62b696aefd commit feec2feca9b0f724bde9f94822d55b62b696aefd Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2022-04-26 05:44:19 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-04-27 06:49:07 +0000 security/maia: update to 1.0.4_9 (48df5fb) * Fix code obtaining content-encoding from content-type header. * Fix encoding error for two languages. (MySQL) While here, do some clean up. PR: 262606 Reported by: ek@purplehat.org (maintainer) MFH: 2022Q2 (bugfix release) (cherry picked from commit e15fe24d5de09ddaeb63d1f437d7ba776b0c049d) security/maia/Makefile | 66 ++++++++++------------ security/maia/distinfo | 6 +- security/maia/files/patch-maia.conf.dist (new) | 11 ++++ security/maia/files/patch-maiad.conf.dist (new) | 49 ++++++++++++++++ .../maia/files/patch-scripts_configtest.pl (new) | 8 +++ .../maia/files/patch-scripts_detectvba.pl (new) | 8 +++ .../patch-scripts_expire-quarantine-cache.pl (new) | 8 +++ .../files/patch-scripts_load-sa-rules.pl (new) | 8 +++ .../maia/files/patch-scripts_maiadbtool.pl (new) | 8 +++ .../patch-scripts_process-quarantine.pl (new) | 8 +++ security/maia/files/patch-scripts_resend.pl (new) | 8 +++ .../patch-scripts_send-quarantine-digests.pl (new) | 8 +++ ...atch-scripts_send-quarantine-reminders.pl (new) | 8 +++ .../files/patch-scripts_stats-snapshot.pl (new) | 8 +++ 14 files changed, 174 insertions(+), 38 deletions(-)
Committed and merged to 2022Q2. Thanks!