Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jul 2015 10:12:46 +0000 (UTC)
From:      Erwin Lansing <erwin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r392970 - head/security/softhsm2
Message-ID:  <201507271012.t6RACkXr094411@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: erwin
Date: Mon Jul 27 10:12:45 2015
New Revision: 392970
URL: https://svnweb.freebsd.org/changeset/ports/392970

Log:
  Version 2.0.0 of SoftHSM has been released. More updates and bug fixes can be found in the alpha and beta release notes.
  
  SoftHSM 2.0.0 - 2015-07-17
  
  - SOFTHSM-121: Test cases for C_DecryptUpdate/C_DecryptFinal.
  - Support C_DecryptUpdate/C_DecryptFinal for symmetric algorithms.
    (Patch from Thomas Calderon)\
  
  Bugfixes:
  
  - SOFTHSM-120: Segfault after renaming variables.
  
  PR:		201900
  Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
  Sponsored by:	DK Hostmaster A/S

Modified:
  head/security/softhsm2/Makefile
  head/security/softhsm2/distinfo

Modified: head/security/softhsm2/Makefile
==============================================================================
--- head/security/softhsm2/Makefile	Mon Jul 27 08:34:43 2015	(r392969)
+++ head/security/softhsm2/Makefile	Mon Jul 27 10:12:45 2015	(r392970)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	softhsm
-DISTVERSION=	2.0.0b3
+PORTVERSION=	2.0.0
 CATEGORIES=	security
 MASTER_SITES=	http://dist.opendnssec.org/source/ \
 		http://dist.opendnssec.org/source/testing/

Modified: head/security/softhsm2/distinfo
==============================================================================
--- head/security/softhsm2/distinfo	Mon Jul 27 08:34:43 2015	(r392969)
+++ head/security/softhsm2/distinfo	Mon Jul 27 10:12:45 2015	(r392970)
@@ -1,2 +1,2 @@
-SHA256 (softhsm-2.0.0b3.tar.gz) = 390b81f88dd4fe1035b54b42188dfd5a8ba768649129ccc7a3634fbf9454a7e8
-SIZE (softhsm-2.0.0b3.tar.gz) = 945279
+SHA256 (softhsm-2.0.0.tar.gz) = eae8065f6c472af24f4c056d6728edda0fd34306f41a818697f765a6a662338d
+SIZE (softhsm-2.0.0.tar.gz) = 936954



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