Bug 277133 - security/py-trezor: drop dependency on blake2
Summary: security/py-trezor: drop dependency on blake2
Status: Closed DUPLICATE of bug 277132
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-18 15:10 UTC by Ruslan Makhmatkhanov
Modified: 2024-02-18 15:12 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (ehaupt)


Attachments

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 15:10:13 UTC
Dependency on external blake2 implementation was dropped since 0.11.5:
https://github.com/trezor/trezor-firmware/blob/main/python/CHANGELOG.md#changed-10

it is now using implementation from python's hashlib module. So just drop it from Makefile.
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2024-02-18 15:11:15 UTC
Close duplicated issue
Comment 2 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2024-02-18 15:12:17 UTC

*** This bug has been marked as a duplicate of bug 277132 ***