Bug 187547

Summary: [MAINTAINER] security/softhsm: update to 1.3.6
Product: Ports & Packages Reporter: Jaap Akkerhuis <jaap>
Component: Individual Port(s)Assignee: Pawel Pekala <pawel>
Status: Closed FIXED    
Severity: Affects Only Me CC: jaap
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
softhsm-1.3.6.patch none

Description Jaap Akkerhuis 2014-03-13 17:10:00 UTC
- 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)
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2014-03-13 20:10:59 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-13 20:24:47 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"
Comment 3 Pawel Pekala freebsd_committer freebsd_triage 2014-03-13 20:25:07 UTC
State Changed
From-To: open->closed

Committed. Thanks!