svn commit: r392970 - head/security/softhsm2

Erwin Lansing erwin at FreeBSD.org
Mon Jul 27 10:12:46 UTC 2015


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 at 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


More information about the svn-ports-all mailing list