Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Mar 2014 18:03:50 +0100 (CET)
From:      Jaap Akkerhuis <jaap@NLnetLabs.nl>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        jaap@NLnetLabs.nl
Subject:   ports/187547: [MAINTAINER] security/softhsm: update to 1.3.6
Message-ID:  <201403131703.s2DH3oTF013785@bela.nlnetlabs.nl>
Resent-Message-ID: <201403131710.s2DHA0Lc086396@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         187547
>Category:       ports
>Synopsis:       [MAINTAINER] security/softhsm: update to 1.3.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 13 17:10:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Jaap Akkerhuis
>Release:        FreeBSD 9.2-STABLE amd64
>Organization:
NLnet Labs
>Environment:
System: FreeBSD bela.nlnetlabs.nl 9.2-STABLE FreeBSD 9.2-STABLE #19 r262971: Mon Mar 10 12:51:39 CET
>Description:
- Update to 1.3.6

Updates:
- SOFTHSM-51: Call umask to restrict created files.

Bugfixes:
- Fix malloc(0) warning in clang.

Note for committer:

This update makes incorporates also PR 186098,
<http://www.freebsd.org/cgi/query-pr.cgi?pr=186098>; against version
1.3.5 so that can be closed as well.


Generated with FreeBSD Port Tools 1.00.2014.03.03 (mode: update, diff: SVN)
>How-To-Repeat:
>Fix:

--- softhsm-1.3.6.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 348098)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	softhsm
-PORTVERSION=	1.3.5
+PORTVERSION=	1.3.6
 CATEGORIES=	security
 MASTER_SITES=	http://dist.opendnssec.org/source/
 
@@ -9,7 +9,7 @@
 MAINTAINER=	jaap@NLnetLabs.nl
 COMMENT=	Software implementation of a Hardware Security Module (HSM)
 
-LIB_DEPENDS=	libbotan.so:${PORTSDIR}/security/botan \
+LIB_DEPENDS=	libbotan-1.10.so:${PORTSDIR}/security/botan110 \
 		libsqlite3.so:${PORTSDIR}/databases/sqlite3
 
 GNU_CONFIGURE=	yes
Index: distinfo
===================================================================
--- distinfo	(revision 348098)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (softhsm-1.3.5.tar.gz) = 28b5062a13450faf6099fcb82d25d21f0ac7d202ba31ec85e943246cdcf87ebd
-SIZE (softhsm-1.3.5.tar.gz) = 440157
+SHA256 (softhsm-1.3.6.tar.gz) = e39ac8e851220edd2b2afbe4d9e06d956bccc20bc72752740eabf95692359486
+SIZE (softhsm-1.3.6.tar.gz) = 435893
--- softhsm-1.3.6.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403131703.s2DH3oTF013785>