Port details |
- py-trustme Top quality TLS certs while you wait, for the discerning tester
- 0.9.0_1 security
=1 Version of this port present on the latest quarterly branch. - Maintainer: amdmi3@FreeBSD.org
 - Port Added: 2019-03-28 14:03:22
- Last Update: 2023-01-11 15:58:34
- Commit Hash: 77d6847
- People watching this port, also watch:: py39-Automat, freeimage, font-misc-meltho, libjxl, py39-pycparser
- Also Listed In: python
- License: APACHE20 MIT
- Description:
- You wrote a cool network client or server. It encrypts connections
using TLS. Your test suite needs to make TLS connections to itself.
Uh oh. Your test suite probably doesn't have a valid TLS certificate.
Now what?
trustme is a tiny Python package that does one thing: it gives you
a fake certificate authority (CA) that you can use to generate fake
TLS certs to use in your tests. Well, technically they're real
certs, they're just signed by your CA, which nobody trusts. But you
can trust it. Trust me.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}trustme>0:security/py-trustme@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/security/py-trustme/ && make install clean
- To add the package, run one of these commands:
- pkg install security/py-trustme
- pkg install py39-trustme
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-trustme listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-trustme
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1629131231
SHA256 (trustme-0.9.0.tar.gz) = 5e07b23d70ceed64f3bb36ae4b9abc52354c16c98d45ab037bee2b5fbffe586c
SIZE (trustme-0.9.0.tar.gz) = 30081
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- py39-pytest-cov>=0 : devel/py-pytest-cov@py39
- py39-openssl>=0 : security/py-openssl@py39
- py39-service_identity>=0 : security/py-service_identity@py39
- py39-pytest>=7,1 : devel/py-pytest@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-cryptography>=0 : security/py-cryptography@py39
- py39-idna>=0 : dns/py-idna@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- security_py-trustme
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.0_1 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
0.9.0_1 21 Nov 2022 17:23:42
    |
Dmitry Marakasov (amdmi3)  |
*/*: switch my ports from USES=pytest to USE_PYTHON=pytest
Suggested by: sunpoet |
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) |
0.9.0_1 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 ) |
0.9.0_1 19 Apr 2022 17:43:12
    |
Dmitry Marakasov (amdmi3)  |
security/py-trustme: switch to USES=pytest |
0.9.0_1 13 Apr 2022 18:41:54
    |
Dmitry Marakasov (amdmi3)  |
security/py-trustme: add missing dependency
Discovered by: reprise |
0.9.0 16 Aug 2021 16:56:43
    |
Dmitry Marakasov (amdmi3)  |
security/py-trustme: update to 0.9.0 |
0.8.0 10 Jun 2021 14:00:44
    |
Dmitry Marakasov (amdmi3)  |
security/py-trustme: update to 0.8.0 |
0.7.0 07 Apr 2021 23:19:01
    |
Dmitry Marakasov (amdmi3)  |
Remove useless Created by: headers mentioning me |
0.7.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.7.0 12 Feb 2021 17:55:11
  |
amdmi3  |
- Update to 0.7.0 |
0.6.0 05 Jan 2021 22:08:22
  |
rene  |
Follow up on devel/py-futures port removal in r559976
The devel/py-futures port was removed in r559976 as it was for
Python 2.7 only and no longer referenced in the default cases.
However it was still defined in Mk/Uses/python.mk in PY_FUTURES,
leaving a dangling reference.
Remove it from Mk/Uses/python.mk and from affected ports, as
it was already an empty definition for Python 3.6+
Bump minimal Python version of security/theonionbox to 3.6+ |
0.6.0 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.6.0 21 Dec 2019 22:58:41
  |
amdmi3  |
- Update to 0.6.0 |
0.5.3 05 Nov 2019 14:07:05
  |
amdmi3  |
- Update to 0.5.3 |
0.5.2 05 Jun 2019 16:05:39
  |
amdmi3  |
- Update to 0.5.2 |
0.5.1 22 Apr 2019 17:18:37
  |
amdmi3  |
- Update to 0.5.1 |
0.5.0 28 Mar 2019 14:06:53
  |
amdmi3  |
Add missing python categories |
0.5.0 28 Mar 2019 14:03:15
  |
amdmi3  |
You wrote a cool network client or server. It encrypts connections
using TLS. Your test suite needs to make TLS connections to itself.
Uh oh. Your test suite probably doesn't have a valid TLS certificate.
Now what?
trustme is a tiny Python package that does one thing: it gives you
a fake certificate authority (CA) that you can use to generate fake
TLS certs to use in your tests. Well, technically they're real
certs, they're just signed by your CA, which nobody trusts. But you
can trust it. Trust me.
WWW: https://github.com/python-trio/trustme |