Bug 182548 - [MAINTAINER] security/softhsm: update to 1.3.5
Summary: [MAINTAINER] security/softhsm: update to 1.3.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-01 15:10 UTC by Jaap Akkerhuis
Modified: 2013-10-01 23:30 UTC (History)
1 user (show)

See Also:


Attachments
softhsm-1.3.5.patch (737 bytes, patch)
2013-10-01 15:10 UTC, Jaap Akkerhuis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jaap Akkerhuis 2013-10-01 15:10:01 UTC
- Update to 1.3.5

Bugfixes:

* SOFTHSM-45: Improved handling of a busy database
* SUPPORT-76: Add -Wall -Werror flags and fix the warnings.
              Fix more warnings on EPEL.

Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: SVN)
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-10-01 23:19:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-10-01 23:24:46 UTC
Author: wg
Date: Tue Oct  1 22:24:38 2013
New Revision: 329006
URL: http://svnweb.freebsd.org/changeset/ports/329006

Log:
  security/softhsm: update to 1.3.5
  
  - Update to 1.3.5 [1]
  - Allow staging
  - Convert lib depends to new format
  
  PR:		ports/182548 [1]
  Submitted by:	Jaap Akkerhuis <jaap NLnetLabs.nl> (maintainer) [1]

Modified:
  head/security/softhsm/Makefile
  head/security/softhsm/distinfo
  head/security/softhsm/pkg-plist

Modified: head/security/softhsm/Makefile
==============================================================================
--- head/security/softhsm/Makefile	Tue Oct  1 22:21:55 2013	(r329005)
+++ head/security/softhsm/Makefile	Tue Oct  1 22:24:38 2013	(r329006)
@@ -2,23 +2,19 @@
 # $FreeBSD$
 
 PORTNAME=	softhsm
-PORTVERSION=	1.3.4
+PORTVERSION=	1.3.5
 CATEGORIES=	security
 MASTER_SITES=	http://dist.opendnssec.org/source/
 
 MAINTAINER=	jaap@NLnetLabs.nl
 COMMENT=	Software implementation of a Hardware Security Module (HSM)
 
-LIB_DEPENDS=	botan:${PORTSDIR}/security/botan \
-		sqlite3:${PORTSDIR}/databases/sqlite3
+LIB_DEPENDS=	libbotan.so:${PORTSDIR}/security/botan \
+		libsqlite3.so:${PORTSDIR}/databases/sqlite3
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-botan=${LOCALBASE} --with-sqlite3=${LOCALBASE}
 
 USE_LDCONFIG=	yes
 
-MAN1=		softhsm.1 softhsm-keyconv.1
-MAN5=		softhsm.conf.5
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/security/softhsm/distinfo
==============================================================================
--- head/security/softhsm/distinfo	Tue Oct  1 22:21:55 2013	(r329005)
+++ head/security/softhsm/distinfo	Tue Oct  1 22:24:38 2013	(r329006)
@@ -1,2 +1,2 @@
-SHA256 (softhsm-1.3.4.tar.gz) = f10319dfa651023dad3d0845d284ec08ef982c1fc1bdb55cf8a725f762961e97
-SIZE (softhsm-1.3.4.tar.gz) = 440004
+SHA256 (softhsm-1.3.5.tar.gz) = 28b5062a13450faf6099fcb82d25d21f0ac7d202ba31ec85e943246cdcf87ebd
+SIZE (softhsm-1.3.5.tar.gz) = 440157

Modified: head/security/softhsm/pkg-plist
==============================================================================
--- head/security/softhsm/pkg-plist	Tue Oct  1 22:21:55 2013	(r329005)
+++ head/security/softhsm/pkg-plist	Tue Oct  1 22:24:38 2013	(r329006)
@@ -8,6 +8,9 @@ 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
 @exec install -d -o root -g wheel -m 700 %D/var/lib/softhsm
+man/man1/softhsm-keyconv.1.gz
+man/man1/softhsm.1.gz
+man/man5/softhsm.conf.5.gz
 @dirrm var/lib/softhsm
 @dirrmtry var/lib
 @dirrmtry var
_______________________________________________
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 William Grzybowski freebsd_committer freebsd_triage 2013-10-01 23:26:18 UTC
State Changed
From-To: open->closed

Committed. Thanks!