summaryrefslogtreecommitdiff
path: root/security/ssl-admin/files/patch-ssl-admin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* security/ssl-admin: Use the right tarballDan Langille2023-08-201-0/+14
| | | | | | | | | | | | | | | | | | The developer has indicated the correcdt tarball supplied in the assets, not the tagged Github tarball. The Github tarball will provide the wrong VERSION in the app. Not mentioned in my previous commit: this release adds a new feature: C) Generate new Certificate Revokation List (CRL) While here: * run portfmt * remove dependency on archivers/zip by patching to use bsdtar from base (credit to diizzy@ for patch and help with this commit) Approved by: maintainer (via Github discussions)
* security/ssl-admin: Update to 1.3.0Dan Langille2023-08-201-14/+0
| | | | This fixes some issues with req_v3.
* security/ssl-admin: patch to fix req_v3 issueDan Langille2022-07-091-0/+14
see also: * https://forums.freebsd.org/threads/ssl-admin-bss_file-c.83921/ * https://github.com/ecrist/ssl-admin/issues/1 PR: 264885