Port details |
- py-pycryptodome Cryptographic library for Python
- 3.21.0 security =4 3.21.0Version of this port present on the latest quarterly branch.
- Maintainer: john@saltant.com
- Port Added: 2016-01-10 13:44:10
- Last Update: 2024-10-28 07:04:46
- Commit Hash: d732b8d
- People watching this port, also watch:: py311-pycryptodomex, samba419, openjpeg, openssl, bash
- Also Listed In: python
- License: BSD2CLAUSE PD
- WWW:
- https://www.pycryptodome.org/
- Description:
- PyCryptodome is a fork of PyCrypto. It brings the following
enhancements with respect to the last official version of
PyCrypto (2.6.1):
* Authenticated encryption modes (GCM, CCM, EAX, SIV, OCB)
* Accelerated AES on Intel platforms via AES-NI
* First class support for PyPy
* Elliptic curves cryptography (NIST P-curves; Ed25519, Ed448, Curve25519)
* Better and more compact API
* SHA-3 (including SHAKE XOFs) and BLAKE2 hash algorithms
* Salsa20 and ChaCha20 stream ciphers
* scrypt and HKDF
* Deterministic (EC)DSA and EdDSA
* Password-protected PKCS#8 key containers
* Shamir's Secret Sharing scheme
* Random numbers get sourced directly from the OS (and not from
a CSPRNG in userspace)
* Simplified install process, including better support for Windows
* Cleaner RSA and DSA key generation (largely based on FIPS 186-4)
* Major clean ups and simplification of the code base
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pycryptodome>0:security/py-pycryptodome@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/security/py-pycryptodome/ && make install clean
- To add the package, run one of these commands:
- pkg install security/py-pycryptodome
- pkg install py311-pycryptodome
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-pycryptodome listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pycryptodome
- Package flavors (<flavor>: <package>)
- py311: py311-pycryptodome
- distinfo:
- TIMESTAMP = 1728944664
SHA256 (pycryptodome-3.21.0.tar.gz) = f7787e0d469bdae763b876174cf2e6c0f7be79808af26b1da96f1a64bcf47297
SIZE (pycryptodome-3.21.0.tar.gz) = 4818071
Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- security/py-pycryptodomex
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pycryptodome-test-vectors>=0 : security/py-pycryptodome-test-vectors@py311
- gmp>=0 : math/gmp
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- net/kippo
- for Run
-
- comms/py-spsdk
- deskutils/calibre
- finance/py-pythclient
- finance/py-python-binance
- multimedia/streamlink
- net/kippo
- net/py-cepa
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- security_py-pycryptodome
- USES:
- cpe python
- pkg-message:
- For install:
- Install the math/gmp port to enable accelerated processing with the GNU
Multiple Precision Arithmetic Library. PyCryptodome will use the
optional enhancement at runtime automatically if the library is
available.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.21.0 28 Oct 2024 07:04:46 |
Li-Wen Hsu (lwhsu) Author: John W. O'Brien |
security/py-pycryptodome{,x}: Update to 3.21.0
PR: 282360 |
3.20.0 15 Feb 2024 18:40:54 |
Charlie Li (vishwin) |
security/py-pycryptodome{,x}: update to 3.20.0
- switch to USE_PYTHON=pep517
- add math/gmp to TEST_DEPENDS to run additional GMP tests
PR: 276357
Approved by: John W. O'Brien <john[at]saltant[dot]com> (maintainer) |
3.19.0 30 Sep 2023 20:00:01 |
Robert Clausecker (fuz) Author: John W. O'Brien |
security/py-pycryptodome: update to 3.19.0
Changelog: https://github.com/Legrandin/pycryptodome/releases/tag/v3.19.0
PR: 274066 |
3.18.0 30 Jun 2023 12:00:29 |
Robert Clausecker (fuz) Author: John W. O'Brien |
security/py-pycryptodome{,x}: update to 3.18.0
Changelog: https://github.com/Legrandin/pycryptodome/blob/v3.18.0/Changelog.rst
PR: 272253 |
3.16.0 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
3.16.0 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
3.16.0 24 Dec 2022 10:04:06 |
Nuno Teixeira (eduardo) Author: John W. O'Brien |
security/py-pycryptodome{,x}: Update to 3.16.0
ChangeLog:
https://github.com/Legrandin/pycryptodome/blob/v3.16.0/Changelog.rst
PR: 268531 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.15.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.15.0 07 Aug 2022 00:55:12 |
Neel Chauhan (nc) Author: John W. O'Brien |
security/py-pycryptodome: Add pkg-message
PR: 265667 |
3.15.0 06 Aug 2022 22:09:54 |
Neel Chauhan (nc) Author: John W. O'Brien |
security/py-pycryptodome: Update to 3.15.0
Changes: https://github.com/Legrandin/pycryptodome/blob/v3.15.0/Changelog.rs
PR: 265667 |
3.12.0 06 Jan 2022 08:42:05 |
Daniel Engberg (diizzy) Author: John W. O'Brien |
security/py-pycryptodome: Update to 3.12.0
Changelog: https://github.com/Legrandin/pycryptodome/blob/v3.12.0/Changelog.rst
PR: 260742 |
3.10.1 13 Oct 2021 13:14:32 |
Stefan Eßer (se) |
security/py-pycryptodome: Add CPE information
Approved by: portmgr (blanket) |
3.10.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.10.1 15 Mar 2021 17:34:32 |
nc |
security/py-pycryptodome: Update to 3.10.1
Changes: https://github.com/Legrandin/pycryptodome/blob/v3.10.1/Changelog.rst
PR: 254292
Submitted by: John W. O'Brien <john AT saltant DOT com> (maintainer) |
3.9.8 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
3.9.8 27 Jun 2020 15:39:26 |
lwhsu |
Update to 3.9.8
PR: 247594
Submitted by: John W. O'Brien <john@saltant.com> (maintainer) |
3.9.7 18 Jun 2020 20:17:07 |
krion |
Update to version 3.9.7 which is required for salt-3001
PR: 247390
Submitted by: ohauer@ |
3.9.0 02 Nov 2019 12:16:50 |
tcberner |
security/py-pycryptodome: Update to 3.9.0
Changelog
=========
* Update to 3.9.0
* Backport upstream fix for encoding error
PR: 241631
Submitted by: John W. O'Brien <john@saltant.com> (maintainer) |
3.8.2 02 Sep 2019 13:57:26 |
swills |
security/py-pycryptodome: Update to 3.8.2
PR: 239789
Submitted by: John W. O'Brien <john@saltant.com> (maintainer) |
3.8.1 03 May 2019 23:14:25 |
kai |
security/py-pycryptodome: Update to 3.8.1
While I'm here:
* Level up port compliance (strip additional shared libraries in
subdirectory PublicKey/)
Changelog since 3.7.3:
New features
* Add support for loading PEM files encrypted with AES192-CBC, AES256-CBC
and AES256-GCM.
* When importing ECC keys, ignore EC PARAMS section that was included by
some openssl commands.
* Speed-up ECC performance. ECDSA is 33 times faster on the NIST P-256 curve (Only the first 15 lines of the commit message are shown above ) |
3.7.3 20 Feb 2019 20:48:07 |
sunpoet |
Update to 3.7.3
Changes: https://www.pycryptodome.org/en/latest/src/changelog.html
https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst
PR: 235893
Submitted by: John W. O'Brien <john@saltant.com> (maintainer) |
3.7.2 26 Dec 2018 21:37:52 |
swills |
security/py-pycryptodome: update to 3.7.2
PR: 234149
Submitted by: John W. O'Brien <john@saltant.com> (maintainer) |
3.6.6 19 Aug 2018 20:32:47 |
sunpoet |
Update to 3.6.6
Changes: https://www.pycryptodome.org/en/latest/src/changelog.html
https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst
PR: 230754
Submitted by: John W. O'Brien <john@saltant.com> (maintainer) |
3.6.4 31 Jul 2018 00:05:49 |
sunpoet |
Update to 3.6.4
PR: 230163
Submitted by: John W. O'Brien <john@saltant.com> (maintainer) |
3.6.2 21 Jun 2018 17:46:51 |
swills |
security/py-pycryptodome: Upgrade to 3.6.2
PR: 229194
Submitted by: John W. O'Brien <john@saltant.com> (maintainer) |
3.6.1_1 17 Jun 2018 01:21:45 |
yuri |
security/py-pycryptodome: Make namespace changeable by slave ports
Also transfer maintainership to john@saltant.com.
PR: 225216
Submitted by: John W. O'Brien <john@saltant.com> |
3.6.1 17 Apr 2018 08:14:55 |
yuri |
security/py-pycryptodome: Update 3.6.0 -> 3.6.1
Reported by: portscout |
3.6.0 09 Apr 2018 06:43:40 |
yuri |
security/py-pycryptodome: Update 3.5.1 -> 3.6.0
Also silenced stripping commands.
Reported by: portscout |
3.5.1 10 Mar 2018 22:17:58 |
yuri |
security/py-pycryptodome: Update to 3.5.1
Also updated WWW.
Reported by: portscout
Approved by: tcberner (mentor, implicit) |
3.5.0 08 Mar 2018 07:48:54 |
yuri |
security/py-pycryptodome: Update to 3.5.0
Reported by: portscout
Approved by: tcberner (mentor, implicit) |
3.4.11 20 Feb 2018 20:27:41 |
sunpoet |
Mark CONFLICTS_INSTALL with py-pycrypto
- Do not silence installation message
Submitted by: sunpoet (myself)
Approved by: yuri (maintainer)
Differential Revision: https://reviews.freebsd.org/D14432 |
3.4.11 09 Feb 2018 20:30:39 |
yuri |
security/py-pycryptodome: Update to 3.4.11
Additional port changes:
* Added to the stripped library set
* Sorted stripping commands
Reported by: portscout
Approved by: tcberner (mentor, implicit) |
3.4.9 03 Feb 2018 19:36:19 |
yuri |
security/py-pycryptodome: Update to 3.4.9
Also updated the MAINTAINER e-mail.
Reported by: portscout
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D14161 |
3.4.7 05 Sep 2017 16:11:16 |
sunpoet |
Update to 3.4.7
- Update WWW
Changes: https://www.pycryptodome.org/en/latest/src/changelog.html
PR: 222055
Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer) |
3.4.6 20 May 2017 11:20:13 |
joneum |
Update to 3.4.6
PR: 219394
Reported by: Yuri Victorovich (Maintainer) <yuri@rawbw.com>
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D10823 |
3.4.5 09 Feb 2017 18:07:44 |
krion |
Update security/py-pycryptodome to 3.4.5
PR: 216929
Submitted by: yuri@rawbw.com
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9505 |
3.4.4 05 Feb 2017 16:46:03 |
rm |
security/py-pycryptodome: update to 3.4.4
- remove uneeded patch
PR: 216751
Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer) |
3.4.3 19 Oct 2016 15:52:26 |
amdmi3 |
- Update to 3.4.3
PR: 213601
Submitted by: yuri@rawbw.com (maintainer) |
3.4 02 Mar 2016 22:47:04 |
rakuco |
Update to 3.4.
PR: 207653
Submitted by: yuri@rawbw.com (maintainer) |
3.3.1 10 Jan 2016 13:44:02 |
miwi |
PyCryptodome is a fork of PyCrypto. It brings the following
enhancements with respect to the last official version of
PyCrypto (2.6.1):
* Authenticated encryption modes (GCM, CCM, EAX, SIV, OCB)
* Accelerated AES on Intel platforms via AES-NI
* First class support for PyPy
* SHA-3 (including SHAKE XOFs) and BLAKE2 hash algorithms
* Salsa20 and ChaCha20 stream ciphers
* scrypt and HKDF
* Deterministic DSA
* Password-protected PKCS#8 key containers
* Shamir's Secret Sharing scheme
* Random numbers get sourced directly from the OS (and not from
a CSPRNG in userspace)
* Simplified install process, including better support for Windows
* Cleaner RSA and DSA key generation (largely based on FIPS 186-4)
* Major clean ups and simplification of the code base
WWW: https://pypi.python.org/pypi/pycryptodome/
PR: 206095
Submitted by: Yuri Victorovich <yuri@rawbw.com> |