FreeBSD Bugzilla – Attachment 198920 Details for
Bug 232436
security/hitch: Add port support for OCSP stapling data
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
better hitch-OCSP patch
hitch-ocsp.patch (text/plain), 1.41 KB, created by
Graham Percival
on 2018-11-03 19:09:36 UTC
(
hide
)
Description:
better hitch-OCSP patch
Filename:
MIME Type:
Creator:
Graham Percival
Created:
2018-11-03 19:09:36 UTC
Size:
1.41 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 483906) >+++ Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= hitch > PORTVERSION= 1.4.8 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= security > MASTER_SITES= http://hitch-tls.org/source/ \ > ZI >@@ -27,6 +27,7 @@ > USE_RC_SUBR= ${PORTNAME} > CPPFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib -lcrypto -lssl >+OCSP_DIR= ${STAGEDIR}/var/cache/hitch > > OPTIONS_DEFINE= DOCS > >@@ -33,5 +34,8 @@ > post-install: > ${MKDIR} ${STAGEDIR}${PREFIX}/etc > ${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.conf.sample ${STAGEDIR}${PREFIX}/etc/ >+ ${MKDIR} ${OCSP_DIR} >+ ${CHOWN} hitch ${OCSP_DIR} >+ ${CHGRP} hitch ${OCSP_DIR} > > .include <bsd.port.mk> >Index: files/hitch.conf.sample >=================================================================== >--- files/hitch.conf.sample (revision 483906) >+++ files/hitch.conf.sample (working copy) >@@ -45,6 +45,11 @@ > # type: string > ssl-engine = "" > >+# Directory for OCSP staple retrieval >+# >+# type: string >+#ocsp-dir = "/var/cache/hitch" >+ > # Number of worker processes > # > # type: integer >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 483906) >+++ pkg-plist (working copy) >@@ -5,3 +5,4 @@ > %%PORTDOCS%%%%DOCSDIR%%/README.md > %%PORTDOCS%%%%DOCSDIR%%/hitch.conf.example > @sample etc/hitch.conf.sample >+@dir /var/cache/hitch
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 232436
:
198350
|
198920
|
199398