diff options
| author | Craig Leres <leres@FreeBSD.org> | 2020-12-26 18:09:26 +0000 |
|---|---|---|
| committer | Craig Leres <leres@FreeBSD.org> | 2020-12-26 18:09:26 +0000 |
| commit | 9b6f4fa921fb09283691f806d1041ae3d000ad1e (patch) | |
| tree | abd7012a27cac553d6448c4d3dac214732e664f2 | |
| parent | x11/mako: switch to upstreamed patches (diff) | |
security/create-cert: Update to 2.8.
- Add overrides for size of the key (-b bits), the certificate
duration (-d days), and the digest (-D digest).
- Fix a bug that ignored config file certificate duration and
always used 3650 days.
| -rw-r--r-- | security/create-cert/Makefile | 2 | ||||
| -rw-r--r-- | security/create-cert/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/create-cert/Makefile b/security/create-cert/Makefile index 8b221a4f23d0..db7e2d7a7ef0 100644 --- a/security/create-cert/Makefile +++ b/security/create-cert/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= create-cert -PORTVERSION= 2.7 +PORTVERSION= 2.8 CATEGORIES= security MASTER_SITES= https://ee.lbl.gov/downloads/create-cert/ \ LOCAL/leres/create-cert diff --git a/security/create-cert/distinfo b/security/create-cert/distinfo index 5b694c2d8b8b..ba1ef25829ee 100644 --- a/security/create-cert/distinfo +++ b/security/create-cert/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1518830997 -SHA256 (create-cert-2.7.tar.gz) = 1f29b02ccdb47f663eb993c40783515f1779cc45445daa5ed5b3cc85cee8b0b4 -SIZE (create-cert-2.7.tar.gz) = 73133 +TIMESTAMP = 1609005771 +SHA256 (create-cert-2.8.tar.gz) = 0b829c45a2aeef7cc169d599c460cf5b2a73437b4efd9384f45952688ddf0059 +SIZE (create-cert-2.8.tar.gz) = 73485 |
