Tuesday, May 31, 2022

Re: [UPDATE] sysutils/sslmate to 1.9.1

On 22/05/31 10:24PM, George Rosamond wrote:
> Update from 1.7.1 to 1.9.1
>
> Diff attached.
>
> See ${WRKDIST}/NEWS for updates since 1.7.1.
>

It would be easier for reviewers to review your diff if you attach the
relevent info and send diff in inline format like this:

(it runs, but can't test any feature as I don't use this service.)

v1.9.1 (2022-05-03)
* Improve error message when HTTP approval is not configured.

v1.9.0 (2021-09-07)
* Client-side DNS approval handlers have been deprecated and will be removed
in SSLMate 2. To continue automatically approving certificates using DNS,
please integrate your SSLMate account with your DNS provider by visiting the
following page: https://sslmate.com/account/integrations
* The Route 53 approval handler now uses Python 3.

v1.8.0 (2021-06-22)
* buy: add --no-auto-san option to disable addition of an alt name for the
base domain or www. sub-domain.
* edit: allow the automatic alt name (for the base domain or www. sub-domain)
to be removed with --rm-name just like any other alt name.
* show: always show the alt names, even if they have the default values.
* Deprecate --multi and --no-multi options. There is no longer a distinction
between multi-hostname and single-hostname certificates.
* Remove import sub-command.
* Remove support for EV certificates.
* buy, renew: fix bug that would display the wrong price for multi-hostname
certificates that contained the same SANs as a standard, non-multi cert.
* reissue, rekey: eliminate spurious "this certificate is not active" errors.

v1.7.1 (2019-03-08)
* Bugfix release.
* sslmate download: don't prevent further downloads if there is an error
with just one certificate.

same diff reattached as inline:

Index: sslmate//Makefile
===================================================================
RCS file: /cvs/ports/sysutils/sslmate/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- sslmate//Makefile 11 Mar 2022 19:58:03 -0000 1.14
+++ sslmate//Makefile 1 Jun 2022 02:23:26 -0000
@@ -1,6 +1,6 @@
COMMENT = client for the sslmate.com online certificate service

-DISTNAME = sslmate-1.7.1
+DISTNAME = sslmate-1.9.1
CATEGORIES = sysutils

HOMEPAGE = https://sslmate.com/
Index: sslmate//distinfo
===================================================================
RCS file: /cvs/ports/sysutils/sslmate/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- sslmate//distinfo 24 Jan 2020 08:18:53 -0000 1.10
+++ sslmate//distinfo 1 Jun 2022 02:23:26 -0000
@@ -1,2 +1,2 @@
-SHA256 (sslmate-1.7.1.tar.gz) = RU4ZM4kQNjGJs0nP40dzUaIMNMb9oPMSrRQ7Foj6psQ=
-SIZE (sslmate-1.7.1.tar.gz) = 71016
+SHA256 (sslmate-1.9.1.tar.gz) = F5szGn1cbw7R3lHMocM7as1RS/uaBqKCsvOxA+rXDOc=
+SIZE (sslmate-1.9.1.tar.gz) = 65970

No comments:

Post a Comment