Port details |
- letsdns Manage DANE TLSA records in DNS servers
- 1.0.1_2 dns =2 1.0.1_2Version of this port present on the latest quarterly branch.
- Maintainer: flo@FreeBSD.org
- Port Added: 2023-01-11 21:13:06
- Last Update: 2023-09-29 14:19:56
- Commit Hash: 3754fc5
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- https://letsdns.org/
- Description:
- LetsDNS
Manage DANE TLSA records in DNS servers. Supports multiple domains with multiple
TLS certificates each. LetsDNS can be invoked manually, from cron jobs, or
called in hook functions of ACME-clients like dehydrated or certbot.
- ¦ ¦ ¦ ¦
- 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:
-
- To install the port:
- cd /usr/ports/dns/letsdns/ && make install clean
- To add the package, run one of these commands:
- pkg install dns/letsdns
- pkg install letsdns
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: letsdns
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1672157624
SHA256 (LetsDNS-letsdns-1.0.1_GH0.tar.gz) = c1663ccf27197d7c5c34aabfb9bcc6152554f77e4906dbdbebcc646dc8d99bcd
SIZE (LetsDNS-letsdns-1.0.1_GH0.tar.gz) = 45598
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>0 : devel/py-setuptools@py39
- py39-wheel>0 : devel/py-wheel@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-dnspython>0 : dns/py-dnspython@py39
- py39-requests>0 : www/py-requests@py39
- py39-cryptography>=41.0.3_1,1 : security/py-cryptography@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- dns_letsdns
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 8
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.1_2 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.0.1_2 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.1_2 04 Apr 2023 18:29:11 |
Antoine Brodin (antoine) |
USE_PYTHON=pep517: bump PORTREVISION |
1.0.1_1 29 Mar 2023 01:05:13 |
Charlie Li (vishwin) |
dns/letsdns: explicitly add setuptools to BUILD_DEPENDS
PR: 270243 |
1.0.1_1 05 Feb 2023 19:05:02 |
Charlie Li (vishwin) |
Revert "Mk/Uses/python.mk: Fix USE_PYTHON=pep517: always compile and install
bytecode"
Despite installer's default behaviour to compile and install bytecode,
we are not doing so going forward at stage/package time. [0] During
initial development and qualification of PEP-517 framework support,
compiling and installing bytecode at stage/package time was considered,
but was found problematic, fragile and ultimately unreliable, both
currently and historically (with USE_PYTHON=distutils), due to our
fixed plist requirement. While the living binary distribution format
(wheel) specification [1] says to compile bytecode, that is in the
pure Python package management context (pip, etc); nuance always
exists when interacting with "system" package management.
Additionally, "bytecode is an implementation detail of the CPython
interpreter. No guarantees are made that bytecode will not be added, (Only the first 15 lines of the commit message are shown above ) |
1.0.1_2 05 Feb 2023 18:16:47 |
Po-Chuan Hsieh (sunpoet) |
Mk/Uses/python.mk: Fix USE_PYTHON=pep517: always compile and install bytecode
- While I'm here, use long options for easier reading [1][2]
- Bump PORTREVISION of dependent ports (USE_PYTHON=pep517) for package change
It fixes build_fs_violation of dependent ports in poudriere (with -t flag).
It is also the default behavior of installer [2].
from py-sphinx log:
=>> Checking for staging violations... done
=>> Error: Filesystem touched during stage (files must install to ${STAGEDIR}):
extra: usr/local/lib/python3.9/site-packages/importlib_metadata/__pycache__
=>> Cleaning up wrkdir
from installer documentation:
--compile-bytecode
Possible choices: 0, 1, 2
generate bytecode for the specified optimization level(s) (default=0, 1)
--no-compile-bytecode
don’t generate bytecode for installed modules
Default: False
With hat: python
Reference: https://pypa-build.readthedocs.io/en/stable/ [1]
https://installer.pypa.io/en/stable/cli/installer/ [2] |
1.0.1_1 11 Jan 2023 21:17:53 |
Florian Smeets (flo) |
dns/letsdns: Fix BUILD_/RUN_DEPENDS
Three of the listed BUILD_DEPENDS should actually be RUN_DEPENDS |
1.0.1 11 Jan 2023 21:10:43 |
Florian Smeets (flo) |
dns/letsdns: Add new port: LetsDNS
Manage DANE TLSA records in DNS servers. Supports multiple domains with
multiple TLS certificates each. LetsDNS can be invoked manually, from a
periodic cron job, or called in a hook function of dehydrated or
certbot.
https://letsdns.org/ |
Number of commits found: 8
|