head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2024.05.04.10.18.12; author he; state dead; branches; next 1.1; commitid k77B6Or2FEKysF8F; 1.1 date 2024.05.03.19.19.20; author he; state Exp; branches; next ; commitid DTSNP5jygk3MqA8F; desc @@ 1.2 log @security/py-bcrypt: Upgrade to version 4.1.3. Undo patch from previous versions, now no longer needed. Upstream changes: 4.1.3: * Bump Rust dependency versions @ text @$NetBSD: patch-src___bcrypt_Cargo.toml,v 1.1 2024/05/03 19:19:20 he Exp $ Try to use a newer version of pyo3, ref. https://github.com/PyO3/pyo3/issues/4153 --- src/_bcrypt/Cargo.toml.orig 2023-12-15 14:39:10.000000000 +0000 +++ src/_bcrypt/Cargo.toml @@@@ -6,7 +6,7 @@@@ edition = "2018" publish = false [dependencies] -pyo3 = { version = "0.20.0", features = ["abi3"] } +pyo3 = { version = "0.20.3", features = ["abi3"] } bcrypt = "0.15" bcrypt-pbkdf = "0.10.0" base64 = "0.21.5" @ 1.1 log @security/py-bcrypt: bump version for vendored pyo3 crate. Bump pyo3 version from 0.20.0 to 0.20.3, ref. https://github.com/PyO3/pyo3/releases/tag/v0.20.3 This so that this package can build on ports without 64-bit atomic operations. Ref. https://github.com/PyO3/pyo3/issues/4153 Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @