Port details |
- py-trustme Top quality TLS certs while you wait, for the discerning tester
- 1.2.0 security =3 1.1.0Version of this port present on the latest quarterly branch.
- Maintainer: amdmi3@FreeBSD.org
- Port Added: 2019-03-28 14:03:22
- Last Update: 2024-10-24 16:08:15
- Commit Hash: 9b4c49b
- People watching this port, also watch:: qtkeychain-qt5, py39-treq, py311-Automat, linux-c7-atk, py39-beautifulsoup
- Also Listed In: python
- License: APACHE20 MIT
- WWW:
- https://github.com/python-trio/trustme
- 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.
- ¦ ¦ ¦ ¦
- 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}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 py311-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 py311-trustme listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-trustme
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1729784083
SHA256 (trustme-1.2.0.tar.gz) = ed2264fb46c35459e6de9e454ed4bab73be44b6a2a26ad417f9b6854aebb644a
SIZE (trustme-1.2.0.tar.gz) = 26350
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:
-
- py311-hatchling>=0 : devel/py-hatchling@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pytest-cov>=0 : devel/py-pytest-cov@py311
- py311-openssl>=0 : security/py-openssl@py311
- py311-service-identity>=0 : security/py-service-identity@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-idna>=0 : dns/py-idna@py311
- py311-cryptography>=42.0.8,1 : security/py-cryptography@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_py-trustme
- USES:
- python
- 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 |
1.2.0 24 Oct 2024 16:08:15 |
Dmitry Marakasov (amdmi3) |
security/py-trustme: update 1.1.0 → 1.2.0 |
1.1.0 27 Nov 2023 05:38:03 |
Po-Chuan Hsieh (sunpoet) |
*: Change {RUN,TEST}_DEPENDS from security/py-service_identity to
security/py-service-identity
- Bump PORTREVISION for dependency change (except security/py-trustme)
PR: 275167
Reported by: Joakim Bergman <jocke@gipset.se> |
1.1.0 29 Sep 2023 14:19:56 |
Po-Chuan Hsieh (sunpoet) |
*: Replace USES=pycryptography* with USE_PYTHON=cryptography{,_build,_test}
- Introduce USE_PYTHON=cryptography{,_build,_test}
- Switch all 96 ports from USES=pycryptography to with
USE_PYTHON=cryptography{,_build,_test}
- Remove Mk/Uses/pycryptography.mk
PR: 273727
Approved by: tcberner (portmgr)
Exp-run by: antoine |
1.1.0 25 Jul 2023 17:51:02 |
Dmitry Marakasov (amdmi3) |
security/py-trustme: update 1.0.0 → 1.1.0 |
1.0.0 22 Jul 2023 07:46:38 |
Tobias C. Berner (tcberner) |
framework: convert tree to use USES=pycryptography
A future commit will update to security/py-cryptography will introduce a
rust dependency.
PR: 254853 |
1.0.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> |
1.0.0 02 May 2023 17:12:05 |
Dmitry Marakasov (amdmi3) |
security/py-trustme: update 0.9.0 → 1.0.0 |
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 |