Bug 273571 - mail/postsrsd: Update to 2.0.8
Summary: mail/postsrsd: Update to 2.0.8
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Li-Wen Hsu
URL: https://github.com/roehling/postsrsd/...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-04 19:36 UTC by Krzysztof
Modified: 2023-09-05 10:26 UTC (History)
1 user (show)

See Also:


Attachments
poudriere testport log (33.48 KB, text/plain)
2023-09-04 19:36 UTC, Krzysztof
no flags Details
update patch (16.87 KB, patch)
2023-09-04 19:37 UTC, Krzysztof
ports: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Krzysztof 2023-09-04 19:36:35 UTC
Created attachment 244639 [details]
poudriere testport log

There is new version of mail/postsrsd (2.0.8). This release is a new generation of postsrsd. This update includes:

* support for redis
* support for sqlite3
* disable installing postsrsd.secret - it is generated during first start of postsrsd (startup script)
* add pkg-message which informs about changes in configuration
* some cleanup suggested by portlint

Port was tested with poudriere so logfile and patch are attached.
Comment 1 Krzysztof 2023-09-04 19:36:54 UTC
added URL to changelog
Comment 2 Krzysztof 2023-09-04 19:37:25 UTC
Created attachment 244640 [details]
update patch

And a patch
Comment 3 Li-Wen Hsu freebsd_committer freebsd_triage 2023-09-05 10:26:11 UTC
Merged and pushed with some minor adjustments. Thanks!
Comment 4 commit-hook freebsd_committer freebsd_triage 2023-09-05 10:26:12 UTC
A commit in branch main references this bug:

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

commit 6a5b0380b37a05794c67bed898b2cf1acc339817
Author:     Krzysztof <ports@bsdserwis.com>
AuthorDate: 2023-09-05 10:10:58 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2023-09-05 10:22:09 +0000

    mail/postsrsd: Update to 2.0.8

    This release is a new generation of postsrsd. This update includes:

    * support for redis
    * support for sqlite3
    * disable installing postsrsd.secret - it is generated during first
      start of postsrsd (startup script)
    * add pkg-message which informs about changes in configuration
    * some cleanup suggested by portlint

    Changelog: https://github.com/roehling/postsrsd/releases/tag/2.0.8

    PR:             273571

 mail/postsrsd/Makefile                             |  32 +++--
 mail/postsrsd/distinfo                             |   6 +-
 mail/postsrsd/files/patch-CMakeLists.txt           | 160 ++++++++++-----------
 .../files/patch-postinstall.cmake.in (gone)        |  69 ---------
 mail/postsrsd/files/patch-src_config.c (new)       |  10 ++
 mail/postsrsd/files/patch-src_srs.c (new)          |  10 ++
 mail/postsrsd/files/pkg-message.in (new)           |  11 ++
 mail/postsrsd/files/postsrsd.in                    |  18 ---
 8 files changed, 137 insertions(+), 179 deletions(-)