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-certomancer PKI testing tool
0.12.0_1 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.11.0Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-07-09 10:40:15
Last Update: 2024-04-13 14:47:51
Commit Hash: 84a372a
Also Listed In: python
License: MIT
WWW:
https://github.com/MatthiasValvekens/certomancer
Description:
Quickly construct, mock & deploy PKI test configurations using simple declarative configuration. Includes CRL, OCSP and time stamping service provisioning.
Homepage    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.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}certomancer>0:security/py-certomancer@${PY_FLAVOR}
To install the port:
cd /usr/ports/security/py-certomancer/ && make install clean
To add the package, run one of these commands:
  • pkg install security/py-certomancer
  • pkg install py39-certomancer
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-certomancer listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-certomancer
Package flavors (<flavor>: <package>)
  • py39: py39-certomancer
distinfo:
TIMESTAMP = 1711466214 SHA256 (certomancer-0.12.0.tar.gz) = 84ad40d9a9958c9aa47045e9c24bc7f89d9389cf2e0424b1bd3b3889c9e953e7 SIZE (certomancer-0.12.0.tar.gz) = 74499

Packages (timestamps in pop-ups are UTC):
py39-certomancer
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.12.00.12.0_1--0.12.0_1---
FreeBSD:13:quarterly0.12.00.12.0--0.12.00.11.00.11.00.11.0
FreeBSD:14:latest0.12.00.12.0_1--0.12.0_1---
FreeBSD:14:quarterly0.11.00.12.0-0.11.00.12.00.11.00.11.00.11.0
FreeBSD:15:latest0.11.00.12.0_1n/a0.11.0n/a0.11.00.11.00.11.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. py39-setuptools>=61 : devel/py-setuptools@py39
  2. py39-wheel>=0 : devel/py-wheel@py39
  3. python3.9 : lang/python39
  4. py39-build>=0 : devel/py-build@py39
  5. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-asn1crypto>=1.5.0<1.6 : devel/py-asn1crypto@py39
  2. py39-click>=7.1.2 : devel/py-click@py39
  3. py39-python-dateutil>=2.8.1 : devel/py-python-dateutil@py39
  4. py39-yaml>=5.4.1 : devel/py-yaml@py39
  5. py39-tzlocal>=2.1 : devel/py-tzlocal@py39
  6. py39-cryptography>=42.0.5,1 : security/py-cryptography@py39
  7. python3.9 : lang/python39
There are no ports dependent upon this port

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

Number of commits found: 4

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.12.0_1
13 Apr 2024 14:47:51
commit hash: 84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742commit hash: 84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742commit hash: 84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742commit hash: 84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-python-dateutil: Move devel/py-dateutil to devel/py-python-dateutil

- Convert to USE_PYTHON=pep517
- Bump PORTREVISION of dependent ports for dependency change
- While I'm here, update audio/py-pyradio to use PYTHON_PKGNAMEPREFIX instead of
PKGNAMEPREFIX for *_DEPENDS
0.12.0
31 Mar 2024 03:07:32
commit hash: 05343448b55a4898f425c73c13a24157215bed5ccommit hash: 05343448b55a4898f425c73c13a24157215bed5ccommit hash: 05343448b55a4898f425c73c13a24157215bed5ccommit hash: 05343448b55a4898f425c73c13a24157215bed5c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/py-certomancer: Update to 0.12.0

- Remove PY_SETUPTOOLS: py-setuptools should be used rather than PY_SETUPTOOLS

Changes:	https://github.com/MatthiasValvekens/certomancer/commits/master
0.11.0
18 Jul 2023 00:53:09
commit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}

Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.

With hat: python
PR: 270510, 270358
0.11.0
09 Jul 2023 10:15:49
commit hash: 4288ad73804ff0c6b8ed5c85ed9654e3642341becommit hash: 4288ad73804ff0c6b8ed5c85ed9654e3642341becommit hash: 4288ad73804ff0c6b8ed5c85ed9654e3642341becommit hash: 4288ad73804ff0c6b8ed5c85ed9654e3642341be files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/py-certomancer: Add py-certomancer 0.11.0

Quickly construct, mock & deploy PKI test configurations using simple
declarative configuration. Includes CRL, OCSP and time stamping service
provisioning.

Number of commits found: 4