git: 5f287e080587 - main - security/create-cert: Update to 2.12
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Dec 2025 22:31:21 UTC
The branch main has been updated by leres:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5f287e0805873d1577c92792f61e28e3f9065d82
commit 5f287e0805873d1577c92792f61e28e3f9065d82
Author: Craig Leres <leres@FreeBSD.org>
AuthorDate: 2025-12-31 22:31:02 +0000
Commit: Craig Leres <leres@FreeBSD.org>
CommitDate: 2025-12-31 22:31:02 +0000
security/create-cert: Update to 2.12
While here add WWW.
Changes since 2.11:
- Try to avoid leaking temp files after switching to mktemp.
- getopt -> getopts
- Cleanup key if cert creation fails.
- Update to autoconf 2.72.
- Prefer "openssl rehash" (newer openssl) to c_rehash (sometimes
missing) using a patch from Michael Proto.
- Minor consession to ubuntu (where /bin/sh is dash).
PR: 292063
Reported by: Michael Proto
Obtained from: Michael Proto
---
security/create-cert/Makefile | 3 ++-
security/create-cert/distinfo | 6 +++---
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/security/create-cert/Makefile b/security/create-cert/Makefile
index 0cd72675b9e0..b0bae7940c64 100644
--- a/security/create-cert/Makefile
+++ b/security/create-cert/Makefile
@@ -1,11 +1,12 @@
PORTNAME= create-cert
-PORTVERSION= 2.11
+PORTVERSION= 2.12
CATEGORIES= security
MASTER_SITES= https://ee.lbl.gov/downloads/create-cert/ \
LOCAL/leres/create-cert
MAINTAINER= leres@FreeBSD.org
COMMENT= Create openssl client key and certificates
+WWW= https://ee.lbl.gov/downloads/create-cert/
LICENSE= BSD3CLAUSE
diff --git a/security/create-cert/distinfo b/security/create-cert/distinfo
index 76a23568a7b4..05e156a56868 100644
--- a/security/create-cert/distinfo
+++ b/security/create-cert/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1705870149
-SHA256 (create-cert-2.11.tar.gz) = a5715cef9d2acc154559985354a16917a7c0f0f852ceecd6cebe9c606321d9bd
-SIZE (create-cert-2.11.tar.gz) = 75138
+TIMESTAMP = 1767219737
+SHA256 (create-cert-2.12.tar.gz) = 41ba246fbaf1b1438e24b00a4dba0b73d6ff8d471145c3f4f0cdef89f1e8df33
+SIZE (create-cert-2.12.tar.gz) = 75404