FreeBSD Bugzilla – Attachment 185231 Details for
Bug 221212
security/softhsm2 uses hard-coded data-directories
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to fix problem
softhsm2.diff (text/plain), 1.32 KB, created by
Jaap Akkerhuis
on 2017-08-10 11:47:42 UTC
(
hide
)
Description:
patch to fix problem
Filename:
MIME Type:
Creator:
Jaap Akkerhuis
Created:
2017-08-10 11:47:42 UTC
Size:
1.32 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 447490) >+++ Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= softhsm > PORTVERSION= 2.3.0 >+PORTREVISION= 1 > CATEGORIES= security > MASTER_SITES= http://dist.opendnssec.org/source/ \ > http://dist.opendnssec.org/source/testing/ >@@ -15,14 +16,17 @@ > LICENSE_FILE= ${WRKSRC}/LICENSE > > GNU_CONFIGURE= yes >-CONFIGURE_ARGS= --localstatedir="${PREFIX}/var" > INSTALL_TARGET= install-strip >-USES= libtool ssl >+USES= libtool ssl pkgconfig > >+SUB_FILES= pkg-message >+ > CONFLICTS= softhsm-1.* > > USE_LDCONFIG= yes > >+LIB_DEPENDS+= libcppunit.so:devel/cppunit >+ > OPTIONS_DEFINE= SQLITE > OPTIONS_SUB= yes > SQLITE_DESC= Build with object store backend DB support (SQLITE3) >@@ -49,4 +53,8 @@ > CONFIGURE_ARGS+= --disable-gost > .endif > >+.if ${SSL_DEFAULT:Mopenssl-devel} >+CONFIGURE_ARGS+= --disable-gost >+.endif >+ > .include <bsd.port.mk> >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 447490) >+++ pkg-plist (working copy) >@@ -10,8 +10,6 @@ > man/man1/softhsm2-keyconv.1.gz > man/man1/softhsm2-util.1.gz > man/man5/softhsm2.conf.5.gz >-@dir lib/softhsm >-@dir var/lib/softhsm/tokens >-@dir var/lib/softhsm >-@dir var/lib >-@dir var >+@dir /var/lib/softhsm/tokens >+@dir /var/lib/softhsm >+@dir /var/lib
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
Flags:
jaap
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 221212
: 185231