FreeBSD Bugzilla – Attachment 160349 Details for
Bug 194900
net/citrix_ica: does not install ICA_CERTS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch against latest revision (only installs custom certs)
citrix.diff (text/plain), 883 bytes, created by
Helge Oldach
on 2015-08-25 14:03:45 UTC
(
hide
)
Description:
Patch against latest revision (only installs custom certs)
Filename:
MIME Type:
Creator:
Helge Oldach
Created:
2015-08-25 14:03:45 UTC
Size:
883 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 395224) >+++ Makefile (working copy) >@@ -41,6 +41,14 @@ > IGNORE=May not be redistributed due to licensing. Please visit http://www.citrix.com/downloads/citrix-receiver/linux/receiver-for-linux-13-2.html accept their license and download ${DISTFILES} into ${DISTDIR} > .endif > >+.if defined(ICA_CERTS) >+.for f in ${ICA_CERTS} >+PLIST_FILES+= ${CERTDIR}/${f} >+HASH_${f}!= openssl x509 -noout -hash -in ${DISTDIR}/${f} >+PLIST_FILES+= ${CERTDIR}/${HASH_${f}}.0 >+.endfor >+.endif >+ > pre-fetch: > .if defined(ICA_CERTS) > .for f in ${ICA_CERTS} >@@ -77,6 +85,7 @@ > ${MKDIR} ${STAGEDIR}${CERTDIR} > .for f in ${ICA_CERTS} > ${INSTALL_DATA} ${DISTDIR}/${f} ${STAGEDIR}${CERTDIR} >+ ${LN} -sf ${f} ${STAGEDIR}${CERTDIR}/$$(openssl x509 -noout -hash -in ${DISTDIR}/${f}).0 > .endfor > .endif >
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 194900
:
149190
|
149191
|
149199
| 160349