Bug 280888

Summary: mail/dovecot-fts-flatcurve: Update to 1.0.4
Product: Ports & Packages Reporter: Martin Waschbüsch <martin>
Component: Individual Port(s)Assignee: Vladimir Druzenko <vvd>
Status: Closed FIXED    
Severity: Affects Some People CC: uzsolt, vvd
Priority: --- Flags: uzsolt: maintainer-feedback+
vvd: merge-quarterly+
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/slusarz/dovecot-fts-flatcurve/releases/tag/v1.0.4
Attachments:
Description Flags
Update to 1.0.4 martin: maintainer-approval+

Description Martin Waschbüsch 2024-08-17 17:41:41 UTC
Created attachment 252855 [details]
Update to 1.0.4

Update dovecot-fts-flatcurve to the current stable release.

Changes per upstream:
- Fix issues with long/malformed strings when indexing
- Add fts_flatcurve_index_truncate event

Full changelog can be found here:
https://github.com/slusarz/dovecot-fts-flatcurve/compare/v1.0.3...v1.0.4
Comment 1 Martin Waschbüsch 2024-08-17 18:07:38 UTC
QA

poudriere testport: OK (only tested on 14.1)
Comment 2 Zsolt Udvari freebsd_committer freebsd_triage 2024-08-17 18:15:30 UTC
^Triage: if you're the maintainer please set maintainer-feedback to plus. Thanks!
Comment 3 Martin Waschbüsch 2024-08-17 18:42:09 UTC
(In reply to Zsolt Udvari from comment #2)
I thought I had (because I usually do), but apparently not. Thanks for pointing it out (and setting it)!
Comment 4 Vladimir Druzenko freebsd_committer freebsd_triage 2024-08-17 21:40:12 UTC
Do you want merge-quarterly?
> Fix substring indexing crash
> Fix splitting multi-byte characters when truncating index term
Seems like a decent justification for merge-quarterly.
Comment 5 commit-hook freebsd_committer freebsd_triage 2024-08-17 22:01:15 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ecec63d3374042c136080c1a8d3e067698038040

commit ecec63d3374042c136080c1a8d3e067698038040
Author:     Martin Waschbüsch <martin@waschbuesch.de>
AuthorDate: 2024-08-17 21:57:27 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-08-17 21:57:27 +0000

    mail/dovecot-fts-flatcurve: Update 1.0.3 → 1.0.4

    Changes per upstream:
    - Fix issues with long/malformed strings when indexing
    - Add fts_flatcurve_index_truncate event

    Changelog:
    https://github.com/slusarz/dovecot-fts-flatcurve/releases/tag/v1.0.4
    Commit log:
    https://github.com/slusarz/dovecot-fts-flatcurve/compare/v1.0.3...v1.0.4

    PR:     280888
    MFH:    2024Q3

 mail/dovecot-fts-flatcurve/Makefile | 3 +--
 mail/dovecot-fts-flatcurve/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 5 deletions(-)
Comment 6 commit-hook freebsd_committer freebsd_triage 2024-08-17 22:02:17 UTC
A commit in branch 2024Q3 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=73ea6508af109107182e861e3a86c0b0366392c5

commit 73ea6508af109107182e861e3a86c0b0366392c5
Author:     Martin Waschbüsch <martin@waschbuesch.de>
AuthorDate: 2024-08-17 21:57:27 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-08-17 22:01:51 +0000

    mail/dovecot-fts-flatcurve: Update 1.0.3 → 1.0.4

    Changes per upstream:
    - Fix issues with long/malformed strings when indexing
    - Add fts_flatcurve_index_truncate event

    Changelog:
    https://github.com/slusarz/dovecot-fts-flatcurve/releases/tag/v1.0.4
    Commit log:
    https://github.com/slusarz/dovecot-fts-flatcurve/compare/v1.0.3...v1.0.4

    PR:     280888
    MFH:    2024Q3
    (cherry picked from commit ecec63d3374042c136080c1a8d3e067698038040)

 mail/dovecot-fts-flatcurve/Makefile | 3 +--
 mail/dovecot-fts-flatcurve/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 5 deletions(-)
Comment 7 Vladimir Druzenko freebsd_committer freebsd_triage 2024-08-17 22:02:42 UTC
Thanks.