FreeBSD Bugzilla – Attachment 235251 Details for
Bug 264475
[NEW PORT] security/openca-ocspd : OpenCA’s OCSP responder
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Corrected patch against current ports tree
openca-ocspd.patch (text/plain), 3.96 KB, created by
Bruno Damour
on 2022-07-14 08:56:18 UTC
(
hide
)
Description:
Corrected patch against current ports tree
Filename:
MIME Type:
Creator:
Bruno Damour
Created:
2022-07-14 08:56:18 UTC
Size:
3.96 KB
patch
obsolete
>From 6cdbe02642fde60b81ba2ff0ee4fdc1f75d9134d Mon Sep 17 00:00:00 2001 >From: Bruno Damour <bruno@ruomad.net> >Date: Thu, 14 Jul 2022 10:45:07 +0200 >Subject: [PATCH] openca-ocspd > >--- > security/openca-ocspd/Makefile | 34 ++++++++++++++++++++++++++++ > security/openca-ocspd/distinfo | 3 +++ > security/openca-ocspd/files/ocspd.in | 21 +++++++++++++++++ > security/openca-ocspd/pkg-descr | 6 +++++ > security/openca-ocspd/pkg-plist | 18 +++++++++++++++ > 5 files changed, 82 insertions(+) > create mode 100644 security/openca-ocspd/Makefile > create mode 100644 security/openca-ocspd/distinfo > create mode 100755 security/openca-ocspd/files/ocspd.in > create mode 100644 security/openca-ocspd/pkg-descr > create mode 100644 security/openca-ocspd/pkg-plist > >diff --git a/security/openca-ocspd/Makefile b/security/openca-ocspd/Makefile >new file mode 100644 >index 000000000000..6fdc20491fdd >--- /dev/null >+++ b/security/openca-ocspd/Makefile >@@ -0,0 +1,34 @@ >+PORTNAME= openca-ocspd >+DISTVERSIONPREFIX= v >+DISTVERSION= 3.1.3 >+CATEGORIES= security >+ >+MAINTAINER= bruno@ruomad.net >+COMMENT= OpenCA OCSP responder >+ >+LICENSE= APACHE20 >+LICENSE_FILE= ${WRKSRC}/COPYING >+ >+LIB_DEPENDS= libpki.so:security/libpki >+ >+USES= ssl gnome autoreconf libtool shebangfix >+USE_GITHUB= yes >+GH_ACCOUNT= openca >+USE_GNOME= libxml2 >+# Add a rc script to start the OCSP daemon >+USE_RC_SUBR= ocspd >+ >+SHEBANG_FILES= etc/ocspd.in scripts/ocspd-genreq.sh.in >+ >+GNU_CONFIGURE= yes >+CONFIGURE_ARGS= --with-libpki-prefix=${PREFIX} >+ >+# Rename installed configuration files to samples >+post-stage: >+ for f in $$(find ${STAGEDIR}${PREFIX}/etc/ocspd -type f); do \ >+ ${MV} $$f $$f.sample; \ >+ done; \ >+ ${RM} ${STAGEDIR}${PREFIX}/bin/test.sh; \ >+ ${RM} ${STAGEDIR}${PREFIX}/etc/init.d/ocspd >+ >+.include <bsd.port.mk> >diff --git a/security/openca-ocspd/distinfo b/security/openca-ocspd/distinfo >new file mode 100644 >index 000000000000..5a94844ad10d >--- /dev/null >+++ b/security/openca-ocspd/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1654414248 >+SHA256 (openca-openca-ocspd-v3.1.3_GH0.tar.gz) = 59a0054bee22ba72b23263ead6a8458e2086f1996111608a2a2aafbd9e30f591 >+SIZE (openca-openca-ocspd-v3.1.3_GH0.tar.gz) = 592190 >diff --git a/security/openca-ocspd/files/ocspd.in b/security/openca-ocspd/files/ocspd.in >new file mode 100755 >index 000000000000..dc813fc1fe86 >--- /dev/null >+++ b/security/openca-ocspd/files/ocspd.in >@@ -0,0 +1,21 @@ >+#!/bin/sh >+ >+# PROVIDE: ocspd >+# REQUIRE: NETWORK >+ >+. /etc/rc.subr >+ >+name=ocspd >+rcvar=ocspd_enable >+ >+pidfile="/var/run/${name}.pid" >+ >+command="%%PREFIX%%/sbin/ocspd" >+command_args="-c %%PREFIX%%/etc/ocspd/ocspd.xml -d -v" >+ >+load_rc_config ${name} >+: ${ocspd_enable:=no} >+: ${ocspd_msg="Nothing started."} >+ >+ >+run_rc_command "$1" >diff --git a/security/openca-ocspd/pkg-descr b/security/openca-ocspd/pkg-descr >new file mode 100644 >index 000000000000..f4fd28e1a48e >--- /dev/null >+++ b/security/openca-ocspd/pkg-descr >@@ -0,0 +1,6 @@ >+OpenCA OCSP Responder is an rfc2560 compliant OCSPD responder. >+The server is a stand-alone application and can be integrated into many >+different PKI solutions as it does not depend on specific database scheme. >+Furthermore it can be used as a responder for multiple CAs. >+ >+WWW: https://www.openca.org/projects/ocspd >diff --git a/security/openca-ocspd/pkg-plist b/security/openca-ocspd/pkg-plist >new file mode 100644 >index 000000000000..8d9eaf4bb5d6 >--- /dev/null >+++ b/security/openca-ocspd/pkg-plist >@@ -0,0 +1,18 @@ >+bin/ocspd-genreq.sh >+@sample etc/ocspd/ocspd.xml.sample >+@sample etc/ocspd/pki/token.d/etoken.xml.sample >+@sample etc/ocspd/pki/token.d/software.xml.sample >+@sample etc/ocspd/pki/token.d/eracom.xml.sample >+@sample etc/ocspd/ca.d/collegeca.xml.sample >+@sample etc/ocspd/ca.d/self-certs.xml.sample >+libdata/pkgconfig/openca-ocspd.pc >+sbin/ocspd >+share/man/man3/ocspd.3.gz >+share/man/man3/ocspd.conf.3.gz >+@dir etc/ocspd/ca.d >+@dir etc/ocspd/certs >+@dir etc/ocspd/crls >+@dir etc/ocspd/pki/hsm.d >+@dir etc/ocspd/pki/profile.d >+@dir etc/ocspd/private >+@dir var/run >-- >2.37.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 264475
:
234464
|
234483
|
234504
|
234693
|
234911
|
235251
|
235281
|
235307
|
235313