Bug 258410 - security/py-vici: Update to 5.9.3
Summary: security/py-vici: Update to 5.9.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Rainer Hurling
URL: https://github.com/strongswan/strongs...
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-10 17:18 UTC by Dries Michiels
Modified: 2021-09-10 20:54 UTC (History)
1 user (show)

See Also:
rhurlin: merge-quarterly+


Attachments
pyvici.diff (837 bytes, patch)
2021-09-10 17:24 UTC, Dries Michiels
driesm: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dries Michiels freebsd_committer freebsd_triage 2021-09-10 17:18:45 UTC

    
Comment 1 Dries Michiels freebsd_committer freebsd_triage 2021-09-10 17:24:23 UTC
Created attachment 227811 [details]
pyvici.diff

Poudriere testport looks good.
Comment 2 Rainer Hurling freebsd_committer freebsd_triage 2021-09-10 19:43:57 UTC
Hi Dries,

Do you think this is also a candidate for the Quarterly Branch?
Comment 3 Dries Michiels freebsd_committer freebsd_triage 2021-09-10 19:48:03 UTC
Most definitely, given it's a bug fix only release.
Comment 4 Rainer Hurling freebsd_committer freebsd_triage 2021-09-10 20:00:03 UTC
Ok, I will test it now. This will take some time ;)
Comment 5 commit-hook freebsd_committer freebsd_triage 2021-09-10 20:31:16 UTC
A commit in branch main references this bug:

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

commit 41fe31b3e8679c83fb31575a973f18328fe41d49
Author:     Dries Michiels <driesm.michiels@gmail.com>
AuthorDate: 2021-09-10 20:23:36 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2021-09-10 20:23:36 +0000

    security/py-vici: Update to 5.9.3

    Decode error messages in Python bindings. Otherwise one might end up
    with b'<errmsg>' in the output.

    Changelog: https://github.com/strongswan/strongswan/releases/tag/5.9.3

    PR:             258410
    MFH:            2021Q3

 security/py-vici/Makefile | 2 +-
 security/py-vici/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 6 commit-hook freebsd_committer freebsd_triage 2021-09-10 20:35:18 UTC
A commit in branch 2021Q3 references this bug:

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

commit c5257baeaa42f96c2b51c071a1b1b6d94daa2508
Author:     Dries Michiels <driesm.michiels@gmail.com>
AuthorDate: 2021-09-10 20:23:36 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2021-09-10 20:34:04 +0000

    security/py-vici: Update to 5.9.3

    Decode error messages in Python bindings. Otherwise one might end up
    with b'<errmsg>' in the output.

    Changelog: https://github.com/strongswan/strongswan/releases/tag/5.9.3

    PR:             258410
    MFH:            2021Q3
    (cherry picked from commit 41fe31b3e8679c83fb31575a973f18328fe41d49)

 security/py-vici/Makefile | 2 +-
 security/py-vici/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 7 Rainer Hurling freebsd_committer freebsd_triage 2021-09-10 20:36:57 UTC
Tests on Poudriere went well, portlint and portfmt where fine.

Committed on main and quarterly, thanks :)