head	1.13;
access;
symbols
	pkgsrc-2026Q1:1.13.0.16
	pkgsrc-2026Q1-base:1.13
	pkgsrc-2025Q4:1.13.0.14
	pkgsrc-2025Q4-base:1.13
	pkgsrc-2025Q3:1.13.0.12
	pkgsrc-2025Q3-base:1.13
	pkgsrc-2025Q2:1.13.0.10
	pkgsrc-2025Q2-base:1.13
	pkgsrc-2025Q1:1.13.0.8
	pkgsrc-2025Q1-base:1.13
	pkgsrc-2024Q4:1.13.0.6
	pkgsrc-2024Q4-base:1.13
	pkgsrc-2024Q3:1.13.0.4
	pkgsrc-2024Q3-base:1.13
	pkgsrc-2024Q2:1.13.0.2
	pkgsrc-2024Q2-base:1.13
	pkgsrc-2024Q1:1.12.0.2
	pkgsrc-2024Q1-base:1.12
	pkgsrc-2023Q4:1.11.0.2
	pkgsrc-2023Q4-base:1.11
	pkgsrc-2023Q3:1.10.0.14
	pkgsrc-2023Q3-base:1.10
	pkgsrc-2023Q2:1.10.0.12
	pkgsrc-2023Q2-base:1.10
	pkgsrc-2023Q1:1.10.0.10
	pkgsrc-2023Q1-base:1.10
	pkgsrc-2022Q4:1.10.0.8
	pkgsrc-2022Q4-base:1.10
	pkgsrc-2022Q3:1.10.0.6
	pkgsrc-2022Q3-base:1.10
	pkgsrc-2022Q2:1.10.0.4
	pkgsrc-2022Q2-base:1.10
	pkgsrc-2022Q1:1.10.0.2
	pkgsrc-2022Q1-base:1.10
	pkgsrc-2021Q4:1.7.0.6
	pkgsrc-2021Q4-base:1.7
	pkgsrc-2021Q3:1.7.0.4
	pkgsrc-2021Q3-base:1.7
	pkgsrc-2021Q2:1.7.0.2
	pkgsrc-2021Q2-base:1.7
	pkgsrc-2021Q1:1.6.0.2
	pkgsrc-2021Q1-base:1.6
	pkgsrc-2020Q4:1.5.0.2
	pkgsrc-2020Q4-base:1.5
	pkgsrc-2020Q3:1.4.0.2
	pkgsrc-2020Q3-base:1.4
	pkgsrc-2020Q2:1.3.0.2
	pkgsrc-2020Q2-base:1.3
	pkgsrc-2020Q1:1.2.0.2
	pkgsrc-2020Q1-base:1.2
	pkgsrc-2019Q4:1.2.0.4
	pkgsrc-2019Q4-base:1.2
	pkgsrc-2019Q3:1.1.0.4
	pkgsrc-2019Q3-base:1.1
	pkgsrc-2019Q2:1.1.0.2
	pkgsrc-2019Q2-base:1.1;
locks; strict;
comment	@# @;


1.13
date	2024.06.06.12.05.45;	author adam;	state Exp;
branches;
next	1.12;
commitid	hdCFropXynm00VcF;

1.12
date	2024.02.10.07.15.23;	author adam;	state Exp;
branches;
next	1.11;
commitid	eMwcC9xLoLlh9RXE;

1.11
date	2023.12.12.16.39.34;	author adam;	state Exp;
branches;
next	1.10;
commitid	Bt5uu9XM5UmxccQE;

1.10
date	2022.03.17.12.23.32;	author adam;	state Exp;
branches;
next	1.9;
commitid	5AWTouazUZ8eczwD;

1.9
date	2022.02.10.21.23.32;	author adam;	state Exp;
branches;
next	1.8;
commitid	B716Vt4AFRqcj7sD;

1.8
date	2022.01.04.20.54.38;	author wiz;	state Exp;
branches;
next	1.7;
commitid	CYyhdK9qtoffkmnD;

1.7
date	2021.06.14.12.15.39;	author adam;	state Exp;
branches;
next	1.6;
commitid	CfylvkQME4EE16XC;

1.6
date	2021.02.09.10.06.42;	author adam;	state Exp;
branches;
next	1.5;
commitid	hxbR7NMuWCOok1HC;

1.5
date	2020.09.30.09.03.46;	author adam;	state Exp;
branches;
next	1.4;
commitid	2Ze4o3CopScZd3qC;

1.4
date	2020.08.31.23.07.04;	author wiz;	state Exp;
branches;
next	1.3;
commitid	9yf8HHEtVF21RgmC;

1.3
date	2020.05.07.10.53.45;	author adam;	state Exp;
branches;
next	1.2;
commitid	LYSs6vEelpsEwi7C;

1.2
date	2019.10.02.17.36.43;	author adam;	state Exp;
branches;
next	1.1;
commitid	xfzgCW1mv4DpLjFB;

1.1
date	2019.06.11.21.10.31;	author triaxx;	state Exp;
branches;
next	;
commitid	vMpnqihNHME4AOqB;


desc
@@


1.13
log
@py-acme py-certbot*: updated to 2.11.0

2.11.0

Changed

In anticipation of backwards incompatible changes, certbot-dns-cloudflare now
requires less than version 2.20 of Cloudflare's python library.

Fixed

Fixed a bug in Certbot where a CSR's SANs did not always follow the order of
the domain names that the user requested interactively. In some cases, the
resulting cert's common name might seem picked up randomly from the SANs
when it should be the first item the user had in mind.
@
text
@# $NetBSD: Makefile,v 1.12 2024/02/10 07:15:23 adam Exp $

.include "../../security/py-certbot/Makefile.common"

DISTNAME=	certbot_dns_dnsmadeeasy-${CERTBOT_VERSION}
MASTER_SITES=	${MASTER_SITE_PYPI:=c/certbot-dns-dnsmadeeasy/}

COMMENT=	DNS Made Easy DNS Authenticator plugin for Certbot

DEPENDS+=	${PYPKGPREFIX}-acme>=${CERTBOT_VERSION}:../../security/py-acme
DEPENDS+=	${PYPKGPREFIX}-certbot>=${CERTBOT_VERSION}:../../security/py-certbot
DEPENDS+=	${PYPKGPREFIX}-lexicon>=3.14.1:../../net/py-lexicon

.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
@


1.12
log
@py-acme py-certbot*: updated to 2.9.0

Certbot 2.9.0

Added

Support for Python 3.12 was added.

Fixed

Updates joinpath syntax to only use one addition per call, because the multiple inputs
version was causing mypy errors on Python 3.10.
Makes the reconfigure verb actually use the staging server for the dry run to check the new
configuration.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.11 2023/12/12 16:39:34 adam Exp $
d5 1
a5 1
DISTNAME=	certbot-dns-dnsmadeeasy-${CERTBOT_VERSION}
@


1.11
log
@py-acme py-certbot*: updated to 2.8.0

Certbot 2.8.0

Added

Added support for Alpine Linux distribution when is used the apache plugin

Changed

Support for Python 3.7 was removed.

Fixed

Stop using the deprecated pkg_resources API included in setuptools.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.10 2022/03/17 12:23:32 adam Exp $
d12 1
a12 1
DEPENDS+=	${PYPKGPREFIX}-lexicon>=3.2.1:../../net/py-lexicon
@


1.10
log
@py-acme py-certbot: updated to 1.25.0

Certbot 1.25.0

Changed

Dropped 32 bit support for the Windows beta installer
Windows beta installer is now distributed as "certbot-beta-installer-win_amd64.exe".
Users of the Windows beta should uninstall the old version before running this.
Added a check whether OCSP stapling is supported by the installer when requesting a
certificate with the run subcommand in combination with the --must-staple option.
If the installer does not support OCSP and the --must-staple option is used, Certbot
will raise an error and quit.
Certbot and its acme module now depend on josepy>=1.13.0 due to better type annotation
support.

Fixed

Updated dependencies to use new version of cryptography that uses OpenSSL 1.1.1n, in
response to https://www.openssl.org/news/secadv/20220315.txt.


Certbot 1.24.0

Added

When the --debug-challenges option is used in combination with -v, Certbot
now displays the challenge URLs (for http-01 challenges) or FQDNs (for
dns-01 challenges) and their expected return values.

Changed

Support for Python 3.6 was removed.
All Certbot components now require setuptools>=41.6.0.
The acme library now requires requests>=2.20.0.
Certbot and its acme library now require pytz>=2019.3.
certbot-nginx now requires pyparsing>=2.2.1.
certbot-dns-route53 now requires boto3>=1.15.15.

Fixed

Nginx plugin now checks included files for the singleton server_names_hash_bucket_size directive.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.9 2022/02/10 21:23:32 adam Exp $
d14 1
a14 1
.include "../../lang/python/egg.mk"
@


1.9
log
@py-acme py-certbot*: updated to 1.23.0

Certbot 1.23.0

Added

Added show_account subcommand, which will fetch the account information
from the ACME server and show the account details (account URL and, if
applicable, email address or addresses)
We deprecated support for Python 3.6 in Certbot and its ACME library.
Support for Python 3.6 will be removed in the next major release of Certbot.

Fixed

GCP Permission list for certbot-dns-google in plugin documentation
dns-digitalocean used the SOA TTL for newly created records, rather than 30 seconds.
Revoking a certificate based on an ECDSA key can now be done with --key-path.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.8 2022/01/04 20:54:38 wiz Exp $
a12 1
DEPENDS+=	${PYPKGPREFIX}-setuptools>=39.0.1:../../devel/py-setuptools
@


1.8
log
@*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2021/06/14 12:15:39 adam Exp $
a2 1
PKGREVISION= 1
d10 3
a12 3
DEPENDS+=	${PYPKGPREFIX}-acme>=0.31.0:../../security/py-acme
DEPENDS+=	${PYPKGPREFIX}-certbot>=1.1.0:../../security/py-certbot
DEPENDS+=	${PYPKGPREFIX}-lexicon>=3.1.0:../../net/py-lexicon
a13 1
DEPENDS+=	${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
@


1.7
log
@py-acme py-certbot*: updated to 1.16.0

Certbot 1.16.0

Changed

DNS plugins based on lexicon now require dns-lexicon >= v3.1.0
Use UTF-8 encoding for renewal configuration files
Windows installer now cleans up old Certbot dependency packages
before installing the new ones to avoid version conflicts.
This release contains a substantial command-line UX overhaul,
based on previous user research. The main goal was to streamline
and clarify output. If you would like to see more verbose output, use
the -v or -vv flags. UX improvements are an iterative process and
the Certbot team welcomes constructive feedback.
Functions certbot.crypto_util.init_save_key and certbot.crypto_util.init_save_csr,
whose behaviors rely on the global Certbot config singleton, are deprecated and will
be removed in a future release. Please use certbot.crypto_util.generate_key and
certbot.crypto_util.generate_csr instead.

Fixed

Fix TypeError due to incompatibility with lexicon >= v3.6.0
Installers (e.g. nginx, Apache) were being restarted unnecessarily after dry-run renewals.
Colors and bold text should properly render in all supported versions of Windows.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2021/02/09 10:06:42 adam Exp $
d3 1
@


1.6
log
@py-acme py-certbot*: updated to 1.12.0

1.12.0

Changed

The --preferred-chain flag now only checks the Issuer Common Name of the topmost (closest to the root) certificate in the chain, instead of checking every certificate in the chain.
Support for Python 2 has been removed.
In previous releases, we caused certbot-auto to stop updating its Certbot installation. In this release, we are beginning to disable updates to the certbot-auto script itself. This release includes Amazon Linux users, and all other systems that are not based on Debian or RHEL. We plan to make this change to the certbot-auto script for all users in the coming months.

Fixed

Fixed the apache component on openSUSE Tumbleweed which no longer provides an apache2ctl symlink and uses apachectl instead.
Fixed a typo in certbot/crypto_util.py causing an error upon attempting secp521r1 key generation
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2020/09/30 09:03:46 adam Exp $
d12 1
a12 1
DEPENDS+=	${PYPKGPREFIX}-lexicon>=2.2.1:../../net/py-lexicon
@


1.5
log
@py-acme py-certbot*: updated to 1.8.0

Certbot 1.8.0

Added
Added the ability to remove email and phone contact information from an account
using update_account --register-unsafely-without-email

Changed
Support for Python 3.5 has been removed.

Fixed
The problem causing the Apache plugin in the Certbot snap on ARM systems to
fail to load the Augeas library it depends on has been fixed.
The acme library can now tell the ACME server to clear contact information by passing an empty
tuple to the contact field of a Registration message.
Fixed the *** stack smashing detected *** error in the Certbot snap on some systems.
More details about these changes can be found on our GitHub repo.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2020/08/31 23:07:04 wiz Exp $
d13 1
a13 2
DEPENDS+=	${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
@


1.4
log
@*: switch to versioned_dependencies.mk for py-setuptools
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2020/05/07 10:53:45 adam Exp $
d14 1
a16 2
PYTHON_VERSIONED_DEPENDENCIES+=	setuptools

a17 1
.include "../../lang/python/versioned_dependencies.mk"
@


1.3
log
@py-acme/py-certbot*: updated to 1.4.0

1.4.0:

Added

* Turn off session tickets for apache plugin by default when appropriate.
* Added serial number of certificate to the output of `certbot certificates`
* Expose two new environment variables in the authenticator and cleanup scripts used by
  the `manual` plugin: `CERTBOT_REMAINING_CHALLENGES` is equal to the number of challenges
  remaining after the current challenge, `CERTBOT_ALL_DOMAINS` is a comma-separated list
  of all domains challenged for the current certificate.
* Added TLS-ALPN-01 challenge support in the `acme` library. Support of this
  challenge in the Certbot client is planned to be added in a future release.
* Added minimal proxy support for OCSP verification.
* On Windows, hooks are now executed in a Powershell shell instead of a CMD shell,
  allowing both `*.ps1` and `*.bat` as valid scripts for Certbot.

Changed

* Reorganized error message when a user entered an invalid email address.
* Stop asking interactively if the user would like to add a redirect.
* `mock` dependency is now conditional on Python 2 in all of our packages.
* Deprecate certbot-auto on Gentoo, macOS, and FreeBSD.

Fixed

* When using an RFC 8555 compliant endpoint, the `acme` library no longer sends the
  `resource` field in any requests or the `type` field when responding to challenges.
* Fix nginx plugin crash when non-ASCII configuration file is being read (instead,
  the user will be warned that UTF-8 must be used).
* Fix hanging OCSP queries during revocation checking - added a 10 second timeout.
* Standalone servers now have a default socket timeout of 30 seconds, fixing
  cases where an idle connection can cause the standalone plugin to hang.
* Parsing of the RFC 8555 application/pem-certificate-chain now tolerates CRLF line
  endings. This should fix interoperability with Buypass' services.

More details about these changes can be found on our GitHub repo.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2019/10/02 17:36:43 adam Exp $
a13 1
DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
d16 2
d19 1
@


1.2
log
@py-acme/py-certbot: updated to 0.39.0

0.39.0:

Added
Support for Python 3.8 was added to Certbot and all of its components.
Support for CentOS 8 was added to certbot-auto.

Changed
Don't send OCSP requests for expired certificates
Return to using platform.linux_distribution instead of distro.linux_distribution in OS fingerprinting for Python < 3.8
Updated the Nginx plugin's TLS configuration to keep support for some versions of IE11.

Fixed
Fixed OS detection in the Apache plugin on RHEL 6.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2019/06/11 21:10:31 triaxx Exp $
d11 1
a11 1
DEPENDS+=	${PYPKGPREFIX}-certbot>=0.39.0:../../security/py-certbot
@


1.1
log
@py-certbot-dns-dnsmakeeasy: import version 0.35.0
@
text
@d1 3
a3 1
# $NetBSD: $
a7 1
MAINTAINER=	triaxx@@NetBSD.org
a9 2
.include "../../security/py-certbot/Makefile.common"

d11 1
a11 1
DEPENDS+=	${PYPKGPREFIX}-certbot>=0.34.0:../../security/py-certbot
@

