From jaap@bela.nlnetlabs.nl  Thu Mar 13 17:03:57 2014
Return-Path: <jaap@bela.nlnetlabs.nl>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 948BBFA6
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 13 Mar 2014 17:03:57 +0000 (UTC)
Received: from bela.nlnetlabs.nl (bela.nlnetlabs.nl [IPv6:2001:7b8:206:1:222:4dff:fe55:4ccb])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 1337D2E4
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 13 Mar 2014 17:03:56 +0000 (UTC)
Received: from bela.nlnetlabs.nl (localhost [127.0.0.1])
	by bela.nlnetlabs.nl (8.14.8/8.14.8) with ESMTP id s2DH3piY013786
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO);
	Thu, 13 Mar 2014 18:03:51 +0100 (CET)
	(envelope-from jaap@bela.nlnetlabs.nl)
Received: (from jaap@localhost)
	by bela.nlnetlabs.nl (8.14.8/8.14.8/Submit) id s2DH3oTF013785;
	Thu, 13 Mar 2014 18:03:50 +0100 (CET)
	(envelope-from jaap)
Message-Id: <201403131703.s2DH3oTF013785@bela.nlnetlabs.nl>
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: [MAINTAINER] security/softhsm: update to 1.3.6
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         187547
>Category:       ports
>Synopsis:       [MAINTAINER] security/softhsm: update to 1.3.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pawel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 13 17:10:00 UTC 2014
>Closed-Date:    Thu Mar 13 20:25:07 UTC 2014
>Last-Modified:  Thu Mar 13 20:30:00 UTC 2014
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->pawel 
Responsible-Changed-By: pawel 
Responsible-Changed-When: Thu Mar 13 20:10:59 UTC 2014 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187547 
State-Changed-From-To: open->closed 
State-Changed-By: pawel 
State-Changed-When: Thu Mar 13 20:25:07 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187547 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/187547: commit references a PR
Date: Thu, 13 Mar 2014 20:24:47 +0000 (UTC)

 Author: pawel
 Date: Thu Mar 13 20:24:40 2014
 New Revision: 348123
 URL: http://svnweb.freebsd.org/changeset/ports/348123
 QAT: https://qat.redports.org/buildarchive/r348123/
 
 Log:
   - Update to version 1.3.6 [1]
   - Strip library
   
   PR:		ports/187547 [1]
   Submitted by:	maintainer
 
 Modified:
   head/security/softhsm/Makefile
   head/security/softhsm/distinfo
 
 Modified: head/security/softhsm/Makefile
 ==============================================================================
 --- head/security/softhsm/Makefile	Thu Mar 13 20:00:11 2014	(r348122)
 +++ head/security/softhsm/Makefile	Thu Mar 13 20:24:40 2014	(r348123)
 @@ -2,14 +2,14 @@
  # $FreeBSD$
  
  PORTNAME=	softhsm
 -PORTVERSION=	1.3.5
 +PORTVERSION=	1.3.6
  CATEGORIES=	security
  MASTER_SITES=	http://dist.opendnssec.org/source/
  
  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
 @@ -17,4 +17,7 @@ CONFIGURE_ARGS=	--with-botan=${LOCALBASE
  
  USE_LDCONFIG=	yes
  
 +post-install:
 +	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/softhsm/libsofthsm.so
 +
  .include <bsd.port.mk>
 
 Modified: head/security/softhsm/distinfo
 ==============================================================================
 --- head/security/softhsm/distinfo	Thu Mar 13 20:00:11 2014	(r348122)
 +++ head/security/softhsm/distinfo	Thu Mar 13 20:24:40 2014	(r348123)
 @@ -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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
