FreeBSD Bugzilla – Attachment 222925 Details for
Bug 253965
[patch] security/i2pd: reseed certificates are not copied during installation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Makefile.patch
Makefile.patch (text/plain), 629 bytes, created by
Vladyslav V. Prodan
on 2021-03-02 21:03:09 UTC
(
hide
)
Description:
Makefile.patch
Filename:
MIME Type:
Creator:
Vladyslav V. Prodan
Created:
2021-03-02 21:03:09 UTC
Size:
629 bytes
patch
obsolete
>--- Makefile.orig 2021-03-02 22:05:31.413454000 +0200 >+++ Makefile 2021-03-02 22:48:25.257147000 +0200 >@@ -47,6 +47,8 @@ > ${INSTALL_DATA} ${WRKDIR}/i2pd.newsyslog.conf ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d/i2pd.conf > @${MKDIR} ${STAGEDIR}${ETCDIR} > ${INSTALL_DATA} ${WRKSRC}/contrib/i2pd.conf ${STAGEDIR}${ETCDIR}/i2pd.conf.sample >+ @${MKDIR} ${STAGEDIR}/var/lib/i2pd >+ (cd ${WRKSRC}/contrib && ${COPYTREE_SHARE} "certificates" ${STAGEDIR}/var/lib/i2pd) > @${MKDIR} ${STAGEDIR}/var/run/i2pd > @${MKDIR} ${STAGEDIR}/var/log/i2pd > @${MKDIR} ${STAGEDIR}/var/db/i2pd
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 253965
:
222925
|
222926
|
222927
|
223134