notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
py-ecdsa ECDSA cryptographic signature library (pure python)
0.18.0_1 security on this many watch lists=4 search for ports that depend on this port An older version of this port was marked as vulnerable. Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.18.0_1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2013-06-11 18:25:29
Last Update: 2023-06-27 19:34:34
Commit Hash: 3d9a815
People watching this port, also watch:: pkg, bash, lsof, python, rsync
Also Listed In: python
License: MIT
WWW:
https://github.com/tlsfuzzer/python-ecdsa
Description:
This is an easy-to-use implementation of ECC (Elliptic Curve Cryptography) with support for ECDSA (Elliptic Curve Digital Signature Algorithm) and ECDH (Elliptic Curve Diffie-Hellman), implemented purely in Python, released under the MIT license. With this library, you can quickly create key pairs (signing key and verifying key), sign messages, and verify the signatures. You can also agree on a shared secret key based on exchanged public keys. The keys and signatures are very short, making them easy to handle and incorporate into other protocols. This library provides key generation, signing, verifying, and shared secret derivation for five popular NIST "Suite B" GF(p) (prime field) curves, with key lengths of 192, 224, 256, 384, and 521 bits. The "short names" for these curves, as known by the OpenSSL tool (openssl ecparam -list_curves), are: prime192v1, secp224r1, prime256v1, secp384r1, and secp521r1. It includes the 256-bit curve secp256k1 used by Bitcoin. There is also support for the regular (non-twisted) variants of Brainpool curves from 160 to 512 bits. The "short names" of those curves are: brainpoolP160r1, brainpoolP192r1, brainpoolP224r1, brainpoolP256r1, brainpoolP320r1, brainpoolP384r1, brainpoolP512r1. Few of the small curves from SEC standard are also included (mainly to speed-up testing of the library), those are: secp112r1, secp112r2, secp128r1, and secp160r1. No other curves are included, but it is not too hard to add support for more curves over prime fields.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

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}ecdsa>0:security/py-ecdsa@${PY_FLAVOR}
To install the port:
cd /usr/ports/security/py-ecdsa/ && make install clean
To add the package, run one of these commands:
  • pkg install security/py-ecdsa
  • pkg install py39-ecdsa
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 py39-ecdsa listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-ecdsa
Package flavors (<flavor>: <package>)
  • py39: py39-ecdsa
distinfo:
TIMESTAMP = 1657555665 SHA256 (ecdsa-0.18.0.tar.gz) = 190348041559e21b22a1d65cee485282ca11a6f81d503fddb84d5017e9ed1e49 SIZE (ecdsa-0.18.0.tar.gz) = 197938

Packages (timestamps in pop-ups are UTC):
py37-ecdsa
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--0.16.0---0.16.0-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 

py39-ecdsa
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.18.0_10.18.0_1-0.18.0_10.18.0_1---
FreeBSD:13:quarterly0.18.0_10.18.0_10.18.0_10.18.0_10.18.0_10.18.0_10.18.0_10.18.0_1
FreeBSD:14:latest0.18.0_10.18.0_10.18.00.18.0_10.18.0_10.18.0_1-0.18.0_1
FreeBSD:14:quarterly0.18.0_10.18.0_1-0.18.0_10.18.0_10.18.0_10.18.0_10.18.0_1
FreeBSD:15:latest0.18.0_10.18.0_1n/a0.18.0_1n/a0.18.0_10.18.0_10.18.0_1
FreeBSD:15:quarterly--n/a-n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Test dependencies:
  1. py39-hypothesis>=0 : devel/py-hypothesis@py39
  2. py39-pytest>=7,1 : devel/py-pytest@py39
  3. python3.9 : lang/python39
Runtime dependencies:
  1. py39-six>=1.9.0 : devel/py-six@py39
  2. py39-gmpy2>=0 : math/py-gmpy2@py39
  3. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  4. python3.9 : lang/python39
This port is required by:
for Run
  1. comms/py-esptool
  2. dns/py-dns-crawler
  3. finance/py-python-obelisk
  4. irc/py-limnoria
  5. security/py-bitbox02
  6. security/py-btchip-python
  7. security/py-ckcc-protocol
Expand this list (16 items / 9 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. security/py-keepkey
  3. security/py-onlykey
  4. security/py-python-jose
  5. security/py-sshpubkeys
  6. security/py-tlslite-ng
  7. security/py-trezor
  8. Collapse this list.

Deleted ports which required this port:

Expand this list of 3 deleted ports
  1. finance/electrum2*
  2. security/py-btchip*
  3. security/py-paramiko1*
  4. Collapse this list of deleted ports.
* - 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:
===> The following configuration options are available for py39-ecdsa-0.18.0_1: ====> Options available for the radio FASTER: you can only select none or one of them GMPY=off: GMPY support GMPY2=on: GMPY2 support ===> Use 'make config' to modify these settings
Options name:
security_py-ecdsa
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/e/ecdsa/
  2. https://pypi.org/packages/source/e/ecdsa/
Collapse this list.

Number of commits found: 29

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.18.0_1
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
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>
0.18.0_1
23 Apr 2023 09:09:58
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b files touched by this commit
Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
0.18.0
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
0.18.0
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
0.18.0
20 Jul 2022 14:22:56
commit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fecommit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fecommit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fecommit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fe files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
security: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Kapranoff <kappa@rambler-co.ru>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexander Botero-Lowry <alex@foxybanana.com>
  *  Alexander Kriventsov <avk@vl.ru>
  *  Alexander Leidinger <netchild@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.18.0
11 Jul 2022 21:47:14
commit hash: 877872bc2cd299801e829d682ed1bf0b26c6713ccommit hash: 877872bc2cd299801e829d682ed1bf0b26c6713ccommit hash: 877872bc2cd299801e829d682ed1bf0b26c6713ccommit hash: 877872bc2cd299801e829d682ed1bf0b26c6713c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/py-ecdsa: Update to 0.18.0

Changes:	https://github.com/tlsfuzzer/python-ecdsa/releases
0.17.0
03 Jun 2022 16:57:34
commit hash: 77bbfeee4cde3f4f431d30adc011bb9b76b5df68commit hash: 77bbfeee4cde3f4f431d30adc011bb9b76b5df68commit hash: 77bbfeee4cde3f4f431d30adc011bb9b76b5df68commit hash: 77bbfeee4cde3f4f431d30adc011bb9b76b5df68 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/py-ecdsa: Convert to USE_PYTHON=pytest
0.17.0
25 Mar 2022 13:37:13
commit hash: f56b4ba023a35a4267f25133aa172eaf7e86f93dcommit hash: f56b4ba023a35a4267f25133aa172eaf7e86f93dcommit hash: f56b4ba023a35a4267f25133aa172eaf7e86f93dcommit hash: f56b4ba023a35a4267f25133aa172eaf7e86f93d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/py-ecdsa: Update to 0.17.0

- Sort TEST_DEPENDS
- Update pkg-descr
- Update WWW

Changes:	https://github.com/tlsfuzzer/python-ecdsa/releases
0.16.0
07 Mar 2022 19:24:01
commit hash: 9a140b31fe663fff77166c0bc6d78470bf6a57e5commit hash: 9a140b31fe663fff77166c0bc6d78470bf6a57e5commit hash: 9a140b31fe663fff77166c0bc6d78470bf6a57e5commit hash: 9a140b31fe663fff77166c0bc6d78470bf6a57e5 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
*/py-*: Take maintainership
0.16.0
07 Mar 2022 19:07:39
commit hash: 3d89f95e2ff861b1e06ad114422b5d116a856970commit hash: 3d89f95e2ff861b1e06ad114422b5d116a856970commit hash: 3d89f95e2ff861b1e06ad114422b5d116a856970commit hash: 3d89f95e2ff861b1e06ad114422b5d116a856970 files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: return koobs' ports to the pool after safekeeping his commit bit.
0.16.0
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.16.0
28 Dec 2020 23:02:15
Revision:559531Original commit files touched by this commit
antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
0.16.0
13 Nov 2020 03:29:37
Revision:555001Original commit files touched by this commit
loader search for other commits by this committer
security/py-ecdsa: Update to 0.16.0

- Update to 0.16.0
- Add test target
- Pet portlint

Changelog:

    https://github.com/warner/python-ecdsa/releases/tag/python-ecdsa-0.16.0

Reviewed by:	koobs
Approved by:	koobs (ports, mentor, maintainer)
Differential Revision:	https://reviews.freebsd.org/D27187
MFH:	No (API changes, unclear on compatibility)
0.15
16 Aug 2020 13:58:39
Revision:545117Original commit files touched by this commit
swills search for other commits by this committer
security/py-ecdsa: update to 0.15

While here, add optional dependency on gmp or gmp2 for faster arithmetic

PR:		247823
Reported by:	ehaupt
Approved by:	koobs (maintainer)
0.13.3
16 Aug 2020 13:27:29
Revision:545114Original commit files touched by this commit This port version is marked as vulnerable.
swills search for other commits by this committer
security/py-ecdsa: update to 0.13.3

PR:		247823
Reported by:	ehaupt
Approved by:	koobs (maintainer)
Security:	a23ebf36-e8b6-4665-b0f3-4c977f9a145c
0.13.2
21 Apr 2019 06:38:04
Revision:499527Original commit files touched by this commit This port version is marked as vulnerable.
koobs search for other commits by this committer
security/py-ecdsa: Take maintainership

PR:		237402
Approved by:	<kyuupichan gmail com> (maintainer, drop maintainership)
0.13.2
21 Apr 2019 06:35:42
Revision:499526Original commit files touched by this commit This port version is marked as vulnerable.
koobs search for other commits by this committer
security/py-ecdsa: Update to 0.13.2

 - Include more information than COMMENT in pkg-descr
 - Pet portlint (NO_ARCH in USE(S) section)

Changelog:

  https://github.com/warner/python-ecdsa/blob/python-ecdsa-0.13.2/NEWS

PR:		237402
Approved by:	<kyuupichan gmail com> (maintainer, drop maintainership)
0.11_1
01 May 2018 08:33:59
Revision:468757Original commit files touched by this commit This port version is marked as vulnerable.
amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Add NO_ARCH
- Switch to new test framework

Approved by:	portmgr blanket
0.11_1
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure This port version is marked as vulnerable.
mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.11_1
09 Aug 2017 18:58:59
Revision:447640Original commit files touched by this commit This port version is marked as vulnerable.
sbz search for other commits by this committer
- Create python3 version of security/py-ecdsa

Approved by:	portmgr (feld), python (koobs)
Differential Revision://reviews.freebsd.org/D11821
0.11_1
02 Dec 2016 09:21:59
Revision:427548Original commit files touched by this commit This port version is marked as vulnerable.
mat search for other commits by this committer
http://github.com redirects to https://github.com, spare everyone a redirect.

Sponsored by:	Absolight
0.11_1
24 Oct 2014 16:50:43
Revision:371453Original commit files touched by this commit This port version is marked as vulnerable.
mva search for other commits by this committer
- Convert ports of science/ and security to new USES=python

Approved by:	portmgr (implicit)
0.11_1
07 Jul 2014 13:25:12
Revision:361080Original commit files touched by this commit This port version is marked as vulnerable.
koobs search for other commits by this committer
security/py-ecdsa: Correctly enable Python 3.x support

ecdsa module already (0.11) supports Python 3.x [1] and has just been
tested on Python 3.4 [2].

Correctly enable Python 3.x support accordingly.

White I'm here, whitespace align.

[1] https://github.com/warner/python-ecdsa/blob/python-ecdsa-0.11/setup.py#L104
[2] https://github.com/warner/python-ecdsa/pull/26

QA under Python 3.4:

Ran 43 tests in 10.659s - OK
5922  tests of inverse_mod completed. 0 errors detected.

Approved by:	portmgr (blanket)
0.11_1
22 May 2014 06:29:22
Revision:354786Original commit files touched by this commit This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 0.11

PR:		188681
Submitted by:	maintainer
0.8_1
17 Feb 2014 05:47:10
Revision:344661Original commit files touched by this commit This port version is marked as vulnerable.
miwi search for other commits by this committer
- Convert to autoplist
- Stage support
- Bump PORTREV
0.8
13 Jan 2014 21:00:04
Revision:339634Original commit files touched by this commit This port version is marked as vulnerable.
rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
0.8
20 Sep 2013 22:55:26
Revision:327769Original commit files touched by this commit This port version is marked as vulnerable.
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
0.8
11 Jun 2013 18:25:17
Revision:320621Original commit files touched by this commit This port version is marked as vulnerable.
rm search for other commits by this committer
ECDSA cryptographic signature library (pure python).

WWW: http://github.com/warner/python-ecdsa

PR:		179448
Submitted by:	Neil Booth Neil Booth <kyuupichan@gmail.com>

Number of commits found: 29