Path to this page:
./
security/py-nacl,
Python binding to the Networking and Cryptography (NaCl) library
Branch: CURRENT,
Version: 1.6.2,
Package name: py313-nacl-1.6.2,
Maintainer: pkgsrc-usersPyNaCl is a Python binding to libsodium, which is a fork of the Networking and
Cryptography library. These libraries have a stated goal of improving
usability, security and speed.
Required to run:[
devel/py-setuptools] [
security/libsodium] [
devel/py-cffi] [
lang/py-six] [
lang/python37]
Required to build:[
pkgtools/cwrappers] [
devel/py-wheel]
Master sites:
Filesize: 3429.387 KB
Version history: (Expand)
- (2026-01-06) Updated to version: py313-nacl-1.6.2
- (2025-11-11) Updated to version: py313-nacl-1.6.1
- (2025-10-24) Package has been reborn
- (2025-10-24) Updated to version: py313-nacl-1.6.0
- (2025-10-24) Package deleted from pkgsrc
- (2025-09-11) Updated to version: py312-nacl-1.6.0
CVS history: (Expand)
2026-01-06 13:22:01 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-nacl: updated to 1.6.2
1.6.2
* Updated ``libsodium`` to 1.0.20-stable (2025-12-31 build) to resolve
``CVE-2025-69277``.
|
2025-11-11 14:48:00 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-nacl: updated to 1.6.1
1.6.1 (2025-11-10)
* The ``MAKE`` environment variable can now be used to specify the ``make``
binary that should be used in the build process.
|
| 2025-09-12 16:17:16 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
py-nacl: Requires setuptools.
|
2025-09-11 08:17:15 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-nacl: updated to 1.6.0
1.6.0 (2025-09-11)
* **BACKWARDS INCOMPATIBLE:** Removed support for Python 3.6 and 3.7.
* Added support for the low level AEAD AES bindings.
* Added support for ``crypto_core_ed25519_from_uniform``.
* Update ``libsodium`` to 1.0.20-stable (2025-08-27 build).
* Added support for free-threaded Python 3.14.
* Added support for Windows on ARM wheels.
|
| 2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
| 2022-10-31 09:11:43 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-nacl: not for Python 2.7
|
2022-10-25 13:33:05 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-nacl: updated to 1.5.0
1.5.0
BACKWARDS INCOMPATIBLE: Removed support for Python 2.7 and Python 3.5.
BACKWARDS INCOMPATIBLE: We no longer distribute manylinux1 wheels.
Added manylinux2014, manylinux_2_24, musllinux, and macOS universal2 wheels (the \
latter supports macOS arm64).
Update libsodium to 1.0.18-stable (July 25, 2021 release).
Add inline type hints.
|
| 2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|