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) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-truststore Verify certificates using native system trust stores
0.8.0 security on this many watch lists=0 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.8.0Version 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: 2023-09-11 03:11:32
Commit Hash: 321b6c7
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
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/py310-truststore-0.8.0/catalog.mk
  2. /usr/local/share/licenses/py310-truststore-0.8.0/LICENSE
  3. /usr/local/share/licenses/py310-truststore-0.8.0/MIT
Collapse this list.
Dependency lines:
  • py310-truststore>0:security/py-truststore
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 py310-truststore
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: py310-truststore
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1694348308 SHA256 (truststore-0.8.0.tar.gz) = dc70da89634944a579bfeec70a7a4523c53ffdb3cf52d1bb4a431fda278ddb96 SIZE (truststore-0.8.0.tar.gz) = 15309

Packages (timestamps in pop-ups are UTC):
py310-truststore
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.8.00.8.0-0.8.00.8.0---
FreeBSD:13:quarterly0.8.00.8.0-0.8.00.8.00.8.00.8.00.8.0
FreeBSD:14:latest0.8.00.8.0-0.8.00.8.0---
FreeBSD:14:quarterly0.8.00.8.0-0.8.00.8.00.8.00.8.00.8.0
FreeBSD:15:latest0.8.00.8.0n/a0.8.0n/a0.8.00.8.00.8.0
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. py310-flit-core>=3.2<4 : devel/py-flit-core@py310
  2. python3.10 : lang/python310
  3. py310-build>=0 : devel/py-build@py310
  4. py310-installer>=0 : devel/py-installer@py310
Test dependencies:
  1. python3.10 : lang/python310
Runtime dependencies:
  1. python3.10 : lang/python310
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
security_py-truststore
USES:
python:3.10+ 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.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.8.0
11 Sep 2023 03:11:32
commit hash: 321b6c744cc37eb518029dd59de275bb18afa2d0commit hash: 321b6c744cc37eb518029dd59de275bb18afa2d0commit hash: 321b6c744cc37eb518029dd59de275bb18afa2d0commit hash: 321b6c744cc37eb518029dd59de275bb18afa2d0 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/py-truststore: Update to 0.8.0

Changes:	https://github.com/sethmlarson/truststore/releases
		https://github.com/sethmlarson/truststore/blob/main/CHANGELOG.md
0.7.0
16 Aug 2023 18:25:07
commit hash: a5abdadcbd65c160c795c040b4e78f3f1c275afecommit hash: a5abdadcbd65c160c795c040b4e78f3f1c275afecommit hash: a5abdadcbd65c160c795c040b4e78f3f1c275afecommit hash: a5abdadcbd65c160c795c040b4e78f3f1c275afe files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/py-truststore: Add py-truststore 0.7.0

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!

Number of commits found: 2