Bug 277134 - security/py-pyaff4: replace pyblake2 with pynacl
Summary: security/py-pyaff4: replace pyblake2 with pynacl
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: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks: 275494 277135
  Show dependency treegraph
 
Reported: 2024-02-18 16:01 UTC by Ruslan Makhmatkhanov
Modified: 2024-02-19 11:43 UTC (History)
1 user (show)

See Also:
antoine: maintainer-feedback+


Attachments
replace pyblake2 with pynacl (1.97 KB, patch)
2024-02-18 16:01 UTC, Ruslan Makhmatkhanov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2024-02-18 16:01:42 UTC
Created attachment 248563 [details]
replace pyblake2 with pynacl

Import minimal upstream commit to switch from pyblake2 to pynacl. This allows us to build run this port with python311:

https://github.com/aff4/pyaff4/commit/af2ce19c5a2ad61d68309a856ded93cee2901ea4

Full-blown update to latest version requires adding missing ports to tree.
Comment 1 Antoine Brodin freebsd_committer freebsd_triage 2024-02-18 19:40:47 UTC
Approved
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-02-19 11:41:05 UTC
A commit in branch main references this bug:

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

commit 314e0d5a8c766d3b809c20c21235b9a040cbab44
Author:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
AuthorDate: 2024-02-19 11:39:18 +0000
Commit:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
CommitDate: 2024-02-19 11:39:18 +0000

    security/py-pyaff4: replace pyblake2 with pynacl

    Import minimal upstream commit to switch from pyblake2 to pynacl.
    This allows us to build run this port with python311:

    https://github.com/aff4/pyaff4/commit/af2ce19c5a2ad61d68309a856ded93cee2901ea4

    Full-blown update to latest version requires adding missing ports to tree.

    PR:             277134
    Approved by:    antoine (maintainer)

 security/py-pyaff4/Makefile                        |  5 +++--
 .../py-pyaff4/files/patch-pyaff4_hashes.py (new)   | 22 ++++++++++++++++++++++
 2 files changed, 25 insertions(+), 2 deletions(-)