Bug 271149 - devel/py-sentry-sdk: Update to 1.21.1
Summary: devel/py-sentry-sdk: Update to 1.21.1
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: Kai Knoblich
URL: https://github.com/getsentry/sentry-p...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-30 16:57 UTC by Kai Knoblich
Modified: 2023-05-16 05:20 UTC (History)
1 user (show)

See Also:
0mp: maintainer-feedback+
kai: merge-quarterly+


Attachments
py-sentry-sdk-1.21.1.patch (1.63 KB, patch)
2023-04-30 16:57 UTC, Kai Knoblich
kai: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kai Knoblich freebsd_committer freebsd_triage 2023-04-30 16:57:33 UTC
Created attachment 241884 [details]
py-sentry-sdk-1.21.1.patch

Hi Mateusz,

attached is a patch, that updates devel/py-sentry-sdk to 1.21.1.

It also fixes a security issue (= 15dae5cc-9ee6-4577-a93e-2ab57780e707 in VuXML, CVE-2023-28117) which is present with releases up to 1.14.0.  Hence it should also be merged to the 2023Q3 branch.

Changes to the port:
~~~~~~~~~~~~~~~~~~~~
* Add CPE related info.

QA:
~~~
poudriere -> OK (12.4-RELEASE amd64 for py37, py38, py39, py310 and py311)
Comment 1 Mateusz Piotrowski freebsd_committer freebsd_triage 2023-05-14 17:54:51 UTC
Hey, thanks for the patch! Feel free to commit!
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-05-16 05:10:46 UTC
A commit in branch main references this bug:

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

commit 8d6658273d0d490c254c07fc222b2b91d112bb0a
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2023-05-16 05:02:56 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2023-05-16 05:09:49 +0000

    devel/py-sentry-sdk: Update to 1.21.1

    * Add CPE related entries while I'm here.

    Changelog since 1.5.12:

    https://github.com/getsentry/sentry-python/compare/1.5.12...1.21.1

    PR:             271149
    Approved by:    0mp (maintainer)
    MFH:            2023Q2
    Security:       5dae5cc-9ee6-4577-a93e-2ab57780e707

 devel/py-sentry-sdk/Makefile | 8 +++++---
 devel/py-sentry-sdk/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 6 deletions(-)
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-05-16 05:15:48 UTC
A commit in branch 2023Q2 references this bug:

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

commit a0602e29074809506d8acc4d8d0b48bcad29e5dc
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2023-05-16 05:02:56 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2023-05-16 05:11:21 +0000

    devel/py-sentry-sdk: Update to 1.21.1

    * Add CPE related entries while I'm here.

    Changelog since 1.5.12:

    https://github.com/getsentry/sentry-python/compare/1.5.12...1.21.1

    PR:             271149
    Approved by:    0mp (maintainer)
    MFH:            2023Q2
    Security:       5dae5cc-9ee6-4577-a93e-2ab57780e707

    (cherry picked from commit 8d6658273d0d490c254c07fc222b2b91d112bb0a)

 devel/py-sentry-sdk/Makefile | 8 +++++---
 devel/py-sentry-sdk/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 6 deletions(-)
Comment 4 Kai Knoblich freebsd_committer freebsd_triage 2023-05-16 05:18:58 UTC
Comment on attachment 241884 [details]
py-sentry-sdk-1.21.1.patch

^Triage: Maintainer's was given via comment #1, set maintainer-approval flag accordingly.
Comment 5 Kai Knoblich freebsd_committer freebsd_triage 2023-05-16 05:20:29 UTC
(In reply to Mateusz Piotrowski from comment #1)

Committed to main and MFH'ed into 2023Q2 branch, thank you for the review/approval.