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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details on branch 2026Q3
py-truststore Verify certificates using native system trust stores
0.10.4 security on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.10.4Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-08-16 18:34:20
Last Update: 2025-11-01 17:23:22
Commit Hash: 1403bb7
People watching this port, also watch:: font-misc-meltho, libjxl, py311-pycparser, p5-Net-HTTP, desktop-file-utils
Also Listed In: python
License: MIT
WWW:
https://truststore.readthedocs.io/en/latest/
https://github.com/sethmlarson/truststore
Description:
Truststore is a library which exposes native system certificate stores (ie "trust stores") through an ssl.SSLContext-like API. This means that Python applications no longer need to rely on certifi as a root certificate store. Native system certificate stores have many helpful features compared to a static certificate bundle like certifi: - Automatically update certificates as new CAs are created and removed - Fetch missing intermediate certificates - Check certificates against certificate revocation lists (CRLs) to avoid monster-in-the-middle (MITM) attacks - Managed per-system rather than per-application by a operations/IT team - PyPI is no longer a CA distribution channel Right now truststore is a stand-alone library that can be installed globally in your application to immediately take advantage of the benefits in Python 3.10+. Truststore has also been integrated into pip as an opt-in method for verifying HTTPS certificates with truststore instead of certifi. Long-term the hope is to make truststore the default way to verify HTTPS certificates in pip and to add this functionality into Python itself. Wish us luck!
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}truststore>0:security/py-truststore@${PY_FLAVOR}
To install the port:
cd /usr/ports/security/py-truststore/ && make install clean
To add the package, run one of these commands:
  • pkg install security/py-truststore
  • pkg install py311-truststore
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-truststore listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-truststore
Package flavors (<flavor>: <package>)
  • py311: py311-truststore
distinfo:
TIMESTAMP = 1757120824 SHA256 (truststore-0.10.4.tar.gz) = 9d91bd436463ad5e4ee4aba766628dd6cd7010cf3e2461756b3303710eebc301 SIZE (truststore-0.10.4.tar.gz) = 26169

Packages (timestamps in pop-ups are UTC):
py310-truststore
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--n/an/an/an/an/an/a
FreeBSD:13:quarterly--n/an/an/an/an/an/a
FreeBSD:14:latest--------
FreeBSD:14:quarterly-----0.8.00.8.00.8.0
FreeBSD:15:latest--n/a-n/an/a0.8.00.8.0
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest--n/a-n/an/a--
 
py311-truststore
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.10.40.10.4n/an/an/an/an/an/a
FreeBSD:13:quarterly0.10.40.10.4n/an/an/an/an/an/a
FreeBSD:14:latest---0.10.1----
FreeBSD:14:quarterly---0.10.1----
FreeBSD:15:latest--n/a0.10.1n/an/a--
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest--n/a-n/an/a--
 
py312-truststore
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--n/an/an/an/an/an/a
FreeBSD:13:quarterly--n/an/an/an/an/an/a
FreeBSD:14:latest0.10.40.10.4--0.10.4---
FreeBSD:14:quarterly0.10.40.10.4--0.10.4---
FreeBSD:15:latest0.10.40.10.4n/a-n/an/a--
FreeBSD:15:quarterly0.10.40.10.4n/a-n/an/a--
FreeBSD:16:latest0.10.40.10.4n/a-n/an/a--
 
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-flit-core>=3.11<4 : devel/py-flit-core@py311
  2. python3.11 : lang/python311
  3. py311-build>=0 : devel/py-build@py311
  4. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. python3.11 : lang/python311
This port is required by:
for Run
  1. devel/py-anyio
  2. devel/py-pdm
  3. games/anki
  4. sysutils/py-salt
  5. www/py-httpcore2
  6. www/py-httpx2

Configuration Options:
No options to configure
Options name:
security_py-truststore
USES:
python ssl
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/t/truststore/
  2. https://pypi.org/packages/source/t/truststore/
Collapse this list.

There are no commits on branch 2026Q3 for this port