FreeBSD Bugzilla – Attachment 121327 Details for
Bug 164266
[MAINTAINER] security/softhsm: update to 1.3.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
softhsm.patch.txt
softhsm.patch.txt (text/plain; charset=us-ascii), 2.27 KB, created by
Jason Helfman
on 2012-01-18 20:33:44 UTC
(
hide
)
Description:
softhsm.patch.txt
Filename:
MIME Type:
Creator:
Jason Helfman
Created:
2012-01-18 20:33:44 UTC
Size:
2.27 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/security/softhsm/Makefile,v >retrieving revision 1.6 >diff -u -r1.6 Makefile >--- Makefile 12 Aug 2011 23:51:08 -0000 1.6 >+++ Makefile 18 Jan 2012 20:31:54 -0000 >@@ -6,15 +6,15 @@ > # > > PORTNAME= softhsm >-PORTVERSION= 1.3.0 >+PORTVERSION= 1.3.1 > CATEGORIES= security > MASTER_SITES= http://www.opendnssec.org/files/source/ > > MAINTAINER= jaap@NLnetLabs.nl > COMMENT= A software implementation of a Hardware Security Module (HSM) > >-LIB_DEPENDS= botan:${PORTSDIR}/security/botan >-LIB_DEPENDS+= sqlite3:${PORTSDIR}/databases/sqlite3 >+LIB_DEPENDS= botan:${PORTSDIR}/security/botan \ >+ sqlite3:${PORTSDIR}/databases/sqlite3 > > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --with-botan=${LOCALBASE} --with-sqlite3=${LOCALBASE} >@@ -24,12 +24,4 @@ > MAN1= softhsm.1 softhsm-keyconv.1 > MAN5= softhsm.conf.5 > >-PLIST_FILES= bin/softhsm \ >- bin/softhsm-keyconv \ >- lib/libsofthsm.a \ >- lib/libsofthsm.la \ >- lib/libsofthsm.so \ >- etc/softhsm.conf \ >- etc/softhsm.conf.sample >- > .include <bsd.port.mk> >Index: distinfo >=================================================================== >RCS file: /home/pcvs/ports/security/softhsm/distinfo,v >retrieving revision 1.6 >diff -u -r1.6 distinfo >--- distinfo 12 Aug 2011 23:51:08 -0000 1.6 >+++ distinfo 18 Jan 2012 20:31:54 -0000 >@@ -1,2 +1,2 @@ >-SHA256 (softhsm-1.3.0.tar.gz) = 54c4747e23ab610f87031139ac1559c027340cdeb6dedce3b0f78a0173c2a43c >-SIZE (softhsm-1.3.0.tar.gz) = 407644 >+SHA256 (softhsm-1.3.1.tar.gz) = 828f90bd4ff883d903d1fb7051d2c4969ee8ab2c7f11fac25ce9d963d9efacc9 >+SIZE (softhsm-1.3.1.tar.gz) = 409444 >Index: pkg-plist >=================================================================== >RCS file: pkg-plist >diff -N pkg-plist >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ pkg-plist 18 Jan 2012 20:31:54 -0000 >@@ -0,0 +1,9 @@ >+@unexec if cmp -s %D/etc/softhsm.conf %D/etc/softhsm.conf.sample; then rm -f %D/etc/softhsm.conf; else echo If permanently deleting this package, %D/etc/softhsm.conf must be removed manually; fi >+bin/softhsm >+bin/softhsm-keyconv >+lib/softhsm/libsofthsm.a >+lib/softhsm/libsofthsm.la >+lib/softhsm/libsofthsm.so >+etc/softhsm.conf.sample >+@exec if [ ! -f %D/etc/softhsm.conf ]; then cp %D/etc/softhsm.conf.sample %D/etc/softhsm.conf; fi >+@dirrm lib/softhsm
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 Raw
Actions:
View
Attachments on
bug 164266
:
121326
| 121327